Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/webapps: index.xml webapp-config.xml
Date: Mon, 10 Dec 2007 09:48:34
Message-Id: E1J1fFH-0003bZ-5k@stork.gentoo.org
1 wrobel 07/12/10 09:48:15
2
3 Modified: index.xml
4 Added: webapp-config.xml
5 Log:
6 Make the webapp-config page a separate overview.
7
8 Revision Changes Path
9 1.16 xml/htdocs/proj/en/webapps/index.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/webapps/index.xml?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/webapps/index.xml?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/webapps/index.xml?r1=1.15&r2=1.16
14
15 Index: index.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/webapps/index.xml,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- index.xml 24 Sep 2007 08:39:45 -0000 1.15
22 +++ index.xml 10 Dec 2007 09:48:14 -0000 1.16
23 @@ -6,7 +6,7 @@
24 <project>
25 <name>Web-apps</name>
26 <longname>Gentoo web applications herd</longname>
27 -<date>2007-05-03</date>
28 +<date>2007-12-10</date>
29
30 <description>
31 The web-apps team maintains web applications, an eclass to facilitate writing
32 @@ -43,6 +43,7 @@
33 <dev role="Member" description="WordPress and friends">beandog</dev>
34
35 <!-- links to documentation -->
36 +<resource link="/proj/en/webapps/webapp-config.xml">webapp-config Documentation</resource>
37 <resource link="/proj/en/webapps/webapp-eclass.xml">webapp.eclass Documentation</resource>
38
39 <!-- Status updates -->
40 @@ -147,28 +148,6 @@
41 </body>
42 </section>
43
44 -<section>
45 -<title>webapp-config</title>
46 -
47 -<body>
48 -
49 -<p>
50 -We recently switched from the old bash version of <c>webapp-config</c> to a
51 -version implemented in Python, which is much faster and easier to maintain.
52 -
53 -We are currently still debating the roadmap for <c>webapp-config</c>. If you
54 -wish to get an overview of its current state of development, you can visit its
55 -<uri link="https://sourceforge.net/projects/webapp-config">current
56 -home</uri> at SourceForge.
57 -
58 -If you have any complaints about the software, patches, or suggestions
59 -for improvements, please <uri link="http://bugs.gentoo.org">submit a
60 -bug report</uri> to our Gentoo bug tracker.
61 -</p>
62 -
63 -</body>
64 -</section>
65 -
66 </extrachapter>
67
68 <!-- herds -->
69
70
71
72 1.1 xml/htdocs/proj/en/webapps/webapp-config.xml
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/webapps/webapp-config.xml?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/webapps/webapp-config.xml?rev=1.1&content-type=text/plain
76
77 Index: webapp-config.xml
78 ===================================================================
79 <?xml version="1.0" encoding="UTF-8"?>
80 <?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?>
81 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
82 <!DOCTYPE project SYSTEM "/dtd/project.dtd">
83
84 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/webapps/webapp-config.xml,v 1.1 2007/12/10 09:48:14 wrobel Exp $ -->
85
86 <project>
87
88 <name>
89 webapp-config
90 </name>
91
92 <longname>
93 Web application installation tool
94 </longname>
95
96 <date>
97 2007-12-10
98 </date>
99
100 <author title="Author">
101 <mail link="wrobel@g.o">
102 Gunnar Wrobel
103 </mail>
104 </author>
105
106 <description>
107 webapp-config is the installer for web-based applications of the
108 Gentoo Linux distribution. It is being used for the automatic
109 setup of web applications in a virtual hosting environment.
110 </description>
111
112 <longdescription>
113 <p>
114 webapp-config was originally a bash script used to simplify the
115 installation of PHP-based web applications. It has later been
116 rewritten in Python to make it significantly faster. In its
117 current state it is used for the majority of web applications
118 provided within the Portage Tree.
119 </p>
120
121 <p>
122 It is still limited to the installation of file based web
123 services which mainly refers to the common Apache/PHP
124 combination and derivates thereof.
125 </p>
126 </longdescription>
127
128 <goals>
129 <p>
130 The goal of webapp-config is to make the installation of web
131 applications as easy as possible.
132 </p>
133 </goals>
134
135 <!-- developers: add yourself -->
136 <dev role="Lead">wrobel</dev>
137 <dev role="Member">rl03</dev>
138
139 <!-- Resources -->
140
141 <resource link="https://sourceforge.net/projects/webapp-config">SourceForge project site</resource>
142
143 <!-- Resources -->
144
145 <extrachapter>
146
147 <title>Detailed project links</title>
148
149 <section>
150 <title>Project site</title>
151 <body>
152 <p>
153 The code for the project is maintained at <uri
154 link="https://sourceforge.net/projects/webapp-config">SourceForge</uri>.
155 </p>
156 </body>
157 </section>
158
159 <section>
160 <title>IRC</title>
161 <body>
162 <p>
163 For direct questions you may try to contact us over IRC. The project
164 specific channel is <uri
165 link="irc://freenode/gentoo-web">#gentoo-web</uri>.
166 </p>
167 </body>
168 </section>
169
170 <section>
171 <title>Ohloh project site</title>
172 <body>
173
174 <p>
175 A project code overview and a summary can also be found at <uri
176 link="http://www.ohloh.net/projects/9488?p=webapp-config">Ohloh.net</uri>
177 </p>
178
179 </body>
180 </section>
181
182 </extrachapter>
183 </project>
184
185
186
187 --
188 gentoo-commits@g.o mailing list