Rename *.docbook -> *.xml
Annotate for file /manual.xml
2009-04-05 tobias 1 <?xml version="1.0" encoding="UTF-8" ?>
17:58:25 ' 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
2009-04-07 tobias 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
11:27:30 ' 4 <!ENTITY % link-api SYSTEM "link-api.dtd">
' 5 %link-api;
' 6 ]>
2009-04-05 tobias 7 <book id="cl-smoke" lang="en">
17:58:25 ' 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>
2009-04-14 tobias 23 <legalnotice><para>
14:08:15 ' 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>
2009-04-05 tobias 31 <date>2009-03-25</date>
17:58:25 ' 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
2009-05-11 tobias 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml" />
20:23:03 ' 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" />
2009-04-05 tobias 44
2009-04-14 tobias 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fdl-1.3.xml" />
14:08:15 ' 46
2009-04-05 tobias 47 </book>