]> git.deb.at Git - deb/packages.git/blob - static/about/index.tmpl
Merge branch 'master' into ubuntu-master
[deb/packages.git] / static / about / index.tmpl
1 [% PROCESS 'html/head.tmpl' 
2         title_tag = "$organisation Packages - About this site"
3         page_title = "$organisation Packages - About this site"
4         keywords = "$organisation, Packages, Authors, Source, Code"
5 %]
6
7 <h2>Code</h2>
8
9 <h3>Getting</h3>
10
11 <p>The current code base is maintained by Frank Lichtenheld in
12 <a href="http://git.or.cz/">git</a> and can be obtained from
13 <a href="http://anonscm.debian.org/git/webwml/packages.git">http://anonscm.debian.org/git/webwml/packages.git</a>
14 both over <tt>HTTP</tt> and the native git protocol.
15
16 <blockquote>
17         git clone http://anonscm.debian.org/git/webwml/packages.git
18 </blockquote>
19
20 <p>or
21
22 <blockquote>
23         git clone git://anonscm.debian.org/webwml/packages.git
24 </blockquote>
25
26 <p>The modifications specific to Ubuntu can be found in the <tt>ubuntu-master</tt>
27 branch.</p>
28
29 <p>The older second generation code can be found in the Debian CVS
30 at <a href="http://cvs.debian.org/packages/?cvsroot=webwml">cvs.debian.org</a>.
31
32 <h3>Technology</h3>
33
34 <p>This site is built and served to you with the help of
35
36 <ul>
37         <li><a href="http://www.debian.org/">Debian</a>
38         <li><a href="http://httpd.apache.org/">Apache</a>
39         <li><a href="http://perl.apache.org/">mod_perl</a>
40         <li><a href="http://www.template-toolkit.org/">Template Toolkit</a>
41         <li><a href="http://www.xapian.org/">Xapian</a>
42 </ul>
43
44 <h3>Copyright &amp; License</h3>
45
46 <pre>
47 Copyright (C) 1998 James Treacy
48 Copyright (C) 2000, 2001 Josip Rodin
49 Copyright (C) 2001 Adam Heath
50 Copyright (C) 2004 Martin Schulze
51 Copyright (C) 2006 Jeroen van Wolffelaar &lt;jeroen@wolffelaar.nl&gt;
52 Copyright (C) 2004-2007 Frank Lichtenheld &lt;frank@lichtenheld.de&gt;
53
54     This program is free software; you can redistribute it and/or modify
55     it under the terms of the GNU General Public License as published by
56     the Free Software Foundation; either version 2 of the License, or
57     (at your option) any later version.
58
59     This program is distributed in the hope that it will be useful,
60     but WITHOUT ANY WARRANTY; without even the implied warranty of
61     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62     GNU General Public License for more details.
63
64     You should have received a copy of the GNU General Public License along
65     with this program; if not, write to the Free Software Foundation, Inc.,
66     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
67 </pre>
68
69 <h3>Authors</h3>
70
71 <p>The code for the first generation of
72 <a href="http://packages.debian.org/">packages.debian.org</a> was
73
74 <pre>
75 Copyright (C) 1998 James Treacy
76 Copyright (C) 2000, 2001 Josip Rodin
77 Copyright (C) 2001 Adam Heath
78 </pre>
79
80 <p>(From this code little to nothing remains today)
81
82 <p>The second generation was built upon this code and added the ability
83 to browse and search more than one architecture (i.e. <tt>i386</tt>)
84 and was
85
86 <pre>
87 Copyright (C) 2004 Martin Schulze
88 Copyright (C) 2004-2006 Frank Lichtenheld
89 </pre>
90
91 <p>You are currently using the third generation which is a near complete
92 rewrite and is
93
94 <pre>
95 Copyright (C) 2006 Jeroen van Wolffelaar &lt;jeroen@wolffelaar.nl&gt;
96 Copyright (C) 2006, 2007 Frank Lichtenheld &lt;frank@lichtenheld.de&gt;
97 </pre>
98
99 [% PROCESS 'html/foot.tmpl'
100         langs.size = 0
101         footer.doNotDisplayCopyright = 1 %]