chiark / gitweb /
A new chapter with descriptions of the tabs
[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><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><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><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  </body>
54 </html>