chiark / gitweb /
Tree structure for playlist picker
[disorder] / disobedience / manual / intro.html
index 957e9519e8d6cb4475b7a5d17bc5447f1b227d5c..829ae2f907a50da4b6995d6a77ab323b6afb7f95 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: Introduction</title>
    <link rel=stylesheet
          type="text/css"
-         href="disorder.css">
+         href="disobedience.css">
  </head>
  <body>
    <h1>1. Introduction</h1>
@@ -17,7 +34,7 @@
      <li>How to start Disobedience</li>
    </ul>
 
-   <h2>1.1 What is DisOrder?</h2>
+   <h2><a name=whatis>1.1 What is DisOrder?</a></h2>
 
    <p><a href="http://www.greenend.org.uk/rjk/disorder/">DisOrder</a>
    is a multi-user software jukebox.  It allows MP3s, OGGs, etc to be
@@ -44,7 +61,7 @@
 
    <p>This diagram shows an overview of one possible setup.</p>
 
-   <p align=middle><img src="arch-simple.png"></p>
+   <p class=image><img src="arch-simple.png"></p>
 
    <p>The server and web interface run on one computer.  Disobedience
    runs on a desktop computer and accesses the server via the network.
@@ -58,7 +75,7 @@
    on the same computer as the server provided it can run X11
    applications.</p>
 
-   <h2>1.2 Getting DisOrder</h2>
+   <h2><a name=getting>1.2 Getting DisOrder</a></h2>
 
    <p>There are two ways to get DisOrder.</p>
 
    <p>There is no Windows support (although the web interface can be
    used from Windows computers).</p>
 
-   <h2>1.3 Getting a DisOrder login</h2>
+   <h2><a name=createloging>1.3 Getting a DisOrder login</a></h2>
 
    <p>The easiest way to get a DisOrder login is to access the web
    interface and set one up using that.  To do this,
    installed.  You should then be able to select the <b>Login</b>
    option at the top of the screen.</p>
 
-   <p align=middle><img src="disorder-web-login.png"></p>
+   <p class=image><img src="disorder-web-login.png"></p>
 
    <p>Go to the <b>New Users</b> form and enter the username you want
    to use, your email address, and a password.  The password must be
    displayed on the screen).  When you press <b>Register</b>, you will
    be sent an email requiring you to confirm your registration.</p>
 
-   <p align=middle><img src="disorder-email-confirm.png"></p>
+   <p class=image><img src="disorder-email-confirm.png"></p>
 
    <p>Your login won't be active until you click on this URL.</p>
 
-   <p>(It might be that your installation isn't set up to automatic
-   registration.  In that case the local sysadmin will have to
-   create your login and set your initial password by hand.)</p>
+   <p>(It might be that your installation isn't set up to allow
+   automatic registration.  In that case the local sysadmin will have
+   to create your login and set your initial password by hand.)</p>
 
    <p>Having done this you could of course just use the web interface.
    But since this is the manual for Disobedience, it is assumed that
    you want to take advantage of its more convenient design and extra
    features.</p>
 
-   <h2>1.4 Starting Disobedience</h2>
+   <h2><a name=starting>1.4 Starting Disobedience</a></h2>
 
    <p>On Debian systems it should be possible to find Disobedience in
    the menu system:</p>
 
-   <p align=middle><img src="disobedience-debian-menu.png"></p>
+   <p class=image><img src="disobedience-debian-menu.png"></p>
 
    <p>On other systems you will have to start it from the command line
    by typing its name at a command prompt.  You can (optionally) use
    an <tt>&amp;</tt> suffix to stop it tying up your terminal.</p>
 
-   <p align=middle><img src="disobedience-terminal.png"></p>
+   <p class=image><img src="disobedience-terminal.png"></p>
 
    <p>(Please note that Disobedience shouldn't write any messages to
    the terminal.  If it does that probably indicates a bug, which
    should <a href="http://code.google.com/p/disorder/issues/list">be
    reported</a>.)</p>
 
-   <h2>1.5 Initial Login</h2>
+   <h2><a name=login>1.5 Initial Login</a></h2>
 
    <p>The first time you run Disobedience it won't know what server to
    connect to, your username or your password, and will therefore
    display a login box.</p>
 
-   <p align=middle><img src="login.png"></p>
+   <p class=image><img src="login.png"></p>
 
    <p>If Disobedience is running on a different computer to the
    server, then you should make sure the <b>Remote</b> box is ticked
    <p>Once you have logged in successfuly, Disobedience will remember
    these login settings, so it should not be necessary to enter them
    again.  If you need to change them for any reason, you can either
-   select the Server > Login option to bring the login window back, or
-   (if you prefer), edit the file <tt>~/.disorder/passwd</tt>
+   select the <b>Server > Login</b> option to bring the login window
+   back, or (if you prefer), edit the file <tt>~/.disorder/passwd</tt>
    directly.</p>
 
+   <hr>
+
+   <a href="index.html">Back to contents</a>
+
  </body>
 </html>