summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-11 12:15:49 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-11 12:15:49 +0000
commit3a44d4def66f0641426a719ce02db1b5688594c3 (patch)
tree98d42d5f945988d1374006387d4c3147c2f3381e /www
parent2931a4b838f960ff98ed90ba05ee590cd06f689c (diff)
downloadrockbox-3a44d4def66f0641426a719ce02db1b5688594c3.tar.gz
rockbox-3a44d4def66f0641426a719ce02db1b5688594c3.zip
Updated web
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2584 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/Makefile2
-rwxr-xr-xwww/dailymod.pl13
-rw-r--r--www/docs/Makefile6
-rw-r--r--www/download/index.t56
-rw-r--r--www/head.t12
-rw-r--r--www/history.t8
-rw-r--r--www/lock.t10
-rw-r--r--www/main.t15
-rw-r--r--www/style.css4
9 files changed, 62 insertions, 64 deletions
diff --git a/www/Makefile b/www/Makefile
index 24fd9545cc..035ada8ab6 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -24,6 +24,8 @@ all: $(OBJS)
24 @(cd download; $(MAKE)) 24 @(cd download; $(MAKE))
25 @(cd manual; $(MAKE)) 25 @(cd manual; $(MAKE))
26 @(cd manual-1.2; $(MAKE)) 26 @(cd manual-1.2; $(MAKE))
27 @(cd fonts; $(MAKE))
28 @(cd lang; $(MAKE))
27 @(cd tshirt-contest; $(MAKE)) 29 @(cd tshirt-contest; $(MAKE))
28 30
29main.html: main.t activity.html 31main.html: main.t activity.html
diff --git a/www/dailymod.pl b/www/dailymod.pl
index 0af1d48c79..f1a7a557be 100755
--- a/www/dailymod.pl
+++ b/www/dailymod.pl
@@ -17,19 +17,14 @@ sub list {
17 print "</ul>\n"; 17 print "</ul>\n";
18} 18}
19 19
20print "<table class=dailymod><tr><td>\n"; 20print "<table class=rockbox><tr><th>player-old</th><th>player</th><th>recorder</th></tr>\n";
21print "<h3>player-old</h3>\n"; 21print "<tr><td>This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n";
22print "<p>This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n";
23&list("playerold"); 22&list("playerold");
24 23
25print "</td><td>\n"; 24print "</td><td>This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n";
26print "<h3>player</h3>\n";
27print "<p>This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n";
28&list("player"); 25&list("player");
29 26
30print "</td><td>\n"; 27print "</td><td>This version is for all Archos Jukebox Recorder models:\n";
31print "<h3>recorder</h3>\n";
32print "<p>This version is for all Archos Jukebox Recorder models:\n";
33&list("recorder"); 28&list("recorder");
34 29
35print "</td></tr></table>\n"; 30print "</td></tr></table>\n";
diff --git a/www/docs/Makefile b/www/docs/Makefile
index 266663c85d..838f22f078 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -37,6 +37,12 @@ custom_wps_format.raw: $(DOCS)/CUSTOM_WPS_FORMAT $(TXT2HTML)
37custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML) 37custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML)
38 $(ACTION) $< 38 $(ACTION) $<
39 39
40custom_cfg_format.raw: $(DOCS)/CUSTOM_CFG_FORMAT $(TXT2HTML)
41 $(TXT2HTML) < $< > $@
42
43custom_cfg_format.html: custom_cfg_format.t custom_cfg_format.raw $(TXT2HTML)
44 $(ACTION) $<
45
40how_to_compile.raw: $(DOCS)/README $(TXT2HTML) 46how_to_compile.raw: $(DOCS)/README $(TXT2HTML)
41 $(TXT2HTML) < $< > $@ 47 $(TXT2HTML) < $< > $@
42 48
diff --git a/www/download/index.t b/www/download/index.t
index 7580335d0f..7cc9b791bb 100644
--- a/www/download/index.t
+++ b/www/download/index.t
@@ -2,69 +2,57 @@
2#define DOWNLOAD_PAGE 2#define DOWNLOAD_PAGE
3#include "head.t" 3#include "head.t"
4 4
5<h2>Changes for version 1.3</h2> 5<h2>Latest version: 1.4</h2>
6 6
7<p>Please read the <a href="rockbox-1.3-notes.txt">release notes</a>. (<a href="old.html">Older releases</a>) 7<p>Please read the <a href="rockbox-1.4-notes.txt">release notes</a>. (<a href="old.html">Older releases</a>)
8 8
9<p> 9<p>
10<table><tr valign="top"><td> 10<table class=rockbox><tr>
11<h3>player-old</h3> 11<th>player-old</th>
12<p>This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50. 12<th>player</th>
13<th>recorder</th>
14</tr><tr>
15<td>
16This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50.
13 17
14<ul> 18<ul>
15<li><a href="rockbox-1.3-player-old.mod">rockbox-1.3-player-old.mod</a> 19<li><a href="rockbox-1.4-player-old.zip">rockbox-1.4-player-old.zip</a>
16</ul> 20</ul>
17 21
18</td><td> 22</td><td>
19 23This version is for Archos Jukebox 5000, 6000 with ROM firmware 4.50 or later, and all Studio models.
20<h3>player</h3>
21<p>This version is for Archos Jukebox 5000, 6000 with ROM firmware 4.50 or later, and all Studio models.
22 24
23<ul> 25<ul>
24<li><a href="rockbox-1.3-player.mod">rockbox-1.3-player.mod</a> 26<li><a href="rockbox-1.4-player-new.zip">rockbox-1.4-player-new.zip</a>
25</ul> 27</ul>
26 28
27</td><td> 29</td><td>
28 30This version is for all Archos Jukebox Recorder models.
29<h3>recorder</h3>
30<p>This version is for all Archos Jukebox Recorder models.
31 31
32<ul> 32<ul>
33<li><a href="rockbox-1.3-recorder.ajz">rockbox-1.3-recorder.ajz</a> 33<li><a href="rockbox-1.4-recorder.zip">rockbox-1.4-recorder.zip</a>
34</ul> 34</ul>
35 35
36</td></tr></table> 36</td></tr></table>
37 37
38<h3>Source code</h3> 38<h3>Source code</h3>
39<ul> 39<ul>
40<li><a href="rockbox-1.3.tar.gz">rockbox-1.3.tar.gz</a> 40<li><a href="rockbox-1.4.tar.gz">rockbox-1.4.tar.gz</a>
41</ul> 41</ul>
42 42
43<h3>User interface simulators</h3> 43<h3>Auxiliary files</h3>
44
45<p>
46<ul> 44<ul>
47<li><a href="rockbox-1.3-player-sim">player simulator 1.3 for linux-x86</a> 45<li><a href="/lang/">Languages</a>
48<li><a href="rockbox-1.3-recorder-sim">recorder simulator 1.3 for linux-x86</a> 46<li><a href="/fonts/">Fonts</a>
49<li><a href="rockbox-1.2-player-sim.exe">player simulator 1.2 for win32</a>
50<li><a href="rockbox-1.2-recorder-sim.exe">recorder simulator 1.2 for win32</a>
51</ul> 47</ul>
52 48
53<p>The simulators browse a directory called 'archos' in the directory they are started from. Create it and copy some mp3 files there. The buttons are simulated on the numeric keypad:
54<dl>
55<dt><b>Player</b>
56<dd>4/6 = prev/next, 8 = play, 2 = stop, enter = menu, + = on
57
58<dt><b>Recorder</b>
59<dd>4/6 = left/right, 8/2 = up/down, 5 = play/pause, / * - = menu keys, +/enter = on/off
60</dl>
61
62<h2>Installation</h2> 49<h2>Installation</h2>
63<p>Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there. Make sure it's called "archos.mod" (5000,6000,Studio) or "ajbrec.ajz" (Recorder).
64 50
65<p>To remove the Rockbox firmware, just reverse the process: Rename the rockbox archos.mod file and replace it with your original firmware file. If you had no firmware file, just renaming or removing the rockbox file is sufficient. 51<p>Unpack the zip archive in the root of your Archos disk. Make sure you 'eject' (unmount) the usb disk before you unplug it.
52
53<h2>Uninstallation</h2>
66 54
67<p>(Note that some models cannot shut off while the power adapter is plugged in.) 55<p>If you ever want to remove the Rockbox firmware, simply delete archos.mod (player) or ajbrec.ajz (recorder) from the root of your Archos disk.
68 56
69<h2>Bug reports</h2> 57<h2>Bug reports</h2>
70 58
diff --git a/www/head.t b/www/head.t
index a96099f1f2..6a33f1fc17 100644
--- a/www/head.t
+++ b/www/head.t
@@ -27,14 +27,14 @@
27&nbsp;<a href="/"><img src="/rockbox100.png" width=99 height=30 border=0></a>&nbsp;<br> 27&nbsp;<a href="/"><img src="/rockbox100.png" width=99 height=30 border=0></a>&nbsp;<br>
28 28
29<p align="right"> 29<p align="right">
30<a class="menulink" href="/">main page</a><br> 30<a class="menulink" href="/">home</a><br>
31<a class="menulink" href="/download/">download</a><br> 31<a class="menulink" href="/download/">download</a><br>
32<a class="menulink" href="/screenshots.html">screen&nbsp;shots</a><br> 32<a class="menulink" href="/screenshots.html">screen&nbsp;shots</a><br>
33<a class="menulink" href="/daily.shtml">daily builds</a><br>
34<a class="menulink" href="/docs/">documentation</a><br> 33<a class="menulink" href="/docs/">documentation</a><br>
35<a class="menulink" href="/mail/">mailing lists</a><br> 34<a class="menulink" href="/mail/">mailing lists</a><br>
36<a class="menulink" href="/irc/">IRC</a><br> 35<a class="menulink" href="/irc/">IRC</a><br>
37<a class="menulink" href="/internals/">photos</a><br> 36<a class="menulink" href="/internals/">photos</a><br>
37<a class="menulink" href="/daily.shtml">daily builds</a><br>
38<a class="menulink" href="/mods/">hardware mods</a><br> 38<a class="menulink" href="/mods/">hardware mods</a><br>
39<a class="menulink" href="/requests.shtml">feature&nbsp;requests</a><br> 39<a class="menulink" href="/requests.shtml">feature&nbsp;requests</a><br>
40<a class="menulink" href="/bugs.shtml">bug reports</a><br> 40<a class="menulink" href="/bugs.shtml">bug reports</a><br>
@@ -45,11 +45,11 @@
45<form action="http://www.google.com/search"> 45<form action="http://www.google.com/search">
46<input name=as_q size=12><br> 46<input name=as_q size=12><br>
47<input value="Search" type=submit> 47<input value="Search" type=submit>
48<input type=hidden name=as_oq value=rockbox> 48<input type=hidden name=as_sitesearch value="rockbox.haxx.se">
49<input type=hidden name=as_sitesearch value="bjorn.haxx.se"> 49</form>
50</form></div> 50<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=44306&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"></a>
51</div>
51 52
52<a href="http://sourceforge.net"><img src="http://sourceforge.net/ sflogo.php?group_id=44306&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"></a>
53</td> 53</td>
54<td> 54<td>
55 55
diff --git a/www/history.t b/www/history.t
index 6198f3b96c..1dd1fd7ee1 100644
--- a/www/history.t
+++ b/www/history.t
@@ -2,6 +2,14 @@
2#define HISTORY_PAGE 2#define HISTORY_PAGE
3#include "head.t" 3#include "head.t"
4 4
5<p><i>2002-09-13</i>: We took a big step and converted to an entirely new font system for the Recorder. Please bear with us as we smoothen out the initial quirks.
6
7<p><i>2002-09-03</i>: ROLO, the Rockbox Loader has been integrated into the CVS, allowing Archos or other Rockbox firmware being loaded by simply selecting the file!
8
9<p><i>2002-09-02</i>: <a href="http://rockbox.haxx.se/tshirt-contest/vote.html">Vote for your favourite tshirt designs!</a>
10
11<p><i>2002-08-28</i>: Version 1.3 is released. <a href="download/">Go fetch</a>.
12
5<p><i>2002-08-09</i>: Version 1.2 is released. <a href="download/">Download it here</a>. 13<p><i>2002-08-09</i>: Version 1.2 is released. <a href="download/">Download it here</a>.
6 14
7<p><i>2002-08-06</i>: Web site moved to new domain: <strong>rockbox.haxx.se</strong>. 15<p><i>2002-08-06</i>: Web site moved to new domain: <strong>rockbox.haxx.se</strong>.
diff --git a/www/lock.t b/www/lock.t
index 9793a995f5..dbe8d0767d 100644
--- a/www/lock.t
+++ b/www/lock.t
@@ -7,12 +7,14 @@ Part. Error
7Pls Chck HD 7Pls Chck HD
8</pre> 8</pre>
9 9
10<p>We are still not 100% sure why it happens. Theories range from 10<p>We are still not 100% sure why it happened. Theories range from
11low-power conditions to accidental chip select failure. 11low-power conditions to accidental chip select failure.
12It has also happened for normal users, 12It has also happened for normal users,
13using the standard Archos-supplied firmware, although it's more frequent for 13using the standard Archos-supplied firmware, although it was more frequent for
14us developers. 14us developers.
15 15
16<p>Note: None of us developers have experienced this problem since march 2002.
17
16<p>We do however know how to unlock the disk: 18<p>We do however know how to unlock the disk:
17 19
18<h2>Windows/DOS unlock</h2> 20<h2>Windows/DOS unlock</h2>
@@ -35,6 +37,10 @@ us developers.
35 37
36<p>Big thanks to Magnus Andersson for discovering the Fujitsu (lack of) user password! 38<p>Big thanks to Magnus Andersson for discovering the Fujitsu (lack of) user password!
37 39
40<p>There is also a program for win32,
41<a href="http://www.ws64.com/archos/ArchosUnlock.exe">ArchosUnlock.exe</a>,
42that creates a linux boot disk with the below mentioned patched isd200 driver.
43
38<h2>Linux unlock</h2> 44<h2>Linux unlock</h2>
39 45
40<p>For those of us using Linux, we have written 46<p>For those of us using Linux, we have written
diff --git a/www/main.t b/www/main.t
index e2453440a2..0ca940a722 100644
--- a/www/main.t
+++ b/www/main.t
@@ -3,24 +3,17 @@
3#define MAIN_PAGE 3#define MAIN_PAGE
4#include "head.t" 4#include "head.t"
5 5
6<h2>Purpose</h2> 6<h2>What is Rockbox?</h2>
7 7
8<p>The purpose of this project is to write an Open Source replacement 8<p>Rockbox is an Open Source replacement firmware for the Archos Jukebox 5000, 6000, Studio and Recorder MP3 players.
9firmware for the Archos Jukebox <i>5000</i>, <i>6000</i>, <i>Studio</i> and <i>Recorder</i> MP3 players.
10 9
11<h2>News</h2> 10<h2>News</h2>
12 11
12<p><i>2002-10-11</i>: Version 1.4 is released. <a href="download/">Grab it</a>.
13
13<p><i>2002-09-19</i>: We now support multiple languages. You can help by translating Rockbox to your language. No programming skills required. 14<p><i>2002-09-19</i>: We now support multiple languages. You can help by translating Rockbox to your language. No programming skills required.
14<a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2002-09/0856.shtml">See instructions here</a> 15<a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2002-09/0856.shtml">See instructions here</a>
15 16
16<p><i>2002-09-13</i>: We took a big step and converted to an entirely new font system for the Recorder. Please bear with us as we smoothen out the initial quirks.
17
18<p><i>2002-09-03</i>: ROLO, the Rockbox Loader has been integrated into the CVS, allowing Archos or other Rockbox firmware being loaded by simply selecting the file!
19
20<p><i>2002-09-02</i>: <a href="http://rockbox.haxx.se/tshirt-contest/vote.html">Vote for your favourite tshirt designs!</a>
21
22<p><i>2002-08-28</i>: Version 1.3 is released. <a href="download/">Go fetch</a>.
23
24<p><i><small>(Old news items have moved to a 17<p><i><small>(Old news items have moved to a
25<a href="history.html">separate page</a>.)</small></i> 18<a href="history.html">separate page</a>.)</small></i>
26 19
diff --git a/www/style.css b/www/style.css
index b132f3d9a3..d03f993947 100644
--- a/www/style.css
+++ b/www/style.css
@@ -86,7 +86,7 @@ PRE {
86} 86}
87 87
88 88
89.changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { 89.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable {
90 border: outset 2px #ffffff; 90 border: outset 2px #ffffff;
91} 91}
92 92
@@ -94,7 +94,7 @@ PRE {
94 vertical-align: top; 94 vertical-align: top;
95} 95}
96 96
97.changetable td, .bugs td, .requests td, .archive td, .buttontable td { 97.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td {
98 background-color: #c6d6f5; 98 background-color: #c6d6f5;
99 padding: 4px; 99 padding: 4px;
100} 100}