Blueprint changed by rejon: Whiteboard changed: Also, think its good you list out all files and check them off here as you do them. I found these by running from the commandline: find src/ -name "*.php" -o -name "*.inc" And the results are: * = ignore third party libraries for now, but look into at the end and see if can file upstream for them to have documentation, if they don't % = ignore, its not a PHP file, or is autogenerated from a .in or .inc file (DONE) = this has been documented first round (DONE) src/assets/javascript/codemirror * (DONE) src/assets/javascript/jquery * (DONE) src/assets/javascript/plupload * (DONE) src/assets/javascript/plupload/upload.php * (DONE) src/assets/apps/admin/run_sql.php (DONE) src/assets/apps/admin/events.php (DONE) src/assets/apps/admin/config.php (DONE) src/assets/apps/admin/aikiflow.php (DONE) src/assets/apps/admin/database_forms.php (DONE) src/assets/apps/admin/urls_widgets.php (DONE) src/assets/apps/image_viewer.php (DONE) src/assets/apps/captcha/captcha.php (DONE) src/index.php (DONE) src/configs/aiki-defs.php % (DONE) src/configs/config.php (DONE) src/configs/aiki-defs.inc (DONE) src/configs/htaccess.inc % (DONE) src/aiki.php (DONE) src/style.php (DONE) src/system/core.php (DONE) src/system/widgets.php (DONE) src/system/database * (DONE) src/system/database/sqlite.php * (DONE) src/system/database/mysql.php * (DONE) src/system/database/postgresql.php * (DONE) src/system/database/index.php * (DONE) src/system/database/mssql.php * (DONE) src/system/database/pdo.php * (DONE) src/system/database/oracle8_9.php * - src/system/libraries/membership.php + (DONE) src/system/libraries/membership.php (DONE) src/system/libraries/text.php - src/system/libraries/input.php - src/system/libraries/errors.php + (DONE) src/system/libraries/input.php + (DONE) src/system/libraries/errors.php (DONE) src/system/libraries/message.php (DONE) src/system/libraries/output.php (DONE) src/system/libraries/languages.php (DONE) src/system/libraries/records.php (DONE) src/system/libraries/wiki.php (DONE) src/system/libraries/sql_markup.php (DONE) src/system/libraries/forms.php - src/system/libraries/image.php + (DONE) src/system/libraries/image.php (DONE) src/system/libraries/aiki_array.php (DONE) src/system/libraries/php.php - src/system/libraries/installer.php + (DONE) src/system/libraries/installer.php (DONE) src/system/libraries/security.php (DONE) src/system/libraries/bot.php (DONE) src/system/libraries/url.php (DONE) src/system/libraries/aiki_curl.php (DONE) src/system/libraries/parser.php (DONE) src/system/libraries/openid.php (DELETED) ### * I've Added links to the aikiframework.org/doc on Aiki's homepage (footer under 'Developers' section), as well as on the public wiki (again, under the 'Developers' heading on the Main Page). I've also gone over some of the guides on the PhpDocumentor website, familiarized myself with the code, run and parsed examples on my localhost. * I've got all set up with bazaar & command line tutorials (for vim, launchpad, etc) and have created a branch of the source code on my local machine & am beginning to scan the source files & look at the way PhpDocumentor is being utilized. (Brad 5/31/2011) * I'm completing this, brad just focus on making those aiki sites you've been assigned. I massively underestimated how big a task this is...but super important and you learned a lot and helped a bunch - jon
-- Complete PHPDOC for the codebase https://blueprints.launchpad.net/aikiframework/+spec/complete-phpdoc-conversion _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

