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"
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.
17 git clone http://source.djpig.de/git/packages.git
23 git clone git://source.djpig.de/git/packages.git
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>.
31 <p>This site is built and served to you with the help of
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>
41 <h3>Copyright & License</h3>
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 <jeroen@wolffelaar.nl>
49 Copyright (C) 2004-2007 Frank Lichtenheld <frank@lichtenheld.de>
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.
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.
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.
68 <p>The code for the first generation of
69 <a href="http://packages.debian.org/">packages.debian.org</a> was
72 Copyright (C) 1998 James Treacy
73 Copyright (C) 2000, 2001 Josip Rodin
74 Copyright (C) 2001 Adam Heath
77 <p>(From this code little to nothing remains today)
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>)
84 Copyright (C) 2004 Martin Schulze
85 Copyright (C) 2004-2006 Frank Lichtenheld
88 <p>You are currently using the third generation which is a near complete
92 Copyright (C) 2006 Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
93 Copyright (C) 2006, 2007 Frank Lichtenheld <frank@lichtenheld.de>
96 [% PROCESS 'html/foot.tmpl'
98 footer.doNotDisplayCopyright = 1 %]