Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: apache-developer.xml
Date: Tue, 02 Aug 2005 23:55:07
Message-Id: 200508022354.j72NsPAV001813@robin.gentoo.org
1 neysx 05/08/02 23:54:48
2
3 Modified: xml/htdocs/doc/en apache-developer.xml
4 Log:
5 #101131 s:depend-apache:depend.apache: & s:_MODULES_VHOSTDIR:_VHOSTDIR:
6
7 Revision Changes Path
8 1.2 +8 -6 xml/htdocs/doc/en/apache-developer.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-developer.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-developer.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-developer.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
13
14 Index: apache-developer.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- apache-developer.xml 1 Aug 2005 15:52:23 -0000 1.1
21 +++ apache-developer.xml 2 Aug 2005 23:54:48 -0000 1.2
22 @@ -1,6 +1,8 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<guide link="apache-developer.xml" lang="en">
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v 1.2 2005/08/02 23:54:48 neysx Exp $ -->
27 +
28 +<guide link="/doc/en/apache-developer.xml" lang="en">
29 <title>Apache Developer Documentation</title>
30
31 <author title="Author">
32 @@ -16,8 +18,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>2.1</version>
37 -<date>2005-08-01</date>
38 +<version>2.2</version>
39 +<date>2005-08-03</date>
40
41 <chapter>
42 <title>About this document</title>
43 @@ -774,7 +776,7 @@
44 <body>
45
46 <p>
47 -The <c>depend-apache</c> eclass sets the default locations of various apache
48 +The <c>depend.apache</c> eclass sets the default locations of various apache
49 paths and handles setting dependencies on apache. In general, this eclass
50 shouldn't be used for modules. It should only be used for programs that need to
51 depend on apache but that aren't modules. (Modules should use the <uri
52 @@ -898,8 +900,8 @@
53 </tr>
54 <tr>
55 <ti>
56 - <c>APACHE1_MODULES_VHOSTDIR</c><br />
57 - <c>APACHE2_MODULES_VHOSTDIR</c>
58 + <c>APACHE1_VHOSTDIR</c><br />
59 + <c>APACHE2_VHOSTDIR</c>
60 </ti>
61 <ti>
62 ${APACHE1_CONFDIR}/vhosts.d<br />
63
64
65
66 --
67 gentoo-doc-cvs@g.o mailing list