[kst-plot] docbook/kst: fix xml errors to pass checkXML5

Burkhard Lück null at kde.org
Fri Mar 23 17:15:55 UTC 2018


Git commit 0d32b00088f738bca0906021b0a4c162ce38ecec by Burkhard Lück.
Committed on 23/03/2018 at 17:15.
Pushed by lueck into branch 'master'.

fix xml errors to pass checkXML5

M  +3    -3    docbook/kst/additionalformats-chapter.docbook
M  +3    -3    docbook/kst/creatingplugins-chapter-new.docbook
M  +4    -4    docbook/kst/debuglog-chapter.docbook
M  +4    -1    docbook/kst/plugins-chapter.docbook
M  +1    -0    docbook/kst/saving-chapter.docbook

https://commits.kde.org/kst-plot/0d32b00088f738bca0906021b0a4c162ce38ecec

diff --git a/docbook/kst/additionalformats-chapter.docbook b/docbook/kst/additionalformats-chapter.docbook
index 8c48f63a..d228d1ae 100644
--- a/docbook/kst/additionalformats-chapter.docbook
+++ b/docbook/kst/additionalformats-chapter.docbook
@@ -1,8 +1,8 @@
 <appendix id="supportingadditionalfileformats">
 <title>Supporting Additional File Formats</title>
-<sect2>
-  <title>WARNING: This section was written for Kst version 1 and may be somewhat, or even totally obsolete. WARNING</title>
-</sect2>
+<warning>
+  <para>WARNING: This section was written for Kst version 1 and may be somewhat, or even totally obsolete. WARNING</para>
+</warning>
 <para>
 This section describes
 how to create additional
diff --git a/docbook/kst/creatingplugins-chapter-new.docbook b/docbook/kst/creatingplugins-chapter-new.docbook
index 1cdb9b1a..a7c64a7e 100644
--- a/docbook/kst/creatingplugins-chapter-new.docbook
+++ b/docbook/kst/creatingplugins-chapter-new.docbook
@@ -1,8 +1,8 @@
 <appendix id="creatingplugins">
 <title>Creating Additional Plugins</title>
-<sect2>
-  <title>WARNING: This section was written for Kst version 1 and may be somewhat, or even totally obsolete. WARNING</title>
-</sect2>
+<warning>
+  <para>WARNING: This section was written for Kst version 1 and may be somewhat, or even totally obsolete. WARNING</para>
+</warning>
 
 <para>
 &kst; has a simple and standardized interface that facilitates easy creation of additional plugins.
diff --git a/docbook/kst/debuglog-chapter.docbook b/docbook/kst/debuglog-chapter.docbook
index dddcf4eb..66a60342 100644
--- a/docbook/kst/debuglog-chapter.docbook
+++ b/docbook/kst/debuglog-chapter.docbook
@@ -4,7 +4,7 @@
 Unfortunately, things can sometimes go wrong with &kst;.  This section lists some things that can be useful to unbreak things.
 </para>
 
-<sect3>
+<sect1>
   <title>Clearing Defaults</title>
 
   <para>
@@ -14,9 +14,9 @@ Unfortunately, things can sometimes go wrong with &kst;.  This section lists som
   <para>
     If you find that &kst; has broken for you (that is, something that used to work no longer does), bad defaults is a pretty plausible explanation (though we do keep trying to track these situations down and remove them).  You can completely restore &kst; to it's default, just-installed configuration by selecting <guimenuitem>Clear datasource settings</guimenuitem> and <guimenuitem>Clear settings and defaults</guimenuitem> from the <guimenu>Settings</guimenu> menu.  Unfortunately, this will erase all of your settings and defaults, but it may be necessary in some cases.  If the problem seems to have something to do with data files, try <guimenuitem>Clear datasource settings</guimenuitem> first because it is generally less destructive and more likely to help.
   </para>
-</sect3>
+</sect1>
 
-<sect3>
+<sect1>
   <title>The Debug Dialog</title>
 
   <para>
@@ -26,7 +26,7 @@ Unfortunately, things can sometimes go wrong with &kst;.  This section lists som
   <para>
     The Log tab provides a log the loading of all data sources and data plugins, as well as logging some errors, such as out of memory errors.  This log tab can be a useful place to look if things are not working out well.
   </para>
-</sect3>
+</sect1>
 
 </appendix>
 
diff --git a/docbook/kst/plugins-chapter.docbook b/docbook/kst/plugins-chapter.docbook
index 4a680404..da610aca 100644
--- a/docbook/kst/plugins-chapter.docbook
+++ b/docbook/kst/plugins-chapter.docbook
@@ -1,5 +1,8 @@
 <chapter id="pluginsandfilters">
 <title>Plugins, Fits, and Filters</title>
+
+<sect1>
+<title>Using Plugins, Fits, and Filters</title>
 <para>
 Many of the mathematical data operators in &kst;, including fits and filters, are implemented as plugins.  Plugins are loaded at run time and use a stable API, so it is possible to write your own plugins and include them in your local installation without re-compiling &kst;.  Fits and Filters are simply subsets of the set of plugins, and thus behave identically to generic plugins, with the exception of additional convenience dialog functionality when selected from the plot context menu.  See <link linkend="fits">here</link> for a general description of the creation of fits and filters.
 </para>
@@ -2319,7 +2322,7 @@ The kurtosis of the data set.
 </sect2>
 
 <!-- End the long plugins section -->
-
+</sect1>
 
 </chapter>
 
diff --git a/docbook/kst/saving-chapter.docbook b/docbook/kst/saving-chapter.docbook
index 821dd4d4..a3902a51 100644
--- a/docbook/kst/saving-chapter.docbook
+++ b/docbook/kst/saving-chapter.docbook
@@ -1,6 +1,7 @@
 <chapter id="savingandexporting">
 <title>Saving and Printing</title>
 <sect1>
+<title>Saving and Exporting</title>
 <para>
 &kst; provides various methods of saving and exporting data and plots.  These methods are described below.
 </para>


More information about the kde-doc-english mailing list