summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/head.t34
-rw-r--r--www/history.t2
-rw-r--r--www/main.t2
3 files changed, 20 insertions, 18 deletions
diff --git a/www/head.t b/www/head.t
index 748c051caa..53c6ea937b 100644
--- a/www/head.t
+++ b/www/head.t
@@ -5,7 +5,7 @@
5<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 5<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
6<html> 6<html>
7<head> 7<head>
8<link rel="STYLESHEET" type="text/css" href="/rockbox/style.css"> 8<link rel="STYLESHEET" type="text/css" href="/style.css">
9#ifdef _PAGE_ 9#ifdef _PAGE_
10<title>Rockbox - _PAGE_</title> 10<title>Rockbox - _PAGE_</title>
11#else 11#else
@@ -23,24 +23,24 @@
23<tr valign="top"> 23<tr valign="top">
24<td bgcolor=MENUBG valign="top"> 24<td bgcolor=MENUBG valign="top">
25<br> 25<br>
26&nbsp;<a href="/rockbox/"><img src="/rockbox/rockbox100.png" width=99 height=30 border=0></a>&nbsp;<br> 26&nbsp;<a href="/"><img src="/rockbox100.png" width=99 height=30 border=0></a>&nbsp;<br>
27 27
28<p align="right"> 28<p align="right">
29<a class="menulink" href="/rockbox/">main page</a><br> 29<a class="menulink" href="/">main page</a><br>
30<a class="menulink" href="/rockbox/download/">download</a><br> 30<a class="menulink" href="/download/">download</a><br>
31<a class="menulink" href="/rockbox/docs/FAQ">FAQ</a><br> 31<a class="menulink" href="/docs/FAQ">FAQ</a><br>
32<a class="menulink" href="/rockbox/notes.html">research notes</a><br> 32<a class="menulink" href="/notes.html">research notes</a><br>
33<a class="menulink" href="/rockbox/docs/">data sheets</a><br> 33<a class="menulink" href="/docs/">data sheets</a><br>
34<a class="menulink" href="/rockbox/schematics/">schematics</a><br> 34<a class="menulink" href="/schematics/">schematics</a><br>
35<a class="menulink" href="/rockbox/mods/">hardware mods</a><br> 35<a class="menulink" href="/mods/">hardware mods</a><br>
36<a class="menulink" href="http://bjorn.haxx.se/rockbox/mail/">mailing list</a><br> 36<a class="menulink" href="/mail/">mailing list</a><br>
37<a class="menulink" href="/rockbox/irc/">IRC</a><br> 37<a class="menulink" href="/irc/">IRC</a><br>
38<a class="menulink" href="/rockbox/tools.html">tools</a><br> 38<a class="menulink" href="/tools.html">tools</a><br>
39<a class="menulink" href="/rockbox/internals/">photos</a><br> 39<a class="menulink" href="/internals/">photos</a><br>
40<a class="menulink" href="http://bjorn.haxx.se/rockbox/daily.shtml">daily builds</a><br> 40<a class="menulink" href="/daily.shtml">daily builds</a><br>
41<a class="menulink" href="/rockbox/cvs.html">CVS</a><br> 41<a class="menulink" href="/cvs.html">CVS</a><br>
42<a class="menulink" href="http://sourceforge.net/projects/rockbox/">sourceforge</a><br> 42<a class="menulink" href="http://sourceforge.net/projects/">sourceforge</a><br>
43<a class="menulink" href="/isd200/">linux driver</a> 43<a class="menulink" href="http://bjorn.haxx.se/isd200/">linux driver</a>
44 44
45<div align="right"> 45<div align="right">
46<form action="http://www.google.com/search"> 46<form action="http://www.google.com/search">
diff --git a/www/history.t b/www/history.t
index 1f5421100a..800bf86900 100644
--- a/www/history.t
+++ b/www/history.t
@@ -97,7 +97,7 @@ that performs the amazing magic of flashing the red LED. :-)
97 97
98<p><i>2001-12-09</i>: Working my way through the setup code. The <a href="notes.html">notes</a> are being updated continously. 98<p><i>2001-12-09</i>: Working my way through the setup code. The <a href="notes.html">notes</a> are being updated continously.
99 99
100<p><i>2001-12-08</i>: Analyzed the exception vector table. See <a href="notes.html">the notes</a>. Also, a <a href="mail.cgi">mailing list archive</a> is up. 100<p><i>2001-12-08</i>: Analyzed the exception vector table. See <a href="notes.html">the notes</a>. Also, a <a href="mail/">mailing list archive</a> is up.
101 101
102<p><i>2001-12-07</i>: 102<p><i>2001-12-07</i>:
103 I just wrote this web page to announce descramble.c. 103 I just wrote this web page to announce descramble.c.
diff --git a/www/main.t b/www/main.t
index 89b0ed53e2..12110bab51 100644
--- a/www/main.t
+++ b/www/main.t
@@ -10,6 +10,8 @@ firmware for the Archos Jukebox <i>5000</i>, <i>6000</i>, <i>Studio</i> and <i>R
10 10
11<h2>News</h2> 11<h2>News</h2>
12 12
13<p><i>2002-08-06</i>: Web site moved to new domain: <strong>rockbox.haxx.se</strong>. Bear with us while we chase down the last bad links.
14
13<p><i>2002-08-06</i>: Battery charging added for the Recorders (players have hardware charging). 15<p><i>2002-08-06</i>: Battery charging added for the Recorders (players have hardware charging).
14 16
15<p><i>2002-08-02</i>: <a href="tshirt-contest">Rockbox T-Shirt Design Contest</a> 17<p><i>2002-08-02</i>: <a href="tshirt-contest">Rockbox T-Shirt Design Contest</a>