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