goba Thu Jul 18 05:31:56 2002 EDT
Modified files:
/phpdoc/howto cvs.xml howto.html.tar.gz working.xml
Log:
Reflecting changes caused by /me not remembering correctly to
the fact that language directories should be checked out with
phpdoc-LANGCODE-dir, but the module name IS phpdoc-LANGCODE.
Index: phpdoc/howto/cvs.xml
diff -u phpdoc/howto/cvs.xml:1.6 phpdoc/howto/cvs.xml:1.7
--- phpdoc/howto/cvs.xml:1.6 Wed Jul 17 15:13:36 2002
+++ phpdoc/howto/cvs.xml Thu Jul 18 05:31:55 2002
@@ -287,17 +287,17 @@
manual, and the English version of the source files. There are
other modules for translations, named after the language
code of the translation, with the pattern:
- <literal>phpdoc-LANGCODE</literal>. LANGCODE is most of the time
+ <literal>phpdoc-LANGCODE-dir</literal>. LANGCODE is most of the time
a two letter code, but there can be exceptions. So if you would
like to work for the Italian translation group, you need to check
- out the <filename>phpdoc-it</filename> module too. The place where
+ out the <filename>phpdoc-it-dir</filename> module too. The place where
you should check out this module is strictly defined. You should
check out any translation's module under the <filename>phpdoc</filename>
directory you have created above with your previous checkout.
So change the directory to the phpdoc diretory and issue a
<informalexample>
<programlisting>
-$ cvs checkout <parameter>phpdoc-it</parameter>
+$ cvs checkout <parameter>phpdoc-it-dir</parameter>
</programlisting>
</informalexample>
command. Substitute the "it" part with your langauge code. You can
Index: phpdoc/howto/howto.html.tar.gz
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.22 phpdoc/howto/working.xml:1.23
--- phpdoc/howto/working.xml:1.22 Wed Jul 17 15:13:36 2002
+++ phpdoc/howto/working.xml Thu Jul 18 05:31:56 2002
@@ -589,8 +589,9 @@
</listitem>
<listitem>
<simpara>
- Check out the <filename>phpdoc</filename> and the
- <literal>phpdoc-LANGCODE</literal> modules as
+ Check out the modules named <filename>phpdoc</filename>
+ and <literal>phpdoc-LANGCODE</literal> (using the
+ <literal>phpdoc-LANGCODE-dir</literal> alias) as
described in the <link linkend="chapter-cvs">CVS chapter</link>
of this howto.
</simpara>
@@ -599,9 +600,8 @@
<simpara>
Copy <filename>en/language-defs.ent</filename> and
<filename>en/language-snippets.ent</filename> to the
- new <literal>phpdoc-LANGCODE</literal> modules root directory
- (visible as <literal>phpdoc/LANGCODE</literal> in your file
- system) and translate the contents of them.
+ new directory (visible as <literal>phpdoc/LANGCODE</literal>
+ in your file system) and translate the contents of them.
</simpara>
</listitem>
<listitem>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php