Browse Source

[DOCUMENTATION] All:
- remove XSL files from all languages with fallback to files in English directory

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19861 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 years ago
parent
commit
e5b0f4bbb9
57 changed files with 113 additions and 4981 deletions
  1. 4 4
      documentation/manual/ar/Makefile.in
  2. 0 47
      documentation/manual/ar/html.xsl.in
  3. 4 4
      documentation/manual/bg/Makefile.in
  4. 0 47
      documentation/manual/bg/html.xsl.in
  5. 4 4
      documentation/manual/cs/Makefile.in
  6. 0 47
      documentation/manual/cs/html.xsl.in
  7. 4 4
      documentation/manual/de/Makefile.in
  8. 0 47
      documentation/manual/de/html.xsl.in
  9. 0 303
      documentation/manual/de/manual-print1.xml.in
  10. 0 317
      documentation/manual/de/manual-print2.xml.in
  11. 0 122
      documentation/manual/de/pdf-manual.xsl.in
  12. 4 4
      documentation/manual/en/Makefile.in
  13. 13 1
      documentation/manual/en/html.xsl.in
  14. 4 4
      documentation/manual/es/Makefile.in
  15. 0 47
      documentation/manual/es/html.xsl.in
  16. 4 4
      documentation/manual/fa/Makefile.in
  17. 0 47
      documentation/manual/fa/html.xsl.in
  18. 4 4
      documentation/manual/fr/Makefile.in
  19. 0 47
      documentation/manual/fr/html.xsl.in
  20. 0 2268
      documentation/manual/fr/manual.xml.in
  21. 4 4
      documentation/manual/he/Makefile.in
  22. 0 47
      documentation/manual/he/html.xsl.in
  23. 4 4
      documentation/manual/hu/Makefile.in
  24. 0 47
      documentation/manual/hu/html.xsl.in
  25. 4 4
      documentation/manual/id/Makefile.in
  26. 0 47
      documentation/manual/id/html.xsl.in
  27. 4 4
      documentation/manual/it/Makefile.in
  28. 0 47
      documentation/manual/it/html.xsl.in
  29. 4 4
      documentation/manual/ja/Makefile.in
  30. 0 47
      documentation/manual/ja/html.xsl.in
  31. 4 4
      documentation/manual/ko/Makefile.in
  32. 0 47
      documentation/manual/ko/html.xsl.in
  33. 4 4
      documentation/manual/nl/Makefile.in
  34. 0 47
      documentation/manual/nl/html.xsl.in
  35. 4 4
      documentation/manual/pl/Makefile.in
  36. 0 47
      documentation/manual/pl/html.xsl.in
  37. 4 4
      documentation/manual/pt-br/Makefile.in
  38. 0 47
      documentation/manual/pt-br/html.xsl.in
  39. 4 4
      documentation/manual/ro/Makefile.in
  40. 0 47
      documentation/manual/ro/html.xsl.in
  41. 4 4
      documentation/manual/ru/Makefile.in
  42. 0 47
      documentation/manual/ru/html.xsl.in
  43. 4 4
      documentation/manual/sk/Makefile.in
  44. 0 47
      documentation/manual/sk/html.xsl.in
  45. 4 4
      documentation/manual/sl/Makefile.in
  46. 0 47
      documentation/manual/sl/html.xsl.in
  47. 4 4
      documentation/manual/sr/Makefile.in
  48. 0 47
      documentation/manual/sr/html.xsl.in
  49. 4 4
      documentation/manual/tr/Makefile.in
  50. 0 47
      documentation/manual/tr/html.xsl.in
  51. 4 4
      documentation/manual/uk/Makefile.in
  52. 0 47
      documentation/manual/uk/html.xsl.in
  53. 4 4
      documentation/manual/zh/Makefile.in
  54. 0 47
      documentation/manual/zh/html.xsl.in
  55. 0 303
      documentation/manual/zh/manual-print1.xml.in
  56. 0 317
      documentation/manual/zh/manual-print2.xml.in
  57. 0 122
      documentation/manual/zh/pdf-manual.xsl.in

+ 4 - 4
documentation/manual/ar/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/ar/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_AR.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/bg/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/bg/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_BG.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/cs/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/cs/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_CS.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/de/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/de/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-	<xsl:param name="htmlhelp.chm" select="'Zend_Framework_DE.chm'"/>
-	<xsl:param name="htmlhelp.hhc.binary" select="0"/>
-	<xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-	<xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 0 - 303
documentation/manual/de/manual-print1.xml.in

@@ -1,303 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<!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>Referenzhandbuch für Programmierer: Band 1</title>
-        <subtitle>Zend Framework</subtitle>
-        <edition>Referenzhandbuch für Programmierer des Zend Frameworks</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="introduction">
-        <title>Einführung zum Zend Framework</title>
-        <xi:include href="ref/overview.xml" />
-        <xi:include href="ref/installation.xml" />
-    </chapter>
-
-    <chapter id="zend.acl">
-        <title>Zend_Acl</title>
-        <xi:include href="module_specs/Zend_Acl.xml" />
-        <xi:include href="module_specs/Zend_Acl-Refining.xml" />
-        <xi:include href="module_specs/Zend_Acl-Advanced.xml" />
-    </chapter>
-
-    <chapter id="zend.amf">
-        <title>Zend_Amf</title>
-        <xi:include href="module_specs/Zend_Amf.xml" />
-        <xi:include href="module_specs/Zend_Amf-Server.xml" />
-    </chapter>
-
-    <chapter id="zend.application">
-        <title>Zend_Application</title>
-        <xi:include href="module_specs/Zend_Application-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Application-QuickStart.xml" />
-        <xi:include href="module_specs/Zend_Application-TheoryOfOperation.xml" />
-        <xi:include href="module_specs/Zend_Application-Examples.xml" />
-        <xi:include href="module_specs/Zend_Application-CoreFunctionality.xml" />
-        <xi:include href="module_specs/Zend_Application-AvailableResources.xml" />
-    </chapter>
-
-    <chapter id="zend.auth">
-        <title>Zend_Auth</title>
-        <xi:include href="module_specs/Zend_Auth.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_DbTable.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_Digest.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_Http.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_Ldap.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_OpenId.xml" />
-    </chapter>
-
-    <chapter id="zend.cache">
-        <title>Zend_Cache</title>
-        <xi:include href="module_specs/Zend_Cache-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Cache-Theory.xml" />
-        <xi:include href="module_specs/Zend_Cache-Frontends.xml" />
-        <xi:include href="module_specs/Zend_Cache-Backends.xml" />
-    </chapter>
-
-    <chapter id="zend.captcha">
-        <title>Zend_Captcha</title>
-        <xi:include href="module_specs/Zend_Captcha.xml" />
-        <xi:include href="module_specs/Zend_Captcha-Operation.xml" />
-        <xi:include href="module_specs/Zend_Captcha-Adapters.xml" />
-    </chapter>
-
-    <chapter id="zend.codegenerator">
-        <title>Zend_CodeGenerator</title>
-        <xi:include href="module_specs/Zend_CodeGenerator-Introduction.xml" />
-        <xi:include href="module_specs/Zend_CodeGenerator-Examples.xml" />
-        <xi:include href="module_specs/Zend_CodeGenerator-Reference.xml" />
-    </chapter>
-
-    <chapter id="zend.config">
-        <title>Zend_Config</title>
-        <xi:include href="module_specs/Zend_Config-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Config-TheoryOfOperation.xml" />
-        <xi:include href="module_specs/Zend_Config_Ini.xml" />
-        <xi:include href="module_specs/Zend_Config_Xml.xml" />
-    </chapter>
-
-    <chapter id="zend.config.writer">
-        <title>Zend_Config_Writer</title>
-        <xi:include href="module_specs/Zend_Config_Writer.xml" />
-    </chapter>
-
-    <chapter id="zend.console.getopt">
-        <title>Zend_Console_Getopt</title>
-        <xi:include href="module_specs/Zend_Console_Getopt-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Console_Getopt-Rules.xml" />
-        <xi:include href="module_specs/Zend_Console_Getopt-Fetching.xml" />
-        <xi:include href="module_specs/Zend_Console_Getopt-Configuration.xml" />
-    </chapter>
-
-    <chapter id="zend.controller">
-        <title>Zend_Controller</title>
-        <xi:include href="module_specs/Zend_Controller-QuickStart.xml" />
-        <xi:include href="module_specs/Zend_Controller-Basics.xml" />
-        <xi:include href="module_specs/Zend_Controller-FrontController.xml" />
-        <xi:include href="module_specs/Zend_Controller-Request.xml" />
-        <xi:include href="module_specs/Zend_Controller-Router.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Controller-Dispatcher.xml" />
-        <xi:include href="module_specs/Zend_Controller-ActionController.xml" />
-        <xi:include href="module_specs/Zend_Controller-ActionHelpers.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Controller-Response.xml" />
-        <xi:include href="module_specs/Zend_Controller-Plugins.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Controller-Modular.xml" />
-        <xi:include href="module_specs/Zend_Controller-Exceptions.xml" />
-        <xi:include href="module_specs/Zend_Controller-Migration.xml" />
-    </chapter>
-
-    <chapter id="zend.currency">
-        <title>Zend_Currency</title>
-        <xi:include href="module_specs/Zend_Currency-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Currency-Usage.xml" />
-        <xi:include href="module_specs/Zend_Currency-Migrating.xml" />
-    </chapter>
-
-    <chapter id="zend.date">
-        <title>Zend_Date</title>
-        <xi:include href="module_specs/Zend_Date-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Date-Theory.xml" />
-        <xi:include href="module_specs/Zend_Date-Basic.xml" />
-        <xi:include href="module_specs/Zend_Date-Overview.xml" />
-        <xi:include href="module_specs/Zend_Date-Creation.xml" />
-        <xi:include href="module_specs/Zend_Date-Constants.xml" />
-        <xi:include href="module_specs/Zend_Date-Additional.xml" />
-    </chapter>
-
-    <chapter id="zend.db">
-        <title>Zend_Db</title>
-        <xi:include href="module_specs/Zend_Db_Adapter.xml" />
-        <xi:include href="module_specs/Zend_Db_Statement.xml" />
-        <xi:include href="module_specs/Zend_Db_Profiler.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Db_Select.xml" />
-        <xi:include href="module_specs/Zend_Db_Table.xml" />
-        <xi:include href="module_specs/Zend_Db_Table_Row.xml" />
-        <xi:include href="module_specs/Zend_Db_Table_Rowset.xml" />
-        <xi:include href="module_specs/Zend_Db_Table-Relationships.xml" />
-    </chapter>
-
-    <chapter id="zend.debug">
-        <title>Zend_Debug</title>
-        <xi:include href="module_specs/Zend_Debug.xml" />
-    </chapter>
-
-    <chapter id="zend.dojo">
-        <title>Zend_Dojo</title>
-        <xi:include href="module_specs/Zend_Dojo.xml" />
-        <xi:include href="module_specs/Zend_Dojo-Data.xml" />
-        <xi:include href="module_specs/Zend_Dojo-View.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Dojo-Form.xml" parse="xml" />
-    </chapter>
-
-    <chapter id="zend.dom">
-        <title>Zend_Dom</title>
-        <xi:include href="module_specs/Zend_Dom.xml" />
-        <xi:include href="module_specs/Zend_Dom-Query.xml" />
-    </chapter>
-
-    <chapter id="zend.exception">
-        <title>Zend_Exception</title>
-        <xi:include href="module_specs/Zend_Exception.xml" />
-    </chapter>
-
-    <chapter id="zend.feed">
-        <title>Zend_Feed</title>
-        <xi:include href="module_specs/Zend_Feed-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Feed-Importing.xml" />
-        <xi:include href="module_specs/Zend_Feed-FindFeeds.xml" />
-        <xi:include href="module_specs/Zend_Feed-ConsumingRss.xml" />
-        <xi:include href="module_specs/Zend_Feed-ConsumingAtom.xml" />
-        <xi:include href="module_specs/Zend_Feed-ConsumingAtomSingle.xml" />
-        <xi:include href="module_specs/Zend_Feed-ModifyingFeed.xml" />
-        <xi:include href="module_specs/Zend_Feed-CustomFeed.xml" />
-    </chapter>
-
-    <chapter id="zend.file">
-        <title>Zend_File</title>
-        <xi:include href="module_specs/Zend_File_Transfer-Introduction.xml" />
-        <xi:include href="module_specs/Zend_File_Transfer-Validators.xml" />
-        <xi:include href="module_specs/Zend_File_Transfer-Filters.xml" />
-        <xi:include href="module_specs/Zend_File_Transfer-Migration.xml" />
-    </chapter>
-
-    <chapter id="zend.filter">
-        <title>Zend_Filter</title>
-        <xi:include href="module_specs/Zend_Filter.xml" />
-        <xi:include href="module_specs/Zend_Filter-Set.xml" />
-        <xi:include href="module_specs/Zend_Filter-FilterChains.xml" />
-        <xi:include href="module_specs/Zend_Filter-WritingFilters.xml" />
-        <xi:include href="module_specs/Zend_Filter_Input.xml" />
-        <xi:include href="module_specs/Zend_Filter-Inflector.xml" />
-    </chapter>
-
-    <chapter id="zend.form">
-        <title>Zend_Form</title>
-        <xi:include href="module_specs/Zend_Form-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Form-QuickStart.xml" />
-        <xi:include href="module_specs/Zend_Form-Elements.xml" />
-        <xi:include href="module_specs/Zend_Form-Forms.xml" />
-        <xi:include href="module_specs/Zend_Form-Decorators.xml" />
-        <xi:include href="module_specs/Zend_Form-StandardElements.xml" />
-        <xi:include href="module_specs/Zend_Form-StandardDecorators.xml" />
-        <xi:include href="module_specs/Zend_Form-I18n.xml" />
-        <xi:include href="module_specs/Zend_Form-Advanced.xml" />
-    </chapter>
-
-    <chapter id="zend.gdata">
-        <title>Zend_Gdata</title>
-        <xi:include href="module_specs/Zend_Gdata-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Gdata_AuthSub.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Books.xml" />
-        <xi:include href="module_specs/Zend_Gdata_ClientLogin.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Calendar.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Docs.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Health.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Spreadsheets.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Gapps.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Gbase.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Photos.xml" />
-        <xi:include href="module_specs/Zend_Gdata_YouTube.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Exception.xml" />
-    </chapter>
-
-    <chapter id="zend.http">
-        <title>Zend_Http</title>
-        <xi:include href="module_specs/Zend_Http_Client.xml" />
-        <xi:include href="module_specs/Zend_Http_Client-Advanced.xml" />
-        <xi:include href="module_specs/Zend_Http_Client-Adapters.xml" />
-        <xi:include href="module_specs/Zend_Http_Cookie-Handling.xml" />
-        <xi:include href="module_specs/Zend_Http_Response.xml" />
-    </chapter>
-
-    <chapter id="zend.infocard">
-        <title>Zend_InfoCard</title>
-        <xi:include href="module_specs/Zend_InfoCard-Basics.xml" />
-    </chapter>
-
-    <chapter id="zend.json">
-        <title>Zend_Json</title>
-        <xi:include href="module_specs/Zend_Json-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Json-Basics.xml" />
-        <xi:include href="module_specs/Zend_Json-Objects.xml" />
-        <xi:include href="module_specs/Zend_Json-xml2json.xml" />
-        <xi:include href="module_specs/Zend_Json-Server.xml" />
-    </chapter>
-
-    <chapter id="zend.layout">
-        <title>Zend_Layout</title>
-        <xi:include href="module_specs/Zend_Layout-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Layout-QuickStart.xml" />
-        <xi:include href="module_specs/Zend_Layout-Options.xml" />
-        <xi:include href="module_specs/Zend_Layout-Advanced.xml" />
-    </chapter>
-
-    <chapter id="zend.ldap">
-        <title>Zend_Ldap</title>
-        <xi:include href="module_specs/Zend_Ldap.xml" />
-    </chapter>
-
-    <chapter id="zend.loader">
-        <title>Zend_Loader</title>
-        <xi:include href="module_specs/Zend_Loader.xml" />
-        <xi:include href="module_specs/Zend_Loader-Autoloader.xml" />
-        <xi:include href="module_specs/Zend_Loader-Autoloader-Resource.xml" />
-        <xi:include href="module_specs/Zend_Loader-PluginLoader.xml" />
-    </chapter>
-
-    <xi:include href="ref/requirements.xml" />
-    <xi:include href="ref/coding_standard.xml" />
-    <appendix id="performance">
-        <title>Zend Framework Performance Handbuch</title>
-        <xi:include href="ref/performance-introduction.xml" />
-        <xi:include href="ref/performance-classloading.xml" />
-        <xi:include href="ref/performance-database.xml" />
-        <xi:include href="ref/performance-localization.xml" />
-        <xi:include href="ref/performance-view.xml" />
-    </appendix>
-    <xi:include href="ref/copyrights.xml" />
-    <index id="the.index" />
-</book>
-<!--
-vim:se ts=4 sw=4 et:
--->

+ 0 - 317
documentation/manual/de/manual-print2.xml.in

@@ -1,317 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<!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>Referenzhandbuch für Programmierer</title>
-        <subtitle>Zend Framework</subtitle>
-        <edition>Referenzhandbuch für Programmierer des Zend Frameworks</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="introduction">
-        <title>Einführung zum Zend Framework</title>
-        <xi:include href="ref/overview.xml" />
-        <xi:include href="ref/installation.xml" />
-    </chapter>
-
-    <chapter id="zend.locale">
-        <title>Zend_Locale</title>
-        <xi:include href="module_specs/Zend_Locale-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Locale-Functions.xml" />
-        <xi:include href="module_specs/Zend_Locale-Parsing.xml" />
-        <xi:include href="module_specs/Zend_Locale-DatesTimes.xml" />
-        <xi:include href="module_specs/Zend_Locale-AppendixLanguages.xml" />
-        <xi:include href="module_specs/Zend_Locale-Migration.xml" />
-    </chapter>
-
-    <chapter id="zend.log">
-        <title>Zend_Log</title>
-        <xi:include href="module_specs/Zend_Log-Overview.xml" />
-        <xi:include href="module_specs/Zend_Log-Writers.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Log-Formatters.xml" />
-        <xi:include href="module_specs/Zend_Log-Filters.xml" />
-    </chapter>
-
-    <chapter id="zend.mail">
-        <title>Zend_Mail</title>
-        <xi:include href="module_specs/Zend_Mail-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Mail-Sending.xml" />
-        <xi:include href="module_specs/Zend_Mail-MultipleEmails.xml" />
-        <xi:include href="module_specs/Zend_Mail-DifferentTransports.xml" />
-        <xi:include href="module_specs/Zend_Mail-HtmlMails.xml" />
-        <xi:include href="module_specs/Zend_Mail-Attachments.xml" />
-        <xi:include href="module_specs/Zend_Mail-AddingRecipients.xml" />
-        <xi:include href="module_specs/Zend_Mail-Boundary.xml" />
-        <xi:include href="module_specs/Zend_Mail-AdditionalHeaders.xml" />
-        <xi:include href="module_specs/Zend_Mail-CharacterSets.xml" />
-        <xi:include href="module_specs/Zend_Mail-Encoding.xml" />
-        <xi:include href="module_specs/Zend_Mail-SmtpAuthentication.xml" />
-        <xi:include href="module_specs/Zend_Mail-SmtpSecure.xml" />
-        <xi:include href="module_specs/Zend_Mail_Read.xml" />
-    </chapter>
-
-    <chapter id="zend.measure">
-        <title>Zend_Measure</title>
-        <xi:include href="module_specs/Zend_Measure-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Measure-Creation.xml" />
-        <xi:include href="module_specs/Zend_Measure-Output.xml" />
-        <xi:include href="module_specs/Zend_Measure-Edit.xml" />
-        <xi:include href="module_specs/Zend_Measure-Types.xml" />
-    </chapter>
-
-    <chapter id="zend.memory">
-        <title>Zend_Memory</title>
-        <xi:include href="module_specs/Zend_Memory-Overview.xml" />
-        <xi:include href="module_specs/Zend_Memory-MemoryManager.xml" />
-        <xi:include href="module_specs/Zend_Memory-MemoryObjects.xml" />
-    </chapter>
-
-    <chapter id="zend.mime">
-        <title>Zend_Mime</title>
-        <xi:include href="module_specs/Zend_Mime.xml" />
-        <xi:include href="module_specs/Zend_Mime_Message.xml" />
-        <xi:include href="module_specs/Zend_Mime_Part.xml" />
-    </chapter>
-
-    <chapter id="zend.navigation">
-        <title>Zend_Navigation</title>
-        <xi:include href="module_specs/Zend_Navigation-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Navigation-Pages.xml" />
-        <xi:include href="module_specs/Zend_Navigation-Containers.xml" />
-    </chapter>
-
-    <chapter id="zend.openid">
-        <title>Zend_OpenId</title>
-        <xi:include href="module_specs/Zend_OpenId-Introduction.xml" />
-        <xi:include href="module_specs/Zend_OpenId-Consumer.xml" />
-        <xi:include href="module_specs/Zend_OpenId-Provider.xml" />
-    </chapter>
-
-    <chapter id="zend.paginator">
-        <title>Zend_Paginator</title>
-        <xi:include href="module_specs/Zend_Paginator-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Paginator-Usage.xml" />
-        <xi:include href="module_specs/Zend_Paginator-Configuration.xml" />
-        <xi:include href="module_specs/Zend_Paginator-Advanced.xml" />
-    </chapter>
-
-    <chapter id="zend.pdf">
-        <title>Zend_Pdf</title>
-        <xi:include href="module_specs/Zend_Pdf-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Create.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Save.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Pages.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Drawing.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Properties.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Usage.xml" />
-    </chapter>
-
-    <chapter id="zend.progressbar">
-        <title>Zend_ProgressBar</title>
-        <xi:include href="module_specs/Zend_ProgressBar.xml" />
-    </chapter>
-
-    <chapter id="zend.reflection">
-        <title>Zend_Reflection</title>
-        <xi:include href="module_specs/Zend_Reflection-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Reflection-Examples.xml" />
-        <xi:include href="module_specs/Zend_Reflection-Reference.xml" />
-    </chapter>
-
-    <chapter id="zend.registry">
-        <title>Zend_Registry</title>
-        <xi:include href="module_specs/Zend_Registry.xml" />
-    </chapter>
-
-    <chapter id="zend.rest">
-        <title>Zend_Rest</title>
-        <xi:include href="module_specs/Zend_Rest.xml" />
-        <xi:include href="module_specs/Zend_Rest_Client.xml" />
-        <xi:include href="module_specs/Zend_Rest_Server.xml" />
-    </chapter>
-
-    <chapter id="zend.search.lucene">
-        <title>Zend_Search_Lucene</title>
-        <xi:include href="module_specs/Zend_Search_Lucene-Overview.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-IndexCreation.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Searching.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-QueryLanguage.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Queries.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Charset.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Extending.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-JavaLucene.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Advanced.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-BestPractice.xml" />
-    </chapter>
-
-    <chapter id="zend.server">
-        <title>Zend_Server</title>
-        <xi:include href="module_specs/Zend_Server.xml" />
-        <xi:include href="module_specs/Zend_Server_Reflection.xml" />
-    </chapter>
-
-    <chapter id="zend.service">
-        <title>Zend_Service</title>
-        <xi:include href="module_specs/Zend_Service.xml" />
-        <xi:include href="module_specs/Zend_Service_Akismet.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Instance.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Image.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Ebs.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Keypair.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-RegionsAndAvalibilityZones.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_S3.xml" />
-        <xi:include href="module_specs/Zend_Service_Audioscrobbler.xml" />
-        <xi:include href="module_specs/Zend_Service_Delicious.xml" />
-        <xi:include href="module_specs/Zend_Service_Flickr.xml" />
-        <xi:include href="module_specs/Zend_Service_Nirvanix.xml" />
-        <xi:include href="module_specs/Zend_Service-ReCaptcha.xml" />
-        <xi:include href="module_specs/Zend_Service_Simpy.xml" />
-        <xi:include href="module_specs/Zend_Service_SlideShare.xml" />
-        <xi:include href="module_specs/Zend_Service_StrikeIron-Overview.xml" />
-        <xi:include href="module_specs/Zend_Service_StrikeIron-BundledServices.xml" />
-        <xi:include href="module_specs/Zend_Service_StrikeIron-AdvancedUses.xml" />
-        <xi:include href="module_specs/Zend_Service_Technorati.xml" />
-        <xi:include href="module_specs/Zend_Service_Twitter.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Service_Yahoo.xml" />
-    </chapter>
-
-    <chapter id="zend.session">
-        <title>Zend_Session</title>
-        <xi:include href="module_specs/Zend_Session-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Session-BasicUsage.xml" />
-        <xi:include href="module_specs/Zend_Session-AdvancedUsage.xml" />
-        <xi:include href="module_specs/Zend_Session-GlobalSessionManagement.xml" />
-        <xi:include href="module_specs/Zend_Session-SaveHandler-DbTable.xml" />
-    </chapter>
-
-    <chapter id="zend.soap">
-        <title>Zend_Soap</title>
-        <xi:include href="module_specs/Zend_Soap_Server.xml" />
-        <xi:include href="module_specs/Zend_Soap_Client.xml" />
-        <xi:include href="module_specs/Zend_Soap_Wsdl.xml" />
-        <xi:include href="module_specs/Zend_Soap_AutoDiscovery.xml" />
-    </chapter>
-
-    <chapter id="zend.tag">
-        <title>Zend_Tag</title>
-        <xi:include href="module_specs/Zend_Tag-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Tag_Cloud.xml" />
-    </chapter>
-
-    <chapter id="zend.test">
-        <title>Zend_Test</title>
-        <xi:include href="module_specs/Zend_Test.xml" />
-        <xi:include href="module_specs/Zend_Test-PHPUnit.xml" parse="xml" />
-    </chapter>
-
-    <chapter id="zend.text">
-        <title>Zend_Text</title>
-        <xi:include href="module_specs/Zend_Text_Figlet.xml" />
-        <xi:include href="module_specs/Zend_Text_Table.xml" />
-    </chapter>
-
-    <chapter id="zend.timesync">
-        <title>Zend_TimeSync</title>
-        <xi:include href="module_specs/Zend_TimeSync.xml" />
-        <xi:include href="module_specs/Zend_TimeSync-Working.xml" />
-    </chapter>
-
-    <chapter id="zend.tool.framework">
-        <title>Zend_Tool_Framework</title>
-        <xi:include href="module_specs/Zend_Tool_Framework-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Tool_Framework-CliTool.xml" />
-        <xi:include href="module_specs/Zend_Tool_Framework-Architecture.xml" />
-        <xi:include href="module_specs/Zend_Tool_Framework-WritingProviders.xml" />
-        <xi:include href="module_specs/Zend_Tool_Framework-SystemProviders.xml" />
-    </chapter>
-
-    <chapter id="zend.tool.project">
-        <title>Zend_Tool_Project</title>
-        <xi:include href="module_specs/Zend_Tool_Project.xml" />
-        <xi:include href="module_specs/Zend_Tool_Project-CreateProject.xml" />
-        <xi:include href="module_specs/Zend_Tool_Project-Providers.xml" />
-        <xi:include href="module_specs/Zend_Tool_Project-Internals.xml" />
-    </chapter>
-
-    <chapter id="zend.translate">
-        <title>Zend_Translate</title>
-        <xi:include href="module_specs/Zend_Translate-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Translate-Adapters.xml" />
-        <xi:include href="module_specs/Zend_Translate-Using.xml" />
-        <xi:include href="module_specs/Zend_Translate-Migration.xml" />
-    </chapter>
-    <chapter id="zend.uri">
-        <title>Zend_Uri</title>
-        <xi:include href="module_specs/Zend_Uri.xml" />
-    </chapter>
-    <chapter id="zend.validate">
-        <title>Zend_Validate</title>
-        <xi:include href="module_specs/Zend_Validate.xml" />
-        <xi:include href="module_specs/Zend_Validate-Set.xml" />
-        <xi:include href="module_specs/Zend_Validate-ValidatorChains.xml" />
-        <xi:include href="module_specs/Zend_Validate-WritingValidators.xml" />
-        <xi:include href="module_specs/Zend_Validate-Messages.xml" />
-    </chapter>
-    <chapter id="zend.version">
-        <title>Zend_Version</title>
-        <xi:include href="module_specs/Zend_Version.xml" />
-    </chapter>
-    <chapter id="zend.view">
-        <title>Zend_View</title>
-        <xi:include href="module_specs/Zend_View-Introduction.xml" />
-        <xi:include href="module_specs/Zend_View-Controllers.xml" />
-        <xi:include href="module_specs/Zend_View-Scripts.xml" />
-        <xi:include href="module_specs/Zend_View-Helpers.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_View-Abstract.xml" />
-        <xi:include href="module_specs/Zend_View-Migration.xml" />
-    </chapter>
-    <chapter id="zend.wildfire">
-        <title>Zend_Wildfire</title>
-        <xi:include href="module_specs/Zend_Wildfire.xml" />
-    </chapter>
-    <chapter id="zend.xmlrpc">
-        <title>Zend_XmlRpc</title>
-        <xi:include href="module_specs/Zend_XmlRpc.xml" />
-        <xi:include href="module_specs/Zend_XmlRpc_Client.xml" />
-        <xi:include href="module_specs/Zend_XmlRpc_Server.xml" />
-    </chapter>
-    <xi:include href="ref/requirements.xml" />
-    <xi:include href="ref/coding_standard.xml" />
-    <appendix id="performance">
-        <title>Zend Framework Performance Handbuch</title>
-        <xi:include href="ref/performance-introduction.xml" />
-        <xi:include href="ref/performance-classloading.xml" />
-        <xi:include href="ref/performance-database.xml" />
-        <xi:include href="ref/performance-localization.xml" />
-        <xi:include href="ref/performance-view.xml" />
-    </appendix>
-    <xi:include href="ref/copyrights.xml" />
-    <index id="the.index" />
-</book>
-<!--
-vim:se ts=4 sw=4 et:
--->

+ 0 - 122
documentation/manual/de/pdf-manual.xsl.in

@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet
-    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    xmlns:fo="http://www.w3.org/1999/XSL/Format"
-    version="1.0">
-
-<!-- path to original XSL used to do transforms -->
-<xsl:import href="@DOCBOOK_FO_XSL@"/>
-
-<!-- DIRECTIVES FOR CUSTOMIZATION -->
-
-<xsl:param name="fop1.extensions" select="1"></xsl:param>
-
-<!-- Hyphenation -->
-<xsl:template name="set.flow.properties">
-  <xsl:param name="element" select="local-name(.)"/>
-  <xsl:param name="master-reference" select="''"/>
-
-  <xsl:choose>
-    <xsl:when test="starts-with($master-reference, 'index') or
-                    starts-with($master-reference, 'titlepage') or
-                    starts-with($master-reference, 'lot') or  
-                    starts-with($master-reference, 'front')">
-      <xsl:attribute name="hyphenate">false</xsl:attribute>
-    </xsl:when>
-    <xsl:otherwise>
-      <xsl:attribute name="hyphenate">
-        <xsl:value-of select="$hyphenate"/>
-      </xsl:attribute>
-    </xsl:otherwise>
-  </xsl:choose>
-</xsl:template>
-
-<!-- pages always start on odd -->
-<xsl:template match="chapter">
-  <xsl:variable name="id">
-    <xsl:call-template name="object.id"/>
-  </xsl:variable>
-
-  <xsl:variable name="master-reference">
-    <xsl:call-template name="select.pagemaster"/>
-  </xsl:variable>
-
-  <fo:page-sequence hyphenate="{$hyphenate}"
-      master-reference="{$master-reference}"
-      force-page-count="end-on-even">
-    <xsl:attribute name="language">
-      <xsl:call-template name="l10n.language"/>
-    </xsl:attribute>
-    <xsl:attribute name="format">
-      <xsl:call-template name="page.number.format">
-        <xsl:with-param name="master-reference" select="$master-reference"/>
-      </xsl:call-template>
-    </xsl:attribute>
-    <xsl:attribute name="initial-page-number">
-      <xsl:call-template name="initial.page.number">
-        <xsl:with-param name="master-reference" select="$master-reference"/>
-      </xsl:call-template>
-    </xsl:attribute>
-
-    <!--
-    <xsl:attribute name="force-page-count">
-      <xsl:call-template name="force.page.count">
-        <xsl:with-param name="master-reference" select="$master-reference"/>
-      </xsl:call-template>
-    </xsl:attribute>
-    -->
-
-    <xsl:attribute name="hyphenation-character">
-      <xsl:call-template name="gentext">
-        <xsl:with-param name="key" select="'hyphenation-character'"/>
-      </xsl:call-template>
-    </xsl:attribute>
-    <xsl:attribute name="hyphenation-push-character-count">
-      <xsl:call-template name="gentext">
-        <xsl:with-param name="key" select="'hyphenation-push-character-count'"/>
-      </xsl:call-template>
-    </xsl:attribute>
-    <xsl:attribute name="hyphenation-remain-character-count">
-      <xsl:call-template name="gentext">
-        <xsl:with-param name="key" select="'hyphenation-remain-character-count'"/>
-      </xsl:call-template>
-    </xsl:attribute>
-
-    <xsl:apply-templates select="." mode="running.head.mode">
-      <xsl:with-param name="master-reference" select="$master-reference"/>
-    </xsl:apply-templates>
-
-    <xsl:apply-templates select="." mode="running.foot.mode">
-      <xsl:with-param name="master-reference" select="$master-reference"/>
-    </xsl:apply-templates>
-
-    <fo:flow flow-name="xsl-region-body">
-      <xsl:call-template name="set.flow.properties">
-        <xsl:with-param name="element" select="local-name(.)"/>
-        <xsl:with-param name="master-reference" select="$master-reference"/>
-      </xsl:call-template>
-
-      <fo:block id="{$id}"
-                xsl:use-attribute-sets="component.titlepage.properties">
-        <xsl:call-template name="chapter.titlepage"/>
-      </fo:block>
-
-      <xsl:variable name="toc.params">
-        <xsl:call-template name="find.path.params">
-          <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
-        </xsl:call-template>
-      </xsl:variable>
-      <xsl:if test="contains($toc.params, 'toc')">
-        <xsl:call-template name="component.toc">
-          <xsl:with-param name="toc.title.p" 
-                          select="contains($toc.params, 'title')"/>
-        </xsl:call-template>
-        <xsl:call-template name="component.toc.separator"/>
-      </xsl:if>
-      <xsl:apply-templates/>
-    </fo:flow>
-  </fo:page-sequence>
-</xsl:template>
-
-
-</xsl:stylesheet>

+ 4 - 4
documentation/manual/en/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 13 - 1
documentation/manual/en/html.xsl.in

@@ -1,4 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE entities
+[    
+    <!-- Add translated specific definitions and snippets -->
+    <!ENTITY % language-snippets SYSTEM "./ref/language-snippets.xml">
+    %language-snippets;
+
+    <!-- Fallback to English definitions and snippets (in case of missing translation) -->
+    <!ENTITY % language-snippets.default SYSTEM "../en/ref/language-snippets.xml">
+    %language-snippets.default;
+]>
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                 xmlns:fo="http://www.w3.org/1999/XSL/Format"   
 				version="1.0">
@@ -23,7 +35,7 @@
 	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
 	<xsl:param name="header.rule">0</xsl:param>
 	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_EN.chm'"/>
+          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_&lang;.chm'"/>
           <xsl:param name="htmlhelp.hhc.binary" select="0"/>
           <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
           <xsl:param name="toc.section.depth" select="4"/>

+ 4 - 4
documentation/manual/es/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/es/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_ES.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/fa/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/fa/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_FA.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/fr/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/fr/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_FR.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 0 - 2268
documentation/manual/fr/manual.xml.in

@@ -1,2268 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 19811 -->
-<!-- Reviewed: no -->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
-    "@DOCBOOK_DTD@"
-[
-    <!ENTITY % xinclude SYSTEM "xinclude.mod">
-    %xinclude;
-    
-    <!-- Add translated specific definitions and snippets -->
-    <!ENTITY % language-snippets SYSTEM "language-snippets.ent">
-    %language-snippets;
-
-    <!-- Fallback to English definitions and snippets (in case of missing translation) -->
-    <!ENTITY % language-snippets.default SYSTEM "../en/language-snippets.ent">
-    %language-snippets.default;
-]>
-<book id="manual" lang="fr">
-    <bookinfo>
-        <title>&book.title;</title>
-        <subtitle>&book.subtitle;</subtitle>
-        <edition>&book.edition;</edition>
-        <pubdate><?dbtimestamp?></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>
-
-    <part id="introduction">
-        <title>&chapter.introduction.title;</title>
-        <xi:include href="ref/overview.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/overview.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/installation.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/installation.xml" />
-            </xi:fallback>
-        </xi:include>
-    </part>
-
-    <part id="learning">
-        <title>&part.learning.title;</title>
-
-        <chapter id="learning.quickstart">
-            <title>&part.learning.quickstart.title;</title>
-            <xi:include href="tutorials/quickstart-intro-mvc.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/quickstart-intro-mvc.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/quickstart-create-project.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/quickstart-create-project.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/quickstart-create-layout.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/quickstart-create-layout.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/quickstart-create-model.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/quickstart-create-model.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/quickstart-create-form.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/quickstart-create-form.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/quickstart-conclusion.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/quickstart-conclusion.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="learning.autoloading">
-            <title>&part.learning.autoloading.title;</title>
-            <xi:include href="tutorials/autoloading-intro.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/autoloading-intro.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/autoloading-design.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/autoloading-design.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/autoloading-usage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/autoloading-usage.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/autoloading-resources.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/autoloading-resources.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/autoloading-conclusion.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/autoloading-conclusion.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="learning.plugins">
-            <title>&part.learning.plugins.title;</title>
-            <xi:include href="tutorials/plugins-intro.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/plugins-intro.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/plugins-usage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/plugins-usage.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/plugins-conclusion.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/plugins-conclusion.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="learning.layout">
-            <title>&part.learning.layout.title;</title>
-            <xi:include href="tutorials/layout-intro.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/layout-intro.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/layout-usage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/layout-usage.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/layout-conclusions.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/layout-conclusions.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="learning.view.placeholders">
-            <title>&part.learning.view.placeholders.title;</title>
-            <xi:include href="tutorials/view-placeholders-intro.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/view-placeholders-intro.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/view-placeholders-basics.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/view-placeholders-basics.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/view-placeholders-standard.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/view-placeholders-standard.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/view-placeholders-conclusion.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/view-placeholders-conclusion.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="learning.form.decorators">
-            <title>&part.learning.form.decorators.title;</title>
-            <xi:include href="tutorials/form-decorators-intro.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/form-decorators-intro.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/form-decorators-simplest.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/form-decorators-simplest.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/form-decorators-layering.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/form-decorators-layering.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/form-decorators-individual.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/form-decorators-individual.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/form-decorators-composite.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/form-decorators-composite.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/form-decorators-conclusion.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/form-decorators-conclusion.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="learning.multiuser">
-            <title>&part.learning.multiuser.title;</title>
-            <xi:include href="tutorials/multiuser-intro.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/multiuser-intro.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/multiuser-sessions.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/multiuser-sessions.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/multiuser-authentication.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/multiuser-authentication.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/multiuser-authorization.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/multiuser-authorization.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="learning.lucene">
-            <title>&part.learning.lucene.title;</title>
-            <xi:include href="tutorials/lucene-intro.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/lucene-intro.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/lucene-index-structure.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/lucene-index-structure.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/lucene-index-opening.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/lucene-index-opening.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/lucene-indexing.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/lucene-indexing.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/lucene-searching.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/lucene-searching.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/lucene-queries.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/lucene-queries.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/lucene-pagination.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/lucene-pagination.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-        
-        <chapter id="learning.paginator">
-            <title>&part.learning.paginator.title;</title>
-            <xi:include href="tutorials/paginator-intro.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/paginator-intro.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/paginator-simple.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/paginator-simple.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/paginator-control.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/paginator-control.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="tutorials/paginator-together.xml">
-                <xi:fallback>
-                    <xi:include href="../en/tutorials/paginator-together.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-    </part>
-
-    <part id="reference">
-        <title>&part.reference.title;</title>
-
-        <chapter id="zend.acl">
-            <title>Zend_Acl</title>
-            <xi:include href="module_specs/Zend_Acl.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Acl.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Acl-Refining.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Acl-Refining.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Acl-Advanced.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Acl-Advanced.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.amf">
-            <title>Zend_Amf</title>
-            <xi:include href="module_specs/Zend_Amf.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Amf.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Amf-Server.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Amf-Server.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.application">
-            <title>Zend_Application</title>
-            <xi:include href="module_specs/Zend_Application-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Application-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Application-QuickStart.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Application-QuickStart.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Application-TheoryOfOperation.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Application-TheoryOfOperation.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Application-Examples.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Application-Examples.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Application-CoreFunctionality.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Application-CoreFunctionality.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Application-AvailableResources.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Application-AvailableResources.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.auth">
-            <title>Zend_Auth</title>
-            <xi:include href="module_specs/Zend_Auth.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Auth.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Auth_Adapter_DbTable.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Auth_Adapter_DbTable.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Auth_Adapter_Digest.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Auth_Adapter_Digest.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Auth_Adapter_Http.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Auth_Adapter_Http.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Auth_Adapter_Ldap.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Auth_Adapter_Ldap.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Auth_Adapter_OpenId.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Auth_Adapter_OpenId.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.barcode">
-            <title>Zend_Barcode</title>
-            <xi:include href="module_specs/Zend_Barcode-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Barcode-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Barcode-Creation.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Barcode-Creation.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Barcode-Objects.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Barcode-Objects.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Barcode-Renderers.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Barcode-Renderers.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.cache">
-            <title>Zend_Cache</title>
-            <xi:include href="module_specs/Zend_Cache-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Cache-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Cache-Theory.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Cache-Theory.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Cache-Frontends.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Cache-Frontends.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Cache-Backends.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Cache-Backends.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.captcha">
-            <title>Zend_Captcha</title>
-            <xi:include href="module_specs/Zend_Captcha.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Captcha.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Captcha-Operation.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Captcha-Operation.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Captcha-Adapters.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Captcha-Adapters.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.codegenerator">
-            <title>Zend_CodeGenerator</title>
-            <xi:include href="module_specs/Zend_CodeGenerator-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_CodeGenerator-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_CodeGenerator-Examples.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_CodeGenerator-Examples.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_CodeGenerator-Reference.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_CodeGenerator-Reference.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.config">
-            <title>Zend_Config</title>
-            <xi:include href="module_specs/Zend_Config-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Config-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Config-TheoryOfOperation.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Config-TheoryOfOperation.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Config_Ini.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Config_Ini.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Config_Xml.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Config_Xml.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.config.writer">
-            <title>Zend_Config_Writer</title>
-            <xi:include href="module_specs/Zend_Config_Writer.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Config_Writer.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.console.getopt">
-            <title>Zend_Console_Getopt</title>
-            <xi:include href="module_specs/Zend_Console_Getopt-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Console_Getopt-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Console_Getopt-Rules.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Console_Getopt-Rules.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Console_Getopt-Fetching.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Console_Getopt-Fetching.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Console_Getopt-Configuration.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Console_Getopt-Configuration.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.controller">
-            <title>Zend_Controller</title>
-            <xi:include href="module_specs/Zend_Controller-QuickStart.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-QuickStart.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-Basics.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-Basics.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-FrontController.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-FrontController.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-Request.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-Request.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-Router.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-Router.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-Dispatcher.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-Dispatcher.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-ActionController.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-ActionController.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-ActionHelpers.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-ActionHelpers.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-Response.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-Response.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-Plugins.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-Plugins.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-Modular.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-Modular.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Controller-Exceptions.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Controller-Exceptions.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.currency">
-            <title>Zend_Currency</title>
-            <xi:include href="module_specs/Zend_Currency-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Currency-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Currency-Usage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Currency-Usage.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.date">
-            <title>Zend_Date</title>
-            <xi:include href="module_specs/Zend_Date-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Date-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Date-Theory.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Date-Theory.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Date-Basic.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Date-Basic.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Date-Overview.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Date-Overview.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Date-Creation.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Date-Creation.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Date-Constants.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Date-Constants.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Date-Additional.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Date-Additional.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.db">
-            <title>Zend_Db</title>
-            <xi:include href="module_specs/Zend_Db_Adapter.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Adapter.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Db_Statement.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Statement.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Db_Profiler.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Profiler.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Db_Select.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Select.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Db_Table.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Table.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Db_Table_Row.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Table_Row.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Db_Table_Rowset.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Table_Rowset.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Db_Table-Relationships.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Table-Relationships.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Db_Table_Definition.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Db_Table_Definition.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.debug">
-            <title>Zend_Debug</title>
-            <xi:include href="module_specs/Zend_Debug.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Debug.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.dojo">
-            <title>Zend_Dojo</title>
-            <xi:include href="module_specs/Zend_Dojo.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Dojo.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Dojo-Data.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Dojo-Data.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Dojo-View.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Dojo-View.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Dojo-Form.xml" parse="xml" >
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Dojo-Form.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Dojo-BuildLayers.xml" parse="xml" >
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Dojo-BuildLayers.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.dom">
-            <title>Zend_Dom</title>
-            <xi:include href="module_specs/Zend_Dom.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Dom.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Dom-Query.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Dom-Query.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.exception">
-            <title>Zend_Exception</title>
-            <xi:include href="module_specs/Zend_Exception.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Exception.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Exception-Basic.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Exception-Basic.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Exception-Previous.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Exception-Previous.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.feed">
-            <title>Zend_Feed</title>
-            <xi:include href="module_specs/Zend_Feed-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed-Importing.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed-Importing.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed-FindFeeds.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed-FindFeeds.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed-ConsumingRss.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed-ConsumingRss.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed-ConsumingAtom.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed-ConsumingAtom.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed-ConsumingAtomSingle.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed-ConsumingAtomSingle.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed-ModifyingFeed.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed-ModifyingFeed.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed-CustomFeed.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed-CustomFeed.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed_Reader.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed_Reader.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed_Writer.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed_Writer.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed_Pubsubhubbub-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed_Pubsubhubbub-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed_Pubsubhubbub-Pubsubhubbub-Publisher.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed_Pubsubhubbub-Pubsubhubbub-Publisher.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Feed_Pubsubhubbub-Pubsubhubbub-Subscriber.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Feed_Pubsubhubbub-Pubsubhubbub-Subscriber.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.file">
-            <title>Zend_File</title>
-            <xi:include href="module_specs/Zend_File_Transfer-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_File_Transfer-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_File_Transfer-Validators.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_File_Transfer-Validators.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_File_Transfer-Filters.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_File_Transfer-Filters.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.filter">
-            <title>Zend_Filter</title>
-            <xi:include href="module_specs/Zend_Filter.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Filter.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Filter-Set.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Filter-Set.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Filter-FilterChains.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Filter-FilterChains.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Filter-WritingFilters.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Filter-WritingFilters.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Filter_Input.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Filter_Input.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Filter-Inflector.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Filter-Inflector.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.form">
-            <title>Zend_Form</title>
-            <xi:include href="module_specs/Zend_Form-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Form-QuickStart.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-QuickStart.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Form-Elements.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-Elements.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Form-Forms.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-Forms.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Form-Decorators.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-Decorators.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Form-StandardElements.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-StandardElements.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Form-StandardDecorators.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-StandardDecorators.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Form-I18n.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-I18n.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Form-Advanced.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Form-Advanced.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.gdata">
-            <title>Zend_Gdata</title>
-            <xi:include href="module_specs/Zend_Gdata-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_AuthSub.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_AuthSub.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Books.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Books.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_ClientLogin.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_ClientLogin.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Calendar.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Calendar.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Docs.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Docs.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Health.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Health.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Spreadsheets.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Spreadsheets.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Gapps.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Gapps.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Gbase.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Gbase.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Photos.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Photos.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_YouTube.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_YouTube.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Gdata_Exception.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Gdata_Exception.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.http">
-            <title>Zend_Http</title>
-            <xi:include href="module_specs/Zend_Http_Client.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Http_Client.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Http_Client-Advanced.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Http_Client-Advanced.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Http_Client-Adapters.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Http_Client-Adapters.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Http_Cookie-Handling.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Http_Cookie-Handling.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Http_Response.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Http_Response.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.infocard">
-            <title>Zend_InfoCard</title>
-            <xi:include href="module_specs/Zend_InfoCard-Basics.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_InfoCard-Basics.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.json">
-            <title>Zend_Json</title>
-            <xi:include href="module_specs/Zend_Json-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Json-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Json-Basics.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Json-Basics.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Json-Objects.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Json-Objects.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Json-xml2json.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Json-xml2json.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Json-Server.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Json-Server.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.layout">
-            <title>Zend_Layout</title>
-            <xi:include href="module_specs/Zend_Layout-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Layout-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Layout-QuickStart.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Layout-QuickStart.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Layout-Options.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Layout-Options.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Layout-Advanced.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Layout-Advanced.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.ldap">
-            <title>Zend_Ldap</title>
-            <xi:include href="module_specs/Zend_Ldap-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Ldap-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Ldap-API.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Ldap-API.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Ldap-Usage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Ldap-Usage.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Ldap-Tools.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Ldap-Tools.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Ldap-Node.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Ldap-Node.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Ldap-Server.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Ldap-Server.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Ldap-LDIF.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Ldap-LDIF.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.loader">
-            <title>Zend_Loader</title>
-            <xi:include href="module_specs/Zend_Loader.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Loader.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Loader-Autoloader.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Loader-Autoloader.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Loader-Autoloader-Resource.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Loader-Autoloader-Resource.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Loader-PluginLoader.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Loader-PluginLoader.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.locale">
-            <title>Zend_Locale</title>
-            <xi:include href="module_specs/Zend_Locale-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Locale-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Locale-Functions.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Locale-Functions.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Locale-Parsing.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Locale-Parsing.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Locale-DatesTimes.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Locale-DatesTimes.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Locale-AppendixLanguages.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Locale-AppendixLanguages.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.log">
-            <title>Zend_Log</title>
-            <xi:include href="module_specs/Zend_Log-Overview.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Log-Overview.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Log-Writers.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Log-Writers.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Log-Formatters.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Log-Formatters.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Log-Filters.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Log-Filters.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Log-Factory.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Log-Factory.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.mail">
-            <title>Zend_Mail</title>
-            <xi:include href="module_specs/Zend_Mail-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-Sending.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-Sending.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-MultipleEmails.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-MultipleEmails.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-DifferentTransports.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-DifferentTransports.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-HtmlMails.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-HtmlMails.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-Attachments.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-Attachments.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-AddingRecipients.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-AddingRecipients.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-Boundary.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-Boundary.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-AdditionalHeaders.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-AdditionalHeaders.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-CharacterSets.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-CharacterSets.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-Encoding.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-Encoding.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-SmtpAuthentication.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-SmtpAuthentication.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail-SmtpSecure.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail-SmtpSecure.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mail_Read.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mail_Read.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.markup">
-            <title>Zend_Markup</title>
-            <xi:include href="module_specs/Zend_Markup.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Markup.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Markup-Getting-Started.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Markup-Getting-Started.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Markup-Parsers.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Markup-Parsers.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Markup-Renderers.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Markup-Renderers.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.measure">
-            <title>Zend_Measure</title>
-            <xi:include href="module_specs/Zend_Measure-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Measure-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Measure-Creation.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Measure-Creation.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Measure-Output.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Measure-Output.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Measure-Edit.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Measure-Edit.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Measure-Types.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Measure-Types.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.memory">
-            <title>Zend_Memory</title>
-            <xi:include href="module_specs/Zend_Memory-Overview.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Memory-Overview.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Memory-MemoryManager.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Memory-MemoryManager.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Memory-MemoryObjects.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Memory-MemoryObjects.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.mime">
-            <title>Zend_Mime</title>
-            <xi:include href="module_specs/Zend_Mime.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mime.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mime_Message.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mime_Message.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Mime_Part.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Mime_Part.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.navigation">
-            <title>Zend_Navigation</title>
-            <xi:include href="module_specs/Zend_Navigation-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Navigation-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Navigation-Pages.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Navigation-Pages.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Navigation-Containers.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Navigation-Containers.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.openid">
-            <title>Zend_OpenId</title>
-            <xi:include href="module_specs/Zend_OpenId-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_OpenId-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_OpenId-Consumer.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_OpenId-Consumer.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_OpenId-Provider.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_OpenId-Provider.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.paginator">
-            <title>Zend_Paginator</title>
-            <xi:include href="module_specs/Zend_Paginator-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Paginator-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Paginator-Usage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Paginator-Usage.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Paginator-Configuration.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Paginator-Configuration.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Paginator-Advanced.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Paginator-Advanced.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.pdf">
-            <title>Zend_Pdf</title>
-            <xi:include href="module_specs/Zend_Pdf-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Pdf-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Pdf-Create.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Pdf-Create.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Pdf-Save.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Pdf-Save.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Pdf-Pages.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Pdf-Pages.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Pdf-Drawing.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Pdf-Drawing.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Pdf-InteractiveFeatures.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Pdf-InteractiveFeatures.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Pdf-Properties.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Pdf-Properties.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Pdf-Usage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Pdf-Usage.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.progressbar">
-            <title>Zend_ProgressBar</title>
-            <xi:include href="module_specs/Zend_ProgressBar.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_ProgressBar.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.queue">
-            <title>Zend_Queue</title>
-            <xi:include href="module_specs/Zend_Queue-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Queue-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Queue-Example.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Queue-Example.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Queue-Framework.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Queue-Framework.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Queue-Adapters.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Queue-Adapters.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Queue-Custom.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Queue-Custom.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Queue-Stomp.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Queue-Stomp.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.reflection">
-            <title>Zend_Reflection</title>
-            <xi:include href="module_specs/Zend_Reflection-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Reflection-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Reflection-Examples.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Reflection-Examples.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Reflection-Reference.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Reflection-Reference.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.registry">
-            <title>Zend_Registry</title>
-            <xi:include href="module_specs/Zend_Registry.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Registry.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.rest">
-            <title>Zend_Rest</title>
-            <xi:include href="module_specs/Zend_Rest.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Rest.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Rest_Client.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Rest_Client.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Rest_Server.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Rest_Server.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.search.lucene">
-            <title>Zend_Search_Lucene</title>
-            <xi:include href="module_specs/Zend_Search_Lucene-Overview.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-Overview.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-IndexCreation.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-IndexCreation.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-Searching.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-Searching.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-QueryLanguage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-QueryLanguage.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-Queries.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-Queries.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-Charset.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-Charset.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-Extending.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-Extending.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-JavaLucene.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-JavaLucene.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-Advanced.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-Advanced.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Search_Lucene-BestPractice.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Search_Lucene-BestPractice.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.server">
-            <title>Zend_Server</title>
-            <xi:include href="module_specs/Zend_Server.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Server.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Server_Reflection.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Server_Reflection.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.service">
-            <title>Zend_Service</title>
-            <xi:include href="module_specs/Zend_Service.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Akismet.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Akismet.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Instance.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Instance.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-WindowsInstance.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-WindowsInstance.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-ReservedInstance.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-ReservedInstance.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-CloudWatch.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-CloudWatch.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Image.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Image.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Ebs.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Ebs.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Keypair.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Keypair.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-RegionsAndAvalibilityZones.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-RegionsAndAvalibilityZones.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_S3.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_S3.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Amazon_Sqs.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Amazon_Sqs.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Audioscrobbler.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Audioscrobbler.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Delicious.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Delicious.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Flickr.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Flickr.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_LiveDocx.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_LiveDocx.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Nirvanix.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Nirvanix.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service-ReCaptcha.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service-ReCaptcha.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Simpy.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Simpy.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_SlideShare.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_SlideShare.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_StrikeIron-Overview.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_StrikeIron-Overview.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_StrikeIron-BundledServices.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_StrikeIron-BundledServices.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_StrikeIron-AdvancedUses.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_StrikeIron-AdvancedUses.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Technorati.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Technorati.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Twitter.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Twitter.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_WindowsAzure.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_WindowsAzure.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Service_Yahoo.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Service_Yahoo.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.session">
-            <title>Zend_Session</title>
-            <xi:include href="module_specs/Zend_Session-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Session-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Session-BasicUsage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Session-BasicUsage.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Session-AdvancedUsage.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Session-AdvancedUsage.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Session-GlobalSessionManagement.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Session-GlobalSessionManagement.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Session-SaveHandler-DbTable.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Session-SaveHandler-DbTable.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.soap">
-            <title>Zend_Soap</title>
-            <xi:include href="module_specs/Zend_Soap_Server.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Soap_Server.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Soap_Client.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Soap_Client.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Soap_Wsdl.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Soap_Wsdl.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Soap_AutoDiscovery.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Soap_AutoDiscovery.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.tag">
-            <title>Zend_Tag</title>
-            <xi:include href="module_specs/Zend_Tag-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tag-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tag_Cloud.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tag_Cloud.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.test">
-            <title>Zend_Test</title>
-            <xi:include href="module_specs/Zend_Test.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Test.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Test-PHPUnit.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Test-PHPUnit.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Test-PHPUnit-Db.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Test-PHPUnit-Db.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.text">
-            <title>Zend_Text</title>
-            <xi:include href="module_specs/Zend_Text_Figlet.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Text_Figlet.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Text_Table.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Text_Table.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.timesync">
-            <title>Zend_TimeSync</title>
-            <xi:include href="module_specs/Zend_TimeSync.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_TimeSync.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_TimeSync-Working.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_TimeSync-Working.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.tool">
-            <title>Zend_Tool</title>
-            <xi:include href="module_specs/Zend_Tool-Usage-CLI.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool-Usage-CLI.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool-Extending.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool-Extending.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.tool.framework">
-            <title>Zend_Tool_Framework</title>
-            <xi:include href="module_specs/Zend_Tool_Framework-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Framework-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool_Framework-CliTool.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Framework-CliTool.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool_Framework-Architecture.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Framework-Architecture.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool_Framework-WritingProviders.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Framework-WritingProviders.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool_Framework-SystemProviders.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Framework-SystemProviders.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool_Framework-Extending.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Framework-Extending.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.tool.project">
-            <title>Zend_Tool_Project</title>
-            <xi:include href="module_specs/Zend_Tool_Project.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Project.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool_Project-CreateProject.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Project-CreateProject.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool_Project-Providers.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Project-Providers.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Tool_Project-Internals.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Tool_Project-Internals.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.translate">
-            <title>Zend_Translate</title>
-            <xi:include href="module_specs/Zend_Translate-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Translate-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Translate-Adapters.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Translate-Adapters.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Translate-Using.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Translate-Using.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Translate-SourceCreation.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Translate-SourceCreation.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Translate-Additional.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Translate-Additional.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Translate-Plurals.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Translate-Plurals.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.uri">
-            <title>Zend_Uri</title>
-            <xi:include href="module_specs/Zend_Uri.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Uri.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.validate">
-            <title>Zend_Validate</title>
-            <xi:include href="module_specs/Zend_Validate.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Validate.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Validate-Set.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Validate-Set.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Validate-ValidatorChains.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Validate-ValidatorChains.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Validate-WritingValidators.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Validate-WritingValidators.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_Validate-Messages.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Validate-Messages.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.version">
-            <title>Zend_Version</title>
-            <xi:include href="module_specs/Zend_Version.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Version.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.view">
-            <title>Zend_View</title>
-            <xi:include href="module_specs/Zend_View-Introduction.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_View-Introduction.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_View-Controllers.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_View-Controllers.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_View-Scripts.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_View-Scripts.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_View-Helpers.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_View-Helpers.xml" parse="xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_View-Abstract.xml" parse="xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_View-Abstract.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.wildfire">
-            <title>Zend_Wildfire</title>
-            <xi:include href="module_specs/Zend_Wildfire.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_Wildfire.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-
-        <chapter id="zend.xmlrpc">
-            <title>Zend_XmlRpc</title>
-            <xi:include href="module_specs/Zend_XmlRpc.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_XmlRpc.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_XmlRpc_Client.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_XmlRpc_Client.xml" />
-                </xi:fallback>
-            </xi:include>
-            <xi:include href="module_specs/Zend_XmlRpc_Server.xml">
-                <xi:fallback>
-                    <xi:include href="../en/module_specs/Zend_XmlRpc_Server.xml" />
-                </xi:fallback>
-            </xi:include>
-        </chapter>
-    </part>
-
-    <xi:include href="ref/requirements.xml">
-        <xi:fallback>
-                <xi:include href="../en/ref/requirements.xml" />
-            </xi:fallback>
-    </xi:include>
-
-    <appendix id="migration">
-        <title>&appendix.migration.title;</title>
-        <xi:include href="ref/migration-110.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-110.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-19.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-19.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-18.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-18.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-17.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-17.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-16.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-16.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-15.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-15.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-10.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-10.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-09.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-09.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-08.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-08.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/migration-06.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/migration-06.xml" />
-            </xi:fallback>
-        </xi:include>
-    </appendix>
-
-    <xi:include href="ref/coding_standard.xml">
-        <xi:fallback>
-            <xi:include href="../en/ref/coding_standard.xml" />
-        </xi:fallback>
-    </xi:include>
-
-    <xi:include href="ref/documentation-standard.xml">
-        <xi:fallback>
-            <xi:include href="../en/ref/documentation-standard.xml" />
-        </xi:fallback>
-    </xi:include>
-
-    <xi:include href="ref/project-structure.xml">
-        <xi:fallback>
-            <xi:include href="../en/ref/project-structure.xml" />
-        </xi:fallback>
-    </xi:include>
-
-    <appendix id="performance">
-        <title>&appendix.performance.title;</title>
-        <xi:include href="ref/performance-introduction.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/performance-introduction.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/performance-classloading.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/performance-classloading.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/performance-database.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/performance-database.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/performance-localization.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/performance-localization.xml" />
-            </xi:fallback>
-        </xi:include>
-        <xi:include href="ref/performance-view.xml">
-            <xi:fallback>
-                <xi:include href="../en/ref/performance-view.xml" />
-            </xi:fallback>
-        </xi:include>
-    </appendix>
-
-    <xi:include href="ref/copyrights.xml">
-        <xi:fallback>
-                <xi:include href="../en/ref/copyrights.xml" />
-            </xi:fallback>
-    </xi:include>
-
-    <index id="the.index" />
-</book>

+ 4 - 4
documentation/manual/he/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/he/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_HE.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/hu/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/hu/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_HU.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/id/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/id/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_ID.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/it/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/it/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_IT.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/ja/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/ja/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_JA.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/ko/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/ko/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_KO.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/nl/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/nl/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_NL.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/pl/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/pl/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_PL.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/pt-br/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/pt-br/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_PT-BR.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/ro/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/ro/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_RO.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/ru/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/ru/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_RU.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/sk/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/sk/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_SK.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/sl/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/sl/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_SL.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/sr/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/sr/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_SR.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/tr/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/tr/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_TR.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/uk/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/uk/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_EN.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- stuff put here appears before the top navigation area -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- stuff put here appears after the bottom navigation area -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 4 - 4
documentation/manual/zh/Makefile.in

@@ -65,7 +65,7 @@ html/index.html: $(MANUAL_XML) $(HTML_XSL)
 $(MANUAL_XML): ../en/$(MANUAL_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(HTML_XSL): $(HTML_XSL).in
+$(HTML_XSL): ../en/$(HTML_XSL).in
 	sed -e 's!@DOCBOOK_XSL@!$(DOCBOOK_XSL)!' $< > $@
 
 # Build the docs in PDF format
@@ -95,13 +95,13 @@ pdf-print-volume2: pdf-dir $(PDF_XSL) $(MANUAL_PRINT2_XML)
 	$(XSLTPROC) --xinclude --output ZendFramework.fo $(PDF_XSL) _temp_manual_2.xml
 	"$(FOP)" -fo ZendFramework.fo -pdf pdf/ZendFrameworkVolume2.pdf
 
-$(MANUAL_PRINT1_XML): $(MANUAL_PRINT1_XML).in
+$(MANUAL_PRINT1_XML): ../en/$(MANUAL_PRINT1_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 	
-$(MANUAL_PRINT2_XML): $(MANUAL_PRINT2_XML).in
+$(MANUAL_PRINT2_XML): ../en/$(MANUAL_PRINT2_XML).in
 	sed -e 's!@DOCBOOK_DTD@!$(DOCBOOK_DTD)!' $< > $@
 
-$(PDF_XSL): $(PDF_XSL).in
+$(PDF_XSL): ../en/$(PDF_XSL).in
 	sed -e 's!@DOCBOOK_FO_XSL@!$(DOCBOOK_FO_XSL)!' $< > $@
 
 # Cleanup

+ 0 - 47
documentation/manual/zh/html.xsl.in

@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"   
-				version="1.0">
-
-<xsl:import href="@DOCBOOK_XSL@"/>
-	<xsl:param name="use.extensions">0</xsl:param>
-	<xsl:param name="use.id.as.filename">1</xsl:param>
-	<xsl:param name="base.dir">./</xsl:param>
-	<xsl:param name="chunk.fast">1</xsl:param>
-	<xsl:param name="make.valid.html">1</xsl:param>
-	<xsl:param name="section.autolabel">1</xsl:param>
-	<xsl:param name="generate.index">1</xsl:param>
-	<xsl:param name="section.label.includes.component.label">1</xsl:param>
-	<xsl:param name="chunker.output.indent">yes</xsl:param>
-	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
-	<xsl:param name="chunk.first.sections">0</xsl:param>
-	<xsl:param name="chunk.tocs.and.lots">0</xsl:param>
-	<xsl:param name="html.extra.head.links">1</xsl:param>
-	<xsl:param name="generate.manifest">1</xsl:param>
-	<xsl:param name="admon.graphics">1</xsl:param>
-	<xsl:param name="admon.style"></xsl:param>
-	<xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
-	<xsl:param name="header.rule">0</xsl:param>
-	<xsl:param name="footer.rule">0</xsl:param>
-          <xsl:param name="htmlhelp.chm" select="'Zend_Framework_ZH.chm'"/>
-          <xsl:param name="htmlhelp.hhc.binary" select="0"/>
-          <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
-          <xsl:param name="toc.section.depth" select="4"/>
-
-<xsl:template name="user.header.navigation">
-  <!-- 这里放置出现在顶部导航区域前的填充内容 -->
-</xsl:template>
-
-<xsl:template name="user.footer.navigation">
-  <!-- 这里放置出现在底部导航区域后的填充内容 -->
-  <xsl:element name="div">
-    <xsl:attribute name="class">revinfo</xsl:attribute>
-    <xsl:value-of select="//pubdate[1]"/>
-  </xsl:element>
-</xsl:template>
-
-
-</xsl:stylesheet>
-<!--
-vim:se ts=2 sw=2 et:
--->

+ 0 - 303
documentation/manual/zh/manual-print1.xml.in

@@ -1,303 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<!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>程序员参考手册:卷 1</title>
-        <subtitle>Zend Framework</subtitle>
-        <edition>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="introduction">
-        <title>Introduction to Zend Framework</title>
-        <xi:include href="ref/overview.xml" />
-        <xi:include href="ref/installation.xml" />
-    </chapter>
-
-    <chapter id="zend.acl">
-        <title>Zend_Acl</title>
-        <xi:include href="module_specs/Zend_Acl.xml" />
-        <xi:include href="module_specs/Zend_Acl-Refining.xml" />
-        <xi:include href="module_specs/Zend_Acl-Advanced.xml" />
-    </chapter>
-
-    <chapter id="zend.amf">
-        <title>Zend_Amf</title>
-        <xi:include href="module_specs/Zend_Amf.xml" />
-        <xi:include href="module_specs/Zend_Amf-Server.xml" />
-    </chapter>
-
-    <chapter id="zend.application">
-        <title>Zend_Application</title>
-        <xi:include href="module_specs/Zend_Application-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Application-QuickStart.xml" />
-        <xi:include href="module_specs/Zend_Application-TheoryOfOperation.xml" />
-        <xi:include href="module_specs/Zend_Application-Examples.xml" />
-        <xi:include href="module_specs/Zend_Application-CoreFunctionality.xml" />
-        <xi:include href="module_specs/Zend_Application-AvailableResources.xml" />
-    </chapter>
-
-    <chapter id="zend.auth">
-        <title>Zend_Auth</title>
-        <xi:include href="module_specs/Zend_Auth.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_DbTable.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_Digest.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_Http.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_Ldap.xml" />
-        <xi:include href="module_specs/Zend_Auth_Adapter_OpenId.xml" />
-    </chapter>
-
-    <chapter id="zend.cache">
-        <title>Zend_Cache</title>
-        <xi:include href="module_specs/Zend_Cache-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Cache-Theory.xml" />
-        <xi:include href="module_specs/Zend_Cache-Frontends.xml" />
-        <xi:include href="module_specs/Zend_Cache-Backends.xml" />
-    </chapter>
-
-    <chapter id="zend.captcha">
-        <title>Zend_Captcha</title>
-        <xi:include href="module_specs/Zend_Captcha.xml" />
-        <xi:include href="module_specs/Zend_Captcha-Operation.xml" />
-        <xi:include href="module_specs/Zend_Captcha-Adapters.xml" />
-    </chapter>
-
-    <chapter id="zend.codegenerator">
-        <title>Zend_CodeGenerator</title>
-        <xi:include href="module_specs/Zend_CodeGenerator-Introduction.xml" />
-        <xi:include href="module_specs/Zend_CodeGenerator-Examples.xml" />
-        <xi:include href="module_specs/Zend_CodeGenerator-Reference.xml" />
-    </chapter>
-
-    <chapter id="zend.config">
-        <title>Zend_Config</title>
-        <xi:include href="module_specs/Zend_Config-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Config-TheoryOfOperation.xml" />
-        <xi:include href="module_specs/Zend_Config_Ini.xml" />
-        <xi:include href="module_specs/Zend_Config_Xml.xml" />
-    </chapter>
-
-    <chapter id="zend.config.writer">
-        <title>Zend_Config_Writer</title>
-        <xi:include href="module_specs/Zend_Config_Writer.xml" />
-    </chapter>
-
-    <chapter id="zend.console.getopt">
-        <title>Zend_Console_Getopt</title>
-        <xi:include href="module_specs/Zend_Console_Getopt-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Console_Getopt-Rules.xml" />
-        <xi:include href="module_specs/Zend_Console_Getopt-Fetching.xml" />
-        <xi:include href="module_specs/Zend_Console_Getopt-Configuration.xml" />
-    </chapter>
-
-    <chapter id="zend.controller">
-        <title>Zend_Controller</title>
-        <xi:include href="module_specs/Zend_Controller-QuickStart.xml" />
-        <xi:include href="module_specs/Zend_Controller-Basics.xml" />
-        <xi:include href="module_specs/Zend_Controller-FrontController.xml" />
-        <xi:include href="module_specs/Zend_Controller-Request.xml" />
-        <xi:include href="module_specs/Zend_Controller-Router.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Controller-Dispatcher.xml" />
-        <xi:include href="module_specs/Zend_Controller-ActionController.xml" />
-        <xi:include href="module_specs/Zend_Controller-ActionHelpers.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Controller-Response.xml" />
-        <xi:include href="module_specs/Zend_Controller-Plugins.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Controller-Modular.xml" />
-        <xi:include href="module_specs/Zend_Controller-Exceptions.xml" />
-        <xi:include href="module_specs/Zend_Controller-Migration.xml" />
-    </chapter>
-
-    <chapter id="zend.currency">
-        <title>Zend_Currency</title>
-        <xi:include href="module_specs/Zend_Currency-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Currency-Usage.xml" />
-        <xi:include href="module_specs/Zend_Currency-Migrating.xml" />
-    </chapter>
-
-    <chapter id="zend.date">
-        <title>Zend_Date</title>
-        <xi:include href="module_specs/Zend_Date-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Date-Theory.xml" />
-        <xi:include href="module_specs/Zend_Date-Basic.xml" />
-        <xi:include href="module_specs/Zend_Date-Overview.xml" />
-        <xi:include href="module_specs/Zend_Date-Creation.xml" />
-        <xi:include href="module_specs/Zend_Date-Constants.xml" />
-        <xi:include href="module_specs/Zend_Date-Additional.xml" />
-    </chapter>
-
-    <chapter id="zend.db">
-        <title>Zend_Db</title>
-        <xi:include href="module_specs/Zend_Db_Adapter.xml" />
-        <xi:include href="module_specs/Zend_Db_Statement.xml" />
-        <xi:include href="module_specs/Zend_Db_Profiler.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Db_Select.xml" />
-        <xi:include href="module_specs/Zend_Db_Table.xml" />
-        <xi:include href="module_specs/Zend_Db_Table_Row.xml" />
-        <xi:include href="module_specs/Zend_Db_Table_Rowset.xml" />
-        <xi:include href="module_specs/Zend_Db_Table-Relationships.xml" />
-    </chapter>
-
-    <chapter id="zend.debug">
-        <title>Zend_Debug</title>
-        <xi:include href="module_specs/Zend_Debug.xml" />
-    </chapter>
-
-    <chapter id="zend.dojo">
-        <title>Zend_Dojo</title>
-        <xi:include href="module_specs/Zend_Dojo.xml" />
-        <xi:include href="module_specs/Zend_Dojo-Data.xml" />
-        <xi:include href="module_specs/Zend_Dojo-View.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Dojo-Form.xml" parse="xml" />
-    </chapter>
-
-    <chapter id="zend.dom">
-        <title>Zend_Dom</title>
-        <xi:include href="module_specs/Zend_Dom.xml" />
-        <xi:include href="module_specs/Zend_Dom-Query.xml" />
-    </chapter>
-
-    <chapter id="zend.exception">
-        <title>Zend_Exception</title>
-        <xi:include href="module_specs/Zend_Exception.xml" />
-    </chapter>
-
-    <chapter id="zend.feed">
-        <title>Zend_Feed</title>
-        <xi:include href="module_specs/Zend_Feed-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Feed-Importing.xml" />
-        <xi:include href="module_specs/Zend_Feed-FindFeeds.xml" />
-        <xi:include href="module_specs/Zend_Feed-ConsumingRss.xml" />
-        <xi:include href="module_specs/Zend_Feed-ConsumingAtom.xml" />
-        <xi:include href="module_specs/Zend_Feed-ConsumingAtomSingle.xml" />
-        <xi:include href="module_specs/Zend_Feed-ModifyingFeed.xml" />
-        <xi:include href="module_specs/Zend_Feed-CustomFeed.xml" />
-    </chapter>
-
-    <chapter id="zend.file">
-        <title>Zend_File</title>
-        <xi:include href="module_specs/Zend_File_Transfer-Introduction.xml" />
-        <xi:include href="module_specs/Zend_File_Transfer-Validators.xml" />
-        <xi:include href="module_specs/Zend_File_Transfer-Filters.xml" />
-        <xi:include href="module_specs/Zend_File_Transfer-Migration.xml" />
-    </chapter>
-
-    <chapter id="zend.filter">
-        <title>Zend_Filter</title>
-        <xi:include href="module_specs/Zend_Filter.xml" />
-        <xi:include href="module_specs/Zend_Filter-Set.xml" />
-        <xi:include href="module_specs/Zend_Filter-FilterChains.xml" />
-        <xi:include href="module_specs/Zend_Filter-WritingFilters.xml" />
-        <xi:include href="module_specs/Zend_Filter_Input.xml" />
-        <xi:include href="module_specs/Zend_Filter-Inflector.xml" />
-    </chapter>
-
-    <chapter id="zend.form">
-        <title>Zend_Form</title>
-        <xi:include href="module_specs/Zend_Form-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Form-QuickStart.xml" />
-        <xi:include href="module_specs/Zend_Form-Elements.xml" />
-        <xi:include href="module_specs/Zend_Form-Forms.xml" />
-        <xi:include href="module_specs/Zend_Form-Decorators.xml" />
-        <xi:include href="module_specs/Zend_Form-StandardElements.xml" />
-        <xi:include href="module_specs/Zend_Form-StandardDecorators.xml" />
-        <xi:include href="module_specs/Zend_Form-I18n.xml" />
-        <xi:include href="module_specs/Zend_Form-Advanced.xml" />
-    </chapter>
-
-    <chapter id="zend.gdata">
-        <title>Zend_Gdata</title>
-        <xi:include href="module_specs/Zend_Gdata-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Gdata_AuthSub.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Books.xml" />
-        <xi:include href="module_specs/Zend_Gdata_ClientLogin.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Calendar.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Docs.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Health.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Spreadsheets.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Gapps.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Gbase.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Photos.xml" />
-        <xi:include href="module_specs/Zend_Gdata_YouTube.xml" />
-        <xi:include href="module_specs/Zend_Gdata_Exception.xml" />
-    </chapter>
-
-    <chapter id="zend.http">
-        <title>Zend_Http</title>
-        <xi:include href="module_specs/Zend_Http_Client.xml" />
-        <xi:include href="module_specs/Zend_Http_Client-Advanced.xml" />
-        <xi:include href="module_specs/Zend_Http_Client-Adapters.xml" />
-        <xi:include href="module_specs/Zend_Http_Cookie-Handling.xml" />
-        <xi:include href="module_specs/Zend_Http_Response.xml" />
-    </chapter>
-
-    <chapter id="zend.infocard">
-        <title>Zend_InfoCard</title>
-        <xi:include href="module_specs/Zend_InfoCard-Basics.xml" />
-    </chapter>
-
-    <chapter id="zend.json">
-        <title>Zend_Json</title>
-        <xi:include href="module_specs/Zend_Json-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Json-Basics.xml" />
-        <xi:include href="module_specs/Zend_Json-Objects.xml" />
-        <xi:include href="module_specs/Zend_Json-xml2json.xml" />
-        <xi:include href="module_specs/Zend_Json-Server.xml" />
-    </chapter>
-
-    <chapter id="zend.layout">
-        <title>Zend_Layout</title>
-        <xi:include href="module_specs/Zend_Layout-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Layout-QuickStart.xml" />
-        <xi:include href="module_specs/Zend_Layout-Options.xml" />
-        <xi:include href="module_specs/Zend_Layout-Advanced.xml" />
-    </chapter>
-
-    <chapter id="zend.ldap">
-        <title>Zend_Ldap</title>
-        <xi:include href="module_specs/Zend_Ldap.xml" />
-    </chapter>
-
-    <chapter id="zend.loader">
-        <title>Zend_Loader</title>
-        <xi:include href="module_specs/Zend_Loader.xml" />
-        <xi:include href="module_specs/Zend_Loader-Autoloader.xml" />
-        <xi:include href="module_specs/Zend_Loader-Autoloader-Resource.xml" />
-        <xi:include href="module_specs/Zend_Loader-PluginLoader.xml" />
-    </chapter>
-    
-    <xi:include href="ref/requirements.xml" />
-    <xi:include href="ref/coding_standard.xml" />
-    <appendix id="performance">
-        <title>Zend Framework 性能指南</title>
-        <xi:include href="ref/performance-introduction.xml" />
-        <xi:include href="ref/performance-classloading.xml" />
-        <xi:include href="ref/performance-database.xml" />
-        <xi:include href="ref/performance-localization.xml" />
-        <xi:include href="ref/performance-view.xml" />
-    </appendix>
-    <xi:include href="ref/copyrights.xml" />
-    <index id="the.index" />
-</book>
-<!--
-vim:se ts=4 sw=4 et:
--->

+ 0 - 317
documentation/manual/zh/manual-print2.xml.in

@@ -1,317 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<!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>程序员参考手册</title>
-        <subtitle>Zend Framework</subtitle>
-        <edition>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="introduction">
-        <title>Introduction to Zend Framework</title>
-        <xi:include href="ref/overview.xml" />
-        <xi:include href="ref/installation.xml" />
-    </chapter>
-
-    <chapter id="zend.locale">
-        <title>Zend_Locale</title>
-        <xi:include href="module_specs/Zend_Locale-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Locale-Functions.xml" />
-        <xi:include href="module_specs/Zend_Locale-Parsing.xml" />
-        <xi:include href="module_specs/Zend_Locale-DatesTimes.xml" />
-        <xi:include href="module_specs/Zend_Locale-AppendixLanguages.xml" />
-        <xi:include href="module_specs/Zend_Locale-Migration.xml" />
-    </chapter>
-
-    <chapter id="zend.log">
-        <title>Zend_Log</title>
-        <xi:include href="module_specs/Zend_Log-Overview.xml" />
-        <xi:include href="module_specs/Zend_Log-Writers.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Log-Formatters.xml" />
-        <xi:include href="module_specs/Zend_Log-Filters.xml" />
-    </chapter>
-
-    <chapter id="zend.mail">
-        <title>Zend_Mail</title>
-        <xi:include href="module_specs/Zend_Mail-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Mail-Sending.xml" />
-        <xi:include href="module_specs/Zend_Mail-MultipleEmails.xml" />
-        <xi:include href="module_specs/Zend_Mail-DifferentTransports.xml" />
-        <xi:include href="module_specs/Zend_Mail-HtmlMails.xml" />
-        <xi:include href="module_specs/Zend_Mail-Attachments.xml" />
-        <xi:include href="module_specs/Zend_Mail-AddingRecipients.xml" />
-        <xi:include href="module_specs/Zend_Mail-Boundary.xml" />
-        <xi:include href="module_specs/Zend_Mail-AdditionalHeaders.xml" />
-        <xi:include href="module_specs/Zend_Mail-CharacterSets.xml" />
-        <xi:include href="module_specs/Zend_Mail-Encoding.xml" />
-        <xi:include href="module_specs/Zend_Mail-SmtpAuthentication.xml" />
-        <xi:include href="module_specs/Zend_Mail-SmtpSecure.xml" />
-        <xi:include href="module_specs/Zend_Mail_Read.xml" />
-    </chapter>
-
-    <chapter id="zend.measure">
-        <title>Zend_Measure</title>
-        <xi:include href="module_specs/Zend_Measure-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Measure-Creation.xml" />
-        <xi:include href="module_specs/Zend_Measure-Output.xml" />
-        <xi:include href="module_specs/Zend_Measure-Edit.xml" />
-        <xi:include href="module_specs/Zend_Measure-Types.xml" />
-    </chapter>
-
-    <chapter id="zend.memory">
-        <title>Zend_Memory</title>
-        <xi:include href="module_specs/Zend_Memory-Overview.xml" />
-        <xi:include href="module_specs/Zend_Memory-MemoryManager.xml" />
-        <xi:include href="module_specs/Zend_Memory-MemoryObjects.xml" />
-    </chapter>
-
-    <chapter id="zend.mime">
-        <title>Zend_Mime</title>
-        <xi:include href="module_specs/Zend_Mime.xml" />
-        <xi:include href="module_specs/Zend_Mime_Message.xml" />
-        <xi:include href="module_specs/Zend_Mime_Part.xml" />
-    </chapter>
-
-    <chapter id="zend.navigation">
-        <title>Zend_Navigation</title>
-        <xi:include href="module_specs/Zend_Navigation-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Navigation-Pages.xml" />
-        <xi:include href="module_specs/Zend_Navigation-Containers.xml" />
-    </chapter>
-
-    <chapter id="zend.openid">
-        <title>Zend_OpenId</title>
-        <xi:include href="module_specs/Zend_OpenId-Introduction.xml" />
-        <xi:include href="module_specs/Zend_OpenId-Consumer.xml" />
-        <xi:include href="module_specs/Zend_OpenId-Provider.xml" />
-    </chapter>
-
-    <chapter id="zend.paginator">
-        <title>Zend_Paginator</title>
-        <xi:include href="module_specs/Zend_Paginator-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Paginator-Usage.xml" />
-        <xi:include href="module_specs/Zend_Paginator-Configuration.xml" />
-        <xi:include href="module_specs/Zend_Paginator-Advanced.xml" />
-    </chapter>
-
-    <chapter id="zend.pdf">
-        <title>Zend_Pdf</title>
-        <xi:include href="module_specs/Zend_Pdf-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Create.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Save.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Pages.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Drawing.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Properties.xml" />
-        <xi:include href="module_specs/Zend_Pdf-Usage.xml" />
-    </chapter>
-
-    <chapter id="zend.progressbar">
-        <title>Zend_ProgressBar</title>
-        <xi:include href="module_specs/Zend_ProgressBar.xml" />
-    </chapter>
-
-    <chapter id="zend.reflection">
-        <title>Zend_Reflection</title>
-        <xi:include href="module_specs/Zend_Reflection-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Reflection-Examples.xml" />
-        <xi:include href="module_specs/Zend_Reflection-Reference.xml" />
-    </chapter>
-
-    <chapter id="zend.registry">
-        <title>Zend_Registry</title>
-        <xi:include href="module_specs/Zend_Registry.xml" />
-    </chapter>
-
-    <chapter id="zend.rest">
-        <title>Zend_Rest</title>
-        <xi:include href="module_specs/Zend_Rest.xml" />
-        <xi:include href="module_specs/Zend_Rest_Client.xml" />
-        <xi:include href="module_specs/Zend_Rest_Server.xml" />
-    </chapter>
-
-    <chapter id="zend.search.lucene">
-        <title>Zend_Search_Lucene</title>
-        <xi:include href="module_specs/Zend_Search_Lucene-Overview.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-IndexCreation.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Searching.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-QueryLanguage.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Queries.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Charset.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Extending.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-JavaLucene.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-Advanced.xml" />
-        <xi:include href="module_specs/Zend_Search_Lucene-BestPractice.xml" />
-    </chapter>
-
-    <chapter id="zend.server">
-        <title>Zend_Server</title>
-        <xi:include href="module_specs/Zend_Server.xml" />
-        <xi:include href="module_specs/Zend_Server_Reflection.xml" />
-    </chapter>
-
-    <chapter id="zend.service">
-        <title>Zend_Service</title>
-        <xi:include href="module_specs/Zend_Service.xml" />
-        <xi:include href="module_specs/Zend_Service_Akismet.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Instance.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Image.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Ebs.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Keypair.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-RegionsAndAvalibilityZones.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml" />
-        <xi:include href="module_specs/Zend_Service_Amazon_S3.xml" />
-        <xi:include href="module_specs/Zend_Service_Audioscrobbler.xml" />
-        <xi:include href="module_specs/Zend_Service_Delicious.xml" />
-        <xi:include href="module_specs/Zend_Service_Flickr.xml" />
-        <xi:include href="module_specs/Zend_Service_Nirvanix.xml" />
-        <xi:include href="module_specs/Zend_Service-ReCaptcha.xml" />
-        <xi:include href="module_specs/Zend_Service_Simpy.xml" />
-        <xi:include href="module_specs/Zend_Service_SlideShare.xml" />
-        <xi:include href="module_specs/Zend_Service_StrikeIron-Overview.xml" />
-        <xi:include href="module_specs/Zend_Service_StrikeIron-BundledServices.xml" />
-        <xi:include href="module_specs/Zend_Service_StrikeIron-AdvancedUses.xml" />
-        <xi:include href="module_specs/Zend_Service_Technorati.xml" />
-        <xi:include href="module_specs/Zend_Service_Twitter.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_Service_Yahoo.xml" />
-    </chapter>
-
-    <chapter id="zend.session">
-        <title>Zend_Session</title>
-        <xi:include href="module_specs/Zend_Session-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Session-BasicUsage.xml" />
-        <xi:include href="module_specs/Zend_Session-AdvancedUsage.xml" />
-        <xi:include href="module_specs/Zend_Session-GlobalSessionManagement.xml" />
-        <xi:include href="module_specs/Zend_Session-SaveHandler-DbTable.xml" />
-    </chapter>
-
-    <chapter id="zend.soap">
-        <title>Zend_Soap</title>
-        <xi:include href="module_specs/Zend_Soap_Server.xml" />
-        <xi:include href="module_specs/Zend_Soap_Client.xml" />
-        <xi:include href="module_specs/Zend_Soap_Wsdl.xml" />
-        <xi:include href="module_specs/Zend_Soap_AutoDiscovery.xml" />
-    </chapter>
-
-    <chapter id="zend.tag">
-        <title>Zend_Tag</title>
-        <xi:include href="module_specs/Zend_Tag-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Tag_Cloud.xml" />
-    </chapter>
-
-    <chapter id="zend.test">
-        <title>Zend_Test</title>
-        <xi:include href="module_specs/Zend_Test.xml" />
-        <xi:include href="module_specs/Zend_Test-PHPUnit.xml" parse="xml" />
-    </chapter>
-
-    <chapter id="zend.text">
-        <title>Zend_Text</title>
-        <xi:include href="module_specs/Zend_Text_Figlet.xml" />
-        <xi:include href="module_specs/Zend_Text_Table.xml" />
-    </chapter>
-
-    <chapter id="zend.timesync">
-        <title>Zend_TimeSync</title>
-        <xi:include href="module_specs/Zend_TimeSync.xml" />
-        <xi:include href="module_specs/Zend_TimeSync-Working.xml" />
-    </chapter>
-
-    <chapter id="zend.tool.framework">
-        <title>Zend_Tool_Framework</title>
-        <xi:include href="module_specs/Zend_Tool_Framework-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Tool_Framework-CliTool.xml" />
-        <xi:include href="module_specs/Zend_Tool_Framework-Architecture.xml" />
-        <xi:include href="module_specs/Zend_Tool_Framework-WritingProviders.xml" />
-        <xi:include href="module_specs/Zend_Tool_Framework-SystemProviders.xml" />
-    </chapter>
-
-    <chapter id="zend.tool.project">
-        <title>Zend_Tool_Project</title>
-        <xi:include href="module_specs/Zend_Tool_Project.xml" />
-        <xi:include href="module_specs/Zend_Tool_Project-CreateProject.xml" />
-        <xi:include href="module_specs/Zend_Tool_Project-Providers.xml" />
-        <xi:include href="module_specs/Zend_Tool_Project-Internals.xml" />
-    </chapter>
-
-    <chapter id="zend.translate">
-        <title>Zend_Translate</title>
-        <xi:include href="module_specs/Zend_Translate-Introduction.xml" />
-        <xi:include href="module_specs/Zend_Translate-Adapters.xml" />
-        <xi:include href="module_specs/Zend_Translate-Using.xml" />
-        <xi:include href="module_specs/Zend_Translate-Migration.xml" />
-    </chapter>
-    <chapter id="zend.uri">
-        <title>Zend_Uri</title>
-        <xi:include href="module_specs/Zend_Uri.xml" />
-    </chapter>
-    <chapter id="zend.validate">
-        <title>Zend_Validate</title>
-        <xi:include href="module_specs/Zend_Validate.xml" />
-        <xi:include href="module_specs/Zend_Validate-Set.xml" />
-        <xi:include href="module_specs/Zend_Validate-ValidatorChains.xml" />
-        <xi:include href="module_specs/Zend_Validate-WritingValidators.xml" />
-        <xi:include href="module_specs/Zend_Validate-Messages.xml" />
-    </chapter>
-    <chapter id="zend.version">
-        <title>Zend_Version</title>
-        <xi:include href="module_specs/Zend_Version.xml" />
-    </chapter>
-    <chapter id="zend.view">
-        <title>Zend_View</title>
-        <xi:include href="module_specs/Zend_View-Introduction.xml" />
-        <xi:include href="module_specs/Zend_View-Controllers.xml" />
-        <xi:include href="module_specs/Zend_View-Scripts.xml" />
-        <xi:include href="module_specs/Zend_View-Helpers.xml" parse="xml" />
-        <xi:include href="module_specs/Zend_View-Abstract.xml" />
-        <xi:include href="module_specs/Zend_View-Migration.xml" />
-    </chapter>
-    <chapter id="zend.wildfire">
-        <title>Zend_Wildfire</title>
-        <xi:include href="module_specs/Zend_Wildfire.xml" />
-    </chapter>
-    <chapter id="zend.xmlrpc">
-        <title>Zend_XmlRpc</title>
-        <xi:include href="module_specs/Zend_XmlRpc.xml" />
-        <xi:include href="module_specs/Zend_XmlRpc_Client.xml" />
-        <xi:include href="module_specs/Zend_XmlRpc_Server.xml" />
-    </chapter>
-    <xi:include href="ref/requirements.xml" />
-    <xi:include href="ref/coding_standard.xml" />
-    <appendix id="performance">
-        <title>Zend Framework 性能指南</title>
-        <xi:include href="ref/performance-introduction.xml" />
-        <xi:include href="ref/performance-classloading.xml" />
-        <xi:include href="ref/performance-database.xml" />
-        <xi:include href="ref/performance-localization.xml" />
-        <xi:include href="ref/performance-view.xml" />
-    </appendix>
-    <xi:include href="ref/copyrights.xml" />
-    <index id="the.index" />
-</book>
-<!--
-vim:se ts=4 sw=4 et:
--->

+ 0 - 122
documentation/manual/zh/pdf-manual.xsl.in

@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet
-    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    xmlns:fo="http://www.w3.org/1999/XSL/Format"
-    version="1.0">
-
-<!-- path to original XSL used to do transforms -->
-<xsl:import href="@DOCBOOK_FO_XSL@"/>
-
-<!-- DIRECTIVES FOR CUSTOMIZATION -->
-
-<xsl:param name="fop1.extensions" select="1"></xsl:param>
-
-<!-- Hyphenation -->
-<xsl:template name="set.flow.properties">
-  <xsl:param name="element" select="local-name(.)"/>
-  <xsl:param name="master-reference" select="''"/>
-
-  <xsl:choose>
-    <xsl:when test="starts-with($master-reference, 'index') or
-                    starts-with($master-reference, 'titlepage') or
-                    starts-with($master-reference, 'lot') or  
-                    starts-with($master-reference, 'front')">
-      <xsl:attribute name="hyphenate">false</xsl:attribute>
-    </xsl:when>
-    <xsl:otherwise>
-      <xsl:attribute name="hyphenate">
-        <xsl:value-of select="$hyphenate"/>
-      </xsl:attribute>
-    </xsl:otherwise>
-  </xsl:choose>
-</xsl:template>
-
-<!-- pages always start on odd -->
-<xsl:template match="chapter">
-  <xsl:variable name="id">
-    <xsl:call-template name="object.id"/>
-  </xsl:variable>
-
-  <xsl:variable name="master-reference">
-    <xsl:call-template name="select.pagemaster"/>
-  </xsl:variable>
-
-  <fo:page-sequence hyphenate="{$hyphenate}"
-      master-reference="{$master-reference}"
-      force-page-count="end-on-even">
-    <xsl:attribute name="language">
-      <xsl:call-template name="l10n.language"/>
-    </xsl:attribute>
-    <xsl:attribute name="format">
-      <xsl:call-template name="page.number.format">
-        <xsl:with-param name="master-reference" select="$master-reference"/>
-      </xsl:call-template>
-    </xsl:attribute>
-    <xsl:attribute name="initial-page-number">
-      <xsl:call-template name="initial.page.number">
-        <xsl:with-param name="master-reference" select="$master-reference"/>
-      </xsl:call-template>
-    </xsl:attribute>
-
-    <!--
-    <xsl:attribute name="force-page-count">
-      <xsl:call-template name="force.page.count">
-        <xsl:with-param name="master-reference" select="$master-reference"/>
-      </xsl:call-template>
-    </xsl:attribute>
-    -->
-
-    <xsl:attribute name="hyphenation-character">
-      <xsl:call-template name="gentext">
-        <xsl:with-param name="key" select="'hyphenation-character'"/>
-      </xsl:call-template>
-    </xsl:attribute>
-    <xsl:attribute name="hyphenation-push-character-count">
-      <xsl:call-template name="gentext">
-        <xsl:with-param name="key" select="'hyphenation-push-character-count'"/>
-      </xsl:call-template>
-    </xsl:attribute>
-    <xsl:attribute name="hyphenation-remain-character-count">
-      <xsl:call-template name="gentext">
-        <xsl:with-param name="key" select="'hyphenation-remain-character-count'"/>
-      </xsl:call-template>
-    </xsl:attribute>
-
-    <xsl:apply-templates select="." mode="running.head.mode">
-      <xsl:with-param name="master-reference" select="$master-reference"/>
-    </xsl:apply-templates>
-
-    <xsl:apply-templates select="." mode="running.foot.mode">
-      <xsl:with-param name="master-reference" select="$master-reference"/>
-    </xsl:apply-templates>
-
-    <fo:flow flow-name="xsl-region-body">
-      <xsl:call-template name="set.flow.properties">
-        <xsl:with-param name="element" select="local-name(.)"/>
-        <xsl:with-param name="master-reference" select="$master-reference"/>
-      </xsl:call-template>
-
-      <fo:block id="{$id}"
-                xsl:use-attribute-sets="component.titlepage.properties">
-        <xsl:call-template name="chapter.titlepage"/>
-      </fo:block>
-
-      <xsl:variable name="toc.params">
-        <xsl:call-template name="find.path.params">
-          <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
-        </xsl:call-template>
-      </xsl:variable>
-      <xsl:if test="contains($toc.params, 'toc')">
-        <xsl:call-template name="component.toc">
-          <xsl:with-param name="toc.title.p" 
-                          select="contains($toc.params, 'title')"/>
-        </xsl:call-template>
-        <xsl:call-template name="component.toc.separator"/>
-      </xsl:if>
-      <xsl:apply-templates/>
-    </fo:flow>
-  </fo:page-sequence>
-</xsl:template>
-
-
-</xsl:stylesheet>