chiark / gitweb /
Improve playlists section of disobedience manual
[disorder] / disobedience / manual / intro.html
index aeefe6006b8ae9fe27521691ce3c5b049fa59245..829ae2f907a50da4b6995d6a77ab323b6afb7f95 100644 (file)
@@ -34,7 +34,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
      <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
@@ -61,7 +61,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
    <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.
@@ -75,7 +75,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
    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>
 
@@ -114,7 +114,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
    <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,
@@ -123,7 +123,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
    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
@@ -131,7 +131,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
    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>
 
@@ -144,31 +144,31 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
    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
@@ -185,9 +185,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
    <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>