Commit Graph

2784 Commits

Author SHA1 Message Date
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
gferg 3e038f866a updated 2012-01-01 19:34:42 +00:00
rickmeyerhoff cc6f4ad664 Annual review and update. Removed references to modems, floppy disks, floppy drives. Updated the GNU Free Documentation License to Version 1.3. 2012-01-01 19:15:41 +00:00
gferg 24f0ed9b1c updated 2011-10-31 22:31:13 +00:00
gferg 2db269b501 updated 2011-10-31 22:17:11 +00:00
gferg 8d99c74588 updated 2011-02-10 20:22:17 +00:00
gferg 6d4a3642a5 updated 2011-01-16 18:44:45 +00:00
gferg 38cd2d050e updated 2011-01-16 18:39:14 +00:00
serek a8ae2a9ebf updated XWindow-User-HOWTO, author of the update: mr. krzysztof zelechowski 2011-01-14 15:47:42 +00:00
rickmeyerhoff 0f6c910e21 update dates 2011-01-07 01:17:11 +00:00
gferg 0ea9208526 updated 2010-11-03 13:20:40 +00:00
gferg 6bb0dd5562 updated 2010-10-14 13:01:57 +00:00
gferg 78af089da9 updated 2010-08-09 13:26:14 +00:00
gferg 01bf934f2e new 2010-08-09 12:39:03 +00:00
gferg 366accec9a updated 2010-07-19 12:50:48 +00:00
gferg 5fbd11fdb5 updated 2010-06-17 12:18:45 +00:00
gferg 8c77c4da7f updated 2010-04-12 00:09:24 +00:00
gferg 3ccb547736 updated 2010-03-06 17:01:09 +00:00
gferg b87b121fff updated 2010-03-04 01:05:21 +00:00
gferg 2d71064d84 updated 2010-01-19 14:15:56 +00:00
gferg 50bbd6ee5e updated 2010-01-05 14:09:56 +00:00
rickmeyerhoff 93311578db annual update of the copyright date 2010-01-01 19:21:37 +00:00
gferg da4eef09d8 updated 2009-12-20 18:42:44 +00:00
pbldp cb050877f3 Release 0.65 2009-12-20 14:22:42 +00:00
gferg 65e1ee68d3 updated 2009-11-08 15:15:31 +00:00
gferg 2295811a63 updated 2009-09-29 15:08:03 +00:00
gferg 2692e2e626 *** empty log message *** 2009-09-29 15:02:59 +00:00
gferg 59791b7d6d updated 2009-08-05 19:26:13 +00:00
gferg 0b0fde7e0a updated 2009-07-13 13:37:34 +00:00
pbldp 2068c9f2ec Release 0.64 2009-07-05 17:57:02 +00:00
gferg e3afb0ce63 updated 2009-05-14 20:19:50 +00:00
gferg 9c86316abc new 2009-05-14 20:12:42 +00:00
jdd 7f22b4b49a Fixing name to fit the other partition HOWTO (remove the "s" at partitions) 2009-05-09 13:17:22 +00:00
jdd 0cb020f2a5 May be finally fixed? 2009-05-09 10:30:05 +00:00
jdd 0aad43ff4b Fixing syntax error in xml 2009-05-09 10:28:55 +00:00
jdd 04ea8d0331 Fixed case error in file name
CV: ---------------------------------------------------------------------
2009-05-09 10:27:14 +00:00
jdd 2a40149164 New true xml file - should be ready to publication 2009-05-09 10:21:52 +00:00
jdd 8e30ecbe84 first test - not fixed xml file, don't use it to create other files 2009-05-08 07:53:14 +00:00
gferg df5202d957 updated 2009-04-20 16:02:22 +00:00
jdd 3f131e76c7 obfuscating the e-mails 2009-04-20 15:32:07 +00:00
gferg 23c2ae6040 updated 2009-04-20 13:32:46 +00:00
jdd ffb5381997 version corrigée
sss: ----------------------------------------------------------------------
2009-04-13 15:21:52 +00:00
jdd 0733af11d8 test good, file no longer necessary 2009-04-07 17:13:20 +00:00
jdd 6a865a344b cvs test only 2009-04-07 17:11:15 +00:00
gferg 648542597e updated 2009-04-06 13:35:57 +00:00
gferg 211f8449f2 new 2009-04-06 13:32:49 +00:00
gferg 4cc5936a02 updated 2009-03-30 19:11:38 +00:00
gferg 9f7c335603 updated 2009-03-23 13:01:16 +00:00
gferg 9b48792897 new 2009-03-23 12:57:23 +00:00
gferg 9bb515e8f1 updated 2009-02-14 20:45:27 +00:00
pbldp f0fceef411 release_0_63 2009-02-14 14:38:57 +00:00
gferg 54b9f39293 updated 2009-01-19 15:31:05 +00:00
gferg c344f1affc updated 2008-12-14 16:40:58 +00:00
gferg ad235ef3ed new 2008-11-24 16:01:12 +00:00
gferg e85bef5eb8 rename 2008-11-24 16:00:42 +00:00
gferg 371b860a79 updated 2008-11-24 15:58:52 +00:00
gferg 67496fd6d7 updated 2008-11-23 22:37:26 +00:00
gferg b1ef08fbdc updated 2008-09-08 13:01:26 +00:00
gferg d4afc3d2d8 updated 2008-09-06 16:14:35 +00:00
gferg cdda0297c3 updated 2008-08-03 21:14:04 +00:00
gferg 3f72848762 updated 2008-07-25 16:20:47 +00:00
gferg 647f42a3c1 updated 2008-06-12 16:08:38 +00:00
gferg 6602be5ff8 updated 2008-06-08 15:52:38 +00:00
gferg 8456bfd681 updated 2008-05-05 13:18:14 +00:00
gferg ca60037808 updated 2008-03-06 12:44:08 +00:00
gferg b421c3678d updated 2008-03-02 18:59:56 +00:00
gferg 72facf846d updated 2008-03-02 16:06:57 +00:00
gferg 01eb7421f7 updated 2008-02-15 13:59:05 +00:00
gferg a18a54f31c updated 2008-01-14 00:01:41 +00:00
rickmeyerhoff 21c1272a39 update the copyright notice 2008-01-01 15:57:22 +00:00
gferg 07e465a51f updated 2007-11-28 21:46:28 +00:00
gferg 7de95d089f updated 2007-11-28 21:38:15 +00:00
gferg 3463ff661b updated 2007-11-19 14:00:19 +00:00
gferg f0bac8036d updated 2007-11-13 13:31:31 +00:00
gferg 579df0154c updated 2007-11-05 15:00:54 +00:00
ihakes ec614f59c3 FTP url fixed 2007-10-31 22:32:42 +00:00
pbldp ee3c562da8 Minor update and fix of broken URLs to TLDP-CVS 2007-10-06 15:44:58 +00:00
gferg a428f5f57e updated 2007-09-30 15:02:05 +00:00
dbs c67e719e31 Add a missing para tag in to make this document valid. 2007-09-17 00:39:59 +00:00
gferg 8d76ff9b38 updated 2007-09-16 16:15:36 +00:00
gferg 4449a2fe4e updated 2007-09-16 16:09:16 +00:00
gferg b068963eb0 updated 2007-09-16 16:08:20 +00:00
gferg 7dc1b13972 updated 2007-08-30 18:23:14 +00:00
gferg 3a888df64f updated 2007-08-28 21:59:11 +00:00
gferg 981c0beba9 updated 2007-08-23 13:10:28 +00:00
ihakes 65083ac18c Add autorestart for Ubuntu 7.04 2007-08-23 01:23:07 +00:00
gferg afb4e0f776 updated 2007-08-13 13:20:56 +00:00
gferg fb7fe0fe87 updated 2007-08-01 15:07:46 +00:00
ihakes b5c09508a6 A major update to entire DB2 HowTo 2007-08-01 04:23:31 +00:00
gferg 9593e6b8b4 updated 2007-07-23 13:37:32 +00:00
ccurley 611e67b446 Much editing for clearer language. FHS compliance changes. Added a
discussion of the libata problem.
2007-07-08 18:05:45 +00:00
ccurley 6f7475ebaa Bug fixes. 2007-07-08 18:01:05 +00:00
ccurley 729c82b602 Changes for FHS compliance. Removed commented out references to ZIP
drives. Added a line to deal with the fact that libata (in newer
kernels) maps IDE drives to SCSI device names, but not all rescue
distributions use libata. So we have to change the device names from
SCSI to IDE, e.g. /dev/sda to /dev/hda. Changed the address for the
FSF in the license.
2007-07-08 17:44:53 +00:00
ccurley 60ec1d5af4 FHS compliance, and new directory structure for the archive. Changed
the address for the FSF in the license.
2007-07-08 17:40:31 +00:00
ccurley 4e399f2cce * We now check /dev/ for LVM partitions.
* Changes for FHS compliance.

* Added support for partition type 0x12.

* Changed the address for the FSF in the license.
2007-07-08 17:32:17 +00:00
ccurley d1a1f40697 Changes for use in a backup server. Changed the address for the FSF in
the license.
2007-07-08 17:25:49 +00:00
ccurley 4ba6b4aeef Changes to use the script in a backup server, to use dated archives on
the target. Changed the address for the FSF in the license.
2007-07-08 17:20:46 +00:00
ccurley 8d0e4f5366 Changed the FSF's address in the license. Removed a test for whether to run the LVM scripts. 2007-07-08 17:15:38 +00:00
ccurley cca84db6ee Changed the FSF's address in the license. 2007-07-08 17:12:13 +00:00
ccurley 6fbc1a7a02 Initial check in. 2007-07-08 17:07:31 +00:00
ccurley 31ce94cc14 Changed FSF's address in the license. 2007-07-08 17:03:01 +00:00