chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / disobedience / manual / index.html
index 0879460655fe9d1b343d56d1b10e3044dedaae62..72450247f2ff1542e31318cd53a8d5b457be8596 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>