/
/manual.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % link-api SYSTEM "link-api.dtd">
5 %link-api;
6 ]>
7 <book id="cl-smoke" lang="en">
8
9 <bookinfo>
10 <title>CL-Smoke</title>
11 <authorgroup>
12 <author>
13 <firstname>Tobias</firstname>
14 <surname>Rautenkranz</surname>
15 <email>mail #\@ tobias #\. rautenkranz #\. ch</email>
16 </author>
17 </authorgroup>
18
19 <copyright>
20 <year>2009</year>
21 <holder>Tobias Rautenkranz</holder>
22 </copyright>
23 <legalnotice><para>
24 Permission is granted to copy, distribute and/or modify this document
25 under the terms of the GNU Free Documentation License, Version 1.3
26 or any later version published by the Free Software Foundation;
27 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
28 A copy of the license is included in the section entitled "GNU
29 Free Documentation License".
30 </para></legalnotice>
31 <date>2009-03-25</date>
32 <releaseinfo>0.0.1</releaseinfo>
33 <abstract>
34 <para>
35 Common Lisp bindings for Qt and KDE using Smoke.
36 </para>
37 </abstract>
38 </bookinfo>
39
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml" />
41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="smoke.xml" />
42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt.xml" />
43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde.xml" />
44
45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fdl-1.3.xml" />
46
47 </book>