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 74 75 76 77
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2004-2009 FAUmachine Team <info@faumachine.org>.
This program is free software. You can redistribute it and/or modify it
under the terms of the GNU General Public License, either version 2 of
the License, or (at your option) any later version. See COPYING.
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY author SYSTEM "author.xml">
<!ENTITY bugs SYSTEM "bugs.xml">
<!ENTITY contact SYSTEM "contact.xml">
<!ENTITY copyright SYSTEM "copyright.xml">
<!ENTITY guioptions SYSTEM "gui-options.xml">
<!ENTITY quickstart SYSTEM "quick-start.xml">
<!ENTITY faumcdtoiso SYSTEM "faum-cd-to-iso.man.xml">
<!ENTITY faumgenvhdl SYSTEM "faum-gen-vhdl.man.xml">
<!ENTITY faumencoder SYSTEM "faum-encoder.man.xml">
<!ENTITY faumisotocd SYSTEM "faum-iso-to-cd.man.xml">
<!ENTITY faummergecow SYSTEM "faum-mergecow.man.xml">
<!ENTITY faumnodepc SYSTEM "faum-node-pc.man.xml">
<!ENTITY faum SYSTEM "faum.man.xml">
<!ENTITY packagename "@PACKAGE_NAME@">
<!ENTITY packageversion "@PACKAGE_VERSION@">
<!ENTITY packagebugreport "@PACKAGE_BUGREPORT@">
<!ENTITY docdir "@DOCDIR@">
]>
<!--=====================================================================-->
<book>
<bookinfo>
<title>FAUmachine Documentation</title>
<productname>FAUmachine</productname>
<corpauthor>FAUmachine team</corpauthor>
<copyright>
<year>2000-2009</year>
<holder>FAUmachine team.
Developed at Friedrich Alexander University Erlangen-Nuremberg.
</holder>
</copyright>
<legalnotice>
<para>
FAUmachine comes with ABSOLUTELY NO WARRANTY.
FAUmachine is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
See COPYING for details.
</para>
</legalnotice>
</bookinfo>
<chapter>
<title>Quick start</title>
&quickstart;
</chapter>
<reference>
<title>Reference Information</title>
&faumcdtoiso;
&faumencoder;
&faumgenvhdl;
&faumisotocd;
&faummergecow;
&faumnodepc;
&faum;
</reference>
</book>
|