forked from len0rd/rockbox
Changed domain
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1563 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f34c24eb21
commit
a0ec2be42d
3 changed files with 20 additions and 18 deletions
34
www/head.t
34
www/head.t
|
|
@ -5,7 +5,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<link rel="STYLESHEET" type="text/css" href="/rockbox/style.css">
|
||||
<link rel="STYLESHEET" type="text/css" href="/style.css">
|
||||
#ifdef _PAGE_
|
||||
<title>Rockbox - _PAGE_</title>
|
||||
#else
|
||||
|
|
@ -23,24 +23,24 @@
|
|||
<tr valign="top">
|
||||
<td bgcolor=MENUBG valign="top">
|
||||
<br>
|
||||
<a href="/rockbox/"><img src="/rockbox/rockbox100.png" width=99 height=30 border=0></a> <br>
|
||||
<a href="/"><img src="/rockbox100.png" width=99 height=30 border=0></a> <br>
|
||||
|
||||
<p align="right">
|
||||
<a class="menulink" href="/rockbox/">main page</a><br>
|
||||
<a class="menulink" href="/rockbox/download/">download</a><br>
|
||||
<a class="menulink" href="/rockbox/docs/FAQ">FAQ</a><br>
|
||||
<a class="menulink" href="/rockbox/notes.html">research notes</a><br>
|
||||
<a class="menulink" href="/rockbox/docs/">data sheets</a><br>
|
||||
<a class="menulink" href="/rockbox/schematics/">schematics</a><br>
|
||||
<a class="menulink" href="/rockbox/mods/">hardware mods</a><br>
|
||||
<a class="menulink" href="http://bjorn.haxx.se/rockbox/mail/">mailing list</a><br>
|
||||
<a class="menulink" href="/rockbox/irc/">IRC</a><br>
|
||||
<a class="menulink" href="/rockbox/tools.html">tools</a><br>
|
||||
<a class="menulink" href="/rockbox/internals/">photos</a><br>
|
||||
<a class="menulink" href="http://bjorn.haxx.se/rockbox/daily.shtml">daily builds</a><br>
|
||||
<a class="menulink" href="/rockbox/cvs.html">CVS</a><br>
|
||||
<a class="menulink" href="http://sourceforge.net/projects/rockbox/">sourceforge</a><br>
|
||||
<a class="menulink" href="/isd200/">linux driver</a>
|
||||
<a class="menulink" href="/">main page</a><br>
|
||||
<a class="menulink" href="/download/">download</a><br>
|
||||
<a class="menulink" href="/docs/FAQ">FAQ</a><br>
|
||||
<a class="menulink" href="/notes.html">research notes</a><br>
|
||||
<a class="menulink" href="/docs/">data sheets</a><br>
|
||||
<a class="menulink" href="/schematics/">schematics</a><br>
|
||||
<a class="menulink" href="/mods/">hardware mods</a><br>
|
||||
<a class="menulink" href="/mail/">mailing list</a><br>
|
||||
<a class="menulink" href="/irc/">IRC</a><br>
|
||||
<a class="menulink" href="/tools.html">tools</a><br>
|
||||
<a class="menulink" href="/internals/">photos</a><br>
|
||||
<a class="menulink" href="/daily.shtml">daily builds</a><br>
|
||||
<a class="menulink" href="/cvs.html">CVS</a><br>
|
||||
<a class="menulink" href="http://sourceforge.net/projects/">sourceforge</a><br>
|
||||
<a class="menulink" href="http://bjorn.haxx.se/isd200/">linux driver</a>
|
||||
|
||||
<div align="right">
|
||||
<form action="http://www.google.com/search">
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ that performs the amazing magic of flashing the red LED. :-)
|
|||
|
||||
<p><i>2001-12-09</i>: Working my way through the setup code. The <a href="notes.html">notes</a> are being updated continously.
|
||||
|
||||
<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.
|
||||
<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.
|
||||
|
||||
<p><i>2001-12-07</i>:
|
||||
I just wrote this web page to announce descramble.c.
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ firmware for the Archos Jukebox <i>5000</i>, <i>6000</i>, <i>Studio</i> and <i>R
|
|||
|
||||
<h2>News</h2>
|
||||
|
||||
<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.
|
||||
|
||||
<p><i>2002-08-06</i>: Battery charging added for the Recorders (players have hardware charging).
|
||||
|
||||
<p><i>2002-08-02</i>: <a href="tshirt-contest">Rockbox T-Shirt Design Contest</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue