summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-10 12:27:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-10 12:27:22 +0000
commit2039adb5cc291e48826810d3f0840380fc3274de (patch)
tree4915838a7d94e747f33fa2fc3d239fc6f9ddaa48
parent427e7495dda77f6741310dc83b2ad1f92ec96e01 (diff)
downloadrockbox-2039adb5cc291e48826810d3f0840380fc3274de.tar.gz
rockbox-2039adb5cc291e48826810d3f0840380fc3274de.zip
links to the WPS and CFG docs added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3525 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/docs/index.t28
1 files changed, 15 insertions, 13 deletions
diff --git a/www/docs/index.t b/www/docs/index.t
index f911d41eb3..a164e72db1 100644
--- a/www/docs/index.t
+++ b/www/docs/index.t
@@ -3,25 +3,27 @@
3 3
4<h2>For users</h2> 4<h2>For users</h2>
5<ul> 5<ul>
6<li><a href="faq.html">Frequently Asked Questions</a> 6<li> <a href="faq.html">Frequently Asked Questions</a>
7<li><a href="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>
8<li><a href="/manual/">User manual</a> 8<li> <a href="/manual/">User manual</a>
9<li><a href="features.html">Feature Comparison Chart</a> 9<li> <a href="features.html">Feature Comparison Chart</a>
10<li><a href="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 People Behind Rockbox</a> 11<li> <a href="custom_wps_format.html">How to make a custom WPS</a>
12<li> <a href="custom_wps_format.html">How to make a custom config file</a>
13<li> <a href="credits.html">The Noble People Behind Rockbox</a>
12</ul> 14</ul>
13 15
14<h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a></h2> 16<h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a></h2>
15 17
16<h3>Howtos</h3> 18<h3>Howtos</h3>
17<ul> 19<ul>
18<li><a href="firsttime.html">First-Time Guide to Rockbox Development</a> 20<li> <a href="firsttime.html">First-Time Guide to Rockbox Development</a>
19<li><a href="/cvs.html">How to use CVS</a> 21<li> <a href="/cvs.html">How to use CVS</a>
20<li><a href="patch.html">How To Work With Patches</a> 22<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) 23<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) 24<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) 25<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) 26<li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style)
25</ul> 27</ul>
26 28
27<h3>Specs and Papers</h3> 29<h3>Specs and Papers</h3>