philip Sat Feb 24 22:59:43 2007 UTC
Modified files: /phpdoc TODO manual.xml.in /phpdoc/RFC manual.xml.in /phpdoc/chm make_chm.php /phpdoc/en language-defs.ent preface.xml /phpdoc/phpbook/phpbook-xsl htmlhelp.xsl /phpdoc/phpbook/phpbook-dsssl html-locale.dsl.in Log: Removed the word appendixes from the manual (in favor of appendices), this is in accordance to our nomenclature http://cvs.php.net/viewvc.cgi/phpdoc/TODO?r1=1.60&r2=1.61&diff_format=u Index: phpdoc/TODO diff -u phpdoc/TODO:1.60 phpdoc/TODO:1.61 --- phpdoc/TODO:1.60 Sat Nov 4 14:15:15 2006 +++ phpdoc/TODO Sat Feb 24 22:59:43 2007 @@ -59,7 +59,7 @@ - split install.configure.misc.xml, config.xml and maybe other huge files to manageable pieces - see: en/reference/rsusi.txt for progress - - get back lost indexes, but add them as appendixes + - get back lost indexes, but add them as appendices (index of tables, index of examples, index of config options) - merge back build system/style sheet improvements from phpGtk and pear manual (hartmut) http://cvs.php.net/viewvc.cgi/phpdoc/manual.xml.in?r1=1.215&r2=1.216&diff_format=u Index: phpdoc/manual.xml.in diff -u phpdoc/manual.xml.in:1.215 phpdoc/manual.xml.in:1.216 --- phpdoc/manual.xml.in:1.215 Mon Jan 22 15:59:32 2007 +++ phpdoc/manual.xml.in Sat Feb 24 22:59:43 2007 @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "@srcdir@/docbook/docbook-xml/docbookx.dtd" [ -<!-- $Revision: 1.215 $ --> +<!-- $Revision: 1.216 $ --> <!-- Add translated specific definitions and snippets --> <!ENTITY % language-defs SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent"> @@ -153,8 +153,8 @@ &faq.misc; </part> - <part id="appendixes"> - <title>&Appendixes;</title> + <part id="appendices"> + <title>&Appendices;</title> &appendices.history; &appendices.migration5; &appendices.migration4; http://cvs.php.net/viewvc.cgi/phpdoc/RFC/manual.xml.in?r1=1.19&r2=1.20&diff_format=u Index: phpdoc/RFC/manual.xml.in diff -u phpdoc/RFC/manual.xml.in:1.19 phpdoc/RFC/manual.xml.in:1.20 --- phpdoc/RFC/manual.xml.in:1.19 Fri Nov 12 08:50:18 2004 +++ phpdoc/RFC/manual.xml.in Sat Feb 24 22:59:43 2007 @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//PHPDocGroup//DTD DocBook XML V4.1.2-Based Variant PHPBook V1.1//EN" "@srcdir@/dtds/phpbook.dtd" [ -<!-- $Revision: 1.19 $ --> <!-- Last updated to comply to manual.xml.in 1.189 --> +<!-- $Revision: 1.20 $ --> <!-- Last updated to comply to manual.xml.in 1.189 --> <!-- Add translated specific definitions and snippets --> <!ENTITY % language-defs SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent"> @@ -402,8 +402,8 @@ &faq.misc; </part> - <part id="appendixes"> - <title>&Appendixes;</title> + <part id="appendices"> + <title>&Appendices;</title> &appendices.history; &appendices.migration5; &appendices.migration4; http://cvs.php.net/viewvc.cgi/phpdoc/chm/make_chm.php?r1=1.25&r2=1.26&diff_format=u Index: phpdoc/chm/make_chm.php diff -u phpdoc/chm/make_chm.php:1.25 phpdoc/chm/make_chm.php:1.26 --- phpdoc/chm/make_chm.php:1.25 Sun Sep 4 10:48:50 2005 +++ phpdoc/chm/make_chm.php Sat Feb 24 22:59:43 2007 @@ -27,7 +27,7 @@ "funcref.html", "internals.html", "faq.html", - "appendixes.html" + "appendices.html" ); // Header for index and toc http://cvs.php.net/viewvc.cgi/phpdoc/en/language-defs.ent?r1=1.29&r2=1.30&diff_format=u Index: phpdoc/en/language-defs.ent diff -u phpdoc/en/language-defs.ent:1.29 phpdoc/en/language-defs.ent:1.30 --- phpdoc/en/language-defs.ent:1.29 Wed Sep 6 20:40:36 2006 +++ phpdoc/en/language-defs.ent Sat Feb 24 22:59:43 2007 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.29 $ --> +<!-- $Revision: 1.30 $ --> <!-- Part titles used mostly in manual.xml itself --> <!ENTITY PHPManual "PHP Manual"> @@ -12,7 +12,7 @@ <!ENTITY FunctionReference "Function Reference"> <!ENTITY PECLReference "PECL Function Reference"> <!ENTITY AddOnReference "Addon Extension Function Reference"> -<!ENTITY Appendixes "Appendixes"> +<!ENTITY Appendices "Appendices"> <!ENTITY PEAR "PEAR: the PHP Extension and Application Repository"> <!ENTITY FAQ "FAQ: Frequently Asked Questions"> <!ENTITY FAQabbrev "FAQ"> http://cvs.php.net/viewvc.cgi/phpdoc/en/preface.xml?r1=1.32&r2=1.33&diff_format=u Index: phpdoc/en/preface.xml diff -u phpdoc/en/preface.xml:1.32 phpdoc/en/preface.xml:1.33 --- phpdoc/en/preface.xml:1.32 Thu Feb 15 09:24:33 2007 +++ phpdoc/en/preface.xml Sat Feb 24 22:59:43 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.32 $ --> +<!-- $Revision: 1.33 $ --> <preface id="preface"> <title>Preface</title> @@ -21,7 +21,7 @@ function reference</link>, but also contains a <link linkend="langref">language reference</link>, explanations of some of PHP's major <link linkend="features">features</link>, - and other <link linkend="appendixes">supplemental</link> + and other <link linkend="appendices">supplemental</link> information. </para> http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/htmlhelp.xsl?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/phpbook/phpbook-xsl/htmlhelp.xsl diff -u phpdoc/phpbook/phpbook-xsl/htmlhelp.xsl:1.2 phpdoc/phpbook/phpbook-xsl/htmlhelp.xsl:1.3 --- phpdoc/phpbook/phpbook-xsl/htmlhelp.xsl:1.2 Mon Jan 22 22:19:09 2007 +++ phpdoc/phpbook/phpbook-xsl/htmlhelp.xsl Sat Feb 24 22:59:43 2007 @@ -3,7 +3,7 @@ HTML Help specific stylesheet - $Id: htmlhelp.xsl,v 1.2 2007/01/22 22:19:09 bjori Exp $ + $Id: htmlhelp.xsl,v 1.3 2007/02/24 22:59:43 philip Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" @@ -28,7 +28,7 @@ - add root DHTML div with id ="PageContent" for skinning purposes - header off, footer on (also custom with some js handlers and custom ids) - - turn on function index page building (in appendixes) and turn off ToC for it + - turn on function index page building (in appendices) and turn off ToC for it - output formal object titles enclosed in <h3> tags (abstract title, examples, tables, ...?) - simple bold text for admonitions (note|important|warning|caution|tip) http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-dsssl/html-locale.dsl.in?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/phpbook/phpbook-dsssl/html-locale.dsl.in diff -u phpdoc/phpbook/phpbook-dsssl/html-locale.dsl.in:1.1 phpdoc/phpbook/phpbook-dsssl/html-locale.dsl.in:1.2 --- phpdoc/phpbook/phpbook-dsssl/html-locale.dsl.in:1.1 Mon Jan 22 14:09:55 2007 +++ phpdoc/phpbook/phpbook-dsssl/html-locale.dsl.in Sat Feb 24 22:59:43 2007 @@ -1,6 +1,6 @@ ;; -*- Scheme -*- ;; -;; $Id: html-locale.dsl.in,v 1.1 2007/01/22 14:09:55 bjori Exp $ +;; $Id: html-locale.dsl.in,v 1.2 2007/02/24 22:59:43 philip Exp $ ;; ;; This file contains stylesheet customization for locale specific ;; preferences in HTML version. @@ -84,7 +84,7 @@ (make sequence ;; Special case. This is a bit of a hack. ;; I need to revisit this aspect of - ;; appendixes. + ;; appendices. (if (and (equal? (gi component) (normalize "appendix")) (or (equal? (gi elemnode) (normalize "sect1")) (equal? (gi elemnode) (normalize "section")))