chiark / gitweb /
Merge memory hygeine branch
[disorder] / disobedience / manual / misc.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!--
3 This file is part of DisOrder.
4 Copyright (C) 2009 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    <title>Disobedience: Appendix</title>
22    <link rel=stylesheet
23          type="text/css"
24          href="disobedience.css">
25  </head>
26  <body>
27    <h1>Appendix</h1>
28
29    <h2><a name=netplay>Network Play</a></h2>
30
31    <p>Network play uses a background copy
32    of <tt>disorder-playrtp</tt>.  If you quit Disobedience the
33    player will continue playing and can be disabled from a later
34    run of Disobedience.</p>
35
36    <p>The player will log to <tt>~/.disorder/HOSTNAME-rtp.log</tt> so
37    look there if it does not seem to be working.</p>
38
39    <p>You can stop it without running Disobedience by the command
40    <tt>killall disorder-playrtp</tt>.</p>
41
42    <h2><a name=bugs>Reporting Bugs</a></h2>
43
44    <p>Please report bugs using
45    DisOrder's <a href="http://code.google.com/p/disorder/issues/list">bug
46    tracker</a>.</p>
47
48    <p>Known problems include:</p>
49
50    <ul>
51
52      <li>There is no particular provision for multiple users of the
53      same computer sharing a single <tt>disorder-playrtp</tt> process.
54      This shouldn't be too much of a problem in practice but something
55      could perhaps be done given demand.</li>
56
57      <li>Try to do remote user management when the server is
58      configured to refuse this produces rather horrible error
59      behavior.</li>
60
61      <li>Resizing columns doesn't work very well.  This is a GTK+
62      bug.</li>
63
64    </ul>
65
66    <h2><a name=copyright>Copyright Notice</a></h2>
67
68    <p>Copyright &copy; 2003-2009 <a
69    href="http://www.greenend.org.uk/rjk/">Richard Kettlewell</a><br>
70
71    Portions copyright &copy; 2007 <a
72    href="http://www.chiark.greenend.org.uk/~ryounger/">Ross
73    Younger</a><br>
74
75    Portions copyright &copy; 2007, 2008 Mark Wooding<br>
76
77    Portions extracted from <a
78    href="http://mpg321.sourceforge.net/">MPG321</a>, Copyright &copy; 2001 Joe
79    Drew, Copyright &copy; 2000-2001 Robert Leslie<br>
80
81    Portions copyright &copy; 1997-2006 <a
82    href="http://www.fsf.org/">Free Software Foundation, Inc</a><br>
83    
84    Portions Copyright &copy; 2000 <a href="http://www.redhat.com">Red Hat,
85    Inc.</a>, Jonathan Blandford <jrb@redhat.com></p>
86
87    <p>This program is free software: you can redistribute it and/or modify it
88    under the terms of the <a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU
89    General Public License</a> as published by the Free Software Foundation,
90    either version 3 of the License, or (at your option) any later version.</p>
91
92    <p>This program is distributed in the hope that it will be useful,
93    but WITHOUT ANY WARRANTY; without even the implied warranty of
94    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
95    General Public License for more details.</p>
96
97    <p>You should have received a copy of the GNU General Public License along
98    with this program.  If not, see <a
99    href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</p>
100
101    <hr>
102
103    <a href="index.html">Back to contents</a>
104
105  </body>
106 </html>