chiark / gitweb /
more templates plus support code changes
[disorder] / templates / about.tmpl
CommitLineData
460b9539 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<!--
3This file is part of DisOrder.
5aff007d 4Copyright (C) 2004-2008 Richard Kettlewell
460b9539 5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
19USA
20-->
21<html>
22 <head>
0d0253c9 23@stdhead{about}
460b9539 24 </head>
25 <body>
0d0253c9 26@stdmenu{about}
460b9539 27
0d0253c9
RK
28 <p><a title="Visit DisOrder web site"
29 href="http://www.greenend.org.uk/rjk/disorder/"> <img src="@image{logo}"
30 alt="About DisOrder" style="border-style:none"></a></p>
460b9539 31
0d0253c9 32 <h2>Copyright</h2>
460b9539 33
0d0253c9
RK
34 <p><a title="DisOrder web site"
35 ref="http://www.greenend.org.uk/rjk/disorder/">DisOrder version @version</a>
36 - software Jukebox</p>
460b9539 37
0d0253c9
RK
38 <p>Copyright &copy; 2003-2008 <a
39 href="http://www.greenend.org.uk/rjk/">Richard Kettlewell</a><br> Portions
40 copyright &copy; 2007 <a
41 href="http://www.chiark.greenend.org.uk/~ryounger/">Ross Younger</a><br>
42 Portions copyright &copy; 2007, 2008 Mark Wooding</p>
460b9539 43
0d0253c9
RK
44 <p>Portions extracted from <a
45 href="http://mpg321.sourceforge.net/">MPG321</a>, Copyright &copy; 2001 Joe
46 Drew, Copyright &copy; 2000-2001 Robert Leslie</p>
460b9539 47
0d0253c9
RK
48 <p>This program is free software; you can redistribute it and/or modify it
49 under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU
50 General Public License</a> as published by the Free Software Foundation;
51 either version 2 of the License, or (at your option) any later version.</p>
460b9539 52
0d0253c9
RK
53 <p>This program is distributed in the hope that it will be useful,
54 but WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
56 General Public License for more details.</p>
57
58 <p>You should have received a copy of the GNU General Public License along
59 with this program; if not, write to the Free Software Foundation, Inc., 59
60 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
61
62@credits
460b9539 63 </body>
64</html>
0d0253c9 65@discard{
460b9539 66Local variables:
67mode:sgml
68sgml-always-quote-attributes:nil
69sgml-indent-step:1
70sgml-indent-data:t
0d0253c9
RK
71indent-tabs-mode:nil
72fill-column:79
460b9539 73End:
0d0253c9 74}@#