guix/doc/manual/manual.xml

123 lines
3.5 KiB
XML
Raw Normal View History

<book xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude">
<info>
<title>Nix User's Guide</title>
<subtitle>Draft (Version <xi:include href="version.txt"
parse="text" />)</subtitle>
2003-08-13 15:17:57 +00:00
<author>
<personname>
<firstname>Eelco</firstname>
<surname>Dolstra</surname>
</personname>
2007-09-19 14:01:41 +00:00
<affiliation>
2008-06-11 15:39:38 +00:00
<orgname>Delft University of Technology</orgname>
<orgdiv>Department of Software Technology</orgdiv>
2007-09-19 14:01:41 +00:00
</affiliation>
2003-08-13 15:17:57 +00:00
</author>
2003-08-13 15:17:57 +00:00
<copyright>
2004-01-20 15:37:55 +00:00
<year>2004</year>
2005-03-15 13:21:32 +00:00
<year>2005</year>
2006-03-15 12:58:22 +00:00
<year>2006</year>
2007-09-19 14:01:41 +00:00
<year>2007</year>
2008-06-11 15:39:38 +00:00
<year>2008</year>
2003-08-13 15:17:57 +00:00
<holder>Eelco Dolstra</holder>
</copyright>
2007-09-19 14:01:41 +00:00
<date>November 2008</date>
</info>
2005-03-15 13:55:41 +00:00
<xi:include href="introduction.xml" />
<xi:include href="quick-start.xml" />
<xi:include href="installation.xml" />
<xi:include href="package-management.xml" />
<xi:include href="writing-nix-expressions.xml" />
<xi:include href="build-farm.xml" />
2003-08-07 15:27:14 +00:00
2003-08-12 13:54:42 +00:00
<appendix>
<title>Command Reference</title>
<xi:include href="opt-common.xml" />
<xi:include href="env-common.xml" />
<xi:include href="conf-file.xml" />
2006-10-02 20:28:52 +00:00
<section>
2006-10-02 20:28:52 +00:00
<title>Main commands</title>
<section xml:id="sec-nix-env">
<title>nix-env</title>
<xi:include href="nix-env.xml" />
</section>
<section xml:id="sec-nix-instantiate">
<title>nix-instantiate</title>
<xi:include href="nix-instantiate.xml" />
</section>
2007-09-19 14:01:41 +00:00
<section xml:id="sec-nix-store">
2006-10-02 20:28:52 +00:00
<title>nix-store</title>
<xi:include href="nix-store.xml" />
</section>
</section>
2006-10-02 20:28:52 +00:00
<section>
2006-10-02 20:28:52 +00:00
<title>Utilities</title>
<section xml:id="sec-nix-build">
<title>nix-build</title>
<xi:include href="nix-build.xml" />
</section>
<section xml:id="sec-nix-channel">
<title>nix-channel</title>
<xi:include href="nix-channel.xml" />
</section>
2007-09-19 14:01:41 +00:00
<section xml:id="sec-nix-collect-garbage">
2006-10-02 20:28:52 +00:00
<title>nix-collect-garbage</title>
<xi:include href="nix-collect-garbage.xml" />
</section>
2007-09-19 14:01:41 +00:00
<section xml:id="sec-nix-copy-closure">
<title>nix-copy-closure</title>
<xi:include href="nix-copy-closure.xml" />
</section>
2006-10-02 22:11:44 +00:00
<section xml:id="sec-nix-hash">
<title>nix-hash</title>
<xi:include href="nix-hash.xml" />
</section>
2006-10-02 20:28:52 +00:00
<section xml:id="sec-nix-install-package">
<title>nix-install-package</title>
<xi:include href="nix-install-package.xml" />
</section>
2007-09-19 14:01:41 +00:00
<section xml:id="sec-nix-prefetch-url">
2006-10-02 20:28:52 +00:00
<title>nix-prefetch-url</title>
<xi:include href="nix-prefetch-url.xml" />
</section>
2007-05-16 22:07:39 +00:00
<section xml:id="sec-nix-pull">
2006-10-02 20:28:52 +00:00
<title>nix-pull</title>
<xi:include href="nix-pull.xml" />
</section>
<section xml:id="sec-nix-push">
<title>nix-push</title>
<xi:include href="nix-push.xml" />
</section>
<section xml:id="sec-nix-worker">
<title>nix-worker</title>
<xi:include href="nix-worker.xml" />
</section>
</section>
2006-10-02 20:28:52 +00:00
2003-08-12 13:54:42 +00:00
</appendix>
<xi:include href="troubleshooting.xml" />
<xi:include href="bugs.xml" />
<xi:include href="glossary.xml" />
2003-08-07 15:27:14 +00:00
<appendix>
<title>Nix Release Notes</title>
<xi:include href="release-notes.xml"
xpointer="xmlns(x=http://docbook.org/ns/docbook)xpointer(x:article/x:section)" />
</appendix>
</book>