| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Reviewed: no -->
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
- "@DOCBOOK_DTD@"
- [
- <!ENTITY % xinclude SYSTEM "xinclude.mod">
- %xinclude;
- ]>
- <book id="manual" lang="en">
- <bookinfo>
- <title>Programmer's Reference Guide</title>
- <subtitle>Zend Framework - Extras Library</subtitle>
- <edition>Programmer's Reference Guide for Zend Framework</edition>
- <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
- <copyright>
- <year>2005-<?dbtimestamp format="Y"?></year>
- <holder>
- Zend Technologies Inc.
- (<ulink url="http://www.zend.com" />)
- </holder>
- </copyright>
- <!--
- A Title page graphic can be included like this
- <mediaobject>
- <imageobject>
- <imagedata fileref="../web/images/foo.jpg"/>
- </imageobject>
- </mediaobject>
- -->
- </bookinfo>
- <chapter id="zendx.console.process.unix">
- <title>ZendX_Console_Process_Unix</title>
- <xi:include href="module_specs/ZendX_Console_Process_Unix.xml" />
- </chapter>
- <chapter id="zendx.jquery">
- <title>ZendX_JQuery</title>
- <xi:include href="module_specs/ZendX_JQuery.xml" />
- <xi:include href="module_specs/ZendX_JQuery-View.xml" />
- <xi:include href="module_specs/ZendX_JQuery-Form.xml" />
- </chapter>
- <index id="the.index" />
- </book>
- <!--
- vim:se ts=4 sw=4 et:
- -->
|