Commit Graph

2784 Commits

Author SHA1 Message Date
Martin A. Brown 40922c6836 xmllint hinted at problems: <para/> in <listitem/>
added a bunch of corrections for <itemizedlist/> <listitem/> and <para/>
nesting to match the DocBook content model more strictly; this allows full
validation of the document
2016-03-02 21:43:13 -08:00
Martin A. Brown d163edda14 xmllint validations; <revdescription/> and ID fix
<revremark/> can only have text, but <revdescription/> can contain lots of
other stuff; and a space is invalid in an id= attribute.
2016-03-02 21:28:27 -08:00
Martin A. Brown 45f1b72757 <programlistingco/> is only used with areaspec
the external general entities (files) which were getting pulled in already
contained a <programlisting/> element; this XML element was not necessary, but
the lack of an <areaspec/> inside the <programlistingco/> was giving xmllint
fits.
2016-03-02 21:20:26 -08:00
Martin A. Brown 029b9fef03 xmllint suggested validation corrections
apparently, DocBook is quite picky about the order of children elements within
the <affiliation/> element; so rearranged; and also only one of <revremark/>
or <revdescription/> is (technically) allowed in a <revision/>, so I chose to
convert the <revremark/> elements to <remark/> and drop them inside of a
<revdescription/>, which allows much richer expression of content
2016-03-02 21:18:36 -08:00
Martin A. Brown b74ebb0b21 minor validation fixes (xmllint) 2016-03-02 21:04:29 -08:00
Martin A. Brown 0ffb3fa782 using xmllint with --postvalid showed me an error
cannot use <group/> inside a <term/> (or maybe outside of a <cmdsynopsis/> or
<synoptfragment/>; removed the <group/> elements
2016-03-02 20:53:31 -08:00
Martin A. Brown 5af31e0d30 removing NCURSES-HOWTO (cruft)
the entire set of directories here had been checked in (in 2005) under
NCURSES-Programming-HOWTO; and has since been moved to a subdirectory,
NCURSES-Programming-HOWTO/resources

this is cruft and does not need to be here (there are even newer files in the
NCURSES-Programming-HOWTO/resources/ncurses_programs directory
2016-03-01 20:45:49 -08:00
Martin A. Brown a4c4f094a1 retiring the never finished LVM-on-IDE-RAID-HOWTO 2016-03-01 20:41:03 -08:00
Martin A. Brown f2042fe71c correcting DocBook XML V4.2 PUBLIC identifier 2016-03-01 20:38:14 -08:00
Martin A. Brown 1135cacdf1 setting the document stem name to the directory stem name 2016-03-01 20:36:32 -08:00
Jason S. Evans e9722bc2a6 Merge https://github.com/tldp/ldp 2016-02-29 10:08:58 +01:00
Martin A. Brown e8fe102d0a moving out of the active source tree set 2016-02-26 08:32:18 -08:00
Jason S. Evans d9a5616e66 Merge https://github.com/tldp/ldp 2016-02-25 09:44:48 +01:00
Martin A. Brown 79dcbec5a0 retire rpmupgrade
retire unfinished document
2016-02-24 11:19:14 -08:00
Martin A. Brown 12387813db retiring GNU-Build-System-HOWTO
retiring GNU-Build-System-HOWTO after discussing with Giridhar
2016-02-24 11:01:16 -08:00
Martin A. Brown 072ebcb987 remove endterm attribute from <xref/> elements
Several <xref/> elements used the endterm attribute, which takes the entire
content contained in the element as replacement.  Because the endterm was
also, for example, a <section/>, the replaced text was a gigantic (multi-page)
link with the whole section included.  Unintended, I'm sure.
2016-02-24 09:49:11 -08:00
Jason S. Evans 7089b157c2 Merge https://github.com/tldp/ldp 2016-02-24 09:32:27 +01:00
Martin A. Brown ad9b24cf03 amusing evidence of tables having grown from the original size (a common error, it seems) 2016-02-23 23:05:59 -08:00
Martin A. Brown 3a9a328a00 amusing evidence of tables having grown from the original size (a common error, it seems) 2016-02-23 23:05:59 -08:00
Martin A. Brown 6252e034eb amusing evidence of tables having grown from the original size (a common error, it seems) 2016-02-23 23:05:59 -08:00
Martin A. Brown 78ec6080e6 suppress docbook processors on book/articles for predictability during automation 2016-02-23 23:04:35 -08:00
Martin A. Brown 3ace57308c suppress dbhtml processors (automation prep)
The <?dbhtml ...?> processor commands often create files that are unusually
named and not what the supermajority of our other documents use.
2016-02-19 01:02:01 -08:00
Jason S. Evans cb75d5ab53 Update fork
Merge https://github.com/tLDP/LDP
2016-02-17 09:20:55 +01:00
Jason S. Evans 271ef7a63a Continuing work on document. 2016-02-16 07:10:01 +01:00
Martin A. Brown 9b265eb6e2 added section on bufferbloat; reworked language
reworked some of the language for smoothness
added a section on bufferbloat (which still needs some editorial love)
2016-02-13 00:13:46 -08:00
Martin A. Brown 9be89fd712 minor relanguaging 2016-02-13 00:13:31 -08:00
Martin A. Brown 30cb48755f xref to bufferbloat; tag "upgrade"; BQL title
added a reference to bufferbloat
upgraded a few untagged text items to be wrapped with <command>, a few others
from <command> to the more appropriate <emphasis> or <constant>
added a FIXME for more description on enqueuing from userspace/network
2016-02-13 00:08:18 -08:00
Martin A. Brown 850c1bfa91 from itemizedlist to varlistentry; image to table
created priority map table as a DocBook table
altered several itemizedlist to varlistentry elements
2016-02-13 00:05:08 -08:00
Martin A. Brown a4c900c3ba Merge branch 'master' of https://github.com/tLDP/LDP 2016-02-12 10:53:55 -08:00
Martin A. Brown a215c5153e correcting DOCTYPE declaration 2016-02-10 08:50:41 -08:00
Martin A. Brown ea092ea4de correcting DOCTYPE declaration 2016-02-10 08:49:50 -08:00
Jason S. Evans 7f28c38fcb updatng fork
Merge https://github.com/tLDP/LDP
2016-02-08 14:15:32 +00:00
Martin A. Brown 81f7d55069 list out new schedulers that should be documented
Since the initial release of this document, there have been quite a few new
queuing disciplines added.  Identify the ones for which there is no
documentation here.
2016-02-07 10:40:59 -08:00
Martin A. Brown d946dacabe Removing professional background references
It is not necessary to credit SecurePipe, Inc. in every single file,
especially since it was merely my employer and did not actually contribute
materially to the documentation.  (As much as I appreciated the experience,
knowledge, role and professional growth.)
2016-02-07 10:31:46 -08:00
Jason S. Evans 14e6e10ae4 Basic housecleaning and removed excessive files 2016-02-07 09:19:32 +01:00
Martin A. Brown 59ec37c19e adjusting definition URL to canonical location (so catalogs can find the DTD) 2016-02-05 20:17:28 -08:00
Jason S. Evans 8cbf688a88 Moved document from guides directory to howto direction and renamed file to match the standard naming convention. 2016-02-04 19:10:47 +01:00
Martin A. Brown d851cd4f67 patches from Federico and Natale obviate this comment! 2016-02-02 10:09:19 -08:00
Martin A. Brown e01dc6f7f1 removing distracting and extraneous comment block 2016-02-02 10:08:41 -08:00
Martin A. Brown 0b2b5e0187 bumping VERSION to 1.1 2016-02-02 10:08:22 -08:00
Martin A. Brown 7099e84ec4 adding entries for Federico Bolelli and Natale Patriciello 2016-02-02 10:08:10 -08:00
Martin A. Brown a6502fbe1e adjusting references to LARTC mailing list and archives 2016-02-02 10:07:35 -08:00
Martin A. Brown b647cb5001 correcting URL for http://www.docum.org/docum.org/ (OK, weird) 2016-02-02 10:00:41 -08:00
Martin A. Brown 05d19e3790 retiring Deciding-Linux-HOWTO 2016-02-02 09:25:25 -08:00
Martin A. Brown 0da3f7d73b retiring Dialup-PPP-Server-HOWTO 2016-02-02 09:24:45 -08:00
Martin A. Brown 9c4f4a5291 retiring IPTables 2016-02-02 09:20:24 -08:00
Martin A. Brown 0a1253f5fd retiring kde-compile 2016-02-02 09:19:40 -08:00
Martin A. Brown 06375137fb retiring Kernel-Build-HOWTO 2016-02-02 09:19:05 -08:00
Martin A. Brown 903b50b154 retiring lamp.sgml 2016-02-02 09:18:20 -08:00
Martin A. Brown 1a7074827c retiring Ldap-Implementation-HOWTO 2016-02-02 09:17:12 -08:00
Martin A. Brown 71cbf78aac uppercasing the Storage in the name (matching to output tree) 2016-02-02 09:13:56 -08:00
Martin A. Brown 01ccf39090 uppercasing the Storage in the name (matching to output tree) 2016-02-02 09:13:44 -08:00
Martin A. Brown beb5efd0ef uppercasing the Storage in the name (matching to output tree) 2016-02-02 09:13:12 -08:00
Martin A. Brown 53b38cfa3d retiring Win+BSD+Linux-Install-HOWTO 2016-02-02 09:04:02 -08:00
Martin A. Brown 8be4bcded6 retiring the VirtulWeb-HOWTO 2016-02-02 08:53:26 -08:00
Martin A. Brown 8b1cf796e6 retiring the Anti-Spam-HOWTO 2016-02-02 08:53:06 -08:00
Martin A. Brown 826e647bce link target correction sect2 -> step2
DocBook processor was complaining about the unknown link target for sect2.
This was just an obvious fix.  There remains an unknown linkend, booklist.
2016-02-02 07:28:33 -08:00
Martin A. Brown 69eecf0cd4 creating and populating ./images/ directory
document already referred to an images directory, but (for whatever reason)
the images were stored in the same directory as the DocBook XML source
2016-02-02 07:22:31 -08:00
Martin A. Brown b7ff6aa7ae renaming according to convention 2016-02-02 07:18:29 -08:00
Martin A. Brown 3b3dca8f37 replacing typo angle bracket with parenthesis 2016-02-02 07:17:14 -08:00
Martin A. Brown a432c311d0 Merge remote-tracking branch 'origin/traffic' 2016-01-29 09:19:46 -08:00
Martin A. Brown 96e5f7e1bc removed inappropriate use of <xref endterm=""/>
This document used an endterm in the wrong place and its presence was
confusing the heck out of the FO processor:

  <xref endterm="partitiontable" linkend="partitiontable" />

The endterm="" attribute tells the DocBook processor to copy the content found
at the linkend inline.  The problem is that the content at this particular
linkend was an entire table.  This meant that the FO processor was receiving
an entire (DocBook) table (as FO, of course) and futilely trying to render it
inline.

Removing the endterm="partitiontable" allows the document to be processed by
FOP into a PDF.
2016-01-28 12:10:59 -08:00
Martin A. Brown 4212b180ab patched from author's github.com repository
Author contacted, responded quickly, provided the missing old files
and confirmed that it was acceptable to comment out the reference to
../openMosix-2.6-HOWTO/openMosix-2.6-HOWTO-content.sgml

Source available: https://github.com/KrisBuytaert/openmosix-howto
2016-01-28 10:26:32 -08:00
Martin A. Brown 40a544910f patched from author's github.com repository
Author contacted, responded quickly, provided the missing old files
and confirmed that it was acceptable to comment out the reference to
../openMosix-2.6-HOWTO/openMosix-2.6-HOWTO-content.sgml

Source available: https://github.com/KrisBuytaert/openmosix-howto
2016-01-28 10:23:42 -08:00
Martin A. Brown a092444e12 DocBook corrections and adjusting INCLUDE for LDP
The desired output formats can be tweaked by setting the value of the
parameter entities %output.print.png% (and friends) to "INCLUDE";

The document still needed a few corrections, namely the removal of two
extraneous </listitem> elements and a few <application/> and <acronym/>
elements that were in illegal locations (for example as a child of the
<contrib> element).
2016-01-27 22:52:21 -08:00
Martin A. Brown 99a64e441c Retiring the SGML version, since XML is much newer 2016-01-27 21:20:38 -08:00
Martin A. Brown 107e57c615 Correcting the system identifier in the DOCTYPE
Using the HTTP variant of the system identifier; let the local DocBook
installation map that system identifier to the local filesystem for us.

Replacing two literal < with &lt;.
2016-01-27 21:19:10 -08:00
Martin A. Brown 3b55146b71 adding images to big-howto-template and renaming
The Template-Big-HOWTO.sgml contained references to images that were not
present in the VCS.  I located green.gif and red.gif in the ancient Linux
Gazette materials and added them here, along with a few .eps files for print
outputs.
2016-01-27 21:07:26 -08:00
Martin A. Brown b9d0f98f4b Creating ./images/ directory and moving all *.png
The publication scripts expect all images to be in a directory called
./images/ in order to be published in the HTML output directory.
2016-01-27 21:05:14 -08:00
Martin A. Brown 08ac878b71 Switching to DocBook 4.2, to match markup
The markup in this document made plenty of references to elements that
post-date the DocBook 3.0 specification (e.g. <mediaobject/>).

Fortunately, with one or two minor corrections to the nesting of elements, the
newer revision of DocBook can validate the document.
2016-01-27 20:59:34 -08:00
Federico Bolelli 35b2dce9ec Fixed Martin's comments 2016-01-27 12:42:14 +01:00
Federico Bolelli 3e267b0adc Overview updated
Added the structure of the network stack, starvation and latency
2016-01-27 12:42:14 +01:00
Federico Bolelli 239c98cd29 Added netfilter and iptables
Also added ethtool for managing the driver queue
2016-01-27 12:42:14 +01:00
Federico Bolelli df629eac5e Elements of traffic control updated
Added the section on the driver queue (BQL)
2016-01-27 12:42:14 +01:00
Federico Bolelli b6cde69c6f Classless qdisc updated 2016-01-27 12:42:14 +01:00
Federico Bolelli c1374527e7 Classful qdisc updated 2016-01-27 12:42:14 +01:00
Martin A. Brown 80be51b8b6 replacing an entity with the symbol, tilde; the entity was confusing TeX 2016-01-26 16:59:57 -08:00
Martin A. Brown 5368a9c844 openjade does not like underscore in id= attribute
replace all underscores in attribute ids with dashes
2016-01-25 12:37:14 -08:00
Martin A. Brown 133de6bb95 openjade does not like underscore in id= attribute
replace all underscores in attribute ids with dashes
2016-01-25 12:35:44 -08:00
Martin A. Brown e99c425209 DocBook SGML: openjade forbids underscore in id= 2016-01-25 09:52:11 -08:00
Martin A. Brown bd48a44b6a allow automated publishing; switch to ./resources/
The additional programs and content were stored in a directory called
ncurses_programs and were referred to in the document--the problem is that
only ./images/ were copied to the output tree, so HTML versions of the
document would fail in building AND the files would not be viewable.

Adjusted that be creating a ./resources/ directory along the same line
as the ./images/ directory.  This can be changed, if desired, but this
allows for automated publication of the document.  (Side benefit: this is
generalizable to all other TLDP documents.)
2016-01-25 09:28:17 -08:00
Martin A. Brown 3b3973c134 DocBook SGML corrections
replacing several bare ampersands with &amp;
2016-01-25 08:53:59 -08:00
Martin A. Brown 470d6e8b1a renaming IRC.sgml to IRC.xml because it contains XML 2016-01-25 08:48:22 -08:00
Martin A. Brown 1ed75f296b rename the local index.sgml to slovak-index.sgml
When generating a book (or article) index, the filename is index.sgml.  Not an
issue with DocBook XML, only with the older tools which make several passes
over the input sources to create the index data (output as SGML in a file
called index.sgml) and then incorporate that into the final document.
2016-01-24 15:59:04 -08:00
Martin A. Brown 1cddadd624 DocBook SGML corrections
removing extraneous and empty <author/>, non-validating <toc/>
replacing an <ulink/> with a mailto: with an <email/> element
stuffing an &amp; in the url="" attribute value for a <ulink/>
document now validates
2016-01-24 15:52:34 -08:00
Martin A. Brown a16ca96a2b adjusting file path so that images files are available in output tree, as well; ./images/ 2016-01-24 15:43:25 -08:00
Martin A. Brown f77693c57c move images into own ./images/ dir so available in output tree 2016-01-24 15:41:11 -08:00
Martin A. Brown b4b4e106f1 moving images into ./images/ directory so that they are available in output tree, as well 2016-01-24 15:37:33 -08:00
Martin A. Brown e40a3fbe95 deleting two older copies of the same file with slightly different names 2016-01-24 15:37:06 -08:00
Martin A. Brown c379fe0e27 DocBook XML validation correction
one extra </revision> closing tag needed to be removed
2016-01-24 15:36:32 -08:00
Martin A. Brown 05f3196fbd moving images into ./images/ directory so that they are available in output tree, as well 2016-01-24 15:30:35 -08:00
Martin A. Brown 598373154c create actual .eps files and move image files into ./images/ 2016-01-24 15:26:21 -08:00
Martin A. Brown 5532c48b03 create actual .eps files and move image files into ./images/ 2016-01-24 15:25:52 -08:00
Martin A. Brown feb2db2a02 duplicate of VPN-SSH-PPP-HOWTO 2016-01-24 15:21:16 -08:00
Martin A. Brown 918a352508 DocBook XML correction
Though it is legal to define parameter entity substitutions in a
DTD's internal subset, you cannot actually use them there.  It is only
legal to use a parameter entity substitution in an external subset.

See this:
https://www.w3.org/TR/1998/REC-xml-19980210#wfc-PEinInternalSubset

Therefore, for the XML-RPC-HOWTO, the %GoodStyleSheets; definition is
left uncommented, but the suppression of the alternate definition of
legal.notice is commented out.

Document validates and processes correctly, now, using the legal.notice
definition intended.  N.B., there is no actual difference in the license
specified, just the markup used to communicate it.
2016-01-24 12:16:43 -08:00
Martin A. Brown a0d0c2ddf9 DocBook XML DOCTYPE declaration correction
Setting the (absent) system identifier.
2016-01-24 12:14:56 -08:00
Martin A. Brown f9df6da482 DocBook SGML correction
A Table of Contents is automatically generated; no need for a <toc/> element,
and needed to get rid of an extraneous "#"; validates and processing now
2016-01-24 12:02:57 -08:00
Martin A. Brown 89e9153c4e DocBook XML adjustments
first line of fdl.xml with XML text declaration was confusing xsltproc;
removed and things were fine, also removed commented out DOCTYPE declaration

used URI for DocBook 4.1.2 in system identifier in rpmupgrade.xml

commented out <xref endterm="xrefdemo" linked="xrefdemo" /> which was causing
a recursion error in the DocBook XSLT layer

document now validates and builds (except for PDF)
2016-01-24 11:58:27 -08:00
Martin A. Brown b9601025f3 locating all eps files in images directory 2016-01-24 11:42:18 -08:00
Martin A. Brown 9525ad00db adding .eps versions of all files for print output 2016-01-24 11:30:47 -08:00
Martin A. Brown 2769f0ac5f moving all images into images directory 2016-01-24 11:26:55 -08:00
Martin A. Brown 2fdfa2d74c drop all images into ./images/ directory 2016-01-24 11:22:58 -08:00
Martin A. Brown bb5aa4728f DocBook SGML correction
The <mediaobject/> element does not allow the align= attribute, removing, to
allow validation and processing.
2016-01-24 11:20:57 -08:00
Martin A. Brown c12f52be91 switching to entity names for &raquo; and &laquo; 2016-01-24 11:17:27 -08:00
Martin A. Brown faeb213288 DocBook SGML corrections
Adding a variety of closing tags, </para>, </sect3> to allow for validation
2016-01-24 11:09:30 -08:00
Martin A. Brown a8c934f589 DocBook SGML correction
adding one missing </sect2> to allow for document validation
2016-01-24 10:55:49 -08:00
Martin A. Brown e076e8194f DocBook SGML correction
adding one missing </listitem> to allow for document validation
2016-01-24 10:54:21 -08:00
Martin A. Brown b5a6449317 DocBook SGML corrections
jade processor was very unhappy to have closing tags on <imagedata>;
removing them (which felt like violence) allowed the document to be
validated and processed
2016-01-24 09:40:13 -08:00
Martin A. Brown c422768d80 DocBook SGML corrections
The <email> start tag was not properly closed; just closing it.
2016-01-24 09:36:46 -08:00
Martin A. Brown d51e1970c4 Store the cooked outputs of Charles Curley's scripts
In his document build system, each script is cooked (wrapped in <![ CDATA []]>
during build process--this is elegant, but we are not calling his build
Makefile, so we need to store the cooked scripts in the source tree.
2016-01-24 09:16:45 -08:00
Martin A. Brown 270d39e7de DocBook SGML corrections
<artheader/> element removed, replaced with <articleinfo/> in DocBook 4.1
putting images in ./images/ directory
2016-01-24 09:01:36 -08:00
Martin A. Brown bceac870e9 providing local copy of fdl.sgml.en, so the directory is self-contained 2016-01-24 08:54:50 -08:00
Martin A. Brown 3725584abc DocBook SGML corrections
jade did not like trying to process <graphic/> elements where it could not
find the source images; also, it wanted the filename extension included (did
early DocBook SGML processing tools simply locate an image of the preferred
type?)
2016-01-24 08:52:54 -08:00
Martin A. Brown b3c9d1fbf2 DocBook SGML corrections
adding one closing </para>
commenting out <imageobject/> referring to png filetypes, since
the jade engine refuses to handle png files at DocBook v3.1
2016-01-23 23:54:24 -08:00
Martin A. Brown e53cae8f61 DocBook SGML corrections
element <authorintials/> spelled correctly as <authorinitials/>
added closing </para> and </listitem> to allow document to validate
2016-01-23 23:49:06 -08:00
Martin A. Brown d2afd0d672 Merge branch 'master' of github.com:martin-a-brown/LDP 2016-01-23 21:50:45 -08:00
Martin A. Brown ffeea48757 using nicer callouts found in OpenSUSE
Thanks to the OpenSUSE team, will add a note there.  Stuff is GFDL-1.2
2016-01-23 21:50:05 -08:00
Martin A. Brown d21def7354 renaming rpmupgrade.sgml (directory) to rpmupgrade
the automated processing script expects rpmupgrade/rpmupgrade.sgml
2016-01-23 21:02:29 -08:00
Martin A. Brown ec5afa9517 adding compatibility symlink for VPN-PPP-SSH-HOWTO
the processing tools expect each document to be STEM/STEM.sgml
or STEM/STEM.xml; in order to find the master document
2016-01-23 21:00:36 -08:00
Martin A. Brown fd5a90d879 DocBook SGML validation fix
Georg Käfer had to become Georg K&auml;fer for SGML, anyway; the
problem was not in the generation of HTML, but rather PDF output
through the tex engine
2016-01-23 20:57:23 -08:00
Martin A. Brown 81f787ca3d Merge branch 'master' of github.com:martin-a-brown/LDP 2016-01-23 19:42:11 -08:00
Martin A. Brown 771b45718d incorporating admon graphics directly into Traffic-Control-HOWTO project 2016-01-23 19:41:37 -08:00
Martin A. Brown 13943cb7fb DocBook validation corrections
changing all <link xlink:href=""/> elements to <ulink url=""/>;
this document is DocBook 4.1.2, and the use of xlink:href="" instead of the
more general <ulink/> element was preventing proper processing of the
document (without making the processor aware of this particular namespace)
HOWTO can be processed now by a completely automated (xsltproc) toolchain.
2016-01-22 16:40:14 -08:00
Martin A. Brown 33d16b47d8 DocBook validation corrections
changing & to &amp; to allow proper XML processing (e.g. xsltproc)
2016-01-20 21:07:33 -08:00
Martin A. Brown 872986dacf DOCTYPE declaration correction to allow xsltproc to process document 2016-01-20 21:02:36 -08:00
Martin A. Brown 73310be57f Unicode correction
Add BOM and save the file as a Unicode data file, so that xsltproc can process
the data.
2016-01-20 20:54:00 -08:00
Martin A. Brown a1d93005c4 DocBook validation corrections
changing & to &amp; to allow proper XML processing (e.g. xsltproc
2016-01-20 20:49:07 -08:00
Martin A. Brown b9068e9954 DocBook validation corrections
changing < to &lt; to allow proper XML processing (e.g. xsltproc)
2016-01-20 20:47:53 -08:00
Martin A. Brown 93d5814837 DOCTYPE declaration correction to allow xsltproc to process document 2016-01-20 20:46:42 -08:00
Martin A. Brown b546ae028d DOCTYPE declaration correction to allow xsltproc to process document 2016-01-20 20:43:37 -08:00
Martin A. Brown dcb0116ad2 DocBook validation corrections
adding a missing closing </listitem>, </sect2> and a few </para> elements
2016-01-20 09:12:15 -08:00
Martin A. Brown 1f0afa18e5 removing, since renamed in 2004 (more than 10 years ago) 2016-01-18 10:43:44 -08:00
Martin A. Brown 8e8b80b1f4 DocBook validation correction
adding closing tags for several <sect2/> <listitem/> and <para/> to
allow validation
2016-01-18 10:38:47 -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 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
Martin A. Brown bf247c6a6c DocBook validation correction
adding a bunch of closing </para> to allow validation
2016-01-17 01:20:05 -08:00
Martin A. Brown 6f2690da82 DocBook validation correction
just some tag balancing; plenty more closing tags for </para> </sect1>
</sect2> </sect3> and a </listitem>
2016-01-17 01:16:16 -08:00
Martin A. Brown b3d83f6861 DocBook validation correction
lots of <ULink/> nits because &65533; is not SGML friendly (?)
several <Email/> substitutions for <ULink> inline and a very
strange addition of <Affiliation/> just to allow the nesting of
<Address><Email/></Address>
2016-01-17 01:10:40 -08:00
Martin A. Brown e5287bc81e DocBook validation correction
Adding tons of closing </para>, </sect2>, </sect3> and </sect4> elements.
2016-01-17 00:51:09 -08:00
Martin A. Brown 1f4ea7ccad DocBook validation correction
getting rid of one extraneous <para>
2016-01-17 00:34:49 -08:00
Martin A. Brown 8642facb9a DocBook validation correction
removing one extraneous <LISTITEM><PARA>
2016-01-17 00:31:46 -08:00
Martin A. Brown 4fa28296a3 DocBook validation corrections
adding a few closing tags: </sect2>, </sect3> and a </para>
2016-01-17 00:29:12 -08:00
Martin A. Brown 6f7f33141a DocBook validation corrections
A crapton of corrections; parser seems a bit more cantankerous, is requiring
closing </ListItem> entries; so I added them.
Also, corrected a few misplaced or missing </para> elements.

N.B. The canonical content seems to be hosted at git://repo.or.cz/lartc.git
2016-01-17 00:19:52 -08:00
Martin A. Brown 00d7a4ea80 DocBook validation corrections
correcting nonexistent &qt; entity with &quot;
2016-01-16 23:45:35 -08:00
Martin A. Brown b5687c50f6 DocBook validation corrections
correcting one <ulink/> which lacked the required url attribute value
2016-01-16 23:43:27 -08:00
Martin A. Brown 26c82bfcf9 DocBook validation corrections
corrected placement of one </para> tag which was foiling validation
2016-01-16 23:42:00 -08:00
Martin A. Brown a80c80cf84 DocBook validation corrections
corrected placement of one </para> which was foiling validation
(and also aligned some text visually)
<sect3/> became <sect2/> because they could not descend directly
from <sect1>
2016-01-16 23:39:11 -08:00
Martin A. Brown d909acc45c DocBook validation corrections
<code/> became <command/> before DocBook V4.1; not sure how this
validated before
2016-01-16 23:32:47 -08:00
Martin A. Brown 9fafdcd30a fixing probable input error <subscript> -> ~
the URL http://www.chiark.greenend.org.uk/<subscript>sgtatham/putty/
does not load and also does not make sense, however, at
http://www.chiark.greenend.org.uk/~sgtatham/putty/ there is software
2016-01-16 23:25:53 -08:00
Martin A. Brown 4d4d611d88 DocBook validation corrections
<comment/> becomes <remark/>
The following additional changes were made in DocBook V4.0: artheader was
renamed articleinfo; comment was renamed remark; docinfo was broken into a
set of other info elements; and bookbiblio, interfacedefinition, and
seriesinfo were removed.
http://www.docbook.org/tdg/en/html/ref-elements.html
2016-01-16 23:23:30 -08:00
Martin A. Brown 72cac0c057 DocBook validation corrections
<listitem/> cannot contain text directly; wrapping in <para/>
2016-01-16 23:20:57 -08:00
Martin A. Brown 14d5758d92 DocBook validation corrections
<listitem/> cannot contain text directly; wrapping in <para/>
switching a few <orderedlist/> elements to <simplelist/> with <member/>
old element <docinfo/> has been renamed <appendixinfo/>
2016-01-16 23:10:39 -08:00
Martin A. Brown ff7867ec3a DocBook validation corrections
Replace a multibyte endash with a simple hyphen (ASCII 0x2d).
Put empty <para/> in a few incomplete <sect1/> elements.
2016-01-16 23:01:00 -08:00
Martin A. Brown 64d989718a DocBook validation corrections
Any <listitem/> elements without <para/> got a new friend.
Replaced two <itemizedlist/> with <simplelist/>
Removed one spuriously hovering and extraneous '>'
2016-01-16 22:48:13 -08:00
Martin A. Brown 2b48e95364 DocBook validation corrections
A <listitem/> cannot directly contain a <ulink/>, so wrapped the
<ulink/> elements in <para/>
2016-01-16 22:35:44 -08:00
Martin A. Brown 3126271898 DocBook validation corrections
A <listitem/> cannot contain bare text, but a <member/> of a
<simplelist/> can.
2016-01-16 22:32:41 -08:00
Martin A. Brown 44b2209aa6 DocBook validation corrections
<editor/> cannot contain bare name, needs <firstname/> and <surname/>
<note/> must have some sort of child, selected <para/>
2016-01-16 22:25:41 -08:00
Martin A. Brown f21f003192 inserting required url attribute on ulink element 2016-01-16 22:19:11 -08:00
Martin A. Brown a2b96e0f16 stricter XML handling and a DocBook correction
DocBook infraction: <footnote/> now wraps <literallayout/>
replacing an apostrophe with an &rsquo;
2016-01-16 22:15:38 -08:00
Martin A. Brown 6b36aacb16 correcting several minor DocBook gripes
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:443:11:E: value of attribute "id" invalid: "7" cannot start a name
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:468:12:E: document type does not allow element "procedure" here; missing one of "caution", "important", "note", "tip", "warning", "blockquote" start-tag
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:471:5:E: character data is not allowed here
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:472:8:E: end tag for "step" which is not finished
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:474:13:E: document type does not allow element "command" here; missing one of "remark", "title", "synopsis", "cmdsynopsis", "literallayout", "programlisting", "screen", "para", "simpara", "bridgehead" start-tag
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:475:8:E: end tag for "step" which is not finished
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:477:5:E: character data is not allowed here
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:477:52:E: document type does not allow element "command" here; missing one of "remark", "title", "synopsis", "cmdsynopsis", "literallayout", "programlisting", "screen", "para", "simpara", "bridgehead" start-tag
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:478:8:E: end tag for "step" which is not finished
2016-01-16 22:13:25 -08:00
Martin A. Brown dded5305f9 long-standing DocBook validation errors corrected (thanks to FEDERICO BOLELLI) 2016-01-13 16:16:40 -08:00
Sindhu S b201a690ee Fix typo 2015-07-21 21:13:19 +05:30
gferg bd184cd05a *** empty log message *** 2014-05-20 12:45:31 +00:00
gferg c90d1ba037 updated 2013-09-23 13:07:12 +00:00
gferg 63a4597475 updated 2013-08-29 21:44:37 +00:00
gferg 13b359d1f8 updated 2013-07-26 14:27:42 +00:00
gferg 059f677b30 updated 2013-06-05 23:28:46 +00:00
gferg d8d2a53d05 updated 2013-04-17 12:28:37 +00:00
gferg 3ef3a01a9f updated 2013-04-02 23:21:40 +00:00
gferg 0f20317e51 *** empty log message *** 2013-04-02 23:18:59 +00:00
gferg f5bd3f781a updated 2013-03-10 22:21:24 +00:00
gferg 90fd17aa3c updated 2013-01-14 19:19:30 +00:00
gferg ec1625409f updated 2012-12-16 18:08:52 +00:00
gferg 2e40af0c0f updated 2012-02-03 14:01:47 +00:00