summaryrefslogtreecommitdiff
path: root/www/manual/index.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/index.t')
-rw-r--r--www/manual/index.t46
1 files changed, 0 insertions, 46 deletions
diff --git a/www/manual/index.t b/www/manual/index.t
deleted file mode 100644
index 86613e2e0f..0000000000
--- a/www/manual/index.t
+++ /dev/null
@@ -1,46 +0,0 @@
1#define _PAGE_ User Manual
2#include "head.t"
3
4<h2>General concept</h2>
5<p>
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>
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<li><a href="/docs/custom_cfg_format.html">Loadable CFG format</a>
30</ul>
31
32<h2>Button notation</h2>
33<p>
34Since 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:
35
36<p><table class=buttontable>
37<tr><th>Button</th><th>Function</th>
38<tr valign=top>
39<td> UP (r) <br> LEFT (p) </td>
40<td> Go to previous item in list.
41</td></tr>
42</table>
43
44<p>In the above example: Recorders use the UP button while players use the LEFT button.
45
46#include "foot.t"