summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-01-10 12:13:21 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-01-10 12:13:21 +0000
commitf2feb0a5d0b984acbeaeaea18e19cc02dd6d6226 (patch)
treee137b44d28c9077417a86617622d9deb548fd6d7 /www
parent602c049b39ce7f881e5c13b76d5419b106c50c86 (diff)
downloadrockbox-f2feb0a5d0b984acbeaeaea18e19cc02dd6d6226.tar.gz
rockbox-f2feb0a5d0b984acbeaeaea18e19cc02dd6d6226.zip
A bunch of web updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3061 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/daily.t2
-rwxr-xr-xwww/dailysrc.pl2
-rw-r--r--www/docs/datasheets.t6
-rw-r--r--www/docs/index.t13
-rw-r--r--www/download/index.t4
-rw-r--r--www/head.t12
-rw-r--r--www/internals/bjorn.t2
-rw-r--r--www/lock.t4
-rw-r--r--www/main.t2
-rw-r--r--www/manual/sound.t2
-rw-r--r--www/mods/index.t5
-rw-r--r--www/sh-win/index.t132
12 files changed, 109 insertions, 77 deletions
diff --git a/www/daily.t b/www/daily.t
index 4b31ddea45..ec60218253 100644
--- a/www/daily.t
+++ b/www/daily.t
@@ -45,13 +45,11 @@ The batch timestamp is GMT.
45<a href="auto/build-player/archos.mod">Player</a><br> 45<a href="auto/build-player/archos.mod">Player</a><br>
46<a href="auto/build-playerdebug/archos.mod">Player debug</a><br> 46<a href="auto/build-playerdebug/archos.mod">Player debug</a><br>
47<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a><br> 47<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a><br>
48<a href="http://codeforce.d2g.com/rockbox/autocvs">Player simulator (win32)</a><br>
49</td> 48</td>
50<td> 49<td>
51<a href="auto/build-recorder/ajbrec.ajz">Recorder</a><br> 50<a href="auto/build-recorder/ajbrec.ajz">Recorder</a><br>
52<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br> 51<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br>
53<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br> 52<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br>
54<a href="http://codeforce.d2g.com/rockbox/autocvs">Recorder simulator (win32)</a><br>
55</td> 53</td>
56</tr></table> 54</tr></table>
57 55
diff --git a/www/dailysrc.pl b/www/dailysrc.pl
index 25495d557c..7ad91a0d2a 100755
--- a/www/dailysrc.pl
+++ b/www/dailysrc.pl
@@ -16,7 +16,7 @@ for ( @tarballs ) {
16 $date = $1; 16 $date = $1;
17 if ( -f "$basedir/changes-$date.txt") { 17 if ( -f "$basedir/changes-$date.txt") {
18 $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0; 18 $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0;
19 $log = "<a href=\"daily/changes-$date.txt\">Changelog</a> <small>($lines changes)</small>"; 19 $log = "<a href=\"daily/changes-$date.html\">Changelog</a> <small>($lines changes)</small>";
20 } 20 }
21 } 21 }
22 print "<li><a href=\"daily/$_\">$_</a> <small>($size bytes)</small> $log\n"; 22 print "<li><a href=\"daily/$_\">$_</a> <small>($size bytes)</small> $log\n";
diff --git a/www/docs/datasheets.t b/www/docs/datasheets.t
index 9c2bb930ac..3dca500bb9 100644
--- a/www/docs/datasheets.t
+++ b/www/docs/datasheets.t
@@ -36,4 +36,10 @@
36<li><a href="isd300.pdf">ISD-300 USB/ATA bridge</a> 376 kB 36<li><a href="isd300.pdf">ISD-300 USB/ATA bridge</a> 376 kB
37</ul> 37</ul>
38 38
39<h2>FM Recorder specific</h2>
40<ul>
41<li><a href="S1A0903X01.pdf">Samsung S1A0903X01 AM/FM 1chip tuner with PLL</a> 547 kB
42<li><a href="S1A0905X01.pdf">Samsung S1A0905X01 RDS (Radio Data System) demodulator</a> 35 kB
43</ul>
44
39#include "foot.t" 45#include "foot.t"
diff --git a/www/docs/index.t b/www/docs/index.t
index 8205142514..129f6fcc28 100644
--- a/www/docs/index.t
+++ b/www/docs/index.t
@@ -5,6 +5,7 @@
5 5
6<ul> 6<ul>
7<li><a href="/docs/faq.html">Frequently Asked Questions</a> 7<li><a href="/docs/faq.html">Frequently Asked Questions</a>
8<li><a href="/docs/battery-faq.html">Frequently Asked Questions about Batteries and Charging</a>
8<li><a href="/manual/">User manual</a> 9<li><a href="/manual/">User manual</a>
9<li><a href="/docs/features.html">Feature Comparison Chart</a> 10<li><a href="/docs/features.html">Feature Comparison Chart</a>
10</ul> 11</ul>
@@ -17,10 +18,16 @@
17<li><a href="/schematics/">Schematics</a> 18<li><a href="/schematics/">Schematics</a>
18<li><a href="/cvs.html">How to use CVS</a> 19<li><a href="/cvs.html">How to use CVS</a>
19<li><a href="/cross-gcc.html">Building the cross compiler</a> 20<li><a href="/cross-gcc.html">Building the cross compiler</a>
20<li><a href="/sh-win/">Setting up the cross compiler for Windows</a> 21<li><a href="/sh-win/">Setting up the gnush cross compiler for Windows</a>
22<li><a href="win32-sdk.html">Setting up a small (~7.5 MB) Rockbox development environment for Windows</a>
21<li><a href="how_to_compile.html">How to compile Rockbox</a> (README from cvs) 23<li><a href="how_to_compile.html">How to compile Rockbox</a> (README from cvs)
22<li><a href="mpeghdr.html">MPEG frame header info</a> 24<li><a href="mpeghdr.html">MPEG frame header info</a> (and ID3 v1 info)
23<li><a href="rocklatin.htm">Rocklatin charset in Player</a> 25<li><a href="id3v2.4.0-structure.txt">ID3 v2.4 structure</a>
26<li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a>
27<li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>)
28<li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a>
29<li><a href="id3v2.2.0.html">ID3 v2.2 specification</a>
30<li><a href="rocklatin.html">The Rocklatin charset used in Players</a>
24</ul> 31</ul>
25 32
26#include "foot.t" 33#include "foot.t"
diff --git a/www/download/index.t b/www/download/index.t
index a3c4a1c71c..77ff6dd6b0 100644
--- a/www/download/index.t
+++ b/www/download/index.t
@@ -48,7 +48,9 @@ This version is for all Archos Jukebox Recorder models.
48 48
49<h2>Installation</h2> 49<h2>Installation</h2>
50 50
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. 51<p>Unpack the zip archive in the root (top) directory of your Archos disk. Make sure you 'eject' (unmount) the usb disk before you unplug it.
52
53<p>Windows users: If you choose not to unzip the archive directly onto the Archos, you can create the .rockbox directory by entering "mkdir j:\.rockbox" on a command prompt. Windows Explorer refuses to create this directory, so you must use a command prompt.
52 54
53<h2>Uninstallation</h2> 55<h2>Uninstallation</h2>
54 56
diff --git a/www/head.t b/www/head.t
index 1f545f8ad0..ea2d6fe9b0 100644
--- a/www/head.t
+++ b/www/head.t
@@ -48,11 +48,21 @@
48<input value="Search" type=submit> 48<input value="Search" type=submit>
49<input type=hidden name=as_sitesearch value="rockbox.haxx.se"> 49<input type=hidden name=as_sitesearch value="rockbox.haxx.se">
50</form> 50</form>
51<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<a href="http://sourceforge.net/projects/rockbox/"><img src="http://sourceforge.net/sflogo.php?group_id=44306&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"></a>
52 52
53<p class=menutext>Bandwidth and server<br>sponsored by:<br> 53<p class=menutext>Bandwidth and server<br>sponsored by:<br>
54<a href="http://www.contactor.se"><img border=0 src="/cont.png" width=101 height=36></a> 54<a href="http://www.contactor.se"><img border=0 src="/cont.png" width=101 height=36></a>
55 55
56<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
57<input type="hidden" name="cmd" value="_xclick">
58<input type="hidden" name="business" value="bjorn@haxx.se">
59<input type="hidden" name="item_name" value="Donation to the Rockbox project">
60<input type="hidden" name="no_shipping" value="1">
61<input type="hidden" name="cn" value="Note to the Rockbox team">
62<input type="hidden" name="currency_code" value="USD">
63<input type="hidden" name="tax" value="0">
64<input type="image" src="/paypal-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
65</form>
56</div> 66</div>
57 67
58</td> 68</td>
diff --git a/www/internals/bjorn.t b/www/internals/bjorn.t
index 928848411c..db8e01eb3b 100644
--- a/www/internals/bjorn.t
+++ b/www/internals/bjorn.t
@@ -20,7 +20,7 @@
20 20
21<ul> 21<ul>
22<li><a href="http://www.in-system.com/200_silicon.html">In-Systems ISD200</a> ATA to USB bridge 22<li><a href="http://www.in-system.com/200_silicon.html">In-Systems ISD200</a> ATA to USB bridge
23<li><a href="http://www.ssti.com/products/37vfxxx.html">SST 37VF020</a> 2MB flash ROM 23<li><a href="http://www.sst.com/products.xhtml/parallel_flash/37/SST37VF020">SST 37VF020</a> 2MB flash ROM
24<li><a href="http://www.issiusa.com/pdf/41c16105.pdf">ISSI IS41LV16105</a> 2MB fast page DRAM 24<li><a href="http://www.issiusa.com/pdf/41c16105.pdf">ISSI IS41LV16105</a> 2MB fast page DRAM
25<li><a href="http://www.sipex.com/products/pdf/SP690_805ALM.pdf">Sipex SP692ACN</a> Low Power Microprocessor Supervisory with Battery Switch-Over (partly covered with white insulation in the photo) 25<li><a href="http://www.sipex.com/products/pdf/SP690_805ALM.pdf">Sipex SP692ACN</a> Low Power Microprocessor Supervisory with Battery Switch-Over (partly covered with white insulation in the photo)
26<li>A standard Motorola AC139 logic IC (text unreadable in the photo) 26<li>A standard Motorola AC139 logic IC (text unreadable in the photo)
diff --git a/www/lock.t b/www/lock.t
index dbe8d0767d..e1dea45b8f 100644
--- a/www/lock.t
+++ b/www/lock.t
@@ -23,7 +23,7 @@ us developers.
23 23
24<ol> 24<ol>
25<li>Grab 25<li>Grab
26<a href="http://www.upsystems.com.ua/support/alexmina/atapwd.zip">atapwd</a> 26<a href="atapwd.zip">atapwd</a>
27(written by 27(written by
28<a href="http://www.upsystems.com.ua/support/alexmina/">Alex Mina</a>) 28<a href="http://www.upsystems.com.ua/support/alexmina/">Alex Mina</a>)
29<li>Create a bootable DOS floppy disk, and put atapwd.exe on it 29<li>Create a bootable DOS floppy disk, and put atapwd.exe on it
@@ -31,7 +31,7 @@ us developers.
31<li>Boot from the floppy and run atapwd.exe 31<li>Boot from the floppy and run atapwd.exe
32<li>Select the locked harddrive and press enter for the menu 32<li>Select the locked harddrive and press enter for the menu
33<li>For Fujitsu disks: Choose "unlock with user password", then "disable with user password". The password is empty, so just press enter at the prompt. 33<li>For Fujitsu disks: Choose "unlock with user password", then "disable with user password". The password is empty, so just press enter at the prompt.
34<li>For Toshiba disks, if the above doesn't work: Choose "unlock with master password", then "disable with master password". The password is all spaces. 34<li>For Toshiba and Hitachi disks, if the above doesn't work: Choose "unlock with master password", then "disable with master password". The password is all spaces.
35<li>Your disk is now unlocked. Shut down the computer and remove the disk. 35<li>Your disk is now unlocked. Shut down the computer and remove the disk.
36</ol> 36</ol>
37 37
diff --git a/www/main.t b/www/main.t
index eb42ad439e..15979d2f10 100644
--- a/www/main.t
+++ b/www/main.t
@@ -9,6 +9,8 @@
9 9
10<h2>News</h2> 10<h2>News</h2>
11 11
12<p><i>2002-12-21</i>: You can now donate to the Rockbox project via PayPal. See the new button in the left menu.
13
12<p><i>2002-11-10</i>: Added recording functionality. 14<p><i>2002-11-10</i>: Added recording functionality.
13 15
14<p><i>2002-10-15</i>: Now the Player/Studio models run the same firmware. No more Old and New player firmware. 16<p><i>2002-10-15</i>: Now the Player/Studio models run the same firmware. No more Old and New player firmware.
diff --git a/www/manual/sound.t b/www/manual/sound.t
index 3daa1b24c6..292bbed133 100644
--- a/www/manual/sound.t
+++ b/www/manual/sound.t
@@ -26,7 +26,7 @@
26<dd>Loudness is an effect which emphasises bass and treble. 26<dd>Loudness is an effect which emphasises bass and treble.
27 27
28<dt><b>Bass Boost (Recorder only)</b> 28<dt><b>Bass Boost (Recorder only)</b>
29<dd>Bass boost is an effect which emphasises low bass frequencies. 29<dd>Bass Boost exploits the psychoacoustic phenomenon of the "missing fundamental" by creating harmonics of the frequencies below the center frequency of the bandpass filter. This enables a loudspeaker to display frequencies that are below its cutoff frequency.
30 30
31<dt><b>Auto Volume (Recorder only)</b> 31<dt><b>Auto Volume (Recorder only)</b>
32<dd>Auto volume is a feature that automaticly lowers the volume on loud parts, 32<dd>Auto volume is a feature that automaticly lowers the volume on loud parts,
diff --git a/www/mods/index.t b/www/mods/index.t
index d971e190b1..ca8946ef7e 100644
--- a/www/mods/index.t
+++ b/www/mods/index.t
@@ -15,12 +15,17 @@
15 15
16<li>Build yourself an <a href="rs232.html">rs232 converter</a>, so your PC can talk to your Archos 16<li>Build yourself an <a href="rs232.html">rs232 converter</a>, so your PC can talk to your Archos
17 17
18<li>Matthias Wächter modified his player to get
19<a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2002-09/0769.shtml">8MB RAM</a>!
20
18</ul> 21</ul>
19 22
20<h2>External pages</h2> 23<h2>External pages</h2>
21<ul> 24<ul>
22<li><a href="http://www.geocities.com/notching/Sony-archos-remote.html">Nick Robinson's Sony Remote Joystick RM-X4S interface</a> 25<li><a href="http://www.geocities.com/notching/Sony-archos-remote.html">Nick Robinson's Sony Remote Joystick RM-X4S interface</a>
23<li><a href="http://mywebpages.comcast.net/jstewart228368/archos-modification.html">James Stewart's Jukebox 6000 Bass and Volume improvement</a> 26<li><a href="http://mywebpages.comcast.net/jstewart228368/archos-modification.html">James Stewart's Jukebox 6000 Bass and Volume improvement</a>
27<li><a href="http://www2.funmp3players.com/reviews/modify/">Upgrading the Hard Drive in the Archos Jukebox 6000</a>
28<li><a href="http://www.mctubster.com/hd.html">Another page describing hard drive update</a>
24</ul> 29</ul>
25 30
26<p><img src="esd.jpg"> 31<p><img src="esd.jpg">
diff --git a/www/sh-win/index.t b/www/sh-win/index.t
index ef52116aca..c92330b62f 100644
--- a/www/sh-win/index.t
+++ b/www/sh-win/index.t
@@ -1,76 +1,78 @@
1#define _PAGE_ Setting up an SH-1 compiler for Windows 1#define _PAGE_ Setting up the GNUSH compiler for Windows
2#include "head.t" 2#include "head.t"
3 3
4<P> 4<P>by <A href="mailto:edx@codeforce.d2g.com">Felix Arends</A>, 1/8/2002
5 by <A href="mailto:edx@codeforce.d2g.com">Felix Arends</A>, 1/8/2002 5 <BR>
6 <BR>
7</P> 6</P>
8<P> 7<P>I have spent a long time figuring out how to compile SH1 code in windows (using
9 I have spent a long time figuring out how to compile SH1 code in windows (using 8 the sh-elf-gcc compiler) and when I finally compiled the first OS for my
10 the sh-elf-gcc compiler) and when I finally compiled the first OS for my 9 Jukebox I decided to write a little tutorial explaining the setup process.
11 Jukebox I decided to write a little tutorial explaining the setup process. 10</P>
12 <H2> 11<H2>The GNU-SH Tool Chain for Windows</H2>
13 The GNU-SH Tool Chain for Windows
14 </H2>
15<P></P>
16This is actually all you need to download. It includes the binutils, gcc and 12This is actually all you need to download. It includes the binutils, gcc and
17newlib. Download the GNUSH Tool Chain for ELF format (35 MB). 13newlib. Download the GNUSH Tool Chain for ELF format (35 MB).
18<P> 14<P>
19 The GNUSH website can be found at <a href="http://www.kpit.com/download/downloadgnushv0203.htm"> 15 The GNUSH website can be found at <A href="http://www.kpit.com/download/downloadgnushv0203.htm">
20 http://www.kpit.com/download/downloadgnushv0203.htm</a> (source code is 16 http://www.kpit.com/download/downloadgnushv0203.htm</A> (source code is
21 also available there). Get the "GNUSH v0203 Tool Chain for ELF format". 17 also available there). Get the "GNUSH v0203 Tool Chain for ELF format". <b>Note: </b>
22 <H2> 18 The GNUSH v0204 Tool Chain has a bug which causes problems when compiling
23 Setting up&nbsp;the Compiler 19 Rockbox!
24 </H2> 20</P>
25<P></P> 21<H2>Perl</H2>
22<p>
23Download Perl for Windows from <a href="http://www.activestate.com/Products/ActivePerl/">
24 http://www.activestate.com/Products/ActivePerl/</a>.
25</p>
26<H2>Setting up&nbsp;the Compiler</H2>
26<P>Install the GNUSH Tool Chain (nothing you really have to care about during the 27<P>Install the GNUSH Tool Chain (nothing you really have to care about during the
27 installation process).</P> 28 installation process).</P>
28<P> 29<P>
29 <H2>Compiling the latest Rockbox Source 30 <H2>Compiling the latest Rockbox Source
30 </H2> 31 </H2>
31<P>Use CVS to download the latest source code of Rockbox (the firmware and apps 32<P>Use CVS to download the latest source code of Rockbox (the firmware and apps
32 modules). In addition, you need to copy a win32 compilation of scramble.exe 33 modules). In addition, you need to copy a win32 compilation of scramble.exe and
33 into the apps dir. The pre-compiled scramble.exe can be downloaded <a href="scramble.exe">here</a>. 34 convbdf.exe into the tools dir. The pre-compiled scramble.exe can be downloaded <A href="http://rockbox.haxx.se/sh-win/scramble.exe">
34 From your start menu, open the "SH-ELF tool chain" batch file inside the GNU-SH 35 here</A>. The pre-compiled convbdf.exe can be downloaded <A href="http://rockbox.haxx.se/fonts/convbdf.exe">
35 v0203 program folder. You should end up seeing a command prompt. Go to the apps 36 here</A>. From your start menu, open the "SH-ELF tool chain" batch file
36 directory and type:</P> 37 inside the GNU-SH v0203 program folder. You should end up seeing a command
38 prompt. Go to the apps directory and type:</P>
37<P> 39<P>
38 <TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="1"> 40 <TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="1">
39 <TR> 41 <TBODY>
40 <TD>Command</TD> 42 <TR>
41 <TD>Description</TD> 43 <TD>Command</TD>
42 </TR> 44 <TD>Description</TD>
43 <TR> 45 </TR>
44 <TD>make -f win32.mak<BR> 46 <TR>
45 make -f win32.mak RECORDER = 1</TD> 47 <TD>make -f win32.mak<BR>
46 <TD vAlign="top">build for recorder target</TD> 48 make -f win32.mak RECORDER = 1</TD>
47 </TR> 49 <TD vAlign="top">build for recorder target</TD>
48 <TR> 50 </TR>
49 <TD>make -f win32.mak PLAYER</TD> 51 <TR>
50 <TD>build for player target</TD> 52 <TD>make -f win32.mak PLAYER</TD>
51 </TR> 53 <TD>build for player target</TD>
52 <TR> 54 </TR>
53 <TD>make -f win32.mak PLAYER_OLD</TD> 55 <TR>
54 <TD>build for old player target</TD> 56 <TD>make -f win32.mak PLAYER_OLD</TD>
55 </TR> 57 <TD>build for old player target</TD>
56 <TR> 58 </TR>
57 <TD>make -f win32.mak RECORDER=1 DISABLE_GAMES=1</TD> 59 <TR>
58 <TD>build for recorder target, disable games</TD> 60 <TD>make -f win32.mak RECORDER=1 DISABLE_GAMES=1</TD>
59 </TR> 61 <TD>build for recorder target, disable games</TD>
60 <TR> 62 </TR>
61 <TD vAlign="top">make -f win32.mak RECORDER=1 PROPFONTS=1</TD> 63 <TR>
62 <TD>build for recorder target, enable propfonts</TD> 64 <TD vAlign="top">make -f win32.mak RECORDER=1 PROPFONTS=1</TD>
63 </TR> 65 <TD>build for recorder target, enable propfonts</TD>
64 <TR> 66 </TR>
65 <TD vAlign="top">make -f win32.mak RECORDER=1 PROPFONTS=1&nbsp;DISABLE_GAMES = 67 <TR>
66 1&nbsp;</TD> 68 <TD vAlign="top">make -f win32.mak RECORDER=1 PROPFONTS=1&nbsp;DISABLE_GAMES =
67 <TD>build for recorder target, disable games, use propfonts</TD> 69 1&nbsp;</TD>
68 </TR> 70 <TD>build for recorder target, disable games, use propfonts</TD>
69 </TABLE> 71 </TR>
70</P> 72 </TBODY></TABLE>
71<P> 73 </P>
72 I hope this tutorial helped you to compile an Archos firmware with windows. If 74 <P>I hope this tutorial helped you to compile an Archos firmware with Windows. If
73 you have any questions, comments or corrections, please mail to <A href="mailto:edx@go.cc"> 75 you have any questions, comments or corrections, please mail to <A href="mailto:felix.arends@gmx.de">
74 edx@go.cc</A> 76 felix.arends@gmx.de</A>
75</P> 77
76#include "foot.t" 78#include "foot.t"