summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-06 11:38:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-06 11:38:06 +0000
commita37fe9e71f7e0a15cdda82b976807e9a15811a89 (patch)
tree342e27b84b564fec7f43c53727e8408c3c092ff8 /www
parentb9d6c2c5f3a90f2fd31921c2f18e514aacc00bdd (diff)
downloadrockbox-a37fe9e71f7e0a15cdda82b976807e9a15811a89.tar.gz
rockbox-a37fe9e71f7e0a15cdda82b976807e9a15811a89.zip
better HTML
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1551 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/manual/index.t8
-rw-r--r--www/manual/play-boot.t10
-rw-r--r--www/manual/play-dir.t46
-rw-r--r--www/manual/play-menu.t17
-rw-r--r--www/manual/play-wps.t41
-rw-r--r--www/manual/rec-boot.t10
-rw-r--r--www/manual/rec-dir.t69
-rw-r--r--www/manual/rec-menu.t11
-rw-r--r--www/manual/rec-wps.t36
9 files changed, 187 insertions, 61 deletions
diff --git a/www/manual/index.t b/www/manual/index.t
index 7a427c88c4..6cb6a28c0a 100644
--- a/www/manual/index.t
+++ b/www/manual/index.t
@@ -1,4 +1,6 @@
1#define _PAGE_ The Rockbox Users Manual
2#include "head.t"
1 3
2Rockbox Users Manual 4<p>
3 5Booting up: <a href="rec-boot.html">Recorder</a> <a href="play-boot.html">Player</a>
4<a href="rec-boot.html">Recorder</a> <a href="play-boot.html">Player</a> 6<p>
diff --git a/www/manual/play-boot.t b/www/manual/play-boot.t
index 9c567c4e79..e7996e43ec 100644
--- a/www/manual/play-boot.t
+++ b/www/manual/play-boot.t
@@ -1,6 +1,12 @@
1 1#define _PAGE_ Rockbox Boots Up
2#include "head.t"
3<p>
2When Rockbox boots up, it'll display the text "Rockbox" for a short time, and 4When Rockbox boots up, it'll display the text "Rockbox" for a short time, and
3then it'll jump right into the <a href="play-dir.html">dir browser</a> showing 5then it'll jump right into the <a href="play-dir.html">dir browser</a> showing
4the root (toplevel) directory of your Archos. 6the root (toplevel) directory of your Archos.
7<p>
8[screen dump of boot]
9<p>
10[screen dump of toplevel dir]
5 11
6[screen dump of boot] [screen dump of toplevel dir] 12#include "foot.t"
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t
index 1eb0ebe50f..d6dda5d5f0 100644
--- a/www/manual/play-dir.t
+++ b/www/manual/play-dir.t
@@ -1,19 +1,33 @@
1#define _PAGE_ Rockbox Directory Browser
2#include "head.t"
3<p>
1In the dir browser, you will see the files and directories that are put in the 4In the dir browser, you will see the files and directories that are put in the
2directory you are currently browsing. 5directory you are currently browsing.
3 6<p>
4[screen dump] 7[screen dump]
5 8<p>
6If you have enabled 'mp3/m3u filter' in the global settings, only files ending 9If you have enabled 'mp3/m3u filter' in the global settings, only files ending
7with .mp3 or .m3u will be displayed in the browser. 10with .mp3 or .m3u will be displayed in the browser.
8 11<p>
9Buttons: 12Buttons:
10 13<table>
11 - Move upwards in the list, if it already is on the topmost entry, you'll 14<tr><td>-</td><td>
12 see the cursor moved to the last entry in the list. 15 Move upwards in the list, if it already is on the topmost entry, you'll
13 + Move downwards in the list, if it already is on the last entry, you'll 16 see the cursor moved to the last entry in the list.
17</td></tr>
18<tr><td> +</td><td>
19 Move downwards in the list, if it already is on the last entry, you'll
14 see the cursor moved to the first entry in the list. 20 see the cursor moved to the first entry in the list.
15 STOP Move "up" one directory level to the parent directory. 21</td></tr>
16 PLAY If the cursor is now on a line of a directory, the browser will switch 22<tr><td>
23 STOP
24</td><td>
25 Move "up" one directory level to the parent directory.
26</td></tr>
27<tr><td>
28 PLAY
29</td><td>
30 If the cursor is now on a line of a directory, the browser will switch
17 into browsing that directory. If the cursor is on a line with a file, 31 into browsing that directory. If the cursor is on a line with a file,
18 special actions are peformed depending on the file type. If the file 32 special actions are peformed depending on the file type. If the file
19 is an mp3 file, it'll jump into the <a href="play-wps.html">WPS</a> 33 is an mp3 file, it'll jump into the <a href="play-wps.html">WPS</a>
@@ -23,6 +37,16 @@ Buttons:
23 the list. If you have 'shuffle' selected in the global settings, the 37 the list. If you have 'shuffle' selected in the global settings, the
24 playlist will be shuffled directly after having been loaded, otherwise 38 playlist will be shuffled directly after having been loaded, otherwise
25 it'll be played in a straight top-to-bottom fashion. 39 it'll be played in a straight top-to-bottom fashion.
26 ON If there is an mp3 playing, this'll switch back the 40</td></tr>
41<tr><td>
42 ON
43</td><td>
44 If there is an mp3 playing, this'll switch back the
27 <a href="play-wps.html">WPS</a>. 45 <a href="play-wps.html">WPS</a>.
28 MENU Switches to the <a href="play-menu.html">main menu</a>. 46</td></tr>
47<tr><td>
48 MENU
49</td><td>
50 Switches to the <a href="play-menu.html">main menu</a>.
51</td></tr>
52</table>
diff --git a/www/manual/play-menu.t b/www/manual/play-menu.t
index d18062a93c..e9e4fe95b2 100644
--- a/www/manual/play-menu.t
+++ b/www/manual/play-menu.t
@@ -1,13 +1,18 @@
1#define _PAGE_ Rockbox Main Menu
2#include "head.t"
3<p>
1The main menu offers: 4The main menu offers:
2 5<p>
3[screen dump] 6[screen dump]
4 7<p>
5Sound Settings - 8Sound Settings -
6 9<p>
7General Settings - 10General Settings -
8 11<p>
9Info - 12Info -
10 13<p>
11Version - 14Version -
12 15<p>
13(Debug? -) 16(Debug? -)
17
18#include "foot.t"
diff --git a/www/manual/play-wps.t b/www/manual/play-wps.t
index 4dea445985..2a9ff4ce36 100644
--- a/www/manual/play-wps.t
+++ b/www/manual/play-wps.t
@@ -1,12 +1,37 @@
1#define _PAGE_ Rockbox WPS
2#include "head.t"
3<p>
1The While Playing Screen shows info about what is currently played and can 4The While Playing Screen shows info about what is currently played and can
2only be seen while there is actual music playback. 5only be seen while there is actual music playback.
3 6<p>
4[screen dump] 7[screen dump]
5 8<p>
6[explain screen info] 9[explain screen info]
7 10<p>
8 MENU+STOP Toggle key lock ON/OFF 11<table>
9 PLAY Toggle PAUSE/PLAY 12<tr><td>
10 ON Switch to the <a href="rec-dir.html">dir browser</a>. 13 MENU+STOP
11 STOP Stop playback 14</td><td>
12 MENU Switches to the <a href="rec-menu.html">main menu</a>. 15 Toggle key lock ON/OFF
16</td></tr>
17<tr><td>
18 PLAY
19</td><td>
20 Toggle PAUSE/PLAY
21</td></tr>
22<tr><td>
23 ON
24</td><td>
25 Switch to the <a href="play-dir.html">dir browser</a>.
26</td></tr>
27<tr><td>
28 STOP
29</td><td>
30 Stop playback
31</td></tr>
32<tr><td>
33 MENU
34</td><td>
35 Switches to the <a href="play-menu.html">main menu</a>.
36</td></tr>
37</table>
diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t
index 024d1646c0..047848ce22 100644
--- a/www/manual/rec-boot.t
+++ b/www/manual/rec-boot.t
@@ -1,6 +1,10 @@
1 1#define _PAGE_ Rockbox Boots Up
2#include "head.t"
3<p>
2When Rockbox boots up, it'll display the Rockbox logo for a short time, and 4When Rockbox boots up, it'll display the Rockbox logo for a short time, and
3then it'll jump right into the <a href="rec-dir.html">dir browser</a> showing 5then it'll jump right into the <a href="rec-dir.html">dir browser</a> showing
4the root (toplevel) directory of your Archos. 6the root (toplevel) directory of your Archos.
5 7<p>
6[screen dump of boot] [screen dump of toplevel dir] 8[screen dump of boot]
9<p>
10[screen dump of toplevel dir]
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
index ef8a2bb3dc..05abc776f3 100644
--- a/www/manual/rec-dir.t
+++ b/www/manual/rec-dir.t
@@ -1,24 +1,41 @@
1#define _PAGE_ Rockbox Directory Browser
2#include "head.t"
3<p>
1In the dir browser, you will see the files and directories that are put in the 4In the dir browser, you will see the files and directories that are put in the
2directory you are currently browsing. You will see tiny symbols on the left 5directory you are currently browsing. You will see tiny symbols on the left
3side of each entry that shows what kind of entry it is. 6side of each entry that shows what kind of entry it is.
4 7<p>
5[screen dump] 8[screen dump]
6 9<p>
7[ ] = mp3 file 10[ ] = mp3 file
8 11<p>
9[ ] = m3u file 12[ ] = m3u file
10 13<p>
11If you have enabled 'mp3/m3u filter' in the global settings, only files ending 14If you have enabled 'mp3/m3u filter' in the global settings, only files ending
12with .mp3 or .m3u will be displayed in the browser. 15with .mp3 or .m3u will be displayed in the browser.
13 16<p>
14Buttons: 17Buttons:
15 18<p>
16 UP Move upwards in the list, if it already is on the topmost entry, you'll 19<table>
20<tr>
21<td> UP </td>
22<td>
23 Move upwards in the list, if it already is on the topmost entry, you'll
17 see the cursor moved to the last entry in the list. 24 see the cursor moved to the last entry in the list.
18 DOWN Move downwards in the list, if it already is on the last entry, you'll 25</td></tr>
26<tr>
27<td>DOWN</td>
28<td>
29 Move downwards in the list, if it already is on the last entry, you'll
19 see the cursor moved to the first entry in the list. 30 see the cursor moved to the first entry in the list.
20 LEFT Move "up" one directory level to the parent directory. 31</td></tr>
21 RIGHT If the cursor is now on a line of a directory, the browser will switch 32<tr>
33<td> LEFT</td>
34<td> Move "up" one directory level to the parent directory.
35</td></tr>
36<tr>
37<td> RIGHT</td>
38<td> If the cursor is now on a line of a directory, the browser will switch
22 into browsing that directory. If the cursor is on a line with a file, 39 into browsing that directory. If the cursor is on a line with a file,
23 special actions are peformed depending on the file type. If the file 40 special actions are peformed depending on the file type. If the file
24 is an mp3 file, it'll jump into the <a href="rec-wps.html">WPS</a> and 41 is an mp3 file, it'll jump into the <a href="rec-wps.html">WPS</a> and
@@ -28,9 +45,33 @@ Buttons:
28 the list. If you have 'shuffle' selected in the global settings, the 45 the list. If you have 'shuffle' selected in the global settings, the
29 playlist will be shuffled directly after having been loaded, otherwise 46 playlist will be shuffled directly after having been loaded, otherwise
30 it'll be played in a straight top-to-bottom fashion. 47 it'll be played in a straight top-to-bottom fashion.
31 PLAY The same as RIGHT 48</td></tr>
32 ON If there is an mp3 playing, this'll switch back the WPS. 49<tr><td>
33 OFF If there is an mp3 playing, this stops playback. 50 PLAY
34 F1 Switches to the <a href="rec-menu.html">main menu</a>. 51</td><td>
52 The same as RIGHT
53</td></tr>
54<tr><td>
55 ON
56</td><td>
57 If there is an mp3 playing, this'll switch back the WPS.
58</td></tr>
59<tr><td>
60 OFF
61</td><td>
62 If there is an mp3 playing, this stops playback.
63</td></tr>
64<tr><td>
65 F1
66</td><td>
67 Switches to the <a href="rec-menu.html">main menu</a>.
68</td></tr>
69<tr><td>
35 F2 70 F2
71</td></tr>
72<tr><td>
36 F3 73 F3
74</td></tr>
75</table>
76
77#include "foot.t"
diff --git a/www/manual/rec-menu.t b/www/manual/rec-menu.t
index 66d2542105..6a7204b473 100644
--- a/www/manual/rec-menu.t
+++ b/www/manual/rec-menu.t
@@ -1,17 +1,26 @@
1#define _PAGE_ Rockbox Main Menu
2#include "head.t"
1The main menu offers: 3The main menu offers:
2 4<p>
3[screen dump] 5[screen dump]
4 6
7<p>
5Sound Settings - 8Sound Settings -
6 9
10<p>
7General Settings - 11General Settings -
8 12
13<p>
9Games - 14Games -
10 15
16<p>
11Screensavers - 17Screensavers -
12 18
19<p>
13Info - 20Info -
14 21
22<p>
15Version - 23Version -
16 24
25<p>
17(Debug? -) 26(Debug? -)
diff --git a/www/manual/rec-wps.t b/www/manual/rec-wps.t
index 9faac1a821..cd892a2337 100644
--- a/www/manual/rec-wps.t
+++ b/www/manual/rec-wps.t
@@ -1,18 +1,28 @@
1#define _PAGE_ Rockbox WPS
2#include "head.t"
3<p>
1The While Playing Screen shows info about what is currently played and can 4The While Playing Screen shows info about what is currently played and can
2only be seen while there is actual music playback. 5only be seen while there is actual music playback.
3 6<p>
4[screen dump] 7[screen dump]
5 8<p>
6[explain screen info] 9[explain screen info]
10<p>
11<table>
12
13<tr><td> F1 + DOWN </td><td> Toggle key lock ON/OFF </td></tr>
14<tr><td> UP</td><td> Increase volume </td></tr>
15<tr><td> DOWN </td><td> Decrease volume </td></tr>
16<tr><td> LEFT </td><td> Move to previous song</td></tr>
17<tr><td> RIGHT </td><td> Move to next song </td></tr>
18<tr><td> PLAY </td><td> Toggle PAUSE/PLAY </td></tr>
19<tr><td> ON </td><td> Switch to the <a href="rec-dir.html">dir browser</a> </td></tr>
20<tr><td> OFF </td><td> Stop playback </td></tr>
21<tr><td> F1 </td><td Switches to the <a href="rec-menu.html">main menu</a></td></tr>
22<tr><td> F2 </td></tr>
23<tr><td> F3 </td></tr>
24</table>
25
26#include "foot.t"
27
7 28
8 F1 + DOWN Toggle key lock ON/OFF
9 UP Increase volume
10 DOWN Decrease volume
11 LEFT Move to previous song
12 RIGHT Move to next song
13 PLAY Toggle PAUSE/PLAY
14 ON Switch to the <a href="rec-dir.html">dir browser</a>.
15 OFF Stop playback
16 F1 Switches to the <a href="rec-menu.html">main menu</a>.
17 F2
18 F3