summary refs log tree commit diff
path: root/doc/manual.xml
blob: a16b783af310534c3cca767d28fb8d09c14a68d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<book xmlns="http://docbook.org/ns/docbook"
      xmlns:xi="http://www.w3.org/2001/XInclude">

  <info>

    <title>Nixpkgs Manual</title>

    <subtitle>Draft (Version <xi:include href="../VERSION"
    parse="text" />)</subtitle>

    <author>
      <personname>
        <firstname>Eelco</firstname>
        <surname>Dolstra</surname>
      </personname>
      <affiliation>
        <orgname>Delft University of Technology</orgname>
        <orgdiv>Department of Software Technology</orgdiv>
      </affiliation>
    </author>

    <copyright>
      <year>2008</year>
      <holder>Eelco Dolstra</holder>
    </copyright>

    <date>June 2008</date>
    
  </info>

  <xi:include href="introduction.xml" />
  <xi:include href="quick-start.xml" />
  <xi:include href="stdenv.xml" />
  <xi:include href="meta.xml" />


  <!-- outline -->
  
  <chapter>
    <title>Language Support</title>

    <section>
      <title>Perl</title>
      <para>* Generic Perl builder</para>
    </section>

    <section>
      <title>Python</title>
      <para>* Wrapper generation</para>
    </section>

    <section>
      <title>Haskell</title>
      <para>TODO</para>
    </section>

    <section>
      <title>Java</title>
      <para>TODO; Java support needs lots of improvement</para>
    </section>

    <section>
      <title>TeX / LaTeX</title>
      <para>* Special support for building TeX documents</para>
    </section>

  </chapter>


  <xi:include href="package-notes.xml" />
  
        
</book>