summaryrefslogtreecommitdiff
path: root/www/manual
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual')
-rw-r--r--www/manual/index.t8
-rw-r--r--www/manual/play-boot.t1
-rw-r--r--www/manual/play-dir.t1
-rw-r--r--www/manual/play-menu.t15
-rw-r--r--www/manual/play-wps.t4
-rw-r--r--www/manual/rec-boot.t1
-rw-r--r--www/manual/rec-dir.t1
-rw-r--r--www/manual/rec-menu.t11
8 files changed, 42 insertions, 0 deletions
diff --git a/www/manual/index.t b/www/manual/index.t
index 6cb6a28c0a..d2bdbfc480 100644
--- a/www/manual/index.t
+++ b/www/manual/index.t
@@ -2,5 +2,13 @@
2#include "head.t" 2#include "head.t"
3 3
4<p> 4<p>
5 This is the first attempt at a User's Manual.
6
7<p>
5Booting up: <a href="rec-boot.html">Recorder</a> <a href="play-boot.html">Player</a> 8Booting up: <a href="rec-boot.html">Recorder</a> <a href="play-boot.html">Player</a>
6<p> 9<p>
10Directory browser: <a href="rec-dir.html">Recorder</a> <a href="play-dir.html">Player</a>
11<p>
12While Playing Screen: <a href="rec-wps.html">Recorder</a> <a href="play-wps.html">Player</a>
13<p>
14Main menu: <a href="rec-menu.html">Recorder</a> <a href="play-menu.html">Player</a>
diff --git a/www/manual/play-boot.t b/www/manual/play-boot.t
index e7996e43ec..8885853782 100644
--- a/www/manual/play-boot.t
+++ b/www/manual/play-boot.t
@@ -1,5 +1,6 @@
1#define _PAGE_ Rockbox Boots Up 1#define _PAGE_ Rockbox Boots Up
2#include "head.t" 2#include "head.t"
3#include "manual.t"
3<p> 4<p>
4When Rockbox boots up, it'll display the text "Rockbox" for a short time, and 5When Rockbox boots up, it'll display the text "Rockbox" for a short time, and
5then it'll jump right into the <a href="play-dir.html">dir browser</a> showing 6then it'll jump right into the <a href="play-dir.html">dir browser</a> showing
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t
index d6dda5d5f0..6c7d08efbe 100644
--- a/www/manual/play-dir.t
+++ b/www/manual/play-dir.t
@@ -1,5 +1,6 @@
1#define _PAGE_ Rockbox Directory Browser 1#define _PAGE_ Rockbox Directory Browser
2#include "head.t" 2#include "head.t"
3#include "manual.t"
3<p> 4<p>
4In the dir browser, you will see the files and directories that are put in the 5In the dir browser, you will see the files and directories that are put in the
5directory you are currently browsing. 6directory you are currently browsing.
diff --git a/www/manual/play-menu.t b/www/manual/play-menu.t
index e9e4fe95b2..807c797d64 100644
--- a/www/manual/play-menu.t
+++ b/www/manual/play-menu.t
@@ -1,5 +1,6 @@
1#define _PAGE_ Rockbox Main Menu 1#define _PAGE_ Rockbox Main Menu
2#include "head.t" 2#include "head.t"
3#include "manual.t"
3<p> 4<p>
4The main menu offers: 5The main menu offers:
5<p> 6<p>
@@ -15,4 +16,18 @@ Version -
15<p> 16<p>
16(Debug? -) 17(Debug? -)
17 18
19<p>
20Buttons:
21<p>
22<table>
23<tr><td>-</td><td>Move upwards in the list</td></tr>
24<tr><td>+</td><td>Move downwards in the list</td></tr>
25<tr><td>PLAY</td><td>Selects the menu alternative the cursor is "on"</td></tr>
26<tr><td>MENU</td>
27<td>Toggle back to the screen you came from when you arrived here,
28<a href="play-wps.html">WPS</a> or <a href="play-dir.html">dir browser</a></td>
29</tr>
30</table>
31
32
18#include "foot.t" 33#include "foot.t"
diff --git a/www/manual/play-wps.t b/www/manual/play-wps.t
index 2a9ff4ce36..a20fca2904 100644
--- a/www/manual/play-wps.t
+++ b/www/manual/play-wps.t
@@ -1,5 +1,7 @@
1#define _PAGE_ Rockbox WPS 1#define _PAGE_ Rockbox WPS
2#include "head.t" 2#include "head.t"
3#include "manual.t"
4
3<p> 5<p>
4The While Playing Screen shows info about what is currently played and can 6The While Playing Screen shows info about what is currently played and can
5only be seen while there is actual music playback. 7only be seen while there is actual music playback.
@@ -8,6 +10,8 @@ only be seen while there is actual music playback.
8<p> 10<p>
9[explain screen info] 11[explain screen info]
10<p> 12<p>
13Buttons:
14<p>
11<table> 15<table>
12<tr><td> 16<tr><td>
13 MENU+STOP 17 MENU+STOP
diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t
index 047848ce22..78cc555754 100644
--- a/www/manual/rec-boot.t
+++ b/www/manual/rec-boot.t
@@ -1,5 +1,6 @@
1#define _PAGE_ Rockbox Boots Up 1#define _PAGE_ Rockbox Boots Up
2#include "head.t" 2#include "head.t"
3#include "manual.t"
3<p> 4<p>
4When Rockbox boots up, it'll display the Rockbox logo for a short time, and 5When Rockbox boots up, it'll display the Rockbox logo for a short time, and
5then it'll jump right into the <a href="rec-dir.html">dir browser</a> showing 6then it'll jump right into the <a href="rec-dir.html">dir browser</a> showing
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
index 05abc776f3..c233c18b77 100644
--- a/www/manual/rec-dir.t
+++ b/www/manual/rec-dir.t
@@ -1,5 +1,6 @@
1#define _PAGE_ Rockbox Directory Browser 1#define _PAGE_ Rockbox Directory Browser
2#include "head.t" 2#include "head.t"
3#include "manual.t"
3<p> 4<p>
4In the dir browser, you will see the files and directories that are put in the 5In the dir browser, you will see the files and directories that are put in the
5directory you are currently browsing. You will see tiny symbols on the left 6directory you are currently browsing. You will see tiny symbols on the left
diff --git a/www/manual/rec-menu.t b/www/manual/rec-menu.t
index 6a7204b473..737d79821f 100644
--- a/www/manual/rec-menu.t
+++ b/www/manual/rec-menu.t
@@ -1,5 +1,6 @@
1#define _PAGE_ Rockbox Main Menu 1#define _PAGE_ Rockbox Main Menu
2#include "head.t" 2#include "head.t"
3#include "manual.t"
3The main menu offers: 4The main menu offers:
4<p> 5<p>
5[screen dump] 6[screen dump]
@@ -24,3 +25,13 @@ Version -
24 25
25<p> 26<p>
26(Debug? -) 27(Debug? -)
28
29<p>
30Buttons:
31<p>
32<table>
33<tr><td>UP</td><td>Move upwards in the list</td></tr>
34<tr><td>DOWN</td><td>Move downwards in the list</td></tr>
35<tr><td>F1</td><td>Toggle back to the screen you came from when you arrived here, <a href="rec-wps.html">WPS</a> or <a href="rec-dir.html">dir browser</a></td></tr>
36</table>
37