changeset 3:a7c92ed87817

Various updates, mention internationalization, etc.
author Rob Landley <rob@landley.net>
date Tue, 03 Jul 2007 15:23:11 -0400
parents 8f8135aaaffb
children cadb995e0167
files index.html
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Jun 22 15:45:38 2007 -0400
+++ b/index.html	Tue Jul 03 15:23:11 2007 -0400
@@ -1,14 +1,11 @@
 <title>Linux Kernel Documentation</title>
 
-<p>Documentation for the Linux kernel source tarball</p>
+<h2>Sources of documentation</h2>
+
 <ul>
-<li><a href=Documentation>Text files in the Documentation directory.</a></li>
-<li><a href=htmldocs>Output of "make htmldocs".</a></li>
-<li><a href=xmlman>man-pages-2.50 (section 2: system calls)</a></li>
-</ul>
-
-<p>More kernel documentation</p>
-<ul>
+<li><a href=Documentation>Text files in the kernel's Documentation directory.</a></li>
+<li><a href=htmldocs>Output of kernel's "make htmldocs".</a></li>
+<li><a href=xmlman>html conversion of man-pages package</a></li>
 <li><a href=http://lwn.net/Kernel/Index/>Linux Weekly News kernel articles</a></li>
 <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>
 <li><a href=ols>Ottawa Linux Symposium papers</li>
@@ -16,12 +13,19 @@
 <li><a href=http://www.tux.org/lkml/>Linux Kernel Mailing List FAQ</a></li>
 <li><a href=http://kernelplanet.org>Kernel Planet (blog aggregator)</a></li>
 </ul>
+
 <p>Standards</p>
 <ul>
-<li><a href=http://www.opengroup.org/onlinepubs/009695399/>Single Unix Specification v6</a> (See especially <a href=http://www.opengroup.org/onlinepubs/009695399/idx/xsh.html>system interfaces</a>)</li>
+<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>
 <li><a href=http://www.linux-foundation.org/spec/refspecs/>Linux Foundation's specs page</a> (ELF, Dwarf, ABI...)</li>
 </ul>
 
+<h2>Translations</h2>
+<ul>
+<li><a href=http://tlktp.sourceforge.net/>Linux Kernel Translation Project</a></li>
+<li><a href=http://www.linux.or.jp/JF/index.html>Japanese</a></li>
+</ul>
+
 <p>todo</p>
 <ul>
 <li><a href=index>Index of terms used by the kernel</a></li>