annotate index.html @ 3:a7c92ed87817

Various updates, mention internationalization, etc.
author Rob Landley <rob@landley.net>
date Tue, 03 Jul 2007 15:23:11 -0400
parents 93c7869166a0
children cadb995e0167
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 <title>Linux Kernel Documentation</title>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
2
3
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
3 <h2>Sources of documentation</h2>
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
4
0
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 <ul>
3
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
6 <li><a href=Documentation>Text files in the kernel's Documentation directory.</a></li>
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
7 <li><a href=htmldocs>Output of kernel's "make htmldocs".</a></li>
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
8 <li><a href=xmlman>html conversion of man-pages package</a></li>
0
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
9 <li><a href=http://lwn.net/Kernel/Index/>Linux Weekly News kernel articles</a></li>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 <li>Linux Device Drivers book (<a href=http://lwn.net/Kernel/LDD3/>third edition</a>) (<a href=http://www.xml.com/ldd/chapter/book/>second edition</a>)</li>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
11 <li><a href=ols>Ottawa Linux Symposium papers</li>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
12 <li><a href=http://www.ibm.com/developerworks/views/linux/library.jsp>IBM Developerworks Linux Library</a></li>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
13 <li><a href=http://www.tux.org/lkml/>Linux Kernel Mailing List FAQ</a></li>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
14 <li><a href=http://kernelplanet.org>Kernel Planet (blog aggregator)</a></li>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
15 </ul>
3
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
16
0
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
17 <p>Standards</p>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
18 <ul>
3
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
19 <li><a href=http://www.opengroup.org/onlinepubs/009695399/>Single Unix Specification v3</a> (Also known as Open Group Base Specifications issue 6, and closely overlapping with Posix. See especially <a href=http://www.opengroup.org/onlinepubs/009695399/idx/xsh.html>system interfaces</a>)</li>
0
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
20 <li><a href=http://www.linux-foundation.org/spec/refspecs/>Linux Foundation's specs page</a> (ELF, Dwarf, ABI...)</li>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
21 </ul>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
22
3
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
23 <h2>Translations</h2>
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
24 <ul>
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
25 <li><a href=http://tlktp.sourceforge.net/>Linux Kernel Translation Project</a></li>
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
26 <li><a href=http://www.linux.or.jp/JF/index.html>Japanese</a></li>
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
27 </ul>
a7c92ed87817 Various updates, mention internationalization, etc.
Rob Landley <rob@landley.net>
parents: 0
diff changeset
28
0
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
29 <p>todo</p>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
30 <ul>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
31 <li><a href=index>Index of terms used by the kernel</a></li>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
32 </ul>
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
33
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
34 <!--
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
35 http://www.ibm.com/developerworks/linux/library/l-linux-kernel/
93c7869166a0 Source control would probably be a good idea.
Rob Landley <rob@landley.net>
parents:
diff changeset
36 -->