chiark / gitweb /
Synchronize from trunk
[disorder] / disobedience / manual / index.html
index aac1a64f1fb7a4e4c4e7031f85cf728791ba5ef0..8f397ebef88bc8aecd514a70fd013940b9ee2ae9 100644 (file)
@@ -1,10 +1,27 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!--
+This file is part of DisOrder.
+Copyright (C) 2009 Richard Kettlewell
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+-->
 <html>
  <head>
    <title>Disobedience</title>
    <link rel=stylesheet
          type="text/css"
-         href="disorder.css">
+         href="disobedience.css">
  </head>
  <body>
    <h1>Disobedience</h1>
    <p>This is the manual for Disobedience, the graphical client
    for <a href="http://www.greenend.org.uk/rjk/disorder/">DisOrder</a>.</p>
 
-   <p><a href="intro.html">1. Introduction</a></p>
+   <p class=chapter><a href="intro.html">1. Introduction</a></p>
+   <ul>
+     <li>What DisOrder and Disobedience are, and how to get them</li>
+     <li>How to get a DisOrder login</li>
+     <li>How to start Disobedience</li>
+   </ul>
+
+   <p class=chapter><a href="window.html">2. Window Layout</a></p>
+
+   <ul>
+     <li>A tour of the Disobedience window</li>
+   </ul>
+
+   <p class=chapter><a href="tabs.html">3. Tabs</a></p>
+
+   <ul>
+     <li>Detailed descriptions of
+       the <b>Queue</b>, <b>Recent</b>, <b>Choose</b> and <b>Added</b>
+       tabs</li>
+   </ul>
+
+   <p class=chapter><a href="properties.html">4. Track Properties</a></p>
+
+   <ul>
+     <li>How to edit track properties</li>
+   </ul>
+
+   <p class=chapter><a href="playlists.html">5. Playlists</a></p>
+
+   <ul>
+     <li>What playlists are</li>
+     <li>Editing playlists</li>
+   </ul>
+
+   <p class=chapter><a href="misc.html">Appendix</a></p>
+
+   <ul>
+     <li>Network play.</li>
+     <li>Reporting bugs.</li>
+     <li>Copyright notice.</li>
+   </ul>
 
  </body>
 </html>