summaryrefslogtreecommitdiff
path: root/www/manual
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-06 11:18:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-06 11:18:18 +0000
commit001268a451019cd2b5293b8e4428bf9948842a21 (patch)
treeb333393781a326a1181786e12389c61ab1270d1a /www/manual
parent6eb4254dfa78677a1e336d0f820d5b7fe05eba14 (diff)
downloadrockbox-001268a451019cd2b5293b8e4428bf9948842a21.tar.gz
rockbox-001268a451019cd2b5293b8e4428bf9948842a21.zip
initial user docs templates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1548 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/manual')
-rw-r--r--www/manual/index.t4
-rw-r--r--www/manual/play-boot.t6
-rw-r--r--www/manual/play-dir.t28
-rw-r--r--www/manual/play-menu.t13
-rw-r--r--www/manual/play-wps.t12
-rw-r--r--www/manual/rec-boot.t6
-rw-r--r--www/manual/rec-dir.t36
-rw-r--r--www/manual/rec-menu.t17
-rw-r--r--www/manual/rec-wps.t18
9 files changed, 140 insertions, 0 deletions
diff --git a/www/manual/index.t b/www/manual/index.t
new file mode 100644
index 0000000000..7a427c88c4
--- /dev/null
+++ b/www/manual/index.t
@@ -0,0 +1,4 @@
1
2Rockbox Users Manual
3
4<a href="rec-boot.html">Recorder</a> <a href="play-boot.html">Player</a>
diff --git a/www/manual/play-boot.t b/www/manual/play-boot.t
new file mode 100644
index 0000000000..9c567c4e79
--- /dev/null
+++ b/www/manual/play-boot.t
@@ -0,0 +1,6 @@
1
2When 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
4the root (toplevel) directory of your Archos.
5
6[screen dump of boot] [screen dump of toplevel dir]
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t
new file mode 100644
index 0000000000..1eb0ebe50f
--- /dev/null
+++ b/www/manual/play-dir.t
@@ -0,0 +1,28 @@
1In the dir browser, you will see the files and directories that are put in the
2directory you are currently browsing.
3
4[screen dump]
5
6If you have enabled 'mp3/m3u filter' in the global settings, only files ending
7with .mp3 or .m3u will be displayed in the browser.
8
9Buttons:
10
11 - Move upwards in the list, if it already is on the topmost entry, you'll
12 see the cursor moved to the last entry in the list.
13 + 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.
15 STOP Move "up" one directory level to the parent directory.
16 PLAY 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,
18 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>
20 and start playing this file.
21 If the file is an m3u file (playlist), the list will first be loaded
22 and then pop up the WPS showing the first file that gets played from
23 the list. If you have 'shuffle' selected in the global settings, the
24 playlist will be shuffled directly after having been loaded, otherwise
25 it'll be played in a straight top-to-bottom fashion.
26 ON If there is an mp3 playing, this'll switch back the
27 <a href="play-wps.html">WPS</a>.
28 MENU Switches to the <a href="play-menu.html">main menu</a>.
diff --git a/www/manual/play-menu.t b/www/manual/play-menu.t
new file mode 100644
index 0000000000..d18062a93c
--- /dev/null
+++ b/www/manual/play-menu.t
@@ -0,0 +1,13 @@
1The main menu offers:
2
3[screen dump]
4
5Sound Settings -
6
7General Settings -
8
9Info -
10
11Version -
12
13(Debug? -)
diff --git a/www/manual/play-wps.t b/www/manual/play-wps.t
new file mode 100644
index 0000000000..4dea445985
--- /dev/null
+++ b/www/manual/play-wps.t
@@ -0,0 +1,12 @@
1The While Playing Screen shows info about what is currently played and can
2only be seen while there is actual music playback.
3
4[screen dump]
5
6[explain screen info]
7
8 MENU+STOP Toggle key lock ON/OFF
9 PLAY Toggle PAUSE/PLAY
10 ON Switch to the <a href="rec-dir.html">dir browser</a>.
11 STOP Stop playback
12 MENU Switches to the <a href="rec-menu.html">main menu</a>.
diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t
new file mode 100644
index 0000000000..024d1646c0
--- /dev/null
+++ b/www/manual/rec-boot.t
@@ -0,0 +1,6 @@
1
2When 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
4the root (toplevel) directory of your Archos.
5
6[screen dump of boot] [screen dump of toplevel dir]
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
new file mode 100644
index 0000000000..ef8a2bb3dc
--- /dev/null
+++ b/www/manual/rec-dir.t
@@ -0,0 +1,36 @@
1In 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
3side of each entry that shows what kind of entry it is.
4
5[screen dump]
6
7[ ] = mp3 file
8
9[ ] = m3u file
10
11If you have enabled 'mp3/m3u filter' in the global settings, only files ending
12with .mp3 or .m3u will be displayed in the browser.
13
14Buttons:
15
16 UP 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.
18 DOWN 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.
20 LEFT Move "up" one directory level to the parent directory.
21 RIGHT 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,
23 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
25 start playing this file.
26 If the file is an m3u file (playlist), the list will first be loaded
27 and then pop up the WPS showing the first file that gets played from
28 the list. If you have 'shuffle' selected in the global settings, the
29 playlist will be shuffled directly after having been loaded, otherwise
30 it'll be played in a straight top-to-bottom fashion.
31 PLAY The same as RIGHT
32 ON If there is an mp3 playing, this'll switch back the WPS.
33 OFF If there is an mp3 playing, this stops playback.
34 F1 Switches to the <a href="rec-menu.html">main menu</a>.
35 F2
36 F3
diff --git a/www/manual/rec-menu.t b/www/manual/rec-menu.t
new file mode 100644
index 0000000000..66d2542105
--- /dev/null
+++ b/www/manual/rec-menu.t
@@ -0,0 +1,17 @@
1The main menu offers:
2
3[screen dump]
4
5Sound Settings -
6
7General Settings -
8
9Games -
10
11Screensavers -
12
13Info -
14
15Version -
16
17(Debug? -)
diff --git a/www/manual/rec-wps.t b/www/manual/rec-wps.t
new file mode 100644
index 0000000000..9faac1a821
--- /dev/null
+++ b/www/manual/rec-wps.t
@@ -0,0 +1,18 @@
1The While Playing Screen shows info about what is currently played and can
2only be seen while there is actual music playback.
3
4[screen dump]
5
6[explain screen info]
7
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