chiark / gitweb /
More CGI fiddlig
[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
5d30e04b 28 <p><a title="The DisOrder duck would like you to visit the DisOrder web site"
0d0253c9
RK
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
5d30e04b 32 <h2 class=sectiontitle>About DisOrder</h2>
460b9539 33
5d30e04b 34 <div class=section>
460b9539 35
153115c0
RK
36 <p>This is DisOrder @version, a multi-user software jukebox.
37 Please see the <a href="@url?action=help">help page</a> for
38 instructions on using this interface.</p>
460b9539 39
5d30e04b
RK
40 </div>
41
42 <h2 class=sectiontitle>Reporting Bugs</h2>
460b9539 43
5d30e04b 44 <div class=section>
460b9539 45
5d30e04b
RK
46 <p>Please report bugs <a
47 href="http://code.google.com/p/disorder/issues/list">using Google
48 Code</a>.</p>
0d0253c9 49
5d30e04b
RK
50 </div>
51
52 <h2 class=sectiontitle>Source Code</h2>
0d0253c9 53
5d30e04b
RK
54 <div class=section>
55
56 <p>DisOrder is free software. You can <a
57 href="http://www.greenend.org.uk/rjk/disorder/">get the source code from
58 its website</a>.</p>
59
60 </div>
61
62 <h2 class=sectiontitle>Copyright</h2>
63
64 <div class=section>
65
66 <p>Copyright &copy; 2003-2008 <a
67 href="http://www.greenend.org.uk/rjk/">Richard Kettlewell</a><br>
68
69 Portions copyright &copy; 2007 <a
70 href="http://www.chiark.greenend.org.uk/~ryounger/">Ross
71 Younger</a><br>
72
73 Portions copyright &copy; 2007, 2008 Mark Wooding<br>
74
75 Portions extracted from <a
76 href="http://mpg321.sourceforge.net/">MPG321</a>, Copyright &copy; 2001 Joe
77 Drew, Copyright &copy; 2000-2001 Robert Leslie<br>
78
79 Portions copyright &copy; 1997-2006 <a
80 href="http://www.fsf.org/">Free Software Foundation, Inc</a>.</p>
81
82 <p>This program is free software; you can redistribute it and/or modify it
83 under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
84 General Public License</a> as published by the Free Software Foundation;
85 either version 2 of the License, or (at your option) any later version.</p>
86
87 <p>This program is distributed in the hope that it will be useful,
88 but WITHOUT ANY WARRANTY; without even the implied warranty of
89 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
90 General Public License for more details.</p>
91
92 <p>You should have received a copy of the GNU General Public License along
93 with this program; if not, write to the Free Software Foundation, Inc., 59
94 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p>
95
96 </div>
97
0d0253c9 98@credits
460b9539 99 </body>
100</html>
0d0253c9 101@discard{
460b9539 102Local variables:
103mode:sgml
104sgml-always-quote-attributes:nil
105sgml-indent-step:1
106sgml-indent-data:t
0d0253c9
RK
107indent-tabs-mode:nil
108fill-column:79
460b9539 109End:
0d0253c9 110}@#