summaryrefslogtreecommitdiff
blob: 5eee401b707e1eea97c37f225d023d461342cd2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">

<guide link="/proj/en/web-apps/status/status_20060209.xml">
  <title>Web-apps Status Report</title>

  <author>
    <mail link="wrobel@gentoo.org">Gunnar Wrobel</mail>
  </author>

  <abstract>
    This is the status of the Gentoo/Web-Applications Project. It will
    be posted regularly, but not with a static frequency.
  </abstract>

  <license/>

  <version>1.0</version>
  <date>2006-02-09</date>

  <chapter>
    <title>Status Reports</title>
    <section>
      <title>Preliminaries</title>
      <body>

	<p>
	  This is the status report of the Gentoo/Web-Applications
	  Project. It will be posted regularly, but not with a static
	  frequency.  All questions can be posted
	  to <mail>web-apps@gentoo.org</mail>.
	</p>

	<p>
	  The Gentoo/Web-Applications Team, has its own project page
	  (just like almost all other Gentoo projects). You can find
	  it at http://www.gentoo.org/proj/en/web-apps/. You can also
	  contact us via IRC at #gentoo-web using the Freenode IRC
	  server.
	</p>

	<p>
	  This status report is mainly concerned about the progress
	  made between Jan 1, 2005 and Dec 31, 2005.
	</p>

      </body>
    </section>
  </chapter>

  <chapter>
    <title>Status Report in Figures</title>
    <section>
      <body>

	<ul>
	  <li>
	    218 unique bugs were assigned
	    to <mail>web-apps@gentoo.org</mail> and fixed during the
	    last year.
	  </li>

	  <li>
	    The Gentoo/webapps team has grown to 11 developers.
	  </li>
	</ul>

      </body>
    </section>
  </chapter>

  <chapter>
    <title>Web Applications Overlay</title>
    <section>
      <body>

	<p>
	  We created a Portage
	  <uri link="http://svn.gnqs.org/projects/gentoo-webapps-overlay">
	    overlay
	  </uri>
	  that contains ebuilds for applications that we do not want
	  to maintain in the main tree. Such applications either lack
	  a developer willing to maintain it in Portage or have not
	  been reviewed for security. In addition it is intended to
	  serve as a playground for new developers wishing to join our
	  team.
	</p>

      </body>
    </section>
  </chapter>

  <chapter>
    <title>Documentation</title>
    <section>
      <body>

	<p>
	  We created an introduction to the webapp.eclass:
	</p>

	<ul>
	  <li>
	    <uri link="/proj/en/webapps/webapp-eclass.xml">webapp.eclass Documentation</uri>
	  </li>
	</ul>

	<p>
	  It explains the Gentoo way of installing web
	  applications. While it can serve as a gentle introduction
	  for beginners it also provides detailed information for the
	  experienced ebuild scripter.
	</p>

	<p>
	</p>

      </body>
    </section>
  </chapter>

  <chapter>
    <title>webapp-config</title>
    <section>
      <body>

	<p>
	  We recently switched from the old bash version
	  of <c>webapp-config</c> to a version implemented in Python,
	  which is much faster and easier to maintain.
	</p>

	<p>
	  The new version has been available in the unstable tree
	  since January and only a few minor bugs had to be corrected
	  since then. We intend to mark it stable on the different
	  architectures in one or two weeks.
	</p>

      </body>
    </section>
  </chapter>

</guide>