summaryrefslogtreecommitdiff
path: root/www/docs/index.t
blob: d8064f71612323f7dbe344542e16dc126789c71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#define _PAGE_ Documentation
#include "head.t"

<h2>For Users</h2>
<ul>
<li> <a href="/manual/manual.pdf">User manual</a> (pdf, ~300 KB) (<a href="/manual/manual.txt">plain text version</a>, 105KB)
<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="battery-faq-liion.html">Frequently Asked Questions about V2/FM Batteries</a>
<li> <a href="/screenshots/">Screenshots</a> of Rockbox.
<li> <a href="/fonts/">Fonts to download</a>
<li> <a href="/lang/">Language files and voice clips to download</a>
</ul>
<h2>For Advanced Users</h2>
<ul>
<li> <a href="nodo.html">Features We Will Not Implement</a>
<li> <a href="features.html">Feature Comparison Chart</a>
<li> <a href="custom_wps_format.html">How to make a custom WPS</a>
<li> <a href="custom_cfg_format.html">How to make a custom config file</a>
<li> <a href="credits.html">The Noble People Behind Rockbox</a>

<li> External 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>,
<a href="http://groups.yahoo.com/group/archosjukebox6000/">archosjukebox6000
on yahoo</a> and <a
href="http://www.newmp3technology.net/forum/">newmp3technology.net</a>.

<li> Small help texts for your <a href="Help-JBR.txt">Recorder</A> or <a
href="Help-Stu.txt">Player/Studio</a>, meant to be stored and read on your
Archos. (Jean Boullier)

<li><a href="license.html">The GNU General Public License</a> under which terms Rockbox may be distributed
<li><a href="tools.html">Useful mp3 and jukebox related tools</a>
<li><a href="rvf.html">How to Create RVF Movies</a>

</ul>

<h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">Hackers</a></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="cygwin_sdk.html">Setting up a cygwin Rockbox development environment</a> (Windows)
<li> <a href="http://rockbox.my-vserver.de/win32-sdk.html">Another way of setting up a cygwin Rockbox development environment</a> (Windows)
<li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style)
<li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style)
<li> <a href="http://www.mcintoshfamily.pwp.blueyonder.co.uk/rockbox/buildingInEclipse.htm">How to build and debug Rockbox in the Eclipse IDE</a>
<li> <a href="flash.html">How to flash Rockbox on your Archos</a>
<li> <a href="http://sourceforge.net/cvs/?group_id=44306">How to check out Rockbox from CVS</a>
<li> <a href="http://bjorn.haxx.se/isd200/">Linux driver for Archos Player/Studio</a>
</ul>

<h3>Specs and Papers</h3>
<ul>
<li><a href="devicechart.html">Comparison table between all Jukebox models</a>
<li><a href="/notes.html">Research notes (old, deprecated stuff)</a>
<li><a href="ports.html">CPU port pin assignments</a>
<li><a href="datasheets.html">Data sheets</a>
<li><a href="/schematics/">Schematics</a>
<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>
</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</h2>
<ul>
<li> Photographs of various <a href="/internals/">Archos Internals</a>

<li> <a href="repairlcd.html">How to repair your broken LCD</a>

<li> <a href="repairbattery.html">How to repair your broken battery connectors</a>

<li> <a href="/mods/disassemble.html">Disassembling the Archos</a>, part 1:
removing the covers

<li> <a href="/mods/disassemble2.html">Disassembling the Archos</a>, part 2:
taking apart the electronics

<li> <a href="/mods/reassemble.html">Reassemble the Archos</a>, getting those
stiff bumpers back in place

<li> <a href="/mods/serialport.html">Make LINE IN a two-way serial port</a>,
for some sweet remote gdb love

<li> Build yourself an <a href="/mods/rs232.html">rs232 converter</a>, so your
PC can talk to your Archos

</ul>

<h2>External Pages</h2>
<ul>
<li><a href="http://waechter.wiz.at/~matthias/Rockbox/HW-Mod/8MB/">Matthias Wächter 8MB RAM mod</a>
<li><a href="http://www.uwe-freese.de/rockbox/8mb_ram_en.html">Uwe Freese's 8MB RAM mod for Recorders</a>
<li><a href="http://www.geocities.com/notching/Sony-archos-remote.html">Nick Robinson's Sony Remote Joystick RM-X4S interface</a>
<li><a href="http://mywebpages.comcast.net/jstewart228368/archos-modification.html">James Stewart's Jukebox 6000 Bass and Volume improvement</a>
<li><a href="http://www2.funmp3players.com/reviews/modify/">Upgrading the Hard Drive in the Archos Jukebox 6000</a>
<li><a href="http://www.mctubster.com/hd.html">Another page describing hard drive update</a>
<li>Uwe Freese modified his recorder to be able to
<a href="http://www.uwe-freese.de/rockbox/rtc_alarm_en.html">
power-on from the RTC alarm</a>.
<li><a href="http://www.geocities.com/raichea/">Steve Russell's PIC-based remote control</a>
<li><a href="http://www.angelfire.com/trek/archos/">Chris Halsall's MMJB20 page</a> with disassembly instructions useful for FM and V2 owners.
<li> Matthias Klumpp's <a href="http://de.geocities.com/matthiasklumpp/">Archos Atmel remote control</a>.

</ul>

#include "foot.t"