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
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"file:@top_srcdir@/docs/docbook/xml-dtd-4.1.2/docbookx.dtd"
[
<!ENTITY k3d "K-3D">
<!ENTITY version "@VERSION@">
<!ENTITY pref SYSTEM "@srcdir@/preface.xml">
<!ENTITY ch01 SYSTEM "@srcdir@/generalinfo.xml">
<!ENTITY ch02 SYSTEM "@srcdir@/installation.xml">
<!ENTITY ch03 SYSTEM "@srcdir@/userinterface.xml">
<!ENTITY ch04 SYSTEM "@srcdir@/plugins.xml">
<!ENTITY ch05 SYSTEM "@srcdir@/fileformats.xml">
<!ENTITY ch06 SYSTEM "@srcdir@/scripting.xml">
<!ENTITY ch07 SYSTEM "@srcdir@/tutorials.xml">
<!ENTITY appa SYSTEM "@srcdir@/authors.xml">
<!ENTITY appb SYSTEM "@srcdir@/license.xml">
]>
<book id="index">
<bookinfo id="user_reference_info">
<title>&k3d; User Reference</title>
<subtitle>Version &version;</subtitle>
<editor><firstname>Anders</firstname> <surname>Dahnielson</surname></editor>
<copyright>
<year>2002</year>
<year>2003</year>
<year>2004</year>
<holder>
Timothy M. Shead,
Anders Dahnielson
</holder>
</copyright>
<legalnotice id="legal_notice">
<para>Permission is granted to copy, distribute and/or modify this document under the terms of the
GNU Free Documentation License, Version 1.2 or any later version published by the Free Software
Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of
the license is included in the section entitled "GNU Free Documentation License".</para>
</legalnotice>
</bookinfo>
&pref;
&ch01;
&ch02;
&ch03;
&ch04;
&ch05;
&ch06;
&ch07;
&appa;
&appb;
</book>
|