2002-09-25 12:29:28 +00:00
|
|
|
#define _PAGE_ Documentation
|
2002-03-27 11:21:50 +00:00
|
|
|
#include "head.t"
|
|
|
|
|
2002-09-25 12:29:28 +00:00
|
|
|
<h2>For users</h2>
|
2002-03-27 11:21:50 +00:00
|
|
|
<ul>
|
2003-04-10 12:27:22 +00:00
|
|
|
<li> <a href="faq.html">Frequently Asked Questions</a>
|
|
|
|
<li> <a href="battery-faq.html">Frequently Asked Questions about Batteries and Charging</a>
|
2003-04-28 20:49:32 +00:00
|
|
|
<li> <a href="nodo.html">Features We Will Not Implement</a>
|
2003-04-15 14:07:49 +00:00
|
|
|
<li> <a href="/manual/manual.pdf">User manual</a>
|
2003-04-10 12:27:22 +00:00
|
|
|
<li> <a href="features.html">Feature Comparison Chart</a>
|
|
|
|
<li> <a href="custom_wps_format.html">How to make a custom WPS</a>
|
2003-04-14 08:55:47 +00:00
|
|
|
<li> <a href="custom_cfg_format.html">How to make a custom config file</a>
|
2003-04-10 12:27:22 +00:00
|
|
|
<li> <a href="credits.html">The Noble People Behind Rockbox</a>
|
2003-05-28 08:53:48 +00:00
|
|
|
|
|
|
|
<li> Good external user forums devoted to Archos: <a
|
|
|
|
href="http://forums.funmp3players.com/forum/forum.asp?forum_id=8&forum_title=General+%2D+Jukebox+Player%2FRecorder">funmp3players.com</a>
|
|
|
|
and <a
|
|
|
|
href="http://groups.yahoo.com/group/archosjukebox6000/">archosjukebox6000 on
|
|
|
|
yahoo</a>.
|
|
|
|
|
2002-03-27 11:21:50 +00:00
|
|
|
</ul>
|
|
|
|
|
2003-02-21 07:52:22 +00:00
|
|
|
<h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a></h2>
|
2003-02-20 20:18:28 +00:00
|
|
|
|
|
|
|
<h3>Howtos</h3>
|
|
|
|
<ul>
|
2003-04-10 12:27:22 +00:00
|
|
|
<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)
|
2003-07-10 14:05:34 +00:00
|
|
|
<li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style)
|
2003-07-22 06:56:22 +00:00
|
|
|
<li> <a href="flash.html">How to flash Rockbox on your Archos</a>
|
2003-02-20 20:18:28 +00:00
|
|
|
</ul>
|
2002-03-27 11:21:50 +00:00
|
|
|
|
2003-02-20 20:18:28 +00:00
|
|
|
<h3>Specs and Papers</h3>
|
2002-03-27 11:21:50 +00:00
|
|
|
<ul>
|
2002-09-25 12:29:28 +00:00
|
|
|
<li><a href="/notes.html">Research notes</a>
|
|
|
|
<li><a href="datasheets.html">Data sheets</a>
|
|
|
|
<li><a href="/schematics/">Schematics</a>
|
2003-01-10 12:13:21 +00:00
|
|
|
<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>
|
2003-02-20 20:18:28 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h3>Rockbox Design Docs</h3>
|
|
|
|
<ul>
|
2003-01-10 12:13:21 +00:00
|
|
|
<li><a href="rocklatin.html">The Rocklatin charset used in Players</a>
|
2003-02-20 20:18:28 +00:00
|
|
|
<li> API docs
|
|
|
|
<li> Software Design
|
|
|
|
<li> Understanding the Rockbox multi-threading
|
2002-03-27 11:21:50 +00:00
|
|
|
</ul>
|
|
|
|
|
2003-02-20 20:18:28 +00:00
|
|
|
|
2003-01-17 07:51:36 +00:00
|
|
|
<h2>Hardware Modifications</h2>
|
|
|
|
|
2003-04-19 02:20:58 +00:00
|
|
|
See this <a href="/mods/">separate mods page</a>
|
2003-01-17 07:51:36 +00:00
|
|
|
|
2002-03-27 11:21:50 +00:00
|
|
|
#include "foot.t"
|