svn: /pear/peardoc/trunk/ en/contributors.ent en/language-snippets.ent entities/global.ent entities/shortcuts-defs.ent

[email protected] (Christian Weiske)
Newsgroups php.pear.doc
Message-ID <[email protected]>
cweiske                                  Wed, 07 Oct 2009 17:21:18 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=289284

Log:
part 1 of making peardoc valid against libxml2-2.7.4 - entities need a namespace now

Changed paths:
    U   pear/peardoc/trunk/en/contributors.ent
    U   pear/peardoc/trunk/en/language-snippets.ent
    U   pear/peardoc/trunk/entities/global.ent
    U   pear/peardoc/trunk/entities/shortcuts-defs.ent
svn-diffs-289284.txt (text/x-diff, 8.8 KB)
Modified: pear/peardoc/trunk/en/contributors.ent
===================================================================
--- pear/peardoc/trunk/en/contributors.ent	2009-10-07 16:40:52 UTC (rev 289283)
+++ pear/peardoc/trunk/en/contributors.ent	2009-10-07 17:21:18 UTC (rev 289284)
@@ -9,7 +9,7 @@
 <!-- Editors displayed on the manual frontpage -->

 <!ENTITY frontpage.editors '
-  <authorgroup xml:id="editors">
+  <authorgroup xml:id="editors" xmlns="http://docbook.org/ns/docbook">
    <editor>
     <personname>
      <firstname>Daniel</firstname><surname>Convissor</surname></personname>

Modified: pear/peardoc/trunk/en/language-snippets.ent
===================================================================
--- pear/peardoc/trunk/en/language-snippets.ent	2009-10-07 16:40:52 UTC (rev 289283)
+++ pear/peardoc/trunk/en/language-snippets.ent	2009-10-07 17:21:18 UTC (rev 289284)
@@ -27,59 +27,59 @@
 <!ENTITY return.success 'Returns &true; on success, &false; on failure.'>

 <!ENTITY return.success-pearerror 'Returns &true; on success,
-<classname>PEAR_Error</classname> on failure.'>
+<classname xmlns="http://docbook.org/ns/docbook">PEAR_Error</classname> on failure.'>

-<!ENTITY return.falseproblem '<warning><simpara>This function may return
+<!ENTITY return.falseproblem '<warning xmlns="http://docbook.org/ns/docbook"><simpara>This function may return
 &false;, but may also return a value evaluating to &false; in a simple if
 statement. Please use <ulink url="&url.php.lookup;operators.comparison">
 the === operator</ulink> for testing the return value of this function.
 </simpara></warning>'>

-<!ENTITY link.coding-standards 'PEAR <link linkend="standards">coding
+<!ENTITY link.coding-standards 'PEAR <link linkend="standards" xmlns="http://docbook.org/ns/docbook">coding
 standards</link>'>

-<!ENTITY note.canstatic '<simpara>This function can be called
+<!ENTITY note.canstatic '<simpara xmlns="http://docbook.org/ns/docbook">This function can be called
 statically.</simpara>'>

-<!ENTITY note.shouldstatic '<simpara>This function should be called
+<!ENTITY note.shouldstatic '<simpara xmlns="http://docbook.org/ns/docbook">This function should be called
 statically.</simpara>'>

-<!ENTITY note.notstatic '<simpara>This function can not be called
+<!ENTITY note.notstatic '<simpara xmlns="http://docbook.org/ns/docbook">This function can not be called
 statically.</simpara>'>

-<!ENTITY note.deprecated '<warning><para>This function is
+<!ENTITY note.deprecated '<warning xmlns="http://docbook.org/ns/docbook"><para>This function is
 <emphasis>deprecated</emphasis>. That means that future versions of
 this package may not support it anymore.</para></warning>'>

-<!ENTITY title.desc '<title>Description</title>'>
-<!ENTITY title.param '<title>Parameter</title>'>
-<!ENTITY title.deprecated '<title>Deprecated</title>'>
-<!ENTITY title.returns '<title>Return value</title>'>
-<!ENTITY title.throws '<title>Throws</title>'>
+<!ENTITY title.desc '<title xmlns="http://docbook.org/ns/docbook">Description</title>'>
+<!ENTITY title.param '<title xmlns="http://docbook.org/ns/docbook">Parameter</title>'>
+<!ENTITY title.deprecated '<title xmlns="http://docbook.org/ns/docbook">Deprecated</title>'>
+<!ENTITY title.returns '<title xmlns="http://docbook.org/ns/docbook">Return value</title>'>
+<!ENTITY title.throws '<title xmlns="http://docbook.org/ns/docbook">Throws</title>'>
 <!ENTITY title.throws.errortable 'Possible PEAR_Error values'>
-<!ENTITY title.note '<title>Note</title>'>
-<!ENTITY title.example '<title>Example</title>'>
-<!ENTITY title.see '<title>See</title>'>
-<!ENTITY title.since '<title>Since</title>'>
+<!ENTITY title.note '<title xmlns="http://docbook.org/ns/docbook">Note</title>'>
+<!ENTITY title.example '<title xmlns="http://docbook.org/ns/docbook">Example</title>'>
+<!ENTITY title.see '<title xmlns="http://docbook.org/ns/docbook">See</title>'>
+<!ENTITY title.since '<title xmlns="http://docbook.org/ns/docbook">Since</title>'>
 <!ENTITY title.constants 'Constants'>

-<!ENTITY type.array '<type>array</type>'>
-<!ENTITY type.bool '<type>boolean</type>'>
-<!ENTITY type.callback '<type>callback</type>'>
-<!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.int '<type>integer</type>'>
-<!ENTITY type.integer '<type>integer</type>'>
-<!ENTITY type.mixed '<type>mixed</type>'>
-<!ENTITY type.object '<type>object</type>'>
-<!ENTITY type.res '<type>resource</type>'>
-<!ENTITY type.resource '<type>resource</type>'>
-<!ENTITY type.string '<type>string</type>'>
-<!ENTITY type.void '<type>void</type>'>
+<!ENTITY type.array '<type xmlns="http://docbook.org/ns/docbook">array</type>'>
+<!ENTITY type.bool '<type xmlns="http://docbook.org/ns/docbook">boolean</type>'>
+<!ENTITY type.callback '<type xmlns="http://docbook.org/ns/docbook">callback</type>'>
+<!ENTITY type.float '<type xmlns="http://docbook.org/ns/docbook">float</type>'>
+<!ENTITY type.int '<type xmlns="http://docbook.org/ns/docbook">integer</type>'>
+<!ENTITY type.integer '<type xmlns="http://docbook.org/ns/docbook">integer</type>'>
+<!ENTITY type.mixed '<type xmlns="http://docbook.org/ns/docbook">mixed</type>'>
+<!ENTITY type.object '<type xmlns="http://docbook.org/ns/docbook">object</type>'>
+<!ENTITY type.res '<type xmlns="http://docbook.org/ns/docbook">resource</type>'>
+<!ENTITY type.resource '<type xmlns="http://docbook.org/ns/docbook">resource</type>'>
+<!ENTITY type.string '<type xmlns="http://docbook.org/ns/docbook">string</type>'>
+<!ENTITY type.void '<type xmlns="http://docbook.org/ns/docbook">void</type>'>

 <!ENTITY purpose.preconstants 'predefined constants'>

 <!ENTITY pdevrel '(package developer related)'>

-<!ENTITY notdocumented '<para>This package is not documented yet.</para>'>
+<!ENTITY notdocumented '<para xmlns="http://docbook.org/ns/docbook">This package is not documented yet.</para>'>

-<!ENTITY noexceptions '<para>No exceptions thrown.</para>'>
+<!ENTITY noexceptions '<para xmlns="http://docbook.org/ns/docbook">No exceptions thrown.</para>'>

Modified: pear/peardoc/trunk/entities/global.ent
===================================================================
--- pear/peardoc/trunk/entities/global.ent	2009-10-07 16:40:52 UTC (rev 289283)
+++ pear/peardoc/trunk/entities/global.ent	2009-10-07 17:21:18 UTC (rev 289284)
@@ -180,14 +180,14 @@
 <!ENTITY url.rfc  'http://www.faqs.org/rfcs/rfc'>

 <!-- The three special language constants -->
-<!ENTITY true  '<constant>TRUE</constant>'>
-<!ENTITY false '<constant>FALSE</constant>'>
-<!ENTITY null  '<constant>NULL</constant>'>
+<!ENTITY true  '<constant xmlns="http://docbook.org/ns/docbook">TRUE</constant>'>
+<!ENTITY false '<constant xmlns="http://docbook.org/ns/docbook">FALSE</constant>'>
+<!ENTITY null  '<constant xmlns="http://docbook.org/ns/docbook">NULL</constant>'>

 <!-- Some commonly used file entities -->
-<!ENTITY php.ini    '<filename>php.ini</filename>'>
-<!ENTITY htaccess   '<filename>.htaccess</filename>'>
-<!ENTITY httpd.conf '<filename>httpd.conf</filename>'>
+<!ENTITY php.ini    '<filename xmlns="http://docbook.org/ns/docbook">php.ini</filename>'>
+<!ENTITY htaccess   '<filename xmlns="http://docbook.org/ns/docbook">.htaccess</filename>'>
+<!ENTITY httpd.conf '<filename xmlns="http://docbook.org/ns/docbook">httpd.conf</filename>'>

 <!ENTITY email.martin   '[email protected]'>
 <!ENTITY email.stig     '[email protected]'>
@@ -216,7 +216,7 @@
 <!ENTITY email.php.soap '[email protected]'>
 <!ENTITY email.php.general '[email protected]'>

-<!ENTITY link.martin   '<ulink url="mailto:&email.martin;">Martin Jansen</ulink>'>
+<!ENTITY link.martin   '<ulink url="mailto:&email.martin;" xmlns="http://docbook.org/ns/docbook">Martin Jansen</ulink>'>

 <!-- for the developers guide -->


Modified: pear/peardoc/trunk/entities/shortcuts-defs.ent
===================================================================
--- pear/peardoc/trunk/entities/shortcuts-defs.ent	2009-10-07 16:40:52 UTC (rev 289283)
+++ pear/peardoc/trunk/entities/shortcuts-defs.ent	2009-10-07 17:21:18 UTC (rev 289284)
@@ -1,8 +1,8 @@
 <!-- $Revision$ -->

-<!ENTITY class.pear '<link linkend="core.pear.pear"><classname>PEAR</classname></link>'>
-<!ENTITY class.pear-error '<link linkend="core.pear.pear-error"><classname>PEAR_Error</classname></link>'>
-<!ENTITY class.pear-exception '<link linkend="core.pear.pear-exception"><classname>PEAR_Exception</classname></link>'>
+<!ENTITY class.pear '<link linkend="core.pear.pear" xmlns="http://docbook.org/ns/docbook"><classname>PEAR</classname></link>'>
+<!ENTITY class.pear-error '<link linkend="core.pear.pear-error" xmlns="http://docbook.org/ns/docbook"><classname>PEAR_Error</classname></link>'>
+<!ENTITY class.pear-exception '<link linkend="core.pear.pear-exception" xmlns="http://docbook.org/ns/docbook"><classname>PEAR_Exception</classname></link>'>
 <!ENTITY blankpagehack ''><!--<chapter><title/><simpara/></chapter>'>-->

 <!ENTITY % shortcuts-defs-db SYSTEM "../en/package/database/db/db.ent">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.