On 16 Jul 2008, at 20:26, Matthew Weier O'Phinney wrote:
No proposal documentation? Not that I don't mind digging elbow
deep into new
code, just thought there would be a little hand holding in the
work leading up
to the move to an officially sanctioned Zend Component.
There's documentation in the repository, and it's human-readable:
http://framework.zend.com/svn/framework/standard/documentation/
manual/en/module_specs/
look for Zend_Dom*.xml (or Zend_Dojo*.xml, or Zend_Test*.xml, etc.).
You can build to HTML documentation yourself.
Navigate to the language subfolder you're after, e.g. documentation/
manual/en and run
$ autoconf
$ ./configure
$ make
(This is in the README)
Come back in a while and the html folder will contain your docs.
When you want to update the documentation simply run
$ make clean && make html
Regards
Carlton