manual.xml.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  4. "@DOCBOOK_DTD@"
  5. [
  6. <!ENTITY % xinclude SYSTEM "xinclude.mod">
  7. %xinclude;
  8. ]>
  9. <book id="manual" lang="en">
  10. <bookinfo>
  11. <title>Programmer's Reference Guide</title>
  12. <subtitle>Zend Framework - Extras Library</subtitle>
  13. <edition>Programmer's Reference Guide for Zend Framework</edition>
  14. <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
  15. <copyright>
  16. <year>2005-<?dbtimestamp format="Y"?></year>
  17. <holder>
  18. Zend Technologies Inc.
  19. (<ulink url="http://www.zend.com" />)
  20. </holder>
  21. </copyright>
  22. <!--
  23. A Title page graphic can be included like this
  24. <mediaobject>
  25. <imageobject>
  26. <imagedata fileref="../web/images/foo.jpg"/>
  27. </imageobject>
  28. </mediaobject>
  29. -->
  30. </bookinfo>
  31. <chapter id="zendx.console.process.unix">
  32. <title>ZendX_Console_Process_Unix</title>
  33. <xi:include href="module_specs/ZendX_Console_Process_Unix.xml" />
  34. </chapter>
  35. <chapter id="zendx.jquery">
  36. <title>ZendX_JQuery</title>
  37. <xi:include href="module_specs/ZendX_JQuery.xml" />
  38. <xi:include href="module_specs/ZendX_JQuery-View.xml" />
  39. <xi:include href="module_specs/ZendX_JQuery-Form.xml" />
  40. </chapter>
  41. <index id="the.index" />
  42. </book>
  43. <!--
  44. vim:se ts=4 sw=4 et:
  45. -->