about summary refs log blame commit diff
path: root/doc/manual/book.xml
blob: a2035fca7f1c4a253deff95fda39025a2d54be71 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     


                                                            
 


                                                  
                                                  

                                                      




                                










                                    

                


                                
          





                                           
           

            

                                         
          


            
           
                                   
          
           

            
            
                                    
                   
                   

             

                   
 
       
<?xml version="1.0"?>
<!DOCTYPE book
    PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY installation SYSTEM "installation.xml">
<!ENTITY nix-reference SYSTEM "nix-reference.xml">
<!ENTITY fix-reference SYSTEM "fix-reference.xml">
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
<!ENTITY bugs SYSTEM "bugs.xml">
]>

<book>
  <title>Nix: The Manual</title>

  <bookinfo>
    <author>
      <firstname>Eelco</firstname>
      <surname>Dolstra</surname>
    </author>
    <copyright>
      <year>2003</year>
      <holder>Eelco Dolstra</holder>
    </copyright>
  </bookinfo>

  &introduction;
  &installation;

  <chapter>
    <title>A Guided Tour</title>
    <para>
    </para>
  </chapter>

  <chapter>
    <title>Nix Syntax and Semantics</title>
    <para>
    </para>
  </chapter>

  <chapter>
    <title>Fix Language Reference</title>
    <para>
    </para>
  </chapter>

  <chapter>
    <title>Writing Builders</title>
    <para>
    </para>
  </chapter>

  <appendix>
    <title>Command Reference</title>
    &nix-reference;
    &fix-reference;
  </appendix>

  &troubleshooting;
  &bugs;

</book>