LDP/LDP/howto/docbook/Reading-List-HOWTO.xml

1039 lines
38 KiB
XML
Raw Permalink Normal View History

2004-02-06 13:52:18 +00:00
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://docbook.org/xml/4.1.2/docbookx.dtd" [
2003-10-28 20:52:04 +00:00
<!ENTITY ldpsite "http://www.tldp.org/">
2004-02-06 13:52:18 +00:00
<!ENTITY howto "&ldpsite;HOWTO/">
2003-10-28 20:52:04 +00:00
<!ENTITY mini-howto "&ldpsite;HOWTO/mini/">
2004-02-06 13:52:18 +00:00
<!ENTITY home "http://www.catb.org/~esr/">
2003-10-28 20:52:04 +00:00
]>
2000-08-23 13:52:56 +00:00
2016-03-29 16:56:05 +00:00
<article id="Reading-List-HOWTO">
2000-08-23 13:52:56 +00:00
<articleinfo>
<title>The Linux Reading List HOWTO</title>
<author>
<firstname>Eric</firstname>
<othername>Steven</othername>
<surname>Raymond</surname>
<affiliation>
2003-10-28 20:52:04 +00:00
<orgname><ulink url="&home;">
2000-08-23 13:52:56 +00:00
Thyrsus Enterprises</ulink></orgname>
<address>
<email>esr@thyrsus.com</email>
</address>
</affiliation>
</author>
2003-10-28 20:52:04 +00:00
<revhistory id="revhistory">
2004-02-06 13:52:18 +00:00
<revision>
<revnumber>3.0</revnumber>
<date>2004-02-04</date>
<authorinitials>esr</authorinitials>
<revremark>
Major update. Removed out-of-date books, added a new one.
</revremark>
</revision>
2003-10-28 20:52:04 +00:00
<revision>
<revnumber>2.1</revnumber>
<date>2003-10-28</date>
<authorinitials>esr</authorinitials>
<revremark>
2004-02-06 13:52:18 +00:00
Added TAOUP.
2003-10-28 20:52:04 +00:00
</revremark>
</revision>
<revision>
<revnumber>2.0</revnumber>
<date>2003-07-31</date>
<authorinitials>esr</authorinitials>
<revremark>
2004-02-06 13:52:18 +00:00
Major revision, cleaned out obsolete stuff.
2003-10-28 20:52:04 +00:00
</revremark>
</revision>
<revision>
<revnumber>1.21</revnumber>
<date>2003-02-22</date>
<authorinitials>esr</authorinitials>
<revremark>
2004-02-06 13:52:18 +00:00
LDP site has moved.
2003-10-28 20:52:04 +00:00
</revremark>
</revision>
2001-07-11 13:19:41 +00:00
<revision>
<revnumber>1.20</revnumber>
<date>2001-06-14</date>
<authorinitials>esr</authorinitials>
<revremark>
Removed "Practical Unix Security"; it's five years old and
the material is now covered better by other books.
</revremark>
</revision>
2001-06-16 15:26:22 +00:00
<revision>
<revnumber>1.19</revnumber>
2001-07-11 13:19:41 +00:00
<date>2001-06-14</date>
2001-06-16 15:26:22 +00:00
<authorinitials>esr</authorinitials>
2001-07-11 13:19:41 +00:00
<revremark>
2004-02-06 13:52:18 +00:00
Added Ross Anderson's "Security Engineering". Corrected ISBNs.
2001-07-11 13:19:41 +00:00
</revremark>
2001-06-16 15:26:22 +00:00
</revision>
</revhistory>
2003-10-28 20:52:04 +00:00
2000-08-23 13:52:56 +00:00
<copyright>
<year>2000</year>
<holder role="mailto:esr@thyrsus.com">Eric S. Raymond</holder>
</copyright>
<legalnotice>
<title>Copyright</title>
<para>Permission is granted to copy, distribute and/or modify
this document under the terms of the Open Publication License,
version 2.0.</para>
</legalnotice>
<abstract><para>
This document lists the books I think are most valuable to a person
trying to learn Unix (especially Linux) top to bottom.
</para></abstract>
</articleinfo>
2001-02-22 15:03:04 +00:00
<sect1 id="introduction"><title>Introduction</title>
2000-08-23 13:52:56 +00:00
2001-02-22 15:03:04 +00:00
<sect2 id="purpose"><title>Purpose of this document</title>
2000-08-23 13:52:56 +00:00
<para>This document lists what I consider to be the essential book-length
references for learning Unix (especially Linux) and how to program under
it.</para>
</sect2>
2001-02-22 15:03:04 +00:00
<sect2 id="newversions"><title>New versions of this document</title>
2000-08-23 13:52:56 +00:00
<para>New versions of the Linux Reading List HOWTO will be periodically
posted to <ulink url="news:comp.os.linux.answers">
2004-02-06 13:52:18 +00:00
comp.os.linux.answers</ulink>. They will also be uploaded to
2000-08-23 13:52:56 +00:00
various Linux WWW and FTP sites, including the LDP home page.</para>
<para>You can also view the latest version of this on the World Wide
Web via the URL <ulink
url="http://sunsite.unc.edu/LDP/HOWTO/Reading-List-HOWTO.html">
http://sunsite.unc.edu/LDP/HOWTO/Reading-List-HOWTO.html</ulink>.</para>
</sect2>
2001-02-22 15:03:04 +00:00
<sect2 id="feedback"><title>Feedback and Corrections</title>
2000-08-23 13:52:56 +00:00
<para>If you have questions or comments about this document (or just
want to suggest a book that you think should be on it), please feel
2004-02-06 13:52:18 +00:00
free to mail Eric S. Raymond, at <email>esr@thyrsus.com</email>. I welcome any
2000-08-23 13:52:56 +00:00
suggestions or criticisms.</para>
</sect2>
2001-02-22 15:03:04 +00:00
<sect2 id="related"><title> Related Resources</title>
2000-08-23 13:52:56 +00:00
<para>For on-line HOWTOs, magazines, and other non-book material, see the
2003-10-28 20:52:04 +00:00
<ulink url="&ldpsite;">Linux Documentation Project
2000-08-23 13:52:56 +00:00
home page</ulink>.</para>
<para>Some years ago I wrote a less Linux-focused Unix bibliography that
may still be of some interest and retains a certain amusement
2004-02-06 13:52:18 +00:00
value. You can find the Loginataka <ulink
2003-10-28 20:52:04 +00:00
url="&home;faqs/loginataka.html">here</ulink>.</para>
2000-08-23 13:52:56 +00:00
<para>SAGE, the System Administrator's Guild, maintains an excellent
<ulink url="http://www.usenix.org/sage/sysadmins/books/booklist.html">
list of relevant books</ulink>.</para>
</sect2>
2001-02-22 15:03:04 +00:00
<sect2 id="conventions"><title> Conventions Used In This Document</title>
2000-08-23 13:52:56 +00:00
2004-02-06 13:52:18 +00:00
<para>Comments not in quotes below are either mine, or I have seen no reason to
change them from those of Jim Haynes (previous maintainer of this document).
2000-08-23 13:52:56 +00:00
Comments sent in by others are in quotes, and have the name of the
commentator before them (JH is Jim Haynes).</para>
<para>"See" URLs attached to publishing information point directly into the
publisher's web catalog and typically take you to a page containing
a cover shot, blurbs, and ordering information. Books that don't
have these lack them because the publisher is using frames and the
catalog pages can't be bookmarked.</para>
<para>Topic listings go roughly from the outside in (culture to user-land
programming to kernel programming to hardware). Within sections I have
2004-02-06 13:52:18 +00:00
tried to list the most useful books first insofar as I am familiar with them.
2000-08-23 13:52:56 +00:00
It's just an embarrassing coincidence that this lists one of my books
first, honest! (Suggestions for a better organization cheerfully
accepted.)</para>
</sect2>
</sect1>
<bibliography><title>Basic Linux and Unix bibliography</title>
<bibliodiv><title>Books on Culture, History, and Pragmatics</title>
<biblioentry>
<title>The New Hacker's Dictionary</title>
<edition>Third Edition</edition>
<editor><firstname>Eric S.</firstname><surname>Raymond</surname></editor>
<copyright><year>1996</year></copyright>
<isbn>ISBN 0-262-68092-0</isbn>
<publisher><publishername>MIT Press</publishername></publisher>
<pagenums>547pp.</pagenums>
<abstract>
2001-03-13 15:36:04 +00:00
<para>Um, er. A guide to Internet culture. Lots of people like it.
2003-10-28 20:52:04 +00:00
HTML at the <ulink url="&home;jargon">Jargon File
2001-03-13 15:36:04 +00:00
Resource Page</ulink>.</para> <para><ulink
url="http://www-mitpress.mit.edu/book-home.tcl?isbn=0262680920">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>A Quarter Century of Unix</title>
<editor><firstname>Peter H.</firstname><surname>Salus</surname></editor>
<copyright><year>1994</year></copyright>
<isbn>ISBN 0-201-54777-5</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<pagenums>255pp.</pagenums>
<abstract>
<para>Linux is part of the Unix tradition. This book is an oral
history of Unix -- how it originated, how it evolved, how it spread
-- by the people who were there.</para>
2003-10-28 20:52:04 +00:00
<para><ulink
2004-02-06 13:52:18 +00:00
url='http://www.awprofessional.com/catalog/product.asp?product_id={CE8A5F8A-8E49-4B84-89D4-F518971D8130}'>Order here.</ulink></para>
2000-08-23 13:52:56 +00:00
</abstract>
</biblioentry>
<biblioentry>
<title>The Mythical Man Month</title>
<edition>Anniversary Edition</edition>
2004-02-06 13:52:18 +00:00
<author><firstname>Frederic P.</firstname><surname>Brooks</surname></author>
2000-08-23 13:52:56 +00:00
<copyright><year>1995</year></copyright>
<isbn>ISBN 0-201-83595-9</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<abstract>
2004-02-06 13:52:18 +00:00
<para>The one book on software engineering everyone should read.</para>
2000-08-23 13:52:56 +00:00
<para>Alan Cox: "This I'd recommend not for its technical
2004-02-06 13:52:18 +00:00
value but for its application of common sense and reality to computing
2000-08-23 13:52:56 +00:00
projects." JH: "Ah, yes. What if Linus had been given 200
programmers and had been told to produce Linux in 3 months!"</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.aw-bc.com/catalog/academic/product/0,4096,0201835959,00.html">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
2003-10-28 20:52:04 +00:00
<title>The Cathedral and the Bazaar</title>
<edition>Second Edition</edition>
<editor><firstname>Eric S.</firstname><surname>Raymond</surname></editor>
<copyright><year>1999</year></copyright>
<isbn>ISBN 0-596-00131-2</isbn>
2004-02-06 13:52:18 +00:00
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2003-10-28 20:52:04 +00:00
<pagenums>240pp.</pagenums>
2000-08-23 13:52:56 +00:00
<abstract>
2003-10-28 20:52:04 +00:00
<para>How and why the Linux development model works.
HTML <ulink url="&home;writings/cathedral-bazaar">
here</ulink>.</para>
2004-02-06 13:52:18 +00:00
<para>Order <ulink
2003-10-28 20:52:04 +00:00
url="http://www.oreilly.com/catalog/cathbaz/">
here.</ulink>.</para>
</abstract>
</biblioentry>
</bibliodiv>
2000-08-23 13:52:56 +00:00
<bibliodiv><title>Linux basics</title>
<biblioentry>
<title>Linux System Administrator's Guide</title>
<editor><firstname>Lars</firstname><surname>Wirzenius</surname></editor>
<copyright><year>1997</year></copyright>
2004-02-06 13:52:18 +00:00
<publisher><publishername>Linux Documentation Project</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
<para>Available on the LDP home page, or
2004-02-06 13:52:18 +00:00
directly at <ulink url="&ldpsite;LDP/sag/">&ldpsite;/sag/</ulink>.</para>
2000-08-23 13:52:56 +00:00
<para>An excellent first book on how to maintain and administer a
Linux system.</para>
</abstract>
</biblioentry>
<biblioentry>
<title>Linux in a Nutshell</title>
2004-02-06 13:52:18 +00:00
<edition>Fourth Edition</edition>
<author><firstname>Ellen</firstname><surname>Siever</surname></author>
<author><firstname>Stephen</firstname><surname>Figgins</surname></author>
<author><firstname>Aaron</firstname><surname>Weber</surname></author>
<copyright><year>2003</year></copyright>
<isbn>ISBN 0-596-00482-6</isbn>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
2004-02-06 13:52:18 +00:00
<para>According to O'Reilly, "The Desktop Reference for Linux". For
2000-08-23 13:52:56 +00:00
Linux users this obsoletes their "Unix In a Nutshell" which was
SVr4/Solaris-oriented.</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.oreilly.com/catalog/linuxnut3/">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>Running Linux</title>
2004-02-06 13:52:18 +00:00
<edition>Fourth Edition</edition>
2000-08-23 13:52:56 +00:00
<author><firstname>Matt</firstname><surname>Welsh</surname></author>
2004-02-06 13:52:18 +00:00
<author><firstname>Matthias</firstname><surname>Dallheimer</surname></author>
<author><firstname>Terry</firstname><surname>Dawson</surname></author>
<author><firstname>Lar</firstname><surname>Kaufman</surname></author>
<copyright><year>2002</year></copyright>
<isbn>0-596-00272-6</isbn>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
2004-02-06 13:52:18 +00:00
<para>Everything you need in order to understand, install, and use the
2000-08-23 13:52:56 +00:00
Linux operating system. Excellent beginner's book.</para>
<para><ulink url="http://www.ora.com/catalog/runux3/">
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
2004-02-06 13:52:18 +00:00
<title>A Practical Guide to Linux</title>
<author><firstname>Mark G.</firstname><surname>Sobell</surname></author>
2000-08-23 13:52:56 +00:00
<copyright><year>1998</year></copyright>
2004-02-06 13:52:18 +00:00
<isbn>ISBN 0-201-89549-8</isbn>
2000-08-23 13:52:56 +00:00
<publisher><publishername>Addison-Wesley</publishername></publisher>
2004-02-06 13:52:18 +00:00
<pagenums>1072pp.</pagenums>
2000-08-23 13:52:56 +00:00
<abstract>
2004-02-06 13:52:18 +00:00
<para>Just what the title says -- practical tutorials in basic Unix,
2000-08-23 13:52:56 +00:00
shells, editors, mail programs, networking, Web tools, and
2004-02-06 13:52:18 +00:00
utilities. Covers some system administration fundamentals.</para>
2000-08-23 13:52:56 +00:00
</abstract>
</biblioentry>
<biblioentry>
<title>Essential System Administration</title>
2004-02-06 13:52:18 +00:00
<edition>3rd Edition</edition>
<author><firstname>&AElig;leen</firstname><surname>Frisch</surname></author>
<copyright><year>2002</year></copyright>
<isbn>ISBN 0-596-00343-9</isbn>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
<para>More in-depth coverage of normal system-administration tasks.
Not Linux-specific but contains Linux material.</para>
<para><ulink url="http://www.ora.com/catalog/esa2/noframes.html">
Order here.</ulink></para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>System Security</title>
2001-06-16 15:16:59 +00:00
<biblioentry>
<title>Security Engineering</title>
<subtitle>A Guide to Building Dependable Distributed Systems</subtitle>
<author><firstname>Ross</firstname><surname>Anderson</surname></author>
<copyright><year>2001</year></copyright>
<isbn>0-471-38922-6</isbn>
<publisher><publishername>Wiley</publishername></publisher>
<abstract>
<para>The best book I've ever seen on technological security
measures and general computer security.
2004-02-06 13:52:18 +00:00
The section on "How to Steal a Painting" and physical alarm systems
2001-06-16 15:16:59 +00:00
is worth the price of admission by itself.</para>
</abstract>
</biblioentry>
2001-02-22 15:03:04 +00:00
<biblioentry>
<title>Real World Linux Security</title>
<subtitle>Intrusion Prevention, Detection, and Recovery</subtitle>
2004-02-06 13:52:18 +00:00
<edition>2nd edition</edition>
2001-02-22 15:03:04 +00:00
<author><firstname>Bob</firstname><surname>Toxen</surname></author>
2004-02-06 13:52:18 +00:00
<copyright><year>2003</year></copyright>
<isbn>ISBN 0-13-046456-2</isbn>
2001-02-22 15:03:04 +00:00
<publisher><publishername>Prentice-Hall</publishername></publisher>
<abstract>
2001-06-16 15:16:59 +00:00
<para>This is excellent work, the standard by which future Linux
2001-02-22 15:03:04 +00:00
security books will be judged. I wrote a foreword for it. Combines
step-by-step practical instructions on hardining a Linux system
with good theory on attack paths, rings of protection, and security
analysis. Describes many counters for specific exploits. </para>
</abstract>
</biblioentry>
2000-09-19 20:27:57 +00:00
</bibliodiv>
<bibliodiv><title>Books on Shell, Script, and Web Programming</title>
2000-08-23 13:52:56 +00:00
<biblioentry>
<title>Programming Perl</title>
<edition>Third Edition</edition>
<authorgroup>
<author><firstname>Larry</firstname><surname>Wall</surname></author>
2004-02-06 13:52:18 +00:00
<author><firstname>Tom</firstname><surname>Christiansen</surname></author>
2000-08-23 13:52:56 +00:00
<author><firstname>Jon</firstname><surname>Orwant</surname></author>
</authorgroup>
<copyright><year>2000</year></copyright>
<isbn>ISBN 0-596-00027-8</isbn>
2004-02-06 13:52:18 +00:00
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<pagenums>1104pp.</pagenums>
<abstract>
2004-02-06 13:52:18 +00:00
<para>Shell (as a programming language for more than trivial scripting)
2000-08-23 13:52:56 +00:00
is dead. Perl rules in its place (though it is now being strongly
2004-02-06 13:52:18 +00:00
challenged by Python). This is the third edition of
2000-08-23 13:52:56 +00:00
the definitive Perl book.</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.oreilly.com/catalog/pperl3/">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
<para>Emmanuel Pierre keeps a <ulink
2004-02-06 13:52:18 +00:00
url="http://www.e-nef.com/perl/listeperl.html.en">short list of Perl
2000-08-23 13:52:56 +00:00
books</ulink>.</para>
</abstract>
</biblioentry>
<biblioentry>
<title>Programming Python</title>
2004-02-06 13:52:18 +00:00
<edition>Second Edition</edition>
2000-08-23 13:52:56 +00:00
<author><firstname>Mark</firstname><surname>Lutz</surname></author>
2004-02-06 13:52:18 +00:00
<copyright><year>2001</year></copyright>
<isbn>ISBN 0-596-00085-5</isbn>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
<para>The next step beyond Perl. Python is beautifully designed,
2004-02-06 13:52:18 +00:00
has better integration with C, and scales up more gracefully to large
2000-08-23 13:52:56 +00:00
projects.</para>
<para><ulink url="http://www.ora.com/catalog/python/">
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
2004-02-06 13:52:18 +00:00
<title>HTML &amp; XHTML: The Definitive Guide</title>
<edition>Fifth Edition</edition>
2000-08-23 13:52:56 +00:00
<authorgroup>
<author><firstname>Chuck</firstname><surname>Musciano</surname></author>
<author><firstname>Bill</firstname><surname>Kennedy</surname></author>
</authorgroup>
2004-02-06 13:52:18 +00:00
<copyright><year>2002</year></copyright>
<isbn>ISBN 0-596-00382-X</isbn>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<pagenums>680pp.</pagenums>
<abstract>
2004-02-06 13:52:18 +00:00
<para>The best HTML tutorial/reference I have ever seen, and the only
2000-08-23 13:52:56 +00:00
HTML book you need unless you also want to do CGI. I don't know of
2004-02-06 13:52:18 +00:00
any other book on HTML that comes within miles of this one for
comprehensiveness, depth, and quality of organization.</para>
2000-08-23 13:52:56 +00:00
2003-10-28 20:52:04 +00:00
<para><ulink url="http://www.ora.com/catalog/html5/">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>The Unix Programming Environment</title>
<authorgroup>
<author><firstname>Brian</firstname><surname>Kernighan</surname></author>
<author><firstname>Rob</firstname><surname>Pike</surname></author>
</authorgroup>
<copyright><year>1984</year></copyright>
<isbn>ISBN 0-13-937681-X</isbn>
<publisher><publishername>Prentice-Hall</publishername></publisher>
<abstract>
2004-02-06 13:52:18 +00:00
<para>A true classic -- possibly the best single-book exposition of the
2000-08-23 13:52:56 +00:00
Unix philosophy. Useful for learning shell programming.</para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>Tex and LaTeX</title>
<biblioentry>
<title>The LaTeX Companion</title>
<authorgroup>
2004-02-06 13:52:18 +00:00
<author><firstname>Michael</firstname><surname>Goossens</surname></author>
<author><firstname>Frank</firstname><surname>Mittelbach</surname></author>
<author><firstname>Alexander</firstname><surname>Samarin</surname></author>
2000-08-23 13:52:56 +00:00
</authorgroup>
<copyright><year>1994</year></copyright>
<isbn>ISBN 0-201-54199-8</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<pagenums>530pp.</pagenums>
<abstract>
<para>`If you are one of those users who would like to know how
LaTeX can be extended to create the nicest documents possible
without becoming a (La)TeX guru, then this book is for you' ---
from the Preface. Bruce Thompson adds: "A very nice book providing
a lot of information about the new extensions to LaTeX, provides a
large number of examples showing precisely how your document's
layout can be manipulated"</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.awprofessional.com/catalog/product.asp?product_id={2B50D478-D4C6-41F2-BD2F-F65E8A99E1C4}">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>LaTeX: A Document Preparation System</title>
<author><firstname>Leslie</firstname><surname>Lamport</surname></author>
<copyright><year>1994</year></copyright>
<isbn>ISBN 0-201-52983-1</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<pagenums>256pp.</pagenums>
<abstract>
<para>Bruce Thompson: "The ultimate reference on LaTeX 2.09 by its
author. A new edition covering LaTeX2e (the version included in
2004-02-06 13:52:18 +00:00
the current TeX/LaTeX distribution) is in preparation. LaTeX 2.09
is fully supported by LaTeX2e. A must for anyone wanting to use
LaTeX. Provides a gentle introduction to document preparation and
2000-08-23 13:52:56 +00:00
the various tools that LaTeX provides for producing professional
quality documents. Lots of examples."</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.awprofessional.com/catalog/product.asp?product_id={3DC3049A-068B-4184-B406-C13CBFC93CEB}">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>The TeXbook, Volume A of Computers and Typesetting</title>
<author><firstname>Donald</firstname><surname>Knuth</surname></author>
<copyright><year>1986</year></copyright>
2001-06-16 15:16:59 +00:00
<isbn>ISBN 0-201-13448-9</isbn>
2000-08-23 13:52:56 +00:00
<publisher><publishername>Addison-Wesley</publishername></publisher>
<pagenums>496pp.</pagenums>
<abstract>
<para>Bruce Thompson: "The definitive user's guide and complete
reference manual for TeX. Probably not needed for casual LaTeX
use, but a fascinating book nonetheless." I'll strengthen that by
adding that this book is not for the faint of heart.</para>
<para><ulink url="http://www.awl.com/cp/TeXbook.html">
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>The METAFONT Book, Volume C of Computers and Typesetting</title>
<author><firstname>Donald</firstname><surname>Knuth</surname></author>
<copyright><year>1986</year></copyright>
<isbn>ISBN 0-201-13444-6</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<pagenums>386pp.</pagenums>
<abstract>
<para>Bruce Thompson: "The definitive user's guide and reference
manual for METAFONT, the companion program to TeX for designing
2004-02-06 13:52:18 +00:00
fonts. An excellent work if you're planning to design your own
2000-08-23 13:52:56 +00:00
fonts for use in TeX and LaTeX. METAFONT is included with the
normal TeX/LaTeX distribution." This book is
<emphasis>definitely</emphasis> not for the faint of heart.</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.awprofessional.com/catalog/product.asp?product_id={27AADE0A-B3C5-4F6E-B79F-5A53027EA008}">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>Good Programming Style</title>
<biblioentry>
<title>The Practice of Programming</title>
<authorgroup>
<author><firstname>Brian</firstname><surname>Kernighan</surname></author>
<author><firstname>Rob</firstname><surname>Pike</surname></author>
</authorgroup>
<copyright><year>1999</year></copyright>
<isbn>ISBN 0-201-61586-X</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<abstract>
<para>An excellent treatise on writing high-quality programs,
surely destined to become a classic of the field.</para>
<para><ulink url="http://cm.bell-labs.com/cm/cs/tpop/">
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>Programming Pearls</title>
<edition>(Second Edition)</edition>
<author><firstname>Jon</firstname><surname>Bentley</surname></author>
<copyright><year>2000</year></copyright>
<isbn>ISBN 0-201-65788-0</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<abstract>
<para>These are selected essays from Bentley's column in the
Communications of the ACM. He discusses a wide variety of issues in
program improvement, often focusing on program efficiency.</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.awprofessional.com/catalog/product.asp?product_id={8D9EB790-15B3-41C9-AE3D-8149347A52AA}">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
2004-02-06 13:52:18 +00:00
<biblioentry>
<title>The Art of Unix Programming</title>
<editor><firstname>Eric S.</firstname><surname>Raymond</surname></editor>
<copyright><year>2003</year></copyright>
<isbn>ISBN 0-131-42901-9</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<pagenums>512pp.</pagenums>
<abstract>
<para>The book on how to think like a Unix expert. Browseable HTML
and ordering info live <ulink
url="&home;writings/taoup/">here</ulink>.</para>
</abstract>
</biblioentry>
<biblioentry>
<title>Code Reading</title>
<subtitle>The Open Source Perspective</subtitle>
<editor><firstname>Diomedis</firstname><surname>Spinellis</surname></editor>
<copyright><year>2003</year></copyright>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<abstract>
<para>A good book on an often-neglected skill. Order
<ulink url="http://www.awprofessional.com/catalog/product.asp?product_id={DE5EA6BB-1743-406B-A680-D1B335BA7EA2}&amp;session_id={D106B2CE-36F1-4EA0-8651-74B623E0CECD}">here</ulink>.</para>
</abstract>
</biblioentry>
2000-08-23 13:52:56 +00:00
<biblioentry>
<title>Writing Efficient Programs</title>
<author><firstname>Jon</firstname><surname>Bentley</surname></author>
<copyright><year>1982</year></copyright>
<isbn>ISBN 0-13-970251-2 or 0-13-970244-X</isbn>
<publisher><publishername>Prentice-Hall</publishername></publisher>
<abstract>
<para>This book presents Bentley's methodology and set of rules for
improving program efficiency, and includes a large number of
examples.</para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>C and C++</title>
<biblioentry>
<title>The C Programming Language</title>
<edition>(Second Edition)</edition>
<authorgroup>
<author><firstname>Brian</firstname><surname>Kernighan</surname></author>
2003-10-28 20:52:04 +00:00
<author><firstname>Dennis</firstname><surname>Ritchie</surname></author>
2000-08-23 13:52:56 +00:00
</authorgroup>
<copyright><year>1988</year></copyright>
<isbn>ISBN 0-13-110362-8</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<pagenums>272pp.</pagenums>
<abstract>
<para>The improved second edition, covering ANSI C, of the original
2004-02-06 13:52:18 +00:00
classic C book coauthored by C's designer, "K&amp;R". Still the
2000-08-23 13:52:56 +00:00
best!</para>
</abstract>
</biblioentry>
<biblioentry>
<title>Who's Afraid of C++?</title>
<author><firstname>Steve</firstname><surname>Heller</surname></author>
<copyright><year>1996</year></copyright>
2001-06-16 15:16:59 +00:00
<isbn>ISBN 0-12-339097-4</isbn>
2000-08-23 13:52:56 +00:00
<publisher><publishername>Academic Press</publishername></publisher>
<pagenums>508pp.</pagenums>
<abstract>
<para>The best introductory book on C++ I have seen. Now available
2004-02-06 13:52:18 +00:00
<ulink url="http://www.steveheller.com/whos">on the Web</ulink>.</para>
2000-08-23 13:52:56 +00:00
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>C System Call Interface</title>
<biblioentry>
<title>POSIX Programmer's Guide: Writing Portable Unix Programs</title>
<author><firstname>Donald</firstname><surname>Lewine</surname></author>
<copyright><year>1992</year></copyright>
<isbn>ISBN 0-937175-73-0</isbn>
2004-02-06 13:52:18 +00:00
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<pagenums>607pp.</pagenums>
<abstract>
<para>Linux hews very close to the letter of the POSIX standard
(non-conformance is considered a bug and swiftly fixed).
This excellent reference for POSIX is thus also an excellent
reference for the Linux kernel API.</para>
<para><ulink url="http://www.ora.com/catalog/posix/">
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
2003-10-28 20:52:04 +00:00
<title>Advanced Programming in the Unix Environment</title>
2004-02-06 13:52:18 +00:00
<author><firstname>W.</firstname><othername>Richard</othername><surname>Stevens</surname></author>
2003-10-28 20:52:04 +00:00
<copyright><year>1993</year></copyright>
2001-06-16 15:16:59 +00:00
<isbn>ISBN 0-201-56317-7</isbn>
2000-08-23 13:52:56 +00:00
<publisher><publishername>Addison-Wesley</publishername></publisher>
<abstract>
2004-02-06 13:52:18 +00:00
<para>A book on general Unix programming that is every bit as good as
2000-08-23 13:52:56 +00:00
Stevens's classic on network programming.</para>
</abstract>
</biblioentry>
<biblioentry>
<title>Linux Application Development</title>
<authorgroup>
2004-02-06 13:52:18 +00:00
<author><firstname>Michael K.</firstname><surname>Johnson</surname></author>
2000-08-23 13:52:56 +00:00
<author><firstname>Erik W.</firstname><surname>Troan</surname></author>
</authorgroup>
<copyright><year>1998</year></copyright>
<isbn>ISBN 0-201-308215</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<abstract>
<para>The best single reference to the Linux API. Covers the
features that aren't generic Unix or Posix.</para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>Books on Networking</title>
<biblioentry>
2004-02-06 13:52:18 +00:00
<title>Unix Network Programming, volume 1 -- Networking APIs: Sockets and XTI</title>
<author><firstname>W.</firstname><othername>Richard</othername><surname>Stevens</surname></author>
2000-08-23 13:52:56 +00:00
<copyright><year>1998</year></copyright>
<isbn>ISBN 0-13-490012-X</isbn>
<publisher><publishername>Prentice-Hall</publishername></publisher>
<abstract>
2004-02-06 13:52:18 +00:00
<para>Everything you might want to know about the subject. Generally
2000-08-23 13:52:56 +00:00
regarded as definitive on the basics.</para>
</abstract>
</biblioentry>
<biblioentry>
2004-02-06 13:52:18 +00:00
<title>Unix Network Programming, volume 2 -- Interprocess Communication</title>
2000-08-23 13:52:56 +00:00
<author><firstname>Richard</firstname><surname>Stevens</surname></author>
<copyright><year>1998</year></copyright>
<isbn>ISBN 0-13-081081-9</isbn>
<publisher><publishername>Prentice-Hall</publishername></publisher>
<abstract>
<para>Ditto...</para>
</abstract>
</biblioentry>
<biblioentry>
<title>Linux Network Administrator's Guide</title>
<author><firstname>Olaf</firstname><surname>Kirch</surname></author>
<copyright><year>1995</year></copyright>
<isbn>ISBN 1-56592-087-2</isbn>
2004-02-06 13:52:18 +00:00
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
<para>Available on the LDP home page, or
2004-02-06 13:52:18 +00:00
directly at <ulink url="&ldpsite;nag/nag.html">&ldpsite;nag.html</ulink>.</para>
2000-08-23 13:52:56 +00:00
<para>An excellent first book on how to maintain and administer a
networked Linux system.</para>
</abstract>
</biblioentry>
<biblioentry>
<title>TCP/IP Network Administration</title>
<author><firstname>Craig</firstname><surname>Hunt</surname></author>
<copyright><year>1992</year></copyright>
<isbn>ISBN 0-937175-82-X</isbn>
2004-02-06 13:52:18 +00:00
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<pagenums>472pp.</pagenums>
<abstract>
2004-02-06 13:52:18 +00:00
<para>Less Linux-specific than the Kirch book. Features deeper
coverage of the TCP/IP core, including routing and BGP.</para>
2000-08-23 13:52:56 +00:00
<para><ulink url="http://www.ora.com/catalog/tcp2/noframes.html">
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>DNS and BIND</title>
<edition>Second Edition</edition>
<authorgroup>
<author><firstname>Paul</firstname><surname>Albiz</surname></author>
<author><firstname>Cricket</firstname><surname>Liu</surname></author>
</authorgroup>
<copyright><year>1998</year></copyright>
<isbn>ISBN 1-56592-512-2</isbn>
<pagenums>502pp.</pagenums>
2004-02-06 13:52:18 +00:00
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
2004-02-06 13:52:18 +00:00
<para>In-depth coverage of DNS, useful for people running complicated
multiple-subnet installations. Covers BIND library programming.</para>
2000-08-23 13:52:56 +00:00
<para><ulink url="http://www.ora.com/catalog/dns2/noframes.html">
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>Sendmail</title>
2004-02-06 13:52:18 +00:00
<edition>Third Edition</edition>
2000-08-23 13:52:56 +00:00
<authorgroup>
<author><firstname>Bryan</firstname><surname>Costales</surname></author>
<author><firstname>Eric</firstname><surname>Allman</surname></author>
</authorgroup>
2004-02-06 13:52:18 +00:00
<copyright><year>2002</year></copyright>
<isbn>ISBN 1-56592-839-3</isbn>
<pagenums>1232pp.</pagenums>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
<para>An exhaustive (and exhausting) guide to Linux's and Unix's
default mail-transfer agent.</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.ora.com/catalog/sendmail2/noframes.html">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>Ancestors of Linux</title>
<biblioentry>
<title>The Design of the Unix Operating System</title>
<author><firstname>Maurice J.</firstname><surname>Bach</surname></author>
<copyright><year>1996</year></copyright>
<isbn>ISBN 0-13-201799-7</isbn>
<pagenums>470pp.</pagenums>
<publisher><publishername>Prentice-Hall</publishername></publisher>
<abstract>
<para>The book that got Linus started.</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.prenhall.com/books/ptr_0132017997.html">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
<biblioentry>
<title>Operating Systems, Design and Implementation</title>
2004-02-06 13:52:18 +00:00
<author><firstname>Andrew S.</firstname><surname>Tanenbaum</surname></author>
2000-08-23 13:52:56 +00:00
<copyright><year>1987</year></copyright>
<isbn>ISBN 0-13-638677-6</isbn>
<pagenums>940pp.</pagenums>
<publisher><publishername>Prentice-Hall</publishername></publisher>
<abstract>
<para>Alan Cox likes this book. Tanenbaum designed Minix, which is
the system Linus bootstrapped Linux up from.</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.prenhall.com/books/esm_0136386776.html">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>The Linux kernel</title>
<biblioentry>
<title>The Linux Kernel book</title>
<authorgroup>
2004-02-06 13:52:18 +00:00
<author><firstname>R&eacute;my</firstname><surname>Card</surname></author>
<author><firstname>&Egrave;ric</firstname><surname>Dumas</surname></author>
<author><firstname>Frank</firstname><surname>M&eacute;vel</surname></author>
2000-08-23 13:52:56 +00:00
</authorgroup>
<copyright><year>1998</year></copyright>
<isbn>ISBN 0-471-98141-9</isbn>
2004-02-06 13:52:18 +00:00
<publisher><publishername>John Wiley &amp; Sons</publishername></publisher>
2000-08-23 13:52:56 +00:00
<abstract>
<para>(Translated from the French language edition of
2004-02-06 13:52:18 +00:00
"Programmation Linux 2.0"; same authors; 1997; &Eacute;ditions
2000-08-23 13:52:56 +00:00
Eyrolles; Paris, France.)</para>
2001-03-13 15:36:04 +00:00
<para>A very interesting and informative examination of the
2000-08-23 13:52:56 +00:00
operation of the kernel that fills in the gap between the POSIX
interface and "The Design of the Unix Operating System" and the
Linux source code. A good understanding of the design and
operation of a Unix OS is a pre-requisite, but this book is an
excellent help to going beyond that general understanding into
actual work.</para>
<para>The primary author is one of the core developers for the ext2
filesystem, and the Linux Kernel book shows a firm grasp of the
matter and clear explanations and structure. It's surprisingly
readable for something working at such a low level. The book does
seem to have suffered a little in the translation to English --
there are a few typos and grammatical mistakes, but it's quite
readable. (The code example files are charmingly still named in
French.)</para>
2004-02-06 13:52:18 +00:00
<para>The book is current to Linux 2.0.35 and foreshadows 2.1 and 2.2.
2000-08-23 13:52:56 +00:00
Network protocol implementations are not covered.</para>
</abstract>
</biblioentry>
<biblioentry>
2003-10-28 20:52:04 +00:00
<title>LINUX Kernel Programming</title>
<edition>(Third Edition)</edition>
2000-08-23 13:52:56 +00:00
<authorgroup>
<author><firstname>Michael</firstname><surname>Beck</surname></author>
<author><firstname>Harold</firstname><surname>Bohme</surname></author>
<author><firstname>Mirko</firstname><surname>Dziadka</surname></author>
2003-10-28 20:52:04 +00:00
<author><firstname>Robert</firstname><surname>Magnus</surname></author>
<author><firstname>Claus</firstname><surname>Schroter</surname></author>
<author><firstname>Dirk</firstname><surname>Verworner</surname></author>
2000-08-23 13:52:56 +00:00
</authorgroup>
2003-10-28 20:52:04 +00:00
<copyright><year>2002</year></copyright>
<isbn>ISBN 0-201-719754</isbn>
2000-08-23 13:52:56 +00:00
<publisher><publishername>Addison-Wesley</publishername></publisher>
<pagenums>480pp.</pagenums>
<abstract>
2003-10-28 20:52:04 +00:00
<para>A guide to Linux kernel programming; covers 2.4. Covers the
2000-08-23 13:52:56 +00:00
architecture of the Linux core and network layer as well as driver
construction.</para>
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.awprofessional.com/catalog/product.asp?product_id={8D651984-15AF-4C2D-B17C-C07A7758DF23}">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>Relatives of Linux</title>
<biblioentry>
2004-02-06 13:52:18 +00:00
<title>The Design and Implementation of the 4.4BSD Unix Operating System</title>
2000-08-23 13:52:56 +00:00
<authorgroup>
2004-02-06 13:52:18 +00:00
<author><firstname>Marshall Kirk</firstname><surname>McKusick</surname></author>
2000-08-23 13:52:56 +00:00
<author><firstname>Keith</firstname><surname>Bostic</surname></author>
2004-02-06 13:52:18 +00:00
<author><firstname>Michael J.</firstname><surname>Karels</surname></author>
<author><firstname>John S.</firstname><surname>Quarterman</surname></author>
2000-08-23 13:52:56 +00:00
</authorgroup>
<copyright><year>1996</year></copyright>
<isbn>ISBN 0-201-54979-4</isbn>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<abstract>
<para>The successor to a classic book on the implementation of the
4.3 BSD kernel, which influenced Linux's design (especially near
2004-02-06 13:52:18 +00:00
sockets and networking). This book covers the 4.4BSD base of BSD/OS,
FreeBSD, and NetBSD.</para>
2000-08-23 13:52:56 +00:00
2004-02-06 13:52:18 +00:00
<para><ulink url="http://www.aw-bc.com/catalog/academic/product/0,4096,0201549794,00.html">
2000-08-23 13:52:56 +00:00
Order here.</ulink></para>
</abstract>
</biblioentry>
</bibliodiv>
<bibliodiv><title>Books on Intel and PC hacking</title>
<biblioentry>
<title>80386 Programmer's Reference Manual</title>
<corpauthor>Intel Corporation</corpauthor>
<copyright><year>1986</year></copyright>
<isbn>ISBN 1-55512-022-9</isbn>
<abstract>
<para>Part I. Applications Programming, data types, memory model,
2004-02-06 13:52:18 +00:00
instruction set. Part II. Systems Programming, architecture,
memory management, protection, multitasking, I/O, exceptions and
interrupts, initialization, coprocessing and multiprocessing. Part
III. Compatibility (with earlier x86 machines). Part
IV. Instruction Set</para>
2000-08-23 13:52:56 +00:00
</abstract>
</biblioentry>
<biblioentry>
<title>80386 System Software Writer's Guide</title>
<corpauthor>Intel Corporation</corpauthor>
<copyright><year>1987</year></copyright>
<isbn>ISBN 1-55512-023-7</isbn>
<abstract>
2004-02-06 13:52:18 +00:00
<para>This explains the 386 features for operating system writers. It
includes a chapter on Unix implementation. A lot of the 80386
architecture seems to have been designed with Multics in mind; the
features are not used by DOS or by Unix.</para>
2000-08-23 13:52:56 +00:00
</abstract>
</biblioentry>
<biblioentry>
<title>Programming the 80386</title>
<authorgroup>
2004-02-06 13:52:18 +00:00
<author><firstname>John H.</firstname><surname>Crawford</surname></author>
<author><firstname>Patrick P.</firstname><surname>Gelsinger</surname></author>
2000-08-23 13:52:56 +00:00
</authorgroup>
<copyright><year>1987</year></copyright>
<isbn>ISBN 0-89588-381-3</isbn>
<pagenums>774pp.</pagenums>
<abstract>
2004-02-06 13:52:18 +00:00
<para>This is the book the Jolitzes used when they ported BSD to the
386 architecture.</para>
2000-08-23 13:52:56 +00:00
</abstract>
</biblioentry>
<biblioentry>
<title>80386 Hardware Reference Manual</title>
<corpauthor>Intel Corporation</corpauthor>
<copyright><year>1986</year></copyright>
<isbn>ISBN 1-55512-024-5</isbn>
<abstract>
<para>Pin connections, timing, waveforms, block diagrams, voltages,
2004-02-06 13:52:18 +00:00
all that kind of stuff.</para>
2000-08-23 13:52:56 +00:00
</abstract>
</biblioentry>
<biblioentry>
<title>The Indispensable PC Hardware Book</title>
2004-02-06 13:52:18 +00:00
<author><firstname>Hans-Peter</firstname><surname>Messmer</surname></author>
2000-08-23 13:52:56 +00:00
<copyright><year>1993</year></copyright>
<isbn>ISBN 0-201-62424-9</isbn>
<pagenums>1000pp.</pagenums>
<publisher><publishername>Addison-Wesley</publishername></publisher>
<abstract>
<para>JH: "Covers the more recent stuff like EIDE and PCI."</para>
</abstract>
</biblioentry>
</bibliodiv>
</bibliography>
<appendix><title>Administrivia</title>
<sect1><title> Terms of Use</title>
<para>This document is copyright 1999 by Eric S. Raymond. You may use,
disseminate, and reproduce it freely, provided you:</para>
<itemizedlist>
<listitem>
<para>Do not omit or alter this copyright notice.</para>
</listitem>
<listitem>
<para>Do not omit or alter or omit the version number and date.</para>
</listitem>
<listitem>
<para>Do not omit or alter the document's pointer to the current WWW
version.</para>
</listitem>
<listitem>
<para>Clearly mark any condensed, altered or versions as such.</para>
</listitem>
</itemizedlist>
<para>These restrictions are intended to protect potential readers from
stale or mangled versions. If you think you have a good case for
an exception, ask me.</para>
</sect1>
<sect1><title>History</title>
<para>This was originally a mini-HOWTO maintained by Jim Haynes.
I have changed the emphasis somewhat, trying to make it more
a standalone document and less reliant on the various USENET
bibliographic postings. The unattributed mini-reviews are mine
rather than his.</para>
</sect1>
</appendix>
</article>
<!--
The following sets edit modes for GNU EMACS
Local Variables:
fill-prefix:"\t"
2004-02-06 13:52:18 +00:00
compile-command: "mail -s \"Reading List HOWTO update\" submit@en.tldp.org <Reading-List-HOWTO.xml"
2000-08-23 13:52:56 +00:00
fill-column:75
End:
2003-10-28 20:52:04 +00:00
-->