doc/disorder_protocol.5.in: Document `sofar' field in track-info line.
[disorder] / templates / about.tmpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!--
3 This file is part of DisOrder.
4 Copyright (C) 2004-2011 Richard Kettlewell
5
6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 -->
19 <html>
20 <head>
21 @stdhead{about}
22 </head>
23 <body>
24 @stdmenu{about}
25
26 <p><a title="The DisOrder duck would like you to visit the DisOrder web site"
27 href="http://www.greenend.org.uk/rjk/disorder/"> <img src="@image{logo}"
28 alt="About DisOrder" style="border-style:none"></a></p>
29
30 <h2 class=sectiontitle>About DisOrder</h2>
31
32 <div class=section>
33
34 <p>This is DisOrder @version, a multi-user software jukebox.
35 Please see the <a href="@url?action=help">help page</a> for
36 instructions on using this interface.</p>
37
38 </div>
39
40 <h2 class=sectiontitle>Reporting Bugs</h2>
41
42 <div class=section>
43
44 <p>Please report bugs <a
45 href="https://github.com/ewxrjk/disorder/issues">using Github</a>.</p>
46
47 </div>
48
49 <h2 class=sectiontitle>Source Code</h2>
50
51 <div class=section>
52
53 <p>DisOrder is free software. You can <a
54 href="http://www.greenend.org.uk/rjk/disorder/">get the source code from
55 its website</a>.</p>
56
57 </div>
58
59 <h2 class=sectiontitle>Copyright</h2>
60
61 <div class=section>
62
63 <p>Copyright &copy; 2003-2011 <a
64 href="http://www.greenend.org.uk/rjk/">Richard Kettlewell</a><br>
65
66 Portions copyright &copy; 2007 <a
67 href="http://www.chiark.greenend.org.uk/~ryounger/">Ross
68 Younger</a><br>
69
70 Portions copyright &copy; 2007, 2008 Mark Wooding<br>
71
72 Portions extracted from <a
73 href="http://mpg321.sourceforge.net/">MPG321</a>, Copyright &copy; 2001 Joe
74 Drew, Copyright &copy; 2000-2001 Robert Leslie<br>
75
76 Portions copyright &copy; 1997-2006 <a
77 href="http://www.fsf.org/">Free Software Foundation, Inc</a><br>
78
79 Portions Copyright &copy; 2000 <a href="http://www.redhat.com">Red Hat,
80 Inc.</a>, Jonathan Blandford <jrb@redhat.com></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/gpl-3.0.html">GNU
84 General Public License</a> as published by the Free Software Foundation,
85 either version 3 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, see <a
94 href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</p>
95
96 </div>
97
98 @credits
99 </body>
100 </html>
101 @discard{
102 Local variables:
103 mode:sgml
104 sgml-always-quote-attributes:nil
105 sgml-indent-step:1
106 sgml-indent-data:t
107 indent-tabs-mode:nil
108 fill-column:79
109 End:
110 }@#