summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-11 11:42:42 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-11 11:42:42 +0000
commit2931a4b838f960ff98ed90ba05ee590cd06f689c (patch)
tree28bb40598aab963d9aad07d7ada7025d69383067 /www
parent1305c88d18a13772617533bd6ebd9f10d3797aa6 (diff)
downloadrockbox-2931a4b838f960ff98ed90ba05ee590cd06f689c.tar.gz
rockbox-2931a4b838f960ff98ed90ba05ee590cd06f689c.zip
Manual update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2583 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/manual/dir.t98
-rw-r--r--www/manual/general.t87
-rw-r--r--www/manual/index.t47
-rw-r--r--www/manual/menu-buttons.t8
-rw-r--r--www/manual/menu.t26
-rw-r--r--www/manual/play-boot.t13
-rw-r--r--www/manual/play-dir.t61
-rw-r--r--www/manual/play-menu.t32
-rw-r--r--www/manual/play-wps.t34
-rw-r--r--www/manual/rec-boot.t19
-rw-r--r--www/manual/rec-dir.pngbin579 -> 595 bytes
-rw-r--r--www/manual/rec-dir.t96
-rw-r--r--www/manual/rec-general.t59
-rw-r--r--www/manual/rec-menu.pngbin919 -> 477 bytes
-rw-r--r--www/manual/rec-menu.t31
-rw-r--r--www/manual/rec-sound.t24
-rw-r--r--www/manual/rec-wps.t49
-rw-r--r--www/manual/settings-buttons.t7
-rw-r--r--www/manual/sound.t41
-rw-r--r--www/manual/textreader.t29
-rw-r--r--www/manual/wormlet.t2
-rw-r--r--www/manual/wps.t78
22 files changed, 413 insertions, 428 deletions
diff --git a/www/manual/dir.t b/www/manual/dir.t
new file mode 100644
index 0000000000..e41530ce84
--- /dev/null
+++ b/www/manual/dir.t
@@ -0,0 +1,98 @@
1#define _PAGE_ Manual - Directory Browser
2#include "head.t"
3#include "manual.t"
4
5<p>
6<table>
7<tr valign=top><td>
8<img src="rec-dir.png" width=120 height=68 alt="Dir browser">
9<br><small>Recorder screenshot</small>
10</td>
11</tr></table>
12
13
14<p>
15In the dir browser, you navigate your way around the harddisk.
16There are icons on the left side of each file that shows what file type it is.
17
18<p>
19The list of files you see is affected by the
20<a href="general.html">"Show files" setting</a>.
21
22<h2>Button bindings</h2>
23
24<table class=buttontable>
25<tr><th>Button</th><th>Function</th>
26<tr valign=top>
27<td nowrap> UP/DOWN (r) <br> LEFT/RIGHT (p)</td>
28<td>
29 Go to previous/next item in list. If you are on the first/last entry,
30 the cursor will wrap to the last/first entry.
31</td></tr>
32<tr valign=top>
33<td nowrap> ON + UP/DOWN </td>
34<td>
35 (Recorder only:) Move one page up/down in list.
36</td></tr>
37<tr valign=top>
38<td> LEFT (r) <br> STOP (p)</td>
39<td> Go to the parent directory.
40</td></tr>
41<tr valign=top>
42<td> PLAY </td>
43<td>Action depends on the file type the cursor points at:
44<dl>
45<dt><b>Directory</b>
46<dd>The browser enters that directory.
47
48<dt><b>.mp3 file</b>
49<dd>You will be taken to the <a href="wps.html">WPS</a>
50and start playing the file.
51
52<dt><b>.m3u file</b>
53<dd>The playlist will be loaded and started and you will then be taken to the WPS.
54
55<dt><b>.ajz (recorder) or .mod (player) file</b>
56<dd>The firmware file will be loaded and executed.
57
58<dt><b>.wps file</b>
59<dd>The file will be loaded and used for the wps display.
60 Look <a href="/docs/custom_wps_format.html">here</a> for information about
61 the .wps file format.
62
63<dt><b>.cfg file</b>
64<dd>The file will be loaded and the sound settings will be set accordingly.
65 Look <a href="/docs/custom_cfg_format.html">here</a> for information about
66 the .cfg file format.
67
68<dt><b>.lng file</b>
69<dd>The language file will be loaded and replace the current language.
70 Look <a href="/lang/">here</a> for downloadable language files.
71
72<dt><b>.txt file</b>
73<dd> The text file will be displayed in the <a href="textreader.html">Text Reader</a>.
74
75<dt><b>.fnt file</b>
76<dd> (Recorder only:) The font will be loaded and used in place of the
77 default font.
78 Look <a href="/fonts/">here</a> for downloadable fonts.
79
80</dl>
81</td></tr>
82<tr><td>
83 ON
84</td><td>
85 If there is an mp3 playing, this will go back to the WPS.
86</td></tr>
87<tr><td>
88 OFF (r)
89</td><td>
90 If there is an mp3 playing, this stops playback.
91</td></tr>
92<tr><td>F1 (r) <br>MENU (p)</td>
93<td>Switches to the <a href="menu.html">main menu</a>.</td></tr>
94<tr><td>F2 (r)</td><td>(Recorder only) Show browse/play settings screen. A quick press will leave the screen up (press F2 again to exit), while holding it will close the screen when you release it.</td></tr>
95<tr><td>F3 (r)</td><td>(Recorder only) Show display settings screen. Quick/hold works as for F2.</td></tr>
96</table>
97
98#include "foot.t"
diff --git a/www/manual/general.t b/www/manual/general.t
new file mode 100644
index 0000000000..54622ed607
--- /dev/null
+++ b/www/manual/general.t
@@ -0,0 +1,87 @@
1#define _PAGE_ Manual - General Settings
2#include "head.t"
3#include "manual.t"
4
5<h2>Playback</h2>
6 <ul>
7 <li><b>Shuffle</b> - Select shuffle ON/OFF. This alters how Rockbox will
8 select which next song to play.
9
10 <li><b>Repeat</b> - Repeat modes are Off/One/All.
11 "Off" means no repeat. "One" means repeat one track over and over.
12 "All" means repeat playlist/directory.
13
14 <li><b>Play selected first</b> - This setting controls what happens when you
15 press PLAY on a file in a directory and shuffle mode is on.
16 If this setting is Yes, the file you selected will be played first.
17 If this setting is No, a random file in the directory will be played first.
18
19 <li><b>Resume</b> - Sets whether Rockbox will resume playing at the point where you shut off. Options are: Ask/Yes/No.
20 "Ask" means it will ask at boot time.
21 "Yes" means it will unconditionally try to resume.
22 "No" means it will not resume.
23
24 <li><b>FF/RW Min Step</b> - The smallest step you want to fast forward or rewind in a track.
25
26 <li><b>FF/RW Accel</b> - How fast you want search (ffwd/rew) to accellerate when you hold down the button. "Off" means no accelleration. "2x/1s" means double the search speed once every second the button is held. "2x/5s" means double the search speed once every 5 seconds the button is held.
27 </ul>
28
29<h2>File View</h2>
30 <ul>
31 <li><b>Sort mode</b> - How directories are sorted.
32 Case sensitivity ON makes uppercase and lowercase differences matter.
33 Having it OFF makes them get treated the same.
34
35 <li><b>Show files</b> - Controls which files are displayed in the dir browser:
36 <ul>
37 <li><b>Music</b>: Only directories, .mp3, .mp2, .mpa and .m3u files are shown. Extensions are stripped. Files and directories starting with . or has the "hidden" flag set are hidden.
38
39 <li><b>Supported</b>: All directories and files Rockbox can load (including .fnt, .wps, .cfg, .txt, .ajz/.mod) are shown. Extensions are shown. Files and directories starting with . or has the "hidden" flag set are hidden.
40
41 <li><b>All</b>: All files and directories are shown. Extensions are shown. No files or dirs are hidden.
42 </ul>
43
44 <li><b>Follow Playlist</b> - Do you want the dir browser to follow your playlist? If Follow Playlist is set to "Yes", you will find yourself in the same directory as the currently playing file if you go to the Dir Browser from the WPS. If set to "No", you will stay in the same directory as you last were in.
45 </ul>
46
47<h2>Display</h2>
48<ul>
49<li><b>Scroll speed</b> - Controls the speed of scrolling text.
50
51<li><b>Backlight timer</b> - How long time the backlight shines after a keypress. Set to OFF to never light it, set to ON to never shut it off or set a prefered timeout period.
52
53<li><b>Backlight on when plugged</b> - Do you want the backlight to be constantly on while the charger cable is connected?
54
55<li><b>Contrast</b> - Changes the contrast of your LCD display.
56
57<li><b>Peak meter</b> (Recorder only)
58 <ul>
59 <li><b>Peak release</b>: How fast should the peak meter shrink after a peak?
60 <li><b>Peak hold</b>: How long should the peak meter hold before shrinking?
61 <li><b>Clip hold</b>: How long should the clipping indicator be visible after clipping was detected?
62 </ul>
63</ul>
64
65<h2>System</h2>
66<ul>
67<li><b>Disk Spindown</b> - Rockbox has a timer that makes it spin down the
68harddisk after being idle for a certain time. You can modify this timeout here.
69
70<li><b>Deep discharge</b> (Recorder only) -
71 Set this to ON if you intend to keep your charger
72connected for a long period of time. It lets the batteries go down to 10%
73before starting to charge again. Setting this to OFF will cause the charging
74to restart on 95%.
75
76<li><b>Set Time/Date</b> (Recorder only) - Set current time and date.
77
78<li><b>Idle poweroff</b> - After how long period of idle time should the unit power off?
79
80<li><b>Reset settings</b> - Reset all settings to default values. Some settings may need a reboot for the reset to take effect.
81
82</ul>
83
84#include "settings-buttons.t"
85
86#include "foot.t"
87
diff --git a/www/manual/index.t b/www/manual/index.t
index 73969cd2ae..dc2cfe5a71 100644
--- a/www/manual/index.t
+++ b/www/manual/index.t
@@ -1,16 +1,45 @@
1#define _PAGE_ The Rockbox Users Manual 1#define _PAGE_ User Manual
2#include "head.t" 2#include "head.t"
3 3
4<h2>General concept</h2>
4<p> 5<p>
5 This is the first attempt at a User's Manual. 6The Rockbox user interface consists of three main screens:
7<ul>
8<li>The Directory Browser
9<li>The While Playing Screen (WPS)
10<li>The Menu
11</ul>
6 12
13<p>The <a href="dir.html">Directory Browser</a> is where you find yourself
14immediately after boot. It is used for exploring your harddisk and selecting files for playing or other functions. <a href="dir.html">Click here</a> for more information.
15
16<p>The <a href="wps.html">While Playing Screen</a> is the screen displayed while you are playing mp3 files. It contains information about the track you are playing. <a href="wps.html">Click here</a> for more information.
17
18<p>The <a href="menu.html">Menu</a> is where you can access all settings and auxiliary functions of the Rockbox software. <a href="menu.html">Click here</a> for more information.
19
20<h2>Configuration</h2>
21
22<p>Apart from all the <a href="menu.html">settings</a>, the major points
23of configuration are:
24
25<ul>
26<li><a href="/fonts/">Loadable fonts</a>
27<li><a href="/lang/">Loadable languages</a>
28<li><a href="/docs/custom_wps_format.html">Loadable WPS template</a>
29</ul>
30
31<h2>Button notation</h2>
7<p> 32<p>
8Booting up: <a href="rec-boot.html">Recorder</a> <a href="play-boot.html">Player</a> 33Since the Players and the Recorders provide mostly the same functions, this manual describes them both in the same pages. However, the key bindings differ for various features. This will be noted by a a (p) or (r) suffix to the key, like this:
9<p> 34
10Directory browser: <a href="rec-dir.html">Recorder</a> <a href="play-dir.html">Player</a> 35<p><table class=buttontable>
11<p> 36<tr><th>Button</th><th>Function</th>
12While Playing Screen: <a href="rec-wps.html">Recorder</a> <a href="play-wps.html">Player</a> 37<tr valign=top>
13<p> 38<td> UP (r) <br> LEFT (p) </td>
14Main menu: <a href="rec-menu.html">Recorder</a> <a href="play-menu.html">Player</a> 39<td> Go to previous item in list.
40</td></tr>
41</table>
42
43<p>In the above example: Recorders use the UP button while players use the LEFT button.
15 44
16#include "foot.t" 45#include "foot.t"
diff --git a/www/manual/menu-buttons.t b/www/manual/menu-buttons.t
new file mode 100644
index 0000000000..654bc881b9
--- /dev/null
+++ b/www/manual/menu-buttons.t
@@ -0,0 +1,8 @@
1<h2>Button bindings</h2>
2<table class=buttontable>
3<tr><th>Button</th><th>Function</th>
4<tr><td>UP (r) <br>LEFT (p)</td><td>Move up in menu</td></tr>
5<tr><td>DOWN (r) <br>RIGHT (p)</td><td>Move down in menu</td></tr>
6<tr><td>PLAY</td><td>Select item</td></tr>
7<tr><td>LEFT (r) <br>STOP (p)</td><td>Exit menu</td></tr>
8</table>
diff --git a/www/manual/menu.t b/www/manual/menu.t
new file mode 100644
index 0000000000..5f3a7ad595
--- /dev/null
+++ b/www/manual/menu.t
@@ -0,0 +1,26 @@
1#define _PAGE_ Manual - Main Menu
2#include "head.t"
3#include "manual.t"
4<p>
5<img src="rec-menu.png" width=120 height=68 alt="Main menu">
6<br><small>Recorder screenshot</small>
7
8<p>The main menu offers:
9<ul>
10<li> <b><a href="sound.html">Sound Settings</a></b> - Vol, bass, treble etc.
11<li> <b><a href="general.html">General Settings</a></b> - Scroll, display, filters etc.
12
13<li> <b>Games</b> - (Recorder only) Pick a game to play! Tetris, Sokoban and <a href=wormlet.html>Wormlet</a> are available.
14
15<li> <b>Demos</b> - (Recorder only) Some silly little toys. <i>Bounce</i> will show a bouncing text (try the buttons), <i>Snow</i> will simulate falling snow and <i>Oscillograph</i> will give you a nice animated graph of the currently playing music (try the buttons here too).
16
17<li> <b>Info</b> - Shows MP3 ram buffer size and battery voltage level info.
18
19<li> <b>Version</b> - Software version and credits display.
20
21<li> <b>Debug (keep out)</b> - Various informational displays for development purposes.
22</ul>
23
24#include "menu-buttons.t"
25
26#include "foot.t"
diff --git a/www/manual/play-boot.t b/www/manual/play-boot.t
deleted file mode 100644
index 6a87d0bd45..0000000000
--- a/www/manual/play-boot.t
+++ /dev/null
@@ -1,13 +0,0 @@
1#define _PAGE_ Rockbox Boots Up
2#include "head.t"
3#include "manual.t"
4<p>
5When Rockbox boots up, it'll display the text "Rockbox" for a short time, and
6then it'll jump right into the <a href="play-dir.html">dir browser</a> showing
7the root (toplevel) directory of your Archos.
8<p>
9<img src="play-boot.png">
10<p>
11[screen dump of toplevel dir]
12
13#include "foot.t"
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t
deleted file mode 100644
index a0abfd3110..0000000000
--- a/www/manual/play-dir.t
+++ /dev/null
@@ -1,61 +0,0 @@
1#define _PAGE_ Rockbox Directory Browser
2#include "head.t"
3#include "manual.t"
4<p>
5In the dir browser, you will see the files and directories that are put in the
6directory you are currently browsing.
7<p>
8[screen dump]
9<p>
10If you have enabled 'mp3/m3u filter' in the global settings, only files ending
11with .mp3 or .m3u will be displayed in the browser.
12<p>
13<table class=buttontable>
14<tr><th>Button</th><th>Function</th>
15<tr><td>-</td><td>
16 Move up in the list. If you already are on the topmost entry, the
17 cursor will move to the last entry in the list.
18</td></tr>
19<tr><td> +</td><td>
20 Move down in the list. If you already are on the last entry,
21 the cursor will move to the first entry in the list.
22</td></tr>
23<tr><td>
24 STOP
25</td><td>
26 Move to the parent directory.
27</td></tr>
28<tr><td>
29 PLAY
30</td>
31<td>If the cursor is on a directory, the browser will go into that directory.
32
33<p>If the cursor is on an .mp3 file, it'll jump into the
34 <a href="rec-wps.html">WPS</a> and start playing this file. It will then
35 continue to play the other songs in the same directory.
36
37<p> If the cursor is on an .m3u file (playlist), the list will first be
38 loaded and then pop up the WPS showing the first file that gets played from
39 the list.
40
41<p> If the cursor is on a .mod file (firmware), the firmware file will
42 be loaded and executed.
43
44<p> If the cursor is on a .wps file (WPS config), the file will
45 be loaded and used for the wps display.
46
47</td></tr>
48<tr><td>
49 ON
50</td><td>
51 If there is an mp3 playing, this'll switch back the
52 <a href="play-wps.html">WPS</a>.
53</td></tr>
54<tr><td>
55 MENU
56</td><td>
57 Switches to the <a href="play-menu.html">main menu</a>.
58</td></tr>
59</table>
60
61#include "foot.t"
diff --git a/www/manual/play-menu.t b/www/manual/play-menu.t
deleted file mode 100644
index 52d0f5438a..0000000000
--- a/www/manual/play-menu.t
+++ /dev/null
@@ -1,32 +0,0 @@
1#define _PAGE_ Rockbox Main Menu
2#include "head.t"
3#include "manual.t"
4<p>
5The main menu offers:
6<p>
7[screen dump]
8<p>
9Sound Settings -
10<p>
11General Settings -
12<p>
13Info -
14<p>
15Version -
16<p>
17(Debug? -)
18
19<p>
20<table class=buttontable>
21<tr><th>Button</th><th>Function</th>
22<tr><td>-</td><td>Move upwards in the list</td></tr>
23<tr><td>+</td><td>Move downwards in the list</td></tr>
24<tr><td>PLAY</td><td>Selects the menu alternative the cursor is "on"</td></tr>
25<tr><td>MENU</td>
26<td>Toggle back to the screen you came from when you arrived here,
27<a href="play-wps.html">WPS</a> or <a href="play-dir.html">dir browser</a></td>
28</tr>
29</table>
30
31
32#include "foot.t"
diff --git a/www/manual/play-wps.t b/www/manual/play-wps.t
deleted file mode 100644
index e5a5f14739..0000000000
--- a/www/manual/play-wps.t
+++ /dev/null
@@ -1,34 +0,0 @@
1#define _PAGE_ Rockbox WPS
2#include "head.t"
3#include "manual.t"
4
5<p>
6The While Playing Screen shows info about what is currently played and can
7only be seen while there is actual music playback.
8
9<p>You can configure the WPS contents by creating a .wps file and "playing" it.
10The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
11
12<p>
13[screen dump]
14<p>
15[explain screen info]
16<p>
17<table class=buttontable>
18<tr><th>Button</th><th>Function</th>
19<tr><td> PLAY </td><td> Toggle PAUSE/PLAY. If 'resume' is enabled, pressing PAUSE will make it save "resume point" to disk. </td></tr>
20<tr><td> ON </td><td> Switch to the <a href="play-dir.html">dir browser</a>.
21</td></tr>
22<tr><td> STOP </td><td> Stop playback </td></tr>
23<tr><td> MENU </td><td> Switches to the <a href="play-menu.html">main menu</a>.
24<tr><td> MENU+STOP </td><td> Key lock on/off </td></tr>
25<tr><td> MENU+PLAY </td><td> Mute on/off </td></tr>
26<tr><td> MENU+ON </td><td> Enter id3 browser </td></tr>
27<tr><td> MENU+ '-' </td><td> Lower the volume </td></tr>
28<tr><td> MENU+ '+' </td><td> Raise the volume </td></tr>
29</td></tr>
30
31</table>
32
33#include "foot.t"
34
diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t
deleted file mode 100644
index e80f5fcded..0000000000
--- a/www/manual/rec-boot.t
+++ /dev/null
@@ -1,19 +0,0 @@
1#define _PAGE_ Rockbox Boots Up
2#include "head.t"
3#include "manual.t"
4
5<p> When Rockbox boots up it'll display the Rockbox logo (with the version
6number beneath) for a short time.
7
8<p>
9 If you have previously set 'Resume' to ASK or ON, you will now either get a
10question about doing the resume or the resume will be done automaticly.
11
12<p>
13 If you selected no on the resume question, or had 'Resume' set to OFF, it'll
14jump right into the <a href="rec-dir.html">dir browser</a> showing the root
15(toplevel) directory of your Archos.
16
17<p> <img src="rec-boot.png" width=120 height=70 alt="Rockbox Logo">
18
19#include "foot.t"
diff --git a/www/manual/rec-dir.png b/www/manual/rec-dir.png
index 65c8e29549..2c211a83d9 100644
--- a/www/manual/rec-dir.png
+++ b/www/manual/rec-dir.png
Binary files differ
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
deleted file mode 100644
index a8af057399..0000000000
--- a/www/manual/rec-dir.t
+++ /dev/null
@@ -1,96 +0,0 @@
1#define _PAGE_ Rockbox Directory Browser
2#include "head.t"
3#include "manual.t"
4<p>
5In the dir browser, you will see the files and directories that are put in the
6directory you are currently browsing. You will see tiny symbols on the left
7side of each entry that shows what kind of entry it is.
8
9<p>
10<table>
11<tr valign=top><td>
12<img src="rec-dir.png" width=120 height=70 alt="Dir browser">
13
14</td>
15<td>
16
17<table>
18
19<tr>
20 <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td>
21 <td>folder</td>
22</tr>
23<tr>
24 <td> <img src="rec-m3u.png" width=35 height=45 alt="m3u icon"></td>
25 <td>playlist</td>
26</tr>
27<tr>
28 <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td>
29 <td>mp3 file </td>
30</tr>
31</table>
32
33</td></tr></table>
34
35<p>
36If you have enabled 'mp3/m3u filter' in the global settings, only files ending
37with .mp3 or .m3u will be displayed in the browser.
38
39<p>
40
41<table class=buttontable>
42<tr><th>Button</th><th>Function</th>
43<tr valign=top>
44<td> UP </td>
45<td>
46 Move upwards in the list, if it already is on the topmost entry, you'll
47 see the cursor moved to the last entry in the list.
48</td></tr>
49<tr valign=top>
50<td>DOWN</td>
51<td>
52 Move downwards in the list, if it already is on the last entry, you'll
53 see the cursor moved to the first entry in the list.
54</td></tr>
55<tr valign=top>
56<td> LEFT</td>
57<td> Move "up" one directory level to the parent directory.
58</td></tr>
59<tr valign=top>
60<td> PLAY or RIGHT</td>
61<td>If the cursor is on a directory, the browser will go into that directory.
62
63<p>If the cursor is on an .mp3 file, it'll jump into the
64 <a href="rec-wps.html">WPS</a> and start playing this file. It will then
65 continue to play the other songs in the same directory.
66
67<p> If the cursor is on an .m3u file (playlist), the list will first be
68 loaded and then pop up the WPS showing the first file that gets played from
69 the list.
70
71<p> If the cursor is on an .ajz file (firmware), the firmware file will
72 be loaded and executed.
73
74<p> If the cursor is on a .wps file (WPS config), the file will
75 be loaded and used for the wps display.
76
77<p> If the cursor is on a .eq file (Equalizer configuration), the file will
78 be loaded and the sound settings will be set accordingly.
79
80</td></tr>
81<tr><td>
82 ON
83</td><td>
84 If there is an mp3 playing, this will go back to the WPS.
85</td></tr>
86<tr><td>
87 OFF
88</td><td>
89 If there is an mp3 playing, this stops playback.
90</td></tr>
91<tr><td>F1</td><td>Switches to the <a href="rec-menu.html">main menu</a>.</td></tr>
92<tr><td>F2</td><td>Show browse/play settings screen</td></tr>
93<tr><td>F3</td><td>Show display settings screen</td></tr>
94</table>
95
96#include "foot.t"
diff --git a/www/manual/rec-general.t b/www/manual/rec-general.t
deleted file mode 100644
index 867a57a50c..0000000000
--- a/www/manual/rec-general.t
+++ /dev/null
@@ -1,59 +0,0 @@
1#define _PAGE_ Rockbox General Settings
2#include "head.t"
3#include "manual.t"
4The general settings menu offers:
5<p>
6 <img src="rec-generalsettings.png">
7
8<p> <b>Shuffle mode</b> - Select shuffle ON/OFF. This alters how Rockbox will
9 select which next song to play.
10
11<p> <b>mp3/m3u filter</b> - When set to ON, this will hide all files in the <a
12href="rec-dir.html">dir browser</a> that aren't mp3 or m3u files. Set to OFF
13to see all files.
14
15<p> <b>Sort mode</b> - How to sort directories displayed in the <a
16href="rec-dir.html">dir browser</a>. Case sensitive ON makes uppercase and
17lowercase differences matter. Having it OFF makes them get treated the same.
18
19<p> <b>Backlight timer</b> - How long time the backlight should be switched on
20after a keypress. Set to OFF to never light it, set to ON to never shut it off
21or set a prefered timeout period.
22
23<p> <b>Contrast</b> - changes the contrast of your LCD display.
24
25<p> <b>Scroll speed</b> - controls at what speed the general line scrolling
26will use. The scroll appears in the <a href="rec-dir.html">dir browser</a>,
27the <a href="rec-wps.html">WPS</a> and elsewhere.
28
29<p> <b>While Playing</b> - ID3 tags, file, parse
30
31<p> <b>Deep discharge</b> - Set this to ON if you intend to keep your charger
32connected for a long period of time. It lets the batteries go down to 10%
33before starting to charge again. Setting this to OFF will cause the charging
34restart on 95%.
35
36<p> <b>Time/Date</b> - Set current time and date.
37
38<p> <b>Show Hidden Files</b> - Files with names that start with a dot or use
39the 'hidden' attribute are shown in the <a href="rec-dir.html">dir browser</a>
40if this is set to ON. If set to OFF, they're not shown.
41
42<p> <b>FF/Rewind</b> - set the FF/rewind speed. Holding down the LEFT or RIGHT
43keys in the <a href="rec-wps.html">WPS</a> makes a fast forward/backward. This
44setting controls how fast it is.
45
46<p> <b>Resume</b> - ASK, ON or OFF. If set to ASK or ON, Rockbox will save
47info about playlists/directories being played, to allow later resuming. If ASK
48is selected, a 'continue resumed play' question will appear when starting
49Rockbox. If ON is selected, resuming is done unconditionally. If OFF, no
50resuming is made.
51
52<p> <b>Disk Spindown</b> - Rockbox has a timer that makes it spin down the
53disk driver a certain time of idleness. You modify this timeout here. A very
54short timeout makes the interface less responsive and use more batteries for
55more frequent spinups, while a long timeout makes the disk spin too long and
56use more batteries...
57
58#include "foot.t"
59
diff --git a/www/manual/rec-menu.png b/www/manual/rec-menu.png
index 51d22d5a1f..e3cfea5735 100644
--- a/www/manual/rec-menu.png
+++ b/www/manual/rec-menu.png
Binary files differ
diff --git a/www/manual/rec-menu.t b/www/manual/rec-menu.t
deleted file mode 100644
index 89347a9f06..0000000000
--- a/www/manual/rec-menu.t
+++ /dev/null
@@ -1,31 +0,0 @@
1#define _PAGE_ Rockbox Main Menu
2#include "head.t"
3#include "manual.t"
4The main menu offers:
5<p>
6<img src="rec-menu.png" width=120 height=70 alt="Main menu">
7
8<p> <b><a href="rec-sound.html">Sound Settings</a></b> - Vol, bass, treble etc.
9
10<p> <b><a href="rec-general.html">General Settings</a></b> - Scroll, display, filters etc.
11
12<p> <b>Games</b> - pick a game to play! <a href=wormlet.html>Wormlet</a> is one of them.
13
14<p> <b>Screensavers</b> - pick an enterainer!
15
16<p> <b>Info</b> - mp3 buffer and battery info.
17
18<p> <b>Version</b> - sofware version and credits display.
19
20<p> <b>Debug (keep out)</b> - various informational displays for development purposes.
21
22<p>
23<table class=buttontable>
24<tr><th>Button</th><th>Function</th>
25<tr><td>UP</td><td>Move up in menu</td></tr>
26<tr><td>DOWN</td><td>Move down in menu</td></tr>
27<tr><td>RIGHT or PLAY</td><td>Select item</td></tr>
28<tr><td>LEFT or 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>
29</table>
30
31#include "foot.t"
diff --git a/www/manual/rec-sound.t b/www/manual/rec-sound.t
deleted file mode 100644
index 41cbf3b169..0000000000
--- a/www/manual/rec-sound.t
+++ /dev/null
@@ -1,24 +0,0 @@
1#define _PAGE_ Rockbox Sound Settings
2#include "head.t"
3#include "manual.t"
4
5<p>
6 This menu offers a selection of different sound properties you may change
7 to improve your sound experience.
8
9<p> <img src="rec-soundsettings.png">
10
11<p> <b>Volume</b>
12<p> <b>Bass</b>
13<p> <b>Treble</b>
14<p> <b>Balance</b>
15<p> <b>Loudness</b>
16<p> <b>Bass Boost</b>
17<p> <b>Auto Volume</b>
18
19<p>
20This is what the volume screen looks like:<br>
21 <img src="rec-volume.png">
22
23#include "foot.t"
24
diff --git a/www/manual/rec-wps.t b/www/manual/rec-wps.t
deleted file mode 100644
index 0949fd256a..0000000000
--- a/www/manual/rec-wps.t
+++ /dev/null
@@ -1,49 +0,0 @@
1#define _PAGE_ Rockbox WPS
2#include "head.t"
3#include "manual.t"
4<p>
5The While Playing Screen shows info about what is currently played and can
6only be seen while there is actual music playback.
7<p>
8<img src="rec-wps.png">
9<p>
10The screen lines by default contain the following information:
11<ol>
12<li>Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock
13<li>Scrolling path+filename of the current song.
14<li>The ID3 track name
15<li>The ID3 album name
16<li>The ID3 artist namn
17<li>Bit rate. VBR files display average bitrate and "(avg)".
18<li>Elapsed and total time
19<li>A slidebar representing where in the song you are
20</ol>
21
22<p>You can configure the WPS contents by creating a .wps file and "playing" it.
23The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
24
25<p>
26<table class=buttontable>
27<tr><th>Key</th><th>Function</th></tr>
28<tr><td> UP</td><td> Increase volume </td></tr>
29<tr><td> DOWN </td><td> Decrease volume </td></tr>
30
31<tr><td> LEFT </td><td> Quick press = Go to beginning of track, or if
32pressed while in the first second of a track, go to previous track.<br>
33Hold = Rewind in track. </td></tr>
34
35<tr><td> RIGHT </td><td> Quick press = Go to next track. <br>
36Hold = Fast-forward in track. </td></tr>
37<tr><td> PLAY </td><td> Toggle play/pause.</td></tr>
38<tr><td>ON</td><td> Quick press: Go to <a href="rec-dir.html">dir browser</a> <br>
39Hold: Show pitch setting screen </td></tr>
40<tr><td>OFF</td><td> Stop playback </td></tr>
41<tr><td>F1</td><td> Go to <a href="rec-menu.html">main menu</a></td></tr>
42<tr><td nowrap>F1 + DOWN</td><td> Key lock on/off </td></tr>
43<tr><td nowrap>F1 + PLAY</td><td> Mute on/off </td></tr>
44<tr><td nowrap>F1 + ON</td><td> Enter ID3 viewer </td></tr>
45<tr><td>F2</td><td>Show browse/play settings screen</td></tr>
46<tr><td>F3</td><td>Show display settings screen</td></tr>
47</table>
48
49#include "foot.t"
diff --git a/www/manual/settings-buttons.t b/www/manual/settings-buttons.t
new file mode 100644
index 0000000000..1fb24c850b
--- /dev/null
+++ b/www/manual/settings-buttons.t
@@ -0,0 +1,7 @@
1<h2>Button bindings</h2>
2<table class=buttontable>
3<tr><th>Button</th><th>Function</th>
4<tr><td>UP (r) <br>LEFT (p)</td><td>Decrease value / choose previous</td></tr>
5<tr><td>DOWN (r) <br>RIGHT (p)</td><td>Increase value / choose next</td></tr>
6<tr><td>LEFT (r) <br>STOP (p)</td><td>Exit setting</td></tr>
7</table>
diff --git a/www/manual/sound.t b/www/manual/sound.t
new file mode 100644
index 0000000000..3daa1b24c6
--- /dev/null
+++ b/www/manual/sound.t
@@ -0,0 +1,41 @@
1#define _PAGE_ Manual - Sound Settings
2#include "head.t"
3#include "manual.t"
4
5<p>
6 This menu offers a selection of sound properties you may change
7 to improve your sound experience.
8
9<dl>
10<dt><b>Volume</b>
11<dd>The sound volume your music is played at. Although settable range is 0-100%, many units don't produce audible output below 40%.
12
13<dt><b>Bass</b>
14<dd>Bass emphasis or suppression. 0 is flat.
15
16<dt><b>Treble</b>
17<dd>Treble emphasis or suppression. 0 is flat.
18
19<dt><b>Balance</b>
20<dd>Adjusts left/right channel balance. - is left, + is right.
21
22<dt><b>Channels</b>
23<dd>Select which channels to hear: Left, Right, Stereo (both, separated) or Mono (both, mixed).
24
25<dt><b>Loudness (Recorder only)</b>
26<dd>Loudness is an effect which emphasises bass and treble.
27
28<dt><b>Bass Boost (Recorder only)</b>
29<dd>Bass boost is an effect which emphasises low bass frequencies.
30
31<dt><b>Auto Volume (Recorder only)</b>
32<dd>Auto volume is a feature that automaticly lowers the volume on loud parts,
33and then slowly restores the volume to the previous level during N seconds.
34That N time is configurable here.
35
36</dl>
37
38#include "settings-buttons.t"
39
40#include "foot.t"
41
diff --git a/www/manual/textreader.t b/www/manual/textreader.t
new file mode 100644
index 0000000000..88c3ec4710
--- /dev/null
+++ b/www/manual/textreader.t
@@ -0,0 +1,29 @@
1#define _PAGE_ Manual - Text Reader
2#include "head.t"
3#include "manual.t"
4
5<img src="rec-reader.png">
6
7<p>The text reader is a rather primitive tool to view plain text files.
8
9<h2>Button bindings</h2>
10
11<p>
12<table class=buttontable>
13<tr><th>Key</th><th>Function</th></tr>
14<tr><td nowrap> UP/DOWN (r) <br>LEFT/RIGHT (p)</td>
15<td> Move one line up/down </td></tr>
16
17<tr><td> LEFT/RIGHT (r) <br>MENU + LEFT/RIGHT (p)</td>
18<td> Move one column left/right </td></tr>
19
20<tr><td> ON + UP/DOWN (r)</td>
21<td> (Recorder only) Move one page up/down</td></tr>
22
23<tr><td> ON + LEFT/RIGHT (r)</td>
24<td> (Recorder only) Move one screen left/right</td></tr>
25
26<tr><td>OFF (r) <br>STOP (p)</td><td> Exit </td></tr>
27</table>
28
29#include "foot.t"
diff --git a/www/manual/wormlet.t b/www/manual/wormlet.t
index 6f80b6b687..7d56a6e556 100644
--- a/www/manual/wormlet.t
+++ b/www/manual/wormlet.t
@@ -1,4 +1,4 @@
1#define _PAGE_ Wormlet 1#define _PAGE_ Manual - Wormlet
2#include "head.t" 2#include "head.t"
3#include "manual.t" 3#include "manual.t"
4 4
diff --git a/www/manual/wps.t b/www/manual/wps.t
new file mode 100644
index 0000000000..4ae73c8afc
--- /dev/null
+++ b/www/manual/wps.t
@@ -0,0 +1,78 @@
1#define _PAGE_ Manual - While Playing Screen
2#include "head.t"
3#include "manual.t"
4<p>
5<img src="rec-wps.png">
6<br><small>Recorder screenshot</small>
7
8<p>
9The While Playing Screen shows info about what is currently played and can
10only be seen while there is actual music playback.
11
12<h2>Screen contents</h2>
13
14<p>
15The screen lines by default contain the following information:
16
17<h3>Recorder</h3>
18<ol>
19<li>Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock
20<li>Scrolling path+filename of the current song.
21<li>The ID3 track name
22<li>The ID3 album name
23<li>The ID3 artist namn
24<li>Bit rate. VBR files display average bitrate and "(avg)".
25<li>Elapsed and total time
26<li>A slidebar progress meter representing where in the song you are
27<li>Peak meter
28</ol>
29
30<p>Notes:
31<li>The number of lines shown depends on the size of the font used.
32<li>The peak meter is normally only visible if you turn off the status bar.
33
34<h3>Player</h3>
35<ol>
36<li> Playlist index/Playlist size: Artist - Title
37<li> Current-time Progress-indicator Left
38</ol>
39
40<h2>Configuration</h2>
41
42<p>You can configure the WPS contents by creating a .wps file and "playing" it.
43The <a href="/docs/custom_wps_format.html">custom wps format</a> supports a wide variety of configurations.
44
45<h2>Button bindings</h2>
46
47<p>
48<table class=buttontable>
49<tr><th>Key</th><th>Function</th></tr>
50<tr><td nowrap> UP (r) <br>MENU + RIGHT (p)</td>
51<td> Increase volume </td></tr>
52<tr><td> DOWN (r) <br>MENU + LEFT (p)</td>
53<td> Decrease volume </td></tr>
54
55<tr><td> LEFT </td><td> Quick press = Go to beginning of track, or if
56pressed while in the first seconds of a track, go to previous track.<br>
57Hold = Rewind in track. </td></tr>
58
59<tr><td> RIGHT </td><td> Quick press = Go to next track. <br>
60Hold = Fast-forward in track. </td></tr>
61<tr><td> PLAY </td><td> Toggle play/pause.</td></tr>
62<tr><td>ON</td>
63<td> Quick press = Go to <a href="dir.html">dir browser</a> <br>
64(Recorder only:) Hold = Show pitch setting screen </td></tr>
65<tr><td>OFF (r) <br>STOP (p)</td><td> Stop playback </td></tr>
66<tr><td>F1 (r) <br>MENU (p)</td>
67<td> Go to <a href="menu.html">main menu</a></td></tr>
68<tr><td nowrap>F1 + DOWN (r) <br>MENU + DOWN (p)</td>
69<td> Key lock on/off </td></tr>
70<tr><td nowrap>F1 + PLAY (r) <br>MENU + PLAY (p)</td>
71<td> Mute on/off </td></tr>
72<tr><td nowrap>F1 + ON (r) <br>MENU + ON (p)</td>
73<td> Enter ID3 viewer </td></tr>
74<tr><td>F2 (r)</td><td>(Recorder only:) Show browse/play settings screen</td></tr>
75<tr><td>F3 (r)</td><td>(Recorder only:) Show display settings screen</td></tr>
76</table>
77
78#include "foot.t"