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