Git commit a7f9154c7807339e65c7bd7583b11bc5714b3f59 by Luigi Toscano. Committed on 23/07/2017 at 06:32. Pushed by ltoscano into branch 'frameworks'.
doc: use the native KF5 DTD, some cleanup - use the proper DTD; - remove few obsolete entities; - remove the deprecated "installation" appendix. M +1 -21 doc/index.docbook https://commits.kde.org/kmix/a7f9154c7807339e65c7bd7583b11bc5714b3f59 diff --git a/doc/index.docbook b/doc/index.docbook index 6140fb3..82ca2ec 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 "&kmix;"> - <!ENTITY package "kdemultimedia"> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ <!ENTITY % English "INCLUDE" > <!-- change language only here --> <!ENTITY % addindex "IGNORE"> ]> @@ -423,24 +421,6 @@ Setting volume level (0-100%): </chapter> -<appendix id="installation"> -<title>Installation</title> - -<sect1 id="getting-Kmix"> -<title>How to obtain &kmix;</title> - -&install.intro.documentation; - -</sect1> - -<sect1 id="compilation"> -<title>Compilation and installation</title> - -&install.compile.documentation; - -</sect1> -</appendix> - &documentation.index; </book>
