philip Thu May 31 21:46:52 2007 UTC
Modified files: /phpdoc/howto working.xml Log: Update information about starting a new translation. http://cvs.php.net/viewvc.cgi/phpdoc/howto/working.xml?r1=1.64&r2=1.65&diff_format=u Index: phpdoc/howto/working.xml diff -u phpdoc/howto/working.xml:1.64 phpdoc/howto/working.xml:1.65 --- phpdoc/howto/working.xml:1.64 Wed May 9 20:58:00 2007 +++ phpdoc/howto/working.xml Thu May 31 21:46:52 2007 @@ -494,7 +494,7 @@ <title>A function skeleton (<filename>func-name.xml</filename>)</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.64 $ --> +<!-- $Revision: 1.65 $ --> <refentry id="function.func-name"> <refnamediv> <refname>func_name</refname> @@ -673,7 +673,7 @@ <title>A <filename>reference.xml</filename> skeleton</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.64 $ --> +<!-- $Revision: 1.65 $ --> <!-- Purpose: xx --> <!-- Membership: xx --> <!-- State: xx --> @@ -743,7 +743,7 @@ <title>A <filename>configure.xml</filename> skeleton</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.64 $ --> +<!-- $Revision: 1.65 $ --> <section id="extname.installation"> &reftitle.install; <para> @@ -784,7 +784,7 @@ <title>A <filename>constants.xml</filename> skeleton</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.64 $ --> +<!-- $Revision: 1.65 $ --> <section id="extname.constants"> &reftitle.constants; &extension.constants; @@ -834,7 +834,7 @@ <title>A <filename>ini.xml</filename> skeleton</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.64 $ --> +<!-- $Revision: 1.65 $ --> <section id="extname.configuration"> &reftitle.runtime; &extension.runtime; @@ -937,17 +937,26 @@ </listitem> <listitem> <simpara> - <link linkend="cvs-account">Ask for a CVS account</link>. - Mention that you would like to start a new translation. + Let the php doc mailing list (&email.phpdoc;) know that you are + interested in starting a new translation. </simpara> </listitem> <listitem> <simpara> - After you have received your CVS account, ask + Once approved, <link linkend="cvs-account">ask for a CVS account</link>. + Mention that you would like to start a new translation and be sure to + include the name of the translation in this request. + </simpara> + </listitem> + <listitem> + <simpara> + The PHP documentation group will then ask <ulink url="mailto:&email.systems.php;">&email.systems.php;</ulink> - to create a new <literal>phpdoc-LANGCODE</literal> CVS - module, and a new <literal>doc-LANGCODE</literal> mailing - list for the new translation. + to create a new translation. This involves setting up a new mailing + list (<literal>[EMAIL PROTECTED]</literal>), a newsgroup + (<literal>php.doc.LANGCODE</literal>), and a CVS module + (<literal>phpdoc-LANGCODE</literal>). At this point the LANGCODE + should also be added to the <literal>docweb</literal> system. </simpara> </listitem> <listitem> @@ -979,6 +988,15 @@ version and your language's version. </simpara> </listitem> + <listitem> + <simpara> + After the translation makes a good start, its LANGCODE is added + to the other PHP CVS modules like <literal>phpweb</literal>, + <literal>livedocs</literal>, and to this + <link linkend="chapter-maillist">howto</link>. After doing so + the new translation will be online! + </simpara> + </listitem> </itemizedlist> </para>