Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: apache-troubleshooting.xml apache-upgrading.xml
Date: Sat, 24 Mar 2007 11:21:54
Message-Id: E1HV4JU-0007wp-HS@stork.gentoo.org
1 nightmorph 07/03/24 11:21:36
2
3 Modified: apache-troubleshooting.xml apache-upgrading.xml
4 Log:
5 fixed apache 2.0 docs URL in all translations, no revbump. thanks to kloeri for reporting on IRC
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/en/apache-troubleshooting.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?r1=1.2&r2=1.3
13
14 Index: apache-troubleshooting.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- apache-troubleshooting.xml 24 Oct 2005 15:14:43 -0000 1.2
21 +++ apache-troubleshooting.xml 24 Mar 2007 11:21:36 -0000 1.3
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.2 2005/10/24 15:14:43 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.3 2007/03/24 11:21:36 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/apache-troubleshooting.xml" lang="en">
29 @@ -259,7 +259,7 @@
30
31 <p>
32 Documentation for all of the built-in modules can be found in the <uri
33 -link="http://httpd.apache.org/docs-2.0/">Apache 2.0 documentation</uri>.
34 +link="http://httpd.apache.org/docs/2.0/">Apache 2.0 documentation</uri>.
35 </p>
36
37 </body>
38
39
40
41 1.6 xml/htdocs/doc/en/apache-upgrading.xml
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?r1=1.5&r2=1.6
46
47 Index: apache-upgrading.xml
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- apache-upgrading.xml 12 Apr 2006 17:47:04 -0000 1.5
54 +++ apache-upgrading.xml 24 Mar 2007 11:21:36 -0000 1.6
55 @@ -1,6 +1,6 @@
56 <?xml version='1.0' encoding="UTF-8"?>
57 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
58 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.5 2006/04/12 17:47:04 nightmorph Exp $ -->
59 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.6 2007/03/24 11:21:36 nightmorph Exp $ -->
60
61 <guide link="/doc/en/apache-upgrading.xml" lang="en">
62 <title>Upgrading Apache</title>
63 @@ -233,7 +233,7 @@
64 <ti>apache-2*</ti>
65 <ti>
66 Builds the <uri
67 - link="http://httpd.apache.org/docs-2.0/mod/leader.html">leader</uri>
68 + link="http://httpd.apache.org/docs/2.0/mod/leader.html">leader</uri>
69 MPM</ti>
70 </tr>
71 <tr>
72 @@ -253,7 +253,7 @@
73 <ti>apache-2*</ti>
74 <ti>
75 Builds the <uri
76 - link="http://httpd.apache.org/docs-2.0/mod/prefork.html">prefork</uri>
77 + link="http://httpd.apache.org/docs/2.0/mod/prefork.html">prefork</uri>
78 MPM</ti>
79 </tr>
80 <tr>
81 @@ -261,7 +261,7 @@
82 <ti>apache-2*</ti>
83 <ti>
84 Builds the <uri
85 - link="http://httpd.apache.org/docs-2.0/mod/threadpool.html">threadpool</uri>
86 + link="http://httpd.apache.org/docs/2.0/mod/threadpool.html">threadpool</uri>
87 MPM</ti>
88 </tr>
89 <tr>
90 @@ -269,7 +269,7 @@
91 <ti>apache-2*</ti>
92 <ti>
93 Builds the <uri
94 - link="http://httpd.apache.org/docs-2.0/mod/worker.html">worker</uri>
95 + link="http://httpd.apache.org/docs/2.0/mod/worker.html">worker</uri>
96 MPM</ti>
97 </tr>
98 <tr>
99
100
101
102 --
103 gentoo-doc-cvs@g.o mailing list