Fix b&w LCD targets.
[maemo-rb.git] / www / docs / index.t
blobeccd2d390ff6350d857f2af772cbe1de2d7923b3
1 #define _PAGE_ Documentation
2 #include "head.t"
4 <h2>For Users</h2>
5 <ul>
6 <li> <a href="/manual/manual.pdf">User manual</a> (pdf, ~300 KB) (<a href="/manual/manual.txt">plain text version</a>, 105KB)
7 <li> <a href="faq.html">Frequently Asked Questions</a>
8 <li> <a href="battery-faq.html">Frequently Asked Questions about Batteries and Charging</a>
9 <li> <a href="battery-faq-liion.html">Frequently Asked Questions about V2/FM Batteries</a>
10 <li> <a href="nodo.html">Features We Will Not Implement</a>
11 <li> <a href="credits.html">The Noble People Behind Rockbox</a>
12 <li> <a href="/screenshots/">Screenshots</a> of Rockbox.
13 <li> External web forums devoted to Archos: <a
14 href="http://forums.funmp3players.com/forum/forum.asp?forum_id=8&forum_title=General+%2D+Jukebox+Player%2FRecorder">funmp3players.com</a>,
15 <a href="http://groups.yahoo.com/group/archosjukebox6000/">archosjukebox6000
16 on yahoo</a> and <a
17 href="http://www.newmp3technology.net/forum/">newmp3technology.net</a>.
19 </ul>
20 <h2>Customizing Rockbox</h2>
21 <ul>
22 <li> <a href="/fonts/">Fonts to download</a>
23 <li> <a href="/lang/">Language files to download</a>
24 <li> <a href="/voice/">Voice clips to download</a>
25 <li> <a href="custom_wps_format.html">How to make a custom WPS</a>
26 <li> <a href="custom_cfg_format.html">How to make a custom config file</a>
27 </ul>
28 <h2>For Advanced Users</h2>
29 <ul>
30 <li> <a href="features.html">Feature Comparison Chart</a>
31 <li> Small help texts for your <a href="Help-JBR.txt">Recorder</A> or <a
32 href="Help-Stu.txt">Player/Studio</a>, meant to be stored and read on your
33 Archos. (Jean Boullier)
34 <li><a href="license.html">The GNU General Public License</a> under which terms Rockbox may be distributed
35 <li><a href="tools.html">Useful mp3 and jukebox related tools</a>
36 <li><a href="rvf.html">How to Create RVF Movies</a>
37 </ul>
39 <h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">Hackers</a></h2>
41 <h3>Howtos</h3>
42 <ul>
43 <li> <a href="firsttime.html">First-Time Guide to Rockbox Development</a>
44 <li> <a href="/cvs.html">How to use CVS</a>
45 <li> <a href="patch.html">How To Work With Patches</a>
46 <li> <a href="/cross-gcc.html">Building the cross compiler</a> (linux/cygwin)
47 <li> <a href="cygwin_sdk.html">Setting up a cygwin Rockbox development environment</a> (Windows)
48 <li> <a href="http://rockbox.my-vserver.de/win32-sdk.html">Another way of setting up a cygwin Rockbox development environment</a> (Windows)
49 <li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style)
50 <li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style)
51 <li> <a href="http://www.mcintoshfamily.pwp.blueyonder.co.uk/rockbox/buildingInEclipse.htm">How to build and debug Rockbox in the Eclipse IDE</a>
52 <li> <a href="flash.html">How to flash Rockbox on your Archos</a>
53 <li> <a href="http://sourceforge.net/cvs/?group_id=44306">How to check out Rockbox from CVS</a>
54 <li> <a href="http://bjorn.haxx.se/isd200/">Linux driver for Archos Player/Studio</a>
55 </ul>
57 <h3>Specs and Papers</h3>
58 <ul>
59 <li><a href="devicechart.html">Comparison table between all Jukebox models</a>
60 <li><a href="/notes.html">Research notes (old, deprecated stuff)</a>
61 <li><a href="ports.html">CPU port pin assignments</a>
62 <li><a href="datasheets.html">Data sheets</a>
63 <li><a href="/schematics/">Schematics</a>
64 <li><a href="mpeghdr.html">MPEG frame header info</a> (and ID3 v1 info)
65 <li><a href="id3v2.4.0-structure.txt">ID3 v2.4 structure</a>
66 <li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a>
67 <li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>)
68 <li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a>
69 </ul>
71 <h3>Rockbox Design Docs</h3>
72 <ul>
73 <li> <a href="http://rockbox.gratiswiki.dk/">wiki about new rockbox UI devel</a>
74 <li><a href="rocklatin.html">The Rocklatin charset used in Players</a>
75 <li> API docs
76 <li> Software Design
77 <li> Understanding the Rockbox multi-threading
78 </ul>
81 <h2>Hardware</h2>
82 <ul>
83 <li> Photographs of various <a href="/internals/">Archos Internals</a>
85 <li> <a href="repairlcd.html">How to repair your broken LCD</a>
87 <li> <a href="repairbattery.html">How to repair your broken battery connectors</a>
89 <li> <a href="/mods/disassemble.html">Disassembling the Archos</a>, part 1:
90 removing the covers
92 <li> <a href="/mods/disassemble2.html">Disassembling the Archos</a>, part 2:
93 taking apart the electronics
95 <li> <a href="/mods/reassemble.html">Reassemble the Archos</a>, getting those
96 stiff bumpers back in place
98 <li> <a href="/mods/serialport.html">Make LINE IN a two-way serial port</a>,
99 for some sweet remote gdb love
101 <li> Build yourself an <a href="/mods/rs232.html">rs232 converter</a>, so your
102 PC can talk to your Archos
104 </ul>
106 <h2>External Pages</h2>
107 <ul>
108 <li><a href="http://waechter.wiz.at/~matthias/Rockbox/HW-Mod/8MB/">Matthias Wächter 8MB RAM mod</a>
109 <li><a href="http://www.uwe-freese.de/rockbox/8mb_ram_en.html">Uwe Freese's 8MB RAM mod for Recorders</a>
110 <li><a href="http://www.geocities.com/notching/Sony-archos-remote.html">Nick Robinson's Sony Remote Joystick RM-X4S interface</a>
111 <li><a href="http://mywebpages.comcast.net/jstewart228368/archos-modification.html">James Stewart's Jukebox 6000 Bass and Volume improvement</a>
112 <li><a href="http://www2.funmp3players.com/reviews/modify/">Upgrading the Hard Drive in the Archos Jukebox 6000</a>
113 <li><a href="http://www.mctubster.com/hd.html">Another page describing hard drive update</a>
114 <li>Uwe Freese modified his recorder to be able to
115 <a href="http://www.uwe-freese.de/rockbox/rtc_alarm_en.html">
116 power-on from the RTC alarm</a>.
117 <li><a href="http://www.geocities.com/raichea/">Steve Russell's PIC-based remote control</a>
118 <li><a href="http://www.angelfire.com/trek/archos/">Chris Halsall's MMJB20 page</a> with disassembly instructions useful for FM and V2 owners.
119 <li> Matthias Klumpp's <a href="http://de.geocities.com/matthiasklumpp/">Archos Atmel remote control</a>.
120 <li> Bluechip's <a href="http://homepage.ntlworld.com/cyborgsystems/CS_Main/RockBox/RockBox.htm">Rockbox plugins</a>
121 </ul>
123 #include "foot.t"