summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-06 18:34:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-06 18:34:20 +0000
commit1bb8787b801af84ab4dd0912f60ec1b28a29c084 (patch)
tree99f7c3d653dcc2559f67a242f751e9d0a5f2c081
parent9b7de87653acf985abf53bbf31b12bc30972bcd7 (diff)
downloadrockbox-1bb8787b801af84ab4dd0912f60ec1b28a29c084.tar.gz
rockbox-1bb8787b801af84ab4dd0912f60ec1b28a29c084.zip
more pics added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1570 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/manual/rec-boot.t5
-rw-r--r--www/manual/rec-dir.t31
-rw-r--r--www/manual/rec-generalsettings.pngbin0 -> 1095 bytes
-rw-r--r--www/manual/rec-menu.t2
-rw-r--r--www/manual/rec-soundsettings.pngbin0 -> 582 bytes
-rw-r--r--www/manual/rec-volume.pngbin0 -> 495 bytes
6 files changed, 29 insertions, 9 deletions
diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t
index 78cc555754..d17cca5dd2 100644
--- a/www/manual/rec-boot.t
+++ b/www/manual/rec-boot.t
@@ -6,6 +6,5 @@ When Rockbox boots up, it'll display the Rockbox logo for a short time, and
6then 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
7the root (toplevel) directory of your Archos. 7the root (toplevel) directory of your Archos.
8<p> 8<p>
9[screen dump of boot] 9<img src="rec-logo.png" width=120 height=70 alt="Rockbox Logo">
10<p> 10
11[screen dump of toplevel dir]
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
index c233c18b77..666d0308bc 100644
--- a/www/manual/rec-dir.t
+++ b/www/manual/rec-dir.t
@@ -5,12 +5,33 @@
5In 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
6directory 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
7side of each entry that shows what kind of entry it is. 7side of each entry that shows what kind of entry it is.
8
8<p> 9<p>
9[screen dump] 10<table>
10<p> 11<tr valign=top><td>
11[ ] = mp3 file 12<img src="rec-dir.png" width=120 height=70 alt="Dir browser">
12<p> 13
13[ ] = m3u file 14</td>
15<td>
16
17<table>
18
19<tr>
20 <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td>
21 <td>mp3 file </td>
22</tr>
23<tr>
24 <td> <img src="rec-m3u.png" width=35 height=45 alt="m3u icon"></td>
25 <td>m3u file</td>
26</tr>
27<tr>
28 <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td>
29 <td>folder</td>
30</tr>
31</table>
32
33</td></tr></table>
34
14<p> 35<p>
15If you have enabled 'mp3/m3u filter' in the global settings, only files ending 36If you have enabled 'mp3/m3u filter' in the global settings, only files ending
16with .mp3 or .m3u will be displayed in the browser. 37with .mp3 or .m3u will be displayed in the browser.
diff --git a/www/manual/rec-generalsettings.png b/www/manual/rec-generalsettings.png
new file mode 100644
index 0000000000..acfa2a7c70
--- /dev/null
+++ b/www/manual/rec-generalsettings.png
Binary files differ
diff --git a/www/manual/rec-menu.t b/www/manual/rec-menu.t
index 737d79821f..7099688d44 100644
--- a/www/manual/rec-menu.t
+++ b/www/manual/rec-menu.t
@@ -3,7 +3,7 @@
3#include "manual.t" 3#include "manual.t"
4The main menu offers: 4The main menu offers:
5<p> 5<p>
6[screen dump] 6<img src="rec-menu.png" width=120 height=70 alt="Main menu">
7 7
8<p> 8<p>
9Sound Settings - 9Sound Settings -
diff --git a/www/manual/rec-soundsettings.png b/www/manual/rec-soundsettings.png
new file mode 100644
index 0000000000..46e67aa28f
--- /dev/null
+++ b/www/manual/rec-soundsettings.png
Binary files differ
diff --git a/www/manual/rec-volume.png b/www/manual/rec-volume.png
new file mode 100644
index 0000000000..bb5c873508
--- /dev/null
+++ b/www/manual/rec-volume.png
Binary files differ