Commit Graph

6080 Commits

Author SHA1 Message Date
Martin A. Brown f50331c08f linuxdoc validation improvement
replacing HTML <a href=""> with <url url="">
2016-01-17 14:10:44 -08:00
Martin A. Brown 740c3d37ef linuxdoc validation improvement
use terse format for table, which had all of the closing tags jammed at the
end of the </tabular>
correct nesting of <item> elements in many <enum> and <itemize> elements
fix a few <url> elements
remove the 50-car pileup of closing tags at the end of the document
all in order to quell validation errors
2016-01-17 14:07:36 -08:00
Martin A. Brown 863e0ea7c2 linuxdoc validation improvement
moving <toc> higher to quell processor complaint
2016-01-17 13:30:14 -08:00
Martin A. Brown 1af2625c74 linuxdoc validation improvement
replacing HTML <a href=""> with <url url="">
2016-01-17 13:29:41 -08:00
Martin A. Brown 8798746fce linuxdoc validation improvement
replacing HTML <a href=""> with <url url="">
2016-01-17 13:29:00 -08:00
Martin A. Brown 72c66680b5 linuxdoc validation improvement
replacing HTML <a href=""> with <url url="">
replacing a pair of literal <> with &lt; and &gt;
2016-01-17 13:26:18 -08:00
Martin A. Brown 488dc4aabb linuxdoc validation improvement
replacing HTML <a href=""> with <url url="">
2016-01-17 13:25:16 -08:00
Martin A. Brown 88d2c64a56 linuxdoc validation improvement
swapping a close tag for </verb></tscreen> and an <nidx/> to make
the processor stop complaining
2016-01-17 13:23:50 -08:00
Martin A. Brown 767ac8b375 linuxdoc validation improvement
replacing HTML <a href=""> with <url url="">
2016-01-17 13:15:46 -08:00
Martin A. Brown 354a652c07 linuxdoc validation improvement
added <title> element to quell processor complaint
2016-01-17 13:14:24 -08:00
Martin A. Brown 2bbb848b1c linuxdoc validation improvement
flipping order of <author> and <date> element to quell processor
complaint
2016-01-17 13:11:10 -08:00
Martin A. Brown 48ca326fb8 linuxdoc validation improvement
replacing HTML <a href=""> with <url url="">
2016-01-17 13:10:05 -08:00
Martin A. Brown 85d41c3c6b linuxdoc validation improvement
using entities &rsqb; &lsqb; and &amp; instead of the literals to improve
validation; replacing HTML <a href=""> with <url url="">
2016-01-17 13:08:06 -08:00
Martin A. Brown 9f9bf73232 linuxdoc validation improvement
adding comment terminator --> where required
ordering the preliminary content in the required order, (title, author,
date, abstract, toc) in order to make the linuxdoc processor happier
2016-01-17 12:56:08 -08:00
Martin A. Brown 754943d728 linuxdoc validation improvement
replacing a pair of literal <> with &lt; and &gt; around an email address
2016-01-17 12:50:18 -08:00
Martin A. Brown d5edb4d23c linuxdoc validation improvement
adding missing </tt> tag
2016-01-17 12:49:17 -08:00
Martin A. Brown 1d76da0713 linuxdoc validation improvement
Needed to replace a literal & with &amp;
2016-01-17 12:48:22 -08:00
Martin A. Brown 39dbf83a6a linuxdoc validation improvement
processor was complaining about unescaped &lt; and &gt;
It was trying to use these as directives.
2016-01-17 12:46:43 -08:00
Martin A. Brown c24ea6dc0e linuxdoc validation improvement
nsgmls processor was complaining when trying to interpret an email
address as an element; just switched these to &lt; and &gt; and all
is well; also removed an extraneous trailing numeral '2' outside the document
structure
2016-01-17 12:43:47 -08:00
Martin A. Brown 7c1a003765 linuxdoc validation improvement
document had <sect3> children of <sect1>; processor complained about
it, but produced output, just quelling some of the noise.
2016-01-17 12:42:09 -08:00
Martin A. Brown 0564618e20 document in wrong tree; is docbook, not linuxdoc 2016-01-17 12:37:55 -08:00
Martin A. Brown 743d55cf71 adjusting pathing for Large-Disk-Howto and referring to local resources 2016-01-17 12:32:19 -08:00
Martin A. Brown ae687757ca adding service.maxtor.com link-rot images scrounged from author website 2016-01-17 12:31:43 -08:00
Martin A. Brown 5b385e13e1 DocBook validation correction
Adding lots of closing </para> as well as a few </listitem> and
</sect2> elements to allow validation of the document.
2016-01-17 11:34:57 -08:00
Martin A. Brown 6801a8d915 DocBook validation correction
Persnickety about the placement of <title/> elements in both the <appendix/>,
where it must come after the <appendixinfo/> and in the <sect1/>, which
requires a <title/>.  Changes made to allow document validation.
2016-01-17 11:12:07 -08:00
Martin A. Brown baa8685331 DocBook validation correction
OK, this one is just weird--order matters (!?); The <orgname/> child of
<affiliation/> needed to precede the <address/> child.  The document
would not validate without this change.  Seems very strange.
2016-01-17 10:47:50 -08:00
Martin A. Brown 8be30ab554 DocBook validation correction
Wrapping a <caution/> in a <para/>, wrapping a bunch of <procedure/> elements
in <blockquote/> and correcting a bad xreflinkend attribute to xreflabel,
all to allow for validation.
2016-01-17 10:32:44 -08:00
Martin A. Brown fea669531f DocBook validation correction
DocBook XML is picky about capitalization of the name of the document type.
2016-01-17 09:58:02 -08:00
Martin A. Brown 67b023a5b2 DocBook validation correction
Suppressing a <beginpage/> element along with a comment explaining why
it is not the right solution to force a page break.
2016-01-17 09:50:51 -08:00
Martin A. Brown a46a030309 DocBook validation correction
Closing a </listitem> to allow for validation.
2016-01-17 09:20:14 -08:00
Martin A. Brown a477092dba DocBook validation correction
Closing a </para> to allow for validation.
2016-01-17 09:18:25 -08:00
Martin A. Brown 1efa710ff4 DocBook validation correction
just closing a </sect2> and a </para> to allow for validation.
2016-01-17 03:08:00 -08:00
Martin A. Brown a12b8e145e DocBook validation correction
termining a bunch of </para> and </sect2> in order to allow validation.
N.B. script vpn-pppssh should be included with this source and is not
2016-01-17 03:04:31 -08:00
Martin A. Brown ce4fd1c3e5 DocBook validation correction
Closing a few <Sect2/> and <para/> elements in order to allow for validation.
2016-01-17 02:58:14 -08:00
Martin A. Brown e57a646937 DocBook validation correction
Correcting spelling of <emphasis/> tag and wrapping a few <listitem/> contents
in <para/> tags in order to allow for validation.
2016-01-17 02:56:04 -08:00
Martin A. Brown f072b7037e DocBook validation correction
Correcting an HTML <a href=""></a> to a <ulink/> to allow for validation
2016-01-17 02:52:28 -08:00
Martin A. Brown 16c076f45c DocBook validation correction
adding an <affiliation/> to contain an <Email/> to allow for validation
2016-01-17 02:50:28 -08:00
Martin A. Brown 984d626fe3 DocBook validation correction
rebalanced several </para> tags to allow for validation
2016-01-17 02:47:27 -08:00
Martin A. Brown 5ac5335740 DocBook validation correction
adding a few </para> tags to allow for validation
2016-01-17 02:45:19 -08:00
Martin A. Brown 9df1fe9175 DocBook validation correction
adding a few </para> tags to allow for validation
2016-01-17 02:32:37 -08:00
Martin A. Brown d9ef8bfe6d DocBook validation correction
First line must include the definition.
2016-01-17 02:30:24 -08:00
Martin A. Brown 6a44dd5e5e DocBook validation correction
adding a few </sect2> and </listitem> closing tags to allow
for validation
2016-01-17 02:28:50 -08:00
Martin A. Brown ef3222af27 DocBook validation correction
adding a few </sect2> </listitem> and </para> closing tags to allow for
validation
2016-01-17 02:25:14 -08:00
Martin A. Brown 8ceb8a930b DocBook validation correction
adding a bunch of terminating </sect1> </sect2> </sect3> </sect4>
and </para> tags
2016-01-17 01:57:38 -08:00
Martin A. Brown a52bf88f4f DocBook validation correction
adding a bunch of terminating </sect1> </sect2> </sect3> </para>
and a handful of other tags
2016-01-17 01:51:27 -08:00
Martin A. Brown 8afd6d7e1e DocBook validation correction
adding one missing </sect>
2016-01-17 01:44:32 -08:00
Martin A. Brown 691bb85e15 DocBook validation correction
upgrading entire document to DocBook V3.1 (from V3.0):
<!DOCTYPE Article PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
because the authors were using elements (e.g. <legalnotice/> and
<varname/>) that were not available in the earlier DocBook release
2016-01-17 01:39:57 -08:00
Martin A. Brown 2fbe6fee46 DocBook validation correction
removing one stray <title> to allow validation
2016-01-17 01:30:35 -08:00
Martin A. Brown 82101ac3a9 DocBook validation correction
New style <AuthorGroup/> replacing the no-longer validating <ULink/>
which held mailto: URLs.
2016-01-17 01:27:34 -08:00
Martin A. Brown 93752f8b09 DocBook validation correction
adding a single closing </programlisting>
2016-01-17 01:21:49 -08:00