cvs: peardoc / global.ent /de/package/logging log.xml /de/package/networking/net-smtp intro.xml /en/package/logging log.xml /en/package/networking/net-smtp intro.xml /ja/package/logging log.xml /ja/package/networking/net-smtp intro.xml

[email protected] ("Jon Parise")
Newsgroups php.pear.doc
Message-ID <cvsjon1197436624@cvsserver>
jon		Wed Dec 12 05:17:04 2007 UTC

  Modified files:              
    /peardoc	global.ent 
    /peardoc/de/package/logging	log.xml 
    /peardoc/de/package/networking/net-smtp	intro.xml 
    /peardoc/en/package/logging	log.xml 
    /peardoc/en/package/networking/net-smtp	intro.xml 
    /peardoc/ja/package/logging	log.xml 
    /peardoc/ja/package/networking/net-smtp	intro.xml 
  Log:
  Use entities instead of repeatedly encoding the raw URL in the source.
  
  Suggested by: Mark Wiesemann
  
  
http://cvs.php.net/viewvc.cgi/peardoc/global.ent?r1=1.86&r2=1.87&diff_format=u
Index: peardoc/global.ent
diff -u peardoc/global.ent:1.86 peardoc/global.ent:1.87
--- peardoc/global.ent:1.86	Tue Dec 11 16:18:06 2007
+++ peardoc/global.ent	Wed Dec 12 05:17:03 2007
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.86 2007/12/11 16:18:06 saltybeagle Exp $
+ $Id: global.ent,v 1.87 2007/12/12 05:17:03 jon Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -230,6 +230,12 @@
 <!ENTITY url.html_table.javascript.sorting "http://www.kryogenix.org/code/browser/sorttable/">
 <!ENTITY url.html_table.javascript.sorting2 "http://www.workingwith.me.uk/articles/scripting/standardista_table_sorting">
 
+<!-- Log -->
+<!ENTITY url.log.home "http://www.indelible.org/php/Log/">
+
+<!-- Net_SMTP -->
+<!ENTITY url.net_smtp.home "http://www.indelible.org/php/Net_SMTP/">
+
 <!ENTITY url.qa.coverage        "http://pear.cweiske.de/coverage/">
 <!ENTITY url.qa.packagestatus   "http://pear.cweiske.de/packagestatus/">
 
http://cvs.php.net/viewvc.cgi/peardoc/de/package/logging/log.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/de/package/logging/log.xml
diff -u peardoc/de/package/logging/log.xml:1.4 peardoc/de/package/logging/log.xml:1.5
--- peardoc/de/package/logging/log.xml:1.4	Tue Dec 11 07:28:24 2007
+++ peardoc/de/package/logging/log.xml	Wed Dec 12 05:17:03 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- EN-Revision: 1.3 Maintainer: alexmerz Status: ready -->
 <sect1 id="package.logging.log">
  <title>Log</title>
@@ -10,7 +10,7 @@
 
  <para>
   Eine vollständige Dokumentation ist verfügbar auf <ulink
-  url="http://www.indelible.org/php/Log/">http://www.indelible.org/php/Log/</ulink>.
+  url="&url.log.home;">&url.log.home;</ulink>.
  </para>
 
  </sect1>
http://cvs.php.net/viewvc.cgi/peardoc/de/package/networking/net-smtp/intro.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/de/package/networking/net-smtp/intro.xml
diff -u peardoc/de/package/networking/net-smtp/intro.xml:1.3 peardoc/de/package/networking/net-smtp/intro.xml:1.4
--- peardoc/de/package/networking/net-smtp/intro.xml:1.3	Tue Dec 11 07:28:24 2007
+++ peardoc/de/package/networking/net-smtp/intro.xml	Wed Dec 12 05:17:04 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- EN-Revision: 1.2 Maintainer: alexmerz Status: ready -->
   <refentry id="package.networking.net-smtp.intro">
     <refnamediv>
@@ -16,7 +16,7 @@
      </para>
      <para>
       Eine vollständige Einführung ist verfügbar unter
-      <ulink url="http://www.indelible.org/php/Net_SMTP/">http://www.indelible.org/php/Net_SMTP/</ulink>
+      <ulink url="&url.net_smtp.home;">&url.net_smtp.home;</ulink>
      </para>
     </refsect1>
   </refentry>      
http://cvs.php.net/viewvc.cgi/peardoc/en/package/logging/log.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/logging/log.xml
diff -u peardoc/en/package/logging/log.xml:1.3 peardoc/en/package/logging/log.xml:1.4
--- peardoc/en/package/logging/log.xml:1.3	Tue Dec 11 06:10:27 2007
+++ peardoc/en/package/logging/log.xml	Wed Dec 12 05:17:04 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <sect1 id="package.logging.log">
  <title>Log</title>
 
@@ -9,8 +9,7 @@
 
  <para>
   The full online documentation is available at the maintainer's
-  website: <ulink
-  url="http://www.indelible.org/php/Log/">http://www.indelible.org/php/Log/</ulink>.
+  website: <ulink url="&url.log.home;">&url.log.home;</ulink>.
  </para>
 
  </sect1>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/networking/net-smtp/intro.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/networking/net-smtp/intro.xml
diff -u peardoc/en/package/networking/net-smtp/intro.xml:1.2 peardoc/en/package/networking/net-smtp/intro.xml:1.3
--- peardoc/en/package/networking/net-smtp/intro.xml:1.2	Tue Dec 11 06:10:27 2007
+++ peardoc/en/package/networking/net-smtp/intro.xml	Wed Dec 12 05:17:04 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.2 $ --> 
+<!-- $Revision: 1.3 $ --> 
   <refentry id="package.networking.net-smtp.intro">
     <refnamediv>
       <refname>Introduction and Guide</refname>
@@ -13,7 +13,7 @@
 
 </para>
 	<para>
-<ulink url="http://www.indelible.org/php/Net_SMTP/">The full guide is available here</ulink> 
+<ulink url="&url.net_smtp.home;">The full guide is available here</ulink> 
        </para>
      </refsect1>
   </refentry>      
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/logging/log.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/ja/package/logging/log.xml
diff -u peardoc/ja/package/logging/log.xml:1.4 peardoc/ja/package/logging/log.xml:1.5
--- peardoc/ja/package/logging/log.xml:1.4	Tue Dec 11 06:10:27 2007
+++ peardoc/ja/package/logging/log.xml	Wed Dec 12 05:17:04 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- EN-Revision: 1.2 Maintainer: haruki Status: ready -->
 <sect1 id="package.logging.log">
  <title>Log</title>
@@ -11,8 +11,7 @@
  
  <para>
   完全なオンラインドキュメントは、メンテナの
-  webサイト <ulink
-  url="http://www.indelible.org/php/Log/">http://www.indelible.org/php/Log/</ulink>
+  webサイト <ulink url="&url.log.home;">&url.log.home;</ulink>
   を御覧ください。
  </para>
 
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/networking/net-smtp/intro.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/ja/package/networking/net-smtp/intro.xml
diff -u peardoc/ja/package/networking/net-smtp/intro.xml:1.2 peardoc/ja/package/networking/net-smtp/intro.xml:1.3
--- peardoc/ja/package/networking/net-smtp/intro.xml:1.2	Tue Dec 11 06:10:27 2007
+++ peardoc/ja/package/networking/net-smtp/intro.xml	Wed Dec 12 05:17:04 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.2 $ --> 
+<!-- $Revision: 1.3 $ --> 
 <!-- EN-Revision: 1.1 Maintainer: takagi Status: ready -->
   <refentry id="package.networking.net-smtp.intro">
     <refnamediv>
@@ -14,7 +14,7 @@
         といった認証方法に対応しています。
 </para>
 	<para>
-<ulink url="http://www.indelible.org/php/Net_SMTP/">完全な案内はこちら</ulink> 
+<ulink url="&url.net_smtp.home;">完全な案内はこちら</ulink> 
        </para>
      </refsect1>
   </refentry>
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.