hholzgra Mon Jun 30 06:37:33 2003 EDT
Added files:
/pear/PECL_Gen ChangeLog
Modified files:
/pear/PECL_Gen TODO
Log:
TODO reorganized, ChangeLog added
Index: pear/PECL_Gen/TODO
diff -u pear/PECL_Gen/TODO:1.5 pear/PECL_Gen/TODO:1.6
--- pear/PECL_Gen/TODO:1.5 Sun Jun 29 15:16:15 2003
+++ pear/PECL_Gen/TODO Mon Jun 30 06:37:33 2003
@@no-spam -1,5 +1,25 @@no-spam
-- Use PEAR error handling (work in progress)
-- *more* input checking
+Milestone 0.7
+-------------
+
+- create just function stubs instead of complete
+ extension (as supported by the old ext_skel --stubs option)
+- support missing ext_skel commandline options for BC reasons
+
+- README file generation
+- show verbose message on what to do next like ext_skel did
+ (this is also the README file? or INSTALL?)
+ - build instructions should be platform aware
+ - build instructions should be position aware
+ (within php5/ext vs. standalon)
+ (-> same for config.m4 generation? auto enable/disable ...)
+ - describe hacking
+ - describe testing
+- Makefile.in generation incl. test stuff
+
+Milestone 0.8
+-------------
+
+- finish input checking
- XML level (libxml2 does cover all this?)
- needed attributes given (now done in the parser, work in progress)
- tag nesting ok
@@no-spam -12,8 +32,11 @@no-spam
- config.m4 support for
- header checks
- ...
-- class implementation and documentation support
-- docbook namespace support
+
+Milestone 0.9
+-------------
+
+- code generation for custom test tags
- protos
- object type specification (as in resources)
- default values (needs tokenizer/parser changes ...)
@@no-spam -26,12 +49,17 @@no-spam
- MPL?
- Artistic
- ...
- - dual/multiple licensing?
+
+Milestone 1.0
+-------------
+
+- class implementation and documentation support
- full support for stream wrappers and filters
-- code generation for custom test tags
+
+Beyond 1.0
+----------
+
- XSchema or RELAX/NG instead of DTD?
- VC++ 7 (VS.net) project files
-- create just function stubs instead of complete
- extension (as supported by the old ext_skel)
-- README file generation
-- support missing ext_skel commandline options for BC reasons
+- docbook namespace support
+- multiple license support
\ No newline at end of file