goba            Tue Aug  3 07:52:57 2004 EDT

  Added files:                 
    /phpdoc/en  contributors.ent 

  Modified files:              
    /phpdoc     manual.xml.in 
    /phpdoc/en  bookinfo.xml language-defs.ent 
  Log:
  Moving out frontpage people lists to an entitiy file, so the lists can be reused in 
all translations (meaning instant update in all of them)
  
http://cvs.php.net/diff.php/phpdoc/manual.xml.in?r1=1.181&r2=1.182&ty=u
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.181 phpdoc/manual.xml.in:1.182
--- phpdoc/manual.xml.in:1.181  Sun Jul 25 19:11:22 2004
+++ phpdoc/manual.xml.in        Tue Aug  3 07:52:56 2004
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
           "@srcdir@/dtds/dbxml-4.1.2/docbookx.dtd" [
 
-<!-- $Revision: 1.181 $ -->
+<!-- $Revision: 1.182 $ -->
 
 <!-- Add translated specific definitions and snippets -->
 <!ENTITY % language-defs     SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent">
@@ -28,13 +28,15 @@
 <!ENTITY % global.entities  SYSTEM "@srcdir@/entities/global.ent">
 
 <!-- These are language independent -->
-<!ENTITY % build.version    SYSTEM "entities/version.ent">
-<!ENTITY % file.entities    SYSTEM "entities/file-entities.ent">
+<!ENTITY % frontpage.entities SYSTEM "en/contributors.ent">
+<!ENTITY % build.version      SYSTEM "entities/version.ent">
+<!ENTITY % file.entities      SYSTEM "entities/file-entities.ent">
 
 <!-- Include all external DTD parts defined previously -->
 %global.entities;
 %file.entities;
 %build.version;
+%frontpage.entities;
 
 <!-- Autogenerated missing entites and IDs to make build work -->
 <!ENTITY % missing-entities  SYSTEM "entities/missing-entities.ent">
http://cvs.php.net/diff.php/phpdoc/en/bookinfo.xml?r1=1.42&r2=1.43&ty=u
Index: phpdoc/en/bookinfo.xml
diff -u phpdoc/en/bookinfo.xml:1.42 phpdoc/en/bookinfo.xml:1.43
--- phpdoc/en/bookinfo.xml:1.42 Sat Jul 31 08:53:07 2004
+++ phpdoc/en/bookinfo.xml      Tue Aug  3 07:52:57 2004
@@ -1,58 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
 
  <bookinfo id="bookinfo">
   <title>&PHPManual;</title>
-  <authorgroup id="authors">
-
-   <author>
-    <firstname>Mehdi</firstname><surname>Achour</surname> <!-- didou -->
-   </author>
-   
-   <author>
-    <firstname>Friedhelm</firstname><surname>Betz</surname> <!-- betz -->
-   </author>
-
-   <author>
-    <firstname>Antony</firstname><surname>Dovgal</surname> <!-- tony2001 -->
-   </author>
-   
-   <author>
-    <firstname>Nuno</firstname><surname>Lopes</surname> <!-- nlopess -->
-   </author>
-
-   <author>
-    <firstname>Philip</firstname><surname>Olson</surname> <!-- philip -->
-   </author>
-   
-   <author>
-    <firstname>Georg</firstname><surname>Richter</surname> <!-- georg -->
-   </author>
-
-   <author>
-    <firstname>Damien</firstname><surname>Seguy</surname> <!-- dams -->
-   </author>
-
-   <author>
-    <firstname>Jakub</firstname><surname>Vrana</surname> <!-- vrana -->
-   </author>
-
-   <!-- This is not too nice, but works -->
-   <collab>
-    <collabname>
-     <link linkend="contributors">And several others</link>
-    </collabname>
-   </collab>
-
-  </authorgroup>
-
+  &frontpage.authors;
   <pubdate>&php.build-date;</pubdate>
- 
-  <authorgroup id="editors">
-   <editor>
-    <firstname>Gabor</firstname><surname>Hojtsy</surname>
-   </editor>
-  </authorgroup>
+  &frontpage.editors;
 
   <copyright>
    <year>1997-2004</year>
http://cvs.php.net/diff.php/phpdoc/en/language-defs.ent?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/language-defs.ent
diff -u phpdoc/en/language-defs.ent:1.18 phpdoc/en/language-defs.ent:1.19
--- phpdoc/en/language-defs.ent:1.18    Sun Jul 25 17:27:33 2004
+++ phpdoc/en/language-defs.ent Tue Aug  3 07:52:57 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 
 <!-- Part titles used mostly in manual.xml itself -->
 <!ENTITY PHPManual         "PHP Manual">
@@ -20,6 +20,7 @@
 <!ENTITY CHMEdition        "HTML Help Edition">
 <!ENTITY ReservedConstants "Predefined Constants">
 <!ENTITY MissingStuff      "Missing Stuff">
+<!ENTITY AndSeveralOthers  "And several others">
 
 <!-- These are used in reference/$extname/reference.xml and other
 supplemental files to mark section titles -->

http://cvs.php.net/co.php/phpdoc/en/contributors.ent?r=1.1&p=1
Index: phpdoc/en/contributors.ent
+++ phpdoc/en/contributors.ent
<!-- $Revision: 1.1 $ -->

 <!--
   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! :)
 -->

<!-- Authors and editors displayed on the manual frontpage -->
<!ENTITY frontpage.authors '<authorgroup id="authors">

   <author>
    <firstname>Mehdi</firstname><surname>Achour</surname> <!-- didou -->
   </author>
   
   <author>
    <firstname>Friedhelm</firstname><surname>Betz</surname> <!-- betz -->
   </author>

   <author>
    <firstname>Antony</firstname><surname>Dovgal</surname> <!-- tony2001 -->
   </author>
   
   <author>
    <firstname>Nuno</firstname><surname>Lopes</surname> <!-- nlopess -->
   </author>

   <author>
    <firstname>Philip</firstname><surname>Olson</surname> <!-- philip -->
   </author>
   
   <author>
    <firstname>Georg</firstname><surname>Richter</surname> <!-- georg -->
   </author>

   <author>
    <firstname>Damien</firstname><surname>Seguy</surname> <!-- dams -->
   </author>

   <author>
    <firstname>Jakub</firstname><surname>Vrana</surname> <!-- vrana -->
   </author>

   <!-- This is not too nice, but works -->
   <collab>
    <collabname>
     <link linkend="contributors">&AndSeveralOthers;</link>
    </collabname>
   </collab>

  </authorgroup>'>

<!ENTITY frontpage.editors '<authorgroup id="editors">
   <editor>
    <firstname>Gabor</firstname><surname>Hojtsy</surname> <!-- goba -->
   </editor>
  </authorgroup>'>

Reply via email to