chiark / gitweb /
Update Disobedience manual to new appearance of Disobedience.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 13 Dec 2009 16:36:23 +0000 (16:36 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 13 Dec 2009 16:36:23 +0000 (16:36 +0000)
(The old icons still visible in the background in a few places,
which I'll leave until they need updating for other reasons.)

disobedience/manual/button-pause.png
disobedience/manual/button-playing.png
disobedience/manual/button-random.png
disobedience/manual/button-rtp.png
disobedience/manual/button-scratch.png
disobedience/manual/disobedience.css
disobedience/manual/queue.png
disobedience/manual/queue2.png
disobedience/manual/window.html

index 0aa2f578e2e23c2651dc2b1a3225719398e7f738..565f2271447ad30e2028051897f7c5461b1a8b10 100644 (file)
Binary files a/disobedience/manual/button-pause.png and b/disobedience/manual/button-pause.png differ
index dd64963e06ed13307c0ebdb203b98d6550db3a41..7b6fb2a8651db20438d9ce1dcbca52258fb3c284 100644 (file)
Binary files a/disobedience/manual/button-playing.png and b/disobedience/manual/button-playing.png differ
index 38f978353fff501abd036d5f461a44dc359d7aca..9791c2c51b6e8144eb4cf1938f98209070e32e08 100644 (file)
Binary files a/disobedience/manual/button-random.png and b/disobedience/manual/button-random.png differ
index 00fde8e3b6b5e4aa1650ca33dc1c41e0bb61abf2..ad0d7498be6d021b5df0d84f5f4efbff0456c6c5 100644 (file)
Binary files a/disobedience/manual/button-rtp.png and b/disobedience/manual/button-rtp.png differ
index e8a74f7b2bc8aa8cdb6393606f7166bfad5eddda..c90bfc5067589418ef4d61f7a1a89a2e9005e92f 100644 (file)
Binary files a/disobedience/manual/button-scratch.png and b/disobedience/manual/button-scratch.png differ
index 4c3392c065e737d46cb7d47306460b54a4355dc3..04b6f800bf32b38c7a3e30d10771bc97643156d3 100644 (file)
@@ -78,6 +78,10 @@ td {
   padding: 8px
 }
 
+td:first-child {
+  text-align: right
+}
+
 table {
   margin-left: 2em
 }
index bced68fba3f07a14b21c9aa0c31f2ed10b9424ef..224fc71c6a9fd97a79de5303ab87953dab7e571d 100644 (file)
Binary files a/disobedience/manual/queue.png and b/disobedience/manual/queue.png differ
index 8f8b4c3764038f7824655ce0adabe1cda988ab83..ff5cbedf30feb658b4352e122582da8d0acdc8c5 100644 (file)
Binary files a/disobedience/manual/queue2.png and b/disobedience/manual/queue2.png differ
index 9e983f23608e280be644e698cdbc5f26197e55f0..72fe5f77ffb2ef3669aefcba061807a511f527a3 100644 (file)
@@ -68,8 +68,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
      <tr>
        <td><img src="button-pause.png"></td>
        <td>The pause button.  This only effective when a track is
-       playing.  When it is pressed the playing track is paused and
-       the button turns into a &ldquo;play&rdquo; icon instead.</td>
+       playing.  When it is pressed the playing track is paused.</td>
      </tr>
 
      <tr>
@@ -81,19 +80,20 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
      <tr>
         <td><img src="button-random.png"></td>
-        <td>The random play button.  Random play means that if
+
+        <td>The random play button.  Random play, which is enabled
+        when the button is depressed, means that if
         nothing is playing the server will automatically pick a track
         at random and play that.  Furthermore it will ensure that the
         queue always has a minimum number of tracks, so you can see
-        ahead of time what will play next.<br>
-        As shown, random play is disabled.  The button goes green
-        when it is enabled.</td>
+        ahead of time what will play next.</td>
      </tr>
 
      <tr>
         <td><img src="button-playing.png"></td>
         <td>The playing button.  Normally this would always be left
-        enabled (green).  If it is disabled then nothing will be
+        enabled, i.e. with the button depressed.
+         If it is disabled then nothing will be
         played at all, regardless of whether it was randomly chosen
         or picked by a human.</td>
      </tr>
@@ -104,9 +104,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
         server is playing over the network (as opposed to using a
         local sound card).  When network play is enabled,
         Disobedience runs a client program on your computer to play
-        sound received over the network using your sound card.<br>
-        As shown, network play is disabled.  The button goes green
-        when it is enabled.</td>
+        sound received over the network using your sound card.</td>
      </tr>
    </table>