diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-07 17:35:18 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-07 17:35:18 +0000 |
| commit | 0b709e1feeb945a73a5d9fd03a560c85e07f82c9 (patch) | |
| tree | 222c18fcebd99a46a5a10f37fe67deeec371e7eb | |
| parent | 77dd1f79cab44170b0470ec54e3e96020ec32972 (diff) | |
| download | rockbox-0b709e1feeb945a73a5d9fd03a560c85e07f82c9.zip rockbox-0b709e1feeb945a73a5d9fd03a560c85e07f82c9.tar.gz rockbox-0b709e1feeb945a73a5d9fd03a560c85e07f82c9.tar.bz2 rockbox-0b709e1feeb945a73a5d9fd03a560c85e07f82c9.tar.xz | |
Fixed bad links
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1602 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/history.t | 18 | ||||
| -rw-r--r-- | www/lock.t | 2 | ||||
| -rw-r--r-- | www/notes.t | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/www/history.t b/www/history.t index 800bf86..7fe07fa 100644 --- a/www/history.t +++ b/www/history.t @@ -18,7 +18,7 @@ If you like living on the edge, <a href="daily.shtml">here are daily builds</a>. <p><i>2002-05-26</i>: New web design. First player release drawing closer. <p><i>2002-05-03</i>: <b>SOUND!</b> Linus' experimental MAS code has -<a href="http://bjorn.haxx.se/rockbox/mail/rockbox-archive-2002-05/0016.shtml">played our first 4 seconds of music</a>. +<a href="http://bjorn.haxx.se/rockbox/mail/archive/rockbox-archive-2002-05/0016.shtml">played our first 4 seconds of music</a>. <p><i>2002-04-27</i>: Julien Labruyére has generously donated an Archos Jukebox 6000 to the project. Thank you! @@ -67,30 +67,30 @@ Logos are welcome! :-) for how to get sh-gcc running under windows. <p><i>2002-01-09</i>: Nicolas Sauzede -<a href="mail/rockbox-archive-2002-01/0096.shtml">found out</a> +<a href="mail/archive/rockbox-archive-2002-01/0096.shtml">found out</a> how to -<a href="mail/rockbox-archive-2002-01/0099.shtml">display icons and custom characters</a> on the Jukebox LCD. +<a href="mail/archive/rockbox-archive-2002-01/0099.shtml">display icons and custom characters</a> on the Jukebox LCD. <p><i>2002-01-08</i>: The two LCD charsets have been <a href="notes.html#charsets">mapped and drawn</a>. <p><i>2002-01-07</i>: -<a href="mail/rockbox-archive-2002-01/0026.shtml">Jukebox LCD code</a>. +<a href="mail/archive/rockbox-archive-2002-01/0026.shtml">Jukebox LCD code</a>. I have written a small test program that scrolls some text on the display. You need -<a href="mail/rockbox-archive-2002-01/att-0026/01-archos.mod.gz">this file</a> +<a href="mail/archive/rockbox-archive-2002-01/att-0026/01-archos.mod.gz">this file</a> for units with ROM earlier than 4.50 and -<a href="mail/rockbox-archive-2002-01/att-0050/02-archos.mod.gz">this file</a> +<a href="mail/archive/rockbox-archive-2002-01/att-0050/02-archos.mod.gz">this file</a> for all others. (The files are gzipped, you need to unzip them before they will work.) <p><i>2001-12-29</i>: Recorder LCD code. Gary Czvitkovicz knew the Recorder LCD controller since before and wrote some -<a href="mail/rockbox-archive-2001-12/att-0145/01-ajbr_lcd.zip">code</a> +<a href="mail/archive/rockbox-archive-2001-12/att-0145/01-ajbr_lcd.zip">code</a> that writes text on the Recorder screen. <p><i>2001-12-13</i>: First program -<a href="mail/rockbox-archive-2001-12/0070.shtml">released</a>! +<a href="mail/archive/rockbox-archive-2001-12/0070.shtml">released</a>! A 550 bytes long -<a href="mail/rockbox-archive-2001-12/att-0070/01-archos.mod">archos.mod</a> +<a href="mail/archive/rockbox-archive-2001-12/att-0070/01-archos.mod">archos.mod</a> that performs the amazing magic of flashing the red LED. :-) <p><i>2001-12-11</i>: Checksum algorithm solved, thanks to Andy Choi. A new "scramble" utility is available. @@ -38,7 +38,7 @@ us developers. <h2>Linux unlock</h2> <p>For those of us using Linux, we have written -<a href="mail/rockbox-archive-2002-03/att-0010/01-isd200.diff">an isd200 driver patch for unlocking the disk</a>. +<a href="mail/archive/rockbox-archive-2002-03/att-0010/01-isd200.diff">an isd200 driver patch for unlocking the disk</a>. This modified driver will automatically unlock the disk when you connect your Archos via USB, so you don't have to do anything special. Apply the patch to a 2.4.18 linux kernel tree. #include "foot.t" diff --git a/www/notes.t b/www/notes.t index c125b23..2a88584 100644 --- a/www/notes.t +++ b/www/notes.t @@ -409,7 +409,7 @@ void lcd_write(int byte, int data) bytes to be loaded by newer firmware ROMs. So my "first program" only works on players with older firmware in ROM (my has 3.18). Joachim posted a -<a href="mail/jukebox-archive-2001-12/att-0087/01-AJBREC.ajz">padded version</a> that works everywhere. +<a href="mail/archive/rockbox-archive-2001-12/att-0087/01-AJBREC.ajz">padded version</a> that works everywhere. <p>Tests have shown that firmware sizes above 200K won't load. |