Gentoo Archives: gentoo-commits

From: "Alec Warner (antarus)" <antarus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/php: php-installing.xml
Date: Fri, 02 Dec 2011 18:11:02
Message-Id: 20111202181052.ED7E22004B@flycatcher.gentoo.org
1 antarus 11/12/02 18:10:52
2
3 Modified: php-installing.xml
4 Log:
5 Fix broken link as reported by John Poole via email.
6
7 Revision Changes Path
8 1.3 xml/htdocs/proj/en/php/php-installing.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/php/php-installing.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/php/php-installing.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/php/php-installing.xml?r1=1.2&r2=1.3
13
14 Index: php-installing.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/php/php-installing.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- php-installing.xml 5 Jun 2011 12:36:03 -0000 1.2
21 +++ php-installing.xml 2 Dec 2011 18:10:52 -0000 1.3
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/php/php-installing.xml,v 1.2 2011/06/05 12:36:03 olemarkus Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/php/php-installing.xml,v 1.3 2011/12/02 18:10:52 antarus Exp $ -->
27
28 <guide link="php-install.xml" lang="en">
29 <title>Installing PHP</title>
30 @@ -246,7 +246,7 @@
31 <section>
32 <body>
33 <ul>
34 -<li><uri link="http://www.gentoo.org/proj/en/php/php-guide.xml">PHP Upgrade guide</uri> - Offers more information about how to deal with multiple instals of PHP and how to install extensions.</li>
35 +<li><uri link="http://www.gentoo.org/proj/en/php/php-upgrading.xml">PHP Upgrade guide</uri> - Offers more information about how to deal with multiple instals of PHP and how to install extensions.</li>
36 <li><uri link="http://olemarkus.org/2011/01/concurrently-running-multiple-versions-of-php/">Concurrently running multiple versions of PHP</uri> - A guide describing how to set up webservers to work with parallel installs of PHP</li>
37 </ul>
38 </body>