Skip to content

Instantly share code, notes, and snippets.

View jkudish's full-sized avatar

Joey Kudish jkudish

View GitHub Profile
@franz-josef-kaiser
franz-josef-kaiser / codex-generator.php
Created July 16, 2011 22:27
Codex Generator that turns functions into Codex pages
<?php
/*
Plugin Name: Codex Generator
Description: Creates ready-made wiki page content for Codex. With magic. Okay - with PHPDoc and Reflect.
Author: Rarst
Author URL: http://www.rarst.net/
Version: 0.1
License Notes: GPLv3+, includes modified Parser class from Doqumentor (GPLv3+)
*/
<form action="https://launchpad.37signals.com/authenticate" method="post">
<input name="product" value="YOUR-PRODUCT" type="hidden" />
<input name="subdomain" value="YOUR-SUBDOMAIN" type="hidden" />
<p>Username<br />
<input name="username" id="username" type="text" /></p>
<p>Password<br />
<input name="password" id="password" type="password" /></p>