Git commit 9f337cfc2d806f562f315426fe90c1c2329e6f7a by Luigi Toscano. Committed on 13/06/2018 at 23:31. Pushed by ltoscano into branch 'master'.
Basic update of documentation to Frameworks standards - update the DTD to the native KF5 DTD; - remove outdated entites; - remove the installation section. M +1 -28 doc/index.docbook https://commits.kde.org/kuickshow/9f337cfc2d806f562f315426fe90c1c2329e6f7a diff --git a/doc/index.docbook b/doc/index.docbook index 6c31ca5..045da25 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1,7 +1,5 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY kappname "&kuickshow;"> - <!ENTITY package "kdegraphics"> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"><!-- change language only here --> ]> @@ -873,31 +871,6 @@ Documentation copyright 2001 &Carsten.Pfeiffer; &Carsten.Pfeiffer.mail; </chapter> -<appendix id="installation"> -<title>Installation</title> - -<sect1 id="getting-kuickshow"> -<title>How to obtain &kuickshow;</title> - -&install.intro.documentation; - -</sect1> - -<sect1 id="requirements"> -<title>Requirements</title> - -<para>In order to build and use &kuickshow; you need Imlib library version 1.x.</para> -</sect1> - -<sect1 id="compilation"> -<title>Compilation and Installation</title> - -&install.compile.documentation; - -</sect1> - -</appendix> - &documentation.index; </book>
