summaryrefslogtreecommitdiff
path: root/www/docs/index.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs/index.t')
-rw-r--r--www/docs/index.t38
1 files changed, 26 insertions, 12 deletions
diff --git a/www/docs/index.t b/www/docs/index.t
index f4a5822fc6..db3ff5de52 100644
--- a/www/docs/index.t
+++ b/www/docs/index.t
@@ -2,36 +2,50 @@
#include "head.t"
<h2>For users</h2>
-
<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="faq.html">Frequently Asked Questions</a>
+<li><a href="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>
-<li><a href="/docs/nodo.html">Features We Will Not Implement</a>
+<li><a href="features.html">Feature Comparison Chart</a>
+<li><a href="nodo.html">Features We Will Not Implement</a>
+<li><a href="credits.html">The Noble Men Behind Rockbox</a>
</ul>
-<h2>For developers</h2>
+<h2>For hackers</h2>
+
+<h3>Howtos</h3>
+<ul>
+<li><a href="firsttime.html">First-Time Guide to Rockbox Development</a>
+<li><a href="/cvs.html">How to use CVS</a>
+<li><a href="patch.html">How To Work With Patches</a>
+<li><a href="/cross-gcc.html">Building the cross compiler</a> (linux/cygwin)
+<li><a href="http://rockbox.my-vserver.de/win32-sdk.html">Setup a cygwin Rockbox development environment</a> (Windows)
+<li><a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows)
+<li><a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style)
+</ul>
+<h3>Specs and Papers</h3>
<ul>
<li><a href="/notes.html">Research notes</a>
<li><a href="datasheets.html">Data sheets</a>
<li><a href="/schematics/">Schematics</a>
-<li><a href="/cvs.html">How to use CVS</a>
-<li><a href="/docs/patch.html">How To Work With Patches</a>
-<li><a href="/cross-gcc.html">Building the cross compiler</a>
-<li><a href="/sh-win/">Setting up the gnush cross compiler for Windows</a>
-<li><a href="http://rockbox.my-vserver.de/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> (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>
+</ul>
+
+<h3>Rockbox Design Docs</h3>
+<ul>
<li><a href="rocklatin.html">The Rocklatin charset used in Players</a>
+<li> API docs
+<li> Software Design
+<li> Understanding the Rockbox multi-threading
</ul>
+
<h2>Hardware Modifications</h2>
See this <a href="/mods/">seperage mods page</a>