blob: 73969cd2aebe0ec7026cf961141c1f89cc52b8a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#define _PAGE_ The Rockbox Users Manual
#include "head.t"
<p>
This is the first attempt at a User's Manual.
<p>
Booting up: <a href="rec-boot.html">Recorder</a> <a href="play-boot.html">Player</a>
<p>
Directory browser: <a href="rec-dir.html">Recorder</a> <a href="play-dir.html">Player</a>
<p>
While Playing Screen: <a href="rec-wps.html">Recorder</a> <a href="play-wps.html">Player</a>
<p>
Main menu: <a href="rec-menu.html">Recorder</a> <a href="play-menu.html">Player</a>
#include "foot.t"
|