goba Tue Aug 3 08:39:20 2004 EDT
Modified files:
/phpdoc/en contributors.xml language-snippets.ent preface.xml
Log:
Fix xml wellformdness problem in contributors.xml,
which was recognized by livedocs, as it has the strictest parser :) The problem was
that
this file had no single root tag, and therefore was not a legitimate XML entity. Now
it
should be fine. But translators should update, as this makes all translations already
updated to use the new contributors file invalid. Translators: you need to fix
your bookinfo.xml file and move the title and paragraph to the snippets file
http://cvs.php.net/diff.php/phpdoc/en/contributors.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/contributors.xml
diff -u phpdoc/en/contributors.xml:1.10 phpdoc/en/contributors.xml:1.11
--- phpdoc/en/contributors.xml:1.10 Sat Jul 31 08:55:22 2004
+++ phpdoc/en/contributors.xml Tue Aug 3 08:39:20 2004
@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!--
This file shold only be present in the English doc tree. If you
copy it over to your translation tree you will be hunted down
relentlessly! You have been warned! :)
-->
+<sect1 id="contributors">
+ <title>&Credit.Authors.and.Contributors;</title>
+
+ &Credit.Introduction;
+
<sect2>
<title>&Credit.Authors.and.Editors;</title>
@@ -93,6 +98,8 @@
Jeroen van Wolffelaar. <!-- jeroen -->
</para>
</sect2>
+
+</sect1>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.110&r2=1.111&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.110 phpdoc/en/language-snippets.ent:1.111
--- phpdoc/en/language-snippets.ent:1.110 Mon Jul 26 10:02:10 2004
+++ phpdoc/en/language-snippets.ent Tue Aug 3 08:39:20 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.110 $ -->
+<!-- $Revision: 1.111 $ -->
<!-- Keep 'em sorted -->
@@ -374,6 +374,17 @@
forward slashes, as <filename>c:/directory/file.ext</filename>.</simpara></note>'>
<!-- Snippets and titles for the contributors section -->
+<!ENTITY Credit.Authors.and.Contributors 'Authors and Contributors'>
+
+<!ENTITY Credit.Introduction '<para> We highlight the currently most active
+people on the manual frontpage, but there are many more contributors who
+currently help in our work or provided a great amount of help to the project
+in the past. There are a lot of unnamed people who help out with their user
+notes on manual pages, which continually get included in the references, the
+work of whom we are also very thankful. All the lists provided below are in
+alphabetical order.
+</para>'>
+
<!ENTITY Credit.Authors.and.Editors 'Authors and Editors'>
<!ENTITY Credit.Past.Authors.Text 'Although not active currently,
http://cvs.php.net/diff.php/phpdoc/en/preface.xml?r1=1.30&r2=1.31&ty=u
Index: phpdoc/en/preface.xml
diff -u phpdoc/en/preface.xml:1.30 phpdoc/en/preface.xml:1.31
--- phpdoc/en/preface.xml:1.30 Sun Jul 18 09:05:51 2004
+++ phpdoc/en/preface.xml Tue Aug 3 08:39:20 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
<preface id="preface">
<title>Preface</title>
@@ -34,22 +34,7 @@
visit the relevant appendix.
</para>
- <sect1 id="contributors">
- <title>Authors and Contributors</title>
-
- <para>
- We highlight the currently most active people on the manual frontpage,
- but there are many more contributors who currently help in our work or
- provided a great amount of help to the project in the past. There are
- a lot of unnamed people who help out with their user notes on manual
- pages, which continually get included in the references, the work of
- whom we are also very thankful. All the lists provided below are in
- alphabetical order.
- </para>
-
- &contributors;
-
- </sect1>
+ &contributors;
</preface>