2003-08-07 14:17:18 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE book SYSTEM "/nix/current/xml/dtd/docbook/docbookx.dtd"
|
|
|
|
[
|
2003-08-13 09:13:52 +00:00
|
|
|
<!ENTITY introduction SYSTEM "introduction.xml">
|
|
|
|
<!ENTITY installation SYSTEM "installation.xml">
|
|
|
|
<!ENTITY nix-reference SYSTEM "nix-reference.xml">
|
2003-08-14 11:27:02 +00:00
|
|
|
<!ENTITY fix-reference SYSTEM "fix-reference.xml">
|
2003-08-13 09:13:52 +00:00
|
|
|
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
|
|
|
|
<!ENTITY bugs SYSTEM "bugs.xml">
|
2003-08-07 14:17:18 +00:00
|
|
|
]>
|
|
|
|
|
|
|
|
<book>
|
|
|
|
<title>Nix: The Manual</title>
|
|
|
|
|
2003-08-13 15:17:57 +00:00
|
|
|
<bookinfo>
|
|
|
|
<author>
|
|
|
|
<firstname>Eelco</firstname>
|
|
|
|
<surname>Dolstra</surname>
|
|
|
|
</author>
|
|
|
|
<copyright>
|
|
|
|
<year>2003</year>
|
|
|
|
<holder>Eelco Dolstra</holder>
|
|
|
|
</copyright>
|
|
|
|
</bookinfo>
|
|
|
|
|
2003-08-13 09:13:52 +00:00
|
|
|
&introduction;
|
|
|
|
&installation;
|
2003-08-07 15:27:14 +00:00
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>A Guided Tour</title>
|
2003-08-07 14:17:18 +00:00
|
|
|
<para>
|
2003-08-13 15:17:57 +00:00
|
|
|
</para>
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>Nix Syntax and Semantics</title>
|
|
|
|
<para>
|
2003-08-07 14:17:18 +00:00
|
|
|
</para>
|
2003-08-07 15:27:14 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>Fix Language Reference</title>
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
2003-08-13 15:17:57 +00:00
|
|
|
<title>Writing Builders</title>
|
2003-08-07 15:27:14 +00:00
|
|
|
<para>
|
|
|
|
</para>
|
2003-08-07 14:17:18 +00:00
|
|
|
</chapter>
|
|
|
|
|
2003-08-12 13:54:42 +00:00
|
|
|
<appendix>
|
|
|
|
<title>Command Reference</title>
|
2003-08-13 09:13:52 +00:00
|
|
|
&nix-reference;
|
2003-08-14 11:27:02 +00:00
|
|
|
&fix-reference;
|
2003-08-12 13:54:42 +00:00
|
|
|
</appendix>
|
|
|
|
|
2003-08-13 09:13:52 +00:00
|
|
|
&troubleshooting;
|
|
|
|
&bugs;
|
2003-08-07 15:27:14 +00:00
|
|
|
|
2003-08-07 14:17:18 +00:00
|
|
|
</book>
|