Added TODO file

* Updated documentation generation script to include the TODO file.
This commit is contained in:
Josh Sherman 2010-03-14 11:10:21 -04:00
parent 1f26dcd30e
commit 6434c2a6c8
2 changed files with 21 additions and 1 deletions

20
TODO Normal file
View file

@ -0,0 +1,20 @@
______ _____ _____ _ __ _ _____ _____
| ___ \_ _/ __ \| | / /| | | ___/ ___|
| |_/ / | | | / \/| |/ / | | | |__ \ `--.
| __/ | | | | | \ | | | __| `--. \
| | _| |_| \__/\| |\ \| |____| |___/\__/ /
\_| \___/ \____/\_| \_/\_____/\____/\____/
PHP Interface Collection of Killer Libraries to Enhance Stuff
===========================================================================
To Do List
----------
* Remove all @todo tags from the code base
* Update Smarty to v3 and make appropriate adjustments to the code
* Write script to generate a new PICKLES site with stub files
* Write script to generate stub files (modules, templates, models)

View file

@ -1,3 +1,3 @@
#!/bin/bash
phpdoc -d ../../ -t ../../docs -ct usage -ti "PHP Interface Collection of Killer Libraries to Enhance Stuff" -ric README,INSTALL,COPYING -po PICKLES -s
phpdoc -d ../../ -t ../../docs -ct usage -ti "PHP Interface Collection of Killer Libraries to Enhance Stuff" -ric README,INSTALL,COPYING,TODO -po PICKLES -s