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 modifications specific to Ubuntu can be found in the <tt>ubuntu-master</tt>
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>.
34 <p>This site is built and served to you with the help of
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>
44 <h3>Copyright & License</h3>
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 <jeroen@wolffelaar.nl>
52 Copyright (C) 2004-2007 Frank Lichtenheld <frank@lichtenheld.de>
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.
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.
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.
71 <p>The code for the first generation of
72 <a href="http://packages.debian.org/">packages.debian.org</a> was
75 Copyright (C) 1998 James Treacy
76 Copyright (C) 2000, 2001 Josip Rodin
77 Copyright (C) 2001 Adam Heath
80 <p>(From this code little to nothing remains today)
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>)
87 Copyright (C) 2004 Martin Schulze
88 Copyright (C) 2004-2006 Frank Lichtenheld
91 <p>You are currently using the third generation which is a near complete
95 Copyright (C) 2006 Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
96 Copyright (C) 2006, 2007 Frank Lichtenheld <frank@lichtenheld.de>
99 [% PROCESS 'html/foot.tmpl'
101 footer.doNotDisplayCopyright = 1 %]