summaryrefslogtreecommitdiff
path: root/www/manual/index.t
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/manual/index.t
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/manual/index.t')
-rw-r--r--www/manual/index.t47
1 files changed, 38 insertions, 9 deletions
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"