I’m almost ready to put up version 1.0 of PHP Doc System, as I touched on in this post. It will be released under GPL and I’ve registered it as a project on SourceForge.net.
Capsule, The Developer’s Code Journal
I’m very pleased today to announce the release of Capsule, the developer’s code journal. Capsule replaces the scratch document you have…
Well there is PHPDoc http://www.phpdoc.de/
I believe work is underway to make it a PEAR package named PHPDocumenter
Thanks for the heads up. I found PHPDoc when I was looking initially, but from what I can tell both of those are the PHP equivalent of JavaDoc – for automagically generating documentation for code/APIs/stuff like that. My little doc system is for creating end user ‘application manual-style’ docs.