svn: /pear/peardoc/trunk/ de/package/caching/cache-lite/intro.xml en/package/caching/cache-lite/intro.xml fr/package/caching/cache-lite/intro.xml ja/package/caching/cache-lite/intro.xml

[email protected] (Markus Tacker) Wed, 18 May 2011 11:33:55 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
tacker                                   Wed, 18 May 2011 11:33:55 +0000

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

Log:
Fixing broken link to old cvs viewer in Cache_Lite docs. See pear bug #18546

Bug: http://pear.php.net/bugs/18546 (unknown) 
      
Changed paths:
    U   pear/peardoc/trunk/de/package/caching/cache-lite/intro.xml
    U   pear/peardoc/trunk/en/package/caching/cache-lite/intro.xml
    U   pear/peardoc/trunk/fr/package/caching/cache-lite/intro.xml
    U   pear/peardoc/trunk/ja/package/caching/cache-lite/intro.xml

Modified: pear/peardoc/trunk/de/package/caching/cache-lite/intro.xml
===================================================================
--- pear/peardoc/trunk/de/package/caching/cache-lite/intro.xml	2011-05-18 11:26:22 UTC (rev 311179)
+++ pear/peardoc/trunk/de/package/caching/cache-lite/intro.xml	2011-05-18 11:33:55 UTC (rev 311180)
@@ -33,7 +33,7 @@
    <para>
     Sie finden weitere Informationen über die in <classname>PEAR::Cache_Lite</classname>
     eingesetzte Technik in
-    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://cvs.php.net/co.php/pear/Cache_Lite/docs/technical?revision=1.1&amp;view=markup">this document</link>.
+    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://svn.php.net/viewvc/pear/packages/Cache_Lite/trunk/docs/technical?view=markup">diesem Dokument</link>.
     Der Hauptgedanke ist, die Datei <filename>PEAR.php</filename> nur dann zu
     inkludieren, wenn ein Fehler auftritt, was sehr selten passiert.
    </para>

Modified: pear/peardoc/trunk/en/package/caching/cache-lite/intro.xml
===================================================================
--- pear/peardoc/trunk/en/package/caching/cache-lite/intro.xml	2011-05-18 11:26:22 UTC (rev 311179)
+++ pear/peardoc/trunk/en/package/caching/cache-lite/intro.xml	2011-05-18 11:33:55 UTC (rev 311180)
@@ -30,7 +30,7 @@
    </para>
    <para>
     You can find more details about cache_lite technical choices on
-    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://cvs.php.net/co.php/pear/Cache_Lite/docs/technical?revision=1.1&amp;view=markup">this document</link>,
+    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://svn.php.net/viewvc/pear/packages/Cache_Lite/trunk/docs/technical?view=markup">this document</link>,
     but the main idea is to include PEAR.php file <emphasis>ONLY</emphasis> when
     an error occurs (very rare).
    </para>

Modified: pear/peardoc/trunk/fr/package/caching/cache-lite/intro.xml
===================================================================
--- pear/peardoc/trunk/fr/package/caching/cache-lite/intro.xml	2011-05-18 11:26:22 UTC (rev 311179)
+++ pear/peardoc/trunk/fr/package/caching/cache-lite/intro.xml	2011-05-18 11:33:55 UTC (rev 311180)
@@ -29,7 +29,7 @@
    </para>
    <para>
     Vous pouvez trouver plus de détails sur les choix techniques de Cache_lite
-    sur <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://cvs.php.net/co.php/pear/Cache_Lite/docs/technical?revision=1.1&amp;view=markup">ce document</link>
+    sur <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://svn.php.net/viewvc/pear/packages/Cache_Lite/trunk/docs/technical?view=markup">ce document</link>
     mais l'idée principale est d'inclure le fichier PEAR.php uniquement lorsqu'une erreur
     survient (extrèmement rare).
    </para>

Modified: pear/peardoc/trunk/ja/package/caching/cache-lite/intro.xml
===================================================================
--- pear/peardoc/trunk/ja/package/caching/cache-lite/intro.xml	2011-05-18 11:26:22 UTC (rev 311179)
+++ pear/peardoc/trunk/ja/package/caching/cache-lite/intro.xml	2011-05-18 11:33:55 UTC (rev 311180)
@@ -29,7 +29,7 @@
    </para>
    <para>
     cache_lite の技術的な選択についての詳細は、
-    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://cvs.php.net/co.php/pear/Cache_Lite/docs/technical?revision=1.1&amp;view=markup">このドキュメント</link>
+    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://svn.php.net/viewvc/pear/packages/Cache_Lite/trunk/docs/technical?view=markup">このドキュメント</link>
     にあります。
     しかし、エラーが発生した場合 (非常に稀です) の主となるアイデア
     <emphasis>だけ</emphasis>は、PEAR.php ファイルに含まれています。