summaryrefslogtreecommitdiffstats
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
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
-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.
<a href="auto/build-player/archos.mod">Player</a><br>
<a href="auto/build-playerdebug/archos.mod">Player debug</a><br>
<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a><br>
-<a href="http://codeforce.d2g.com/rockbox/autocvs">Player simulator (win32)</a><br>
</td>
<td>
<a href="auto/build-recorder/ajbrec.ajz">Recorder</a><br>
<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br>
<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br>
-<a href="http://codeforce.d2g.com/rockbox/autocvs">Recorder simulator (win32)</a><br>
</td>
</tr></table>
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 ) {
$date = $1;
if ( -f "$basedir/changes-$date.txt") {
$lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0;
- $log = "<a href=\"daily/changes-$date.txt\">Changelog</a> <small>($lines changes)</small>";
+ $log = "<a href=\"daily/changes-$date.html\">Changelog</a> <small>($lines changes)</small>";
}
}
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 @@
<li><a href="isd300.pdf">ISD-300 USB/ATA bridge</a> 376 kB
</ul>
+<h2>FM Recorder specific</h2>
+<ul>
+<li><a href="S1A0903X01.pdf">Samsung S1A0903X01 AM/FM 1chip tuner with PLL</a> 547 kB
+<li><a href="S1A0905X01.pdf">Samsung S1A0905X01 RDS (Radio Data System) demodulator</a> 35 kB
+</ul>
+
#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 @@
<ul>
<li><a href="/docs/faq.html">Frequently Asked Questions</a>
+<li><a href="/docs/battery-faq.html">Frequently Asked Questions about Batteries and Charging</a>
<li><a href="/manual/">User manual</a>
<li><a href="/docs/features.html">Feature Comparison Chart</a>
</ul>
@@ -17,10 +18,16 @@
<li><a href="/schematics/">Schematics</a>
<li><a href="/cvs.html">How to use CVS</a>
<li><a href="/cross-gcc.html">Building the cross compiler</a>
-<li><a href="/sh-win/">Setting up the cross compiler for Windows</a>
+<li><a href="/sh-win/">Setting up the gnush cross compiler for Windows</a>
+<li><a href="win32-sdk.html">Setting up a small (~7.5 MB) Rockbox development environment for Windows</a>
<li><a href="how_to_compile.html">How to compile Rockbox</a> (README from cvs)
-<li><a href="mpeghdr.html">MPEG frame header info</a>
-<li><a href="rocklatin.htm">Rocklatin charset in Player</a>
+<li><a href="mpeghdr.html">MPEG frame header info</a> (and ID3 v1 info)
+<li><a href="id3v2.4.0-structure.txt">ID3 v2.4 structure</a>
+<li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a>
+<li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>)
+<li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a>
+<li><a href="id3v2.2.0.html">ID3 v2.2 specification</a>
+<li><a href="rocklatin.html">The Rocklatin charset used in Players</a>
</ul>
#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.
<h2>Installation</h2>
-<p>Unpack the zip archive in the root of your Archos disk. Make sure you 'eject' (unmount) the usb disk before you unplug it.
+<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.
+
+<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.
<h2>Uninstallation</h2>
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 @@
<input value="Search" type=submit>
<input type=hidden name=as_sitesearch value="rockbox.haxx.se">
</form>
-<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>
+<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>
<p class=menutext>Bandwidth and server<br>sponsored by:<br>
<a href="http://www.contactor.se"><img border=0 src="/cont.png" width=101 height=36></a>
+<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
+<input type="hidden" name="cmd" value="_xclick">
+<input type="hidden" name="business" value="bjorn@haxx.se">
+<input type="hidden" name="item_name" value="Donation to the Rockbox project">
+<input type="hidden" name="no_shipping" value="1">
+<input type="hidden" name="cn" value="Note to the Rockbox team">
+<input type="hidden" name="currency_code" value="USD">
+<input type="hidden" name="tax" value="0">
+<input type="image" src="/paypal-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
+</form>
</div>
</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 @@
<ul>
<li><a href="http://www.in-system.com/200_silicon.html">In-Systems ISD200</a> ATA to USB bridge
-<li><a href="http://www.ssti.com/products/37vfxxx.html">SST 37VF020</a> 2MB flash ROM
+<li><a href="http://www.sst.com/products.xhtml/parallel_flash/37/SST37VF020">SST 37VF020</a> 2MB flash ROM
<li><a href="http://www.issiusa.com/pdf/41c16105.pdf">ISSI IS41LV16105</a> 2MB fast page DRAM
<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)
<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.
<ol>
<li>Grab
-<a href="http://www.upsystems.com.ua/support/alexmina/atapwd.zip">atapwd</a>
+<a href="atapwd.zip">atapwd</a>
(written by
<a href="http://www.upsystems.com.ua/support/alexmina/">Alex Mina</a>)
<li>Create a bootable DOS floppy disk, and put atapwd.exe on it
@@ -31,7 +31,7 @@ us developers.
<li>Boot from the floppy and run atapwd.exe
<li>Select the locked harddrive and press enter for the menu
<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.
-<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.
+<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.
<li>Your disk is now unlocked. Shut down the computer and remove the disk.
</ol>
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 @@
<h2>News</h2>
+<p><i>2002-12-21</i>: You can now donate to the Rockbox project via PayPal. See the new button in the left menu.
+
<p><i>2002-11-10</i>: Added recording functionality.
<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 @@
<dd>Loudness is an effect which emphasises bass and treble.
<dt><b>Bass Boost (Recorder only)</b>
-<dd>Bass boost is an effect which emphasises low bass frequencies.
+<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.
<dt><b>Auto Volume (Recorder only)</b>
<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 @@
<li>Build yourself an <a href="rs232.html">rs232 converter</a>, so your PC can talk to your Archos
+<li>Matthias Wächter modified his player to get
+<a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2002-09/0769.shtml">8MB RAM</a>!
+
</ul>
<h2>External pages</h2>
<ul>
<li><a href="http://www.geocities.com/notching/Sony-archos-remote.html">Nick Robinson's Sony Remote Joystick RM-X4S interface</a>
<li><a href="http://mywebpages.comcast.net/jstewart228368/archos-modification.html">James Stewart's Jukebox 6000 Bass and Volume improvement</a>
+<li><a href="http://www2.funmp3players.com/reviews/modify/">Upgrading the Hard Drive in the Archos Jukebox 6000</a>
+<li><a href="http://www.mctubster.com/hd.html">Another page describing hard drive update</a>
</ul>
<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 @@
-#define _PAGE_ Setting up an SH-1 compiler for Windows
+#define _PAGE_ Setting up the GNUSH compiler for Windows
#include "head.t"
-<P>
- by <A href="mailto:edx@codeforce.d2g.com">Felix Arends</A>, 1/8/2002
- <BR>
+<P>by <A href="mailto:edx@codeforce.d2g.com">Felix Arends</A>, 1/8/2002
+ <BR>
</P>
-<P>
- I have spent a long time figuring out how to compile SH1 code in windows (using
- the sh-elf-gcc compiler) and when I finally compiled the first OS for my
- Jukebox I decided to write a little tutorial explaining the setup process.
- <H2>
- The GNU-SH Tool Chain for Windows
- </H2>
-<P></P>
+<P>I have spent a long time figuring out how to compile SH1 code in windows (using
+ the sh-elf-gcc compiler) and when I finally compiled the first OS for my
+ Jukebox I decided to write a little tutorial explaining the setup process.
+</P>
+<H2>The GNU-SH Tool Chain for Windows</H2>
This is actually all you need to download. It includes the binutils, gcc and
newlib. Download the GNUSH Tool Chain for ELF format (35 MB).
<P>
- The GNUSH website can be found at <a href="http://www.kpit.com/download/downloadgnushv0203.htm">
- http://www.kpit.com/download/downloadgnushv0203.htm</a> (source code is
- also available there). Get the "GNUSH v0203 Tool Chain for ELF format".
- <H2>
- Setting up&nbsp;the Compiler
- </H2>
-<P></P>
+ The GNUSH website can be found at <A href="http://www.kpit.com/download/downloadgnushv0203.htm">
+ http://www.kpit.com/download/downloadgnushv0203.htm</A> (source code is
+ also available there). Get the "GNUSH v0203 Tool Chain for ELF format". <b>Note: </b>
+ The GNUSH v0204 Tool Chain has a bug which causes problems when compiling
+ Rockbox!
+</P>
+<H2>Perl</H2>
+<p>
+Download Perl for Windows from <a href="http://www.activestate.com/Products/ActivePerl/">
+ http://www.activestate.com/Products/ActivePerl/</a>.
+</p>
+<H2>Setting up&nbsp;the Compiler</H2>
<P>Install the GNUSH Tool Chain (nothing you really have to care about during the
- installation process).</P>
+ installation process).</P>
<P>
- <H2>Compiling the latest Rockbox Source
- </H2>
+ <H2>Compiling the latest Rockbox Source
+ </H2>
<P>Use CVS to download the latest source code of Rockbox (the firmware and apps
- modules). In addition, you need to copy a win32 compilation of scramble.exe
- into the apps dir. The pre-compiled scramble.exe can be downloaded <a href="scramble.exe">here</a>.
- From your start menu, open the "SH-ELF tool chain" batch file inside the GNU-SH
- v0203 program folder. You should end up seeing a command prompt. Go to the apps
- directory and type:</P>
+ modules). In addition, you need to copy a win32 compilation of scramble.exe and
+ convbdf.exe into the tools dir. The pre-compiled scramble.exe can be downloaded <A href="http://rockbox.haxx.se/sh-win/scramble.exe">
+ here</A>. The pre-compiled convbdf.exe can be downloaded <A href="http://rockbox.haxx.se/fonts/convbdf.exe">
+ here</A>. From your start menu, open the "SH-ELF tool chain" batch file
+ inside the GNU-SH v0203 program folder. You should end up seeing a command
+ prompt. Go to the apps directory and type:</P>
<P>
- <TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="1">
- <TR>
- <TD>Command</TD>
- <TD>Description</TD>
- </TR>
- <TR>
- <TD>make -f win32.mak<BR>
- make -f win32.mak RECORDER = 1</TD>
- <TD vAlign="top">build for recorder target</TD>
- </TR>
- <TR>
- <TD>make -f win32.mak PLAYER</TD>
- <TD>build for player target</TD>
- </TR>
- <TR>
- <TD>make -f win32.mak PLAYER_OLD</TD>
- <TD>build for old player target</TD>
- </TR>
- <TR>
- <TD>make -f win32.mak RECORDER=1 DISABLE_GAMES=1</TD>
- <TD>build for recorder target, disable games</TD>
- </TR>
- <TR>
- <TD vAlign="top">make -f win32.mak RECORDER=1 PROPFONTS=1</TD>
- <TD>build for recorder target, enable propfonts</TD>
- </TR>
- <TR>
- <TD vAlign="top">make -f win32.mak RECORDER=1 PROPFONTS=1&nbsp;DISABLE_GAMES =
- 1&nbsp;</TD>
- <TD>build for recorder target, disable games, use propfonts</TD>
- </TR>
- </TABLE>
-</P>
-<P>
- I hope this tutorial helped you to compile an Archos firmware with windows. If
- you have any questions, comments or corrections, please mail to <A href="mailto:edx@go.cc">
- edx@go.cc</A>
-</P>
+ <TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="1">
+ <TBODY>
+ <TR>
+ <TD>Command</TD>
+ <TD>Description</TD>
+ </TR>
+ <TR>
+ <TD>make -f win32.mak<BR>
+ make -f win32.mak RECORDER = 1</TD>
+ <TD vAlign="top">build for recorder target</TD>
+ </TR>
+ <TR>
+ <TD>make -f win32.mak PLAYER</TD>
+ <TD>build for player target</TD>
+ </TR>
+ <TR>
+ <TD>make -f win32.mak PLAYER_OLD</TD>
+ <TD>build for old player target</TD>
+ </TR>
+ <TR>
+ <TD>make -f win32.mak RECORDER=1 DISABLE_GAMES=1</TD>
+ <TD>build for recorder target, disable games</TD>
+ </TR>
+ <TR>
+ <TD vAlign="top">make -f win32.mak RECORDER=1 PROPFONTS=1</TD>
+ <TD>build for recorder target, enable propfonts</TD>
+ </TR>
+ <TR>
+ <TD vAlign="top">make -f win32.mak RECORDER=1 PROPFONTS=1&nbsp;DISABLE_GAMES =
+ 1&nbsp;</TD>
+ <TD>build for recorder target, disable games, use propfonts</TD>
+ </TR>
+ </TBODY></TABLE>
+ </P>
+ <P>I hope this tutorial helped you to compile an Archos firmware with Windows. If
+ you have any questions, comments or corrections, please mail to <A href="mailto:felix.arends@gmx.de">
+ felix.arends@gmx.de</A>
+
#include "foot.t"