summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs')
-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 @@
2#include "head.t" 2#include "head.t"
3 3
4<h2>For users</h2> 4<h2>For users</h2>
5
6<ul> 5<ul>
7<li><a href="/docs/faq.html">Frequently Asked Questions</a> 6<li><a href="faq.html">Frequently Asked Questions</a>
8<li><a href="/docs/battery-faq.html">Frequently Asked Questions about Batteries and Charging</a> 7<li><a href="battery-faq.html">Frequently Asked Questions about Batteries and Charging</a>
9<li><a href="/manual/">User manual</a> 8<li><a href="/manual/">User manual</a>
10<li><a href="/docs/features.html">Feature Comparison Chart</a> 9<li><a href="features.html">Feature Comparison Chart</a>
11<li><a href="/docs/nodo.html">Features We Will Not Implement</a> 10<li><a href="nodo.html">Features We Will Not Implement</a>
11<li><a href="credits.html">The Noble Men Behind Rockbox</a>
12</ul> 12</ul>
13 13
14<h2>For developers</h2> 14<h2>For hackers</h2>
15
16<h3>Howtos</h3>
17<ul>
18<li><a href="firsttime.html">First-Time Guide to Rockbox Development</a>
19<li><a href="/cvs.html">How to use CVS</a>
20<li><a href="patch.html">How To Work With Patches</a>
21<li><a href="/cross-gcc.html">Building the cross compiler</a> (linux/cygwin)
22<li><a href="http://rockbox.my-vserver.de/win32-sdk.html">Setup a cygwin Rockbox development environment</a> (Windows)
23<li><a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows)
24<li><a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style)
25</ul>
15 26
27<h3>Specs and Papers</h3>
16<ul> 28<ul>
17<li><a href="/notes.html">Research notes</a> 29<li><a href="/notes.html">Research notes</a>
18<li><a href="datasheets.html">Data sheets</a> 30<li><a href="datasheets.html">Data sheets</a>
19<li><a href="/schematics/">Schematics</a> 31<li><a href="/schematics/">Schematics</a>
20<li><a href="/cvs.html">How to use CVS</a>
21<li><a href="/docs/patch.html">How To Work With Patches</a>
22<li><a href="/cross-gcc.html">Building the cross compiler</a>
23<li><a href="/sh-win/">Setting up the gnush cross compiler for Windows</a>
24<li><a href="http://rockbox.my-vserver.de/win32-sdk.html">Setting up a small (~7.5 MB) Rockbox development environment for Windows</a>
25<li><a href="how_to_compile.html">How to compile Rockbox</a> (README from cvs)
26<li><a href="mpeghdr.html">MPEG frame header info</a> (and ID3 v1 info) 32<li><a href="mpeghdr.html">MPEG frame header info</a> (and ID3 v1 info)
27<li><a href="id3v2.4.0-structure.txt">ID3 v2.4 structure</a> 33<li><a href="id3v2.4.0-structure.txt">ID3 v2.4 structure</a>
28<li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a> 34<li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a>
29<li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>) 35<li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>)
30<li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a> 36<li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a>
31<li><a href="id3v2.2.0.html">ID3 v2.2 specification</a> 37<li><a href="id3v2.2.0.html">ID3 v2.2 specification</a>
38</ul>
39
40<h3>Rockbox Design Docs</h3>
41<ul>
32<li><a href="rocklatin.html">The Rocklatin charset used in Players</a> 42<li><a href="rocklatin.html">The Rocklatin charset used in Players</a>
43<li> API docs
44<li> Software Design
45<li> Understanding the Rockbox multi-threading
33</ul> 46</ul>
34 47
48
35<h2>Hardware Modifications</h2> 49<h2>Hardware Modifications</h2>
36 50
37See this <a href="/mods/">seperage mods page</a> 51See this <a href="/mods/">seperage mods page</a>