have docbook generate valid html
authorLee <ler762@users.sourceforge.net>
Mon, 19 Mar 2018 15:46:58 +0000 (11:46 -0400)
committerLee <ler762@users.sourceforge.net>
Mon, 19 Mar 2018 15:46:58 +0000 (11:46 -0400)
commit352696e3ebdddaaf4d370ee35f2bab3ed3b18134
treec817b7caebd5e6753912f99500237e3cfda13ad5
parent658087b23fc2ff3ddf195ab2092c5585e5cdfff0
have docbook generate valid html

http://validator.w3.org/check
fusses about 'end tag for element "P" which is not open'
if a table is inside a paragraph - eg
  <p><table> ... </table></p>

docbook 3.1 turns <screen> and <programlisting> into
html <table>s, so get rid of all the enclosing <para>s

problematic constructs:
<para><figure> ... </figure></para>
<para><itemizedlist> ... </itemizedlist></para>
<para><literal> ... </literal></para>
<para><orderedlist> ... </orderedlist></para>
<para><programlisting> ... </programlisting></para>
<para><screen> ... </screen></para>
<para><simplelist> ... </simplelist></para>
doc/source/buildsource.sgml
doc/source/changelog.sgml
doc/source/contacting.sgml
doc/source/developer-manual.sgml
doc/source/faq.sgml
doc/source/newfeatures.sgml
doc/source/p-config.sgml
doc/source/seealso.sgml
doc/source/user-manual.sgml