vrana Mon Apr 11 04:55:24 2005 EDT
Modified files:
/phpdoc/howto working.xml
Log:
Promote scripts for translators
http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.54&r2=1.55&ty=u
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.54 phpdoc/howto/working.xml:1.55
--- phpdoc/howto/working.xml:1.54 Mon Apr 11 04:42:30 2005
+++ phpdoc/howto/working.xml Mon Apr 11 04:55:22 2005
@@ -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.54 $ -->
+<!-- $Revision: 1.55 $ -->
<refentry id="function.func-name">
<refnamediv>
<refname>func_name</refname>
@@ -653,7 +653,7 @@
<title>A <filename>reference.xml</filename> skeleton</title>
<programlisting role="xml">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
<reference id="ref.extname">
<title>Extname &Functions;</title>
<titleabbrev>Extname</titleabbrev>
@@ -720,7 +720,7 @@
<title>A <filename>configure.xml</filename> skeleton</title>
<programlisting role="xml">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
<section id="extname.installation">
&reftitle.install;
<para>
@@ -761,7 +761,7 @@
<title>A <filename>constants.xml</filename> skeleton</title>
<programlisting role="xml">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
<section id="extname.constants">
&reftitle.constants;
&extension.constants;
@@ -811,7 +811,7 @@
<title>A <filename>ini.xml</filename> skeleton</title>
<programlisting role="xml">
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
<section id="extname.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -1100,6 +1100,9 @@
updates needed. We have two (plus one) system for tracking
the revisions and modification dates of the files in
<literal>phpdoc</literal>.
+ There is also a simple script to check parameters count/type/opt/reference
+ in translated <literal><methodsynopsis></literal> -
+ <filename>scripts/check-trans-params.php</filename>.
</para>
<sect2 id="translation-revcheck-translators">
@@ -1344,6 +1347,13 @@
comments only affect the display of the translators table in
<filename>revcheck.html.gz</filename>.
</para>
+
+ <para>
+ Revision comments can be used also to print a diff between the current
+ English file and the file used for the translation. Script
+ <filename>scripts/diff_en_rev.php</filename> was created for this
+ purpose.
+ </para>
</sect2>
<sect2 id="translation-revcheck-status">