hholzgra Wed Jan 9 07:33:38 2002 EDT
Modified files:
/phpdoc TODO
Log:
mroe todos
Index: phpdoc/TODO
diff -u phpdoc/TODO:1.10 phpdoc/TODO:1.11
--- phpdoc/TODO:1.10 Fri Dec 28 22:13:36 2001
+++ phpdoc/TODO Wed Jan 9 07:33:38 2002
@@ -14,6 +14,24 @@
- sockets: 'available ;)'
+BUILD SYSTEM:
+ - improve php detection in configure for win (hartmut)
+ - finish makefile cleanup (hartmut)
+ - support both dsssl and xsl processors with configure/make (hartmut)
+ - improve XSL stylesheet customisation
+ - switch to docbook4 (hartmut)
+ - add DTD
+ - convert funcsynopsis to methodsynopsis (using scripts/process.php)
+ - change configure/make
+ - put translations in seperate cvs modules? (to be discussed)
+ - translation detection on function level (hartmut)
+ - easy way -> split reference files down to function level
+ and keep current file-based detection mechanism
+ - hard way -> keep files as they are and merge translated
+ stuff into intermeditate xml before processing
+ - write proposal for discussion (hartmut)
+
+
GENERAL:
- Document that "return" returns from any file, not only
included files.
@@ -24,6 +42,7 @@
- Add ¬e.no-safemode; to the bottom of each function that is
disabled in safe-mode.'
- Note which functions don't work with win32.
+ - Note which functions only work with win32.
- Mark binary (un)safe functions
- Add example to the &tip.ob-capture; tip (preferable a link to
a example)