goba Tue Apr 16 15:22:58 2002 EDT
Modified files:
/phpdoc/howto working.xml
Log:
Adding new directory info, adding some more to file descriptions
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.16 phpdoc/howto/working.xml:1.17
--- phpdoc/howto/working.xml:1.16 Tue Apr 16 13:52:02 2002
+++ phpdoc/howto/working.xml Tue Apr 16 15:22:58 2002
@@ -16,6 +16,8 @@
The main file for the documentation. It is supposed
to be only a "glue" between the other parts, containing
only part titles and entity references to chapters.
+ It is generated from <filename>manual.xml.in</filename>
+ when you run configure.
</simpara>
</listitem>
</varlistentry>
@@ -52,8 +54,8 @@
<term><filename>xsl/*</filename></term>
<listitem>
<simpara>
- XSL style sheets to generate HTML, HTMLHelp and print
- output from the manual XML sources.
+ XSL style sheets to generate HTML, phpweb,
+ HTMLHelp and print output from the manual XML sources.
</simpara>
</listitem>
</varlistentry>
@@ -74,6 +76,31 @@
<simpara>
Longer often used XML snippets translated to this
language. Including common warnings, notes, etc.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><filename>your_language/translation.xml</filename></term>
+ <listitem>
+ <simpara>
+ This file is used to store all central translation info,
+ like a small intro text for translators, the persons
+ list, and the files under translation / modification.
+ This file is not present in the English tree.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><filename>your_language/some_directory</filename></term>
+ <listitem>
+ <simpara>
+ The PHP Manual XML source is organized into directories.
+ The biggest part is the extension reference, which is
+ stored in the <filename>reference</filename> directory
+ of your language. You may find the
+ <filename>functions</filename> directory in the English
+ tree, which is not used anymore for manual building, it
+ is only there for reference for manual translators.
</simpara>
</listitem>
</varlistentry>