summaryrefslogtreecommitdiff
path: root/www/mods/index.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-03-27 09:47:34 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-03-27 09:47:34 +0000
commite8c6b2052b11d85b8836a0c07e493b9562dd11eb (patch)
treec9255e329727fcbfacdf8eb6f6850a25f97b38e6 /www/mods/index.t
parent554b95aad3189b07d69f0b8fb59fda1932e0ac68 (diff)
downloadrockbox-e8c6b2052b11d85b8836a0c07e493b9562dd11eb.tar.gz
rockbox-e8c6b2052b11d85b8836a0c07e493b9562dd11eb.zip
Initial version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@33 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/mods/index.t')
-rw-r--r--www/mods/index.t23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/mods/index.t b/www/mods/index.t
new file mode 100644
index 0000000000..38b637ebcb
--- /dev/null
+++ b/www/mods/index.t
@@ -0,0 +1,23 @@
1#define _PAGE_ Hardware modifications
2#include "head.t"
3
4<ul>
5
6<li><a href="disassemble.html">Disassembling the Archos</a>, part 1: removing the covers
7
8<li><a href="disassemble2.html">Disassembling the Archos</a>, part 2: taking apart the electronics
9
10<li><a href="reassemble.html">Reassemble the Archos</a>, getting those stiff bumpers back in place
11#if 0
12<li><a href="harddisk.html">Replacing the harddisk</a>, giving you more room
13#endif
14<li><a href="serialport.html">Make LINE IN a two-way serial port</a>, for some sweet remote gdb love
15
16<li>Build yourself an <a href="rs232.html">rs232 converter</a>, so your PC can talk to your Archos
17
18</ul>
19
20<p><img src="esd.jpg">
21<br><i>Practice safe modding!</i>
22
23#include "foot.t"