chiark / gitweb /
Playlists and misc
[disorder] / disobedience / manual / index.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</title>
22    <link rel=stylesheet
23          type="text/css"
24          href="disobedience.css">
25  </head>
26  <body>
27    <h1>Disobedience</h1>
28
29    <p>This is the manual for Disobedience, the graphical client
30    for <a href="http://www.greenend.org.uk/rjk/disorder/">DisOrder</a>.</p>
31
32    <p class=chapter><a href="intro.html">1. Introduction</a></p>
33    <ul>
34      <li>What DisOrder and Disobedience are, and how to get them.</li>
35      <li>How to get a DisOrder login.</li>
36      <li>How to start Disobedience.</li>
37    </ul>
38
39    <p class=chapter><a href="window.html">2. Window Layout</a></p>
40
41    <ul>
42      <li>A tour of the Disobedience window.</li>
43    </ul>
44
45    <p class=chapter><a href="tabs.html">3. Tabs</a></p>
46
47    <ul>
48      <li>Detailed descriptions of
49        the <b>Queue</b>, <b>Recent</b>, <b>Choose</b> and <b>Added</b>
50        tabs.</li>
51    </ul>
52
53    <p class=chapter><a href="properties.html">4. Track Properties</a></p>
54
55    <ul>
56      <li>How to edit track properties.</li>
57    </ul>
58
59    <p class=chapter><a href="playlists.html">5. Playlists</a></p>
60
61    <ul>
62      <li>What playlists are.</li>
63      <li>Editing playlists.</li>
64    </ul>
65
66    <p class=chapter><a href="misc.html">Appendix</a></p>
67
68    <ul>
69      <li>Reporting bugs</li>
70      <li>Copyright notice</li>
71    </ul>
72
73  </body>
74 </html>