mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
79d3e0926d
(very incomplete) attempt at standardising the license attribute. svn path=/nixpkgs/trunk/; revision=14028
74 lines
1.5 KiB
XML
74 lines
1.5 KiB
XML
<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>
|