Commit Graph

6407 Commits

Author SHA1 Message Date
Martin A. Brown 4df140ef1b Solve XSLT / FOP interaction bug on qandaset
The qandaset had a defaultlabel="none" attribute.  This is DocBook legal, but
the XSLT layer was producing FO output that included an empty
fo:list-item-label, with the following error message:
  "fo:list-item-label" is missing child elements. Required content model:
  marker* (%block;)+
By omitting the defaultlabel="none", the entire problem disappears.

Also, adjusted paths for reference to the ./Annimals/ which are now in
./resources/Annimals/.
2016-01-27 21:44:53 -08:00
Martin A. Brown 0301fc15cd Outfit dir with resources, images and symlink
The images were supplied here as a tarball, which meant that the DocBook
processor could not read them directly out of the version control system;
adding directories for the ./images/ and the ./resources/ (which contains
Annimals subdirectory and one chap4sec26 file.
2016-01-27 21:42:59 -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
Serge Victor 4349db3061 Merge pull request #16 from martin-a-brown/master
A collection of Linuxdoc, DocBook SGML and XML corrections and validation improvements
2016-01-28 10:27:52 +07:00
Martin A. Brown fbedac7019 removing Framebuffer-HOWTO.sgml, replaced in 2010 by Framebuffer-HOWTO.XML 2016-01-27 18:20:36 -08:00
Martin A. Brown 67db9afbe7 validation corrections for index glossary
first, xsltproc (and friends) did not like the duplication of id="A" in both
the gloss.xml and index-gloss.xml; so renaming the IDs solved that problem

second, fop complained that empty gloss entries existed; no problem after
commenting them out
2016-01-27 17:28:17 -08:00
Martin A. Brown bdc6c397c7 specify correct number of columns in chap12 signal handling table 2016-01-27 17:26:16 -08:00
Martin A. Brown 021ba5020a repositioning a closing </listitem> 2016-01-27 17:03:59 -08:00
Martin A. Brown f09547166f correcting the canonical system identifier URL (so local catalogs can find it) 2016-01-27 17:03:41 -08:00
Martin A. Brown e1b7301aca Merge branch 'master' of github.com:martin-a-brown/LDP
Conflicts:
	LDP/guide/docbook/LDP-Author-Guide/LDP-Author-Guide.xml
accepting upstream
2016-01-27 12:30:12 -08:00
Martin A. Brown 86939feccc initial commit of some comments about these files 2016-01-27 12:23:57 -08:00
Martin A. Brown ac2bb8980c fixed conflict, preferring mkomarinski source 2016-01-27 11:47:31 -08:00
Martin A. Brown f59ccef7a1 Merge branch 'master' of github.com:martin-a-brown/LDP 2016-01-27 11:38:17 -08:00
Martin A. Brown 3b39c319ff removing unnecessary symlink 2016-01-27 11:37:53 -08:00
Martin A. Brown 684eddb245 approaching minimal working example
find the Makefile in the same directory as this script itself
run entire script under "set -e" to stop on errors
  (and invert usage of "test" logic so as not to trigger an error)
compare the stems of all documents in the source tree and output tree
  and report on which documents are in source, but not output, as
  well as orphaned documents in output tree
2016-01-27 11:23:10 -08:00
Martin A. Brown 96bace5bf0 Merge branch 'master' of https://github.com/tLDP/LDP
Conflicts:
	LDP/guide/docbook/LDP-Author-Guide/LDP-Author-Guide.xml
accepting upstream master
2016-01-27 11:05:46 -08:00
Serge Victor 6f4bf9c851 Merge pull request #15 from mkomarinski/FixLAG
Closed revision tag
2016-01-28 00:13:05 +07:00
Mark Komarinski e08f6f38a2 Closed revision tag 2016-01-27 10:59:21 -05: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 b1cd000e8f Merge branch 'master' of https://github.com/tLDP/LDP 2016-01-26 17:02:24 -08: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 e1234df7e4 replacing spaces with tabs (logger + syslog)
I noticed when watching logs go scrolling by, that the Makefile
appeared to include several lines with #011 and some without; bad
editing on my part left some lines indented with spaces instead of
tabs.  Repaired.
2016-01-25 21:17:33 -08:00
Martin A. Brown c04f60b24d tell the world what type of file is getting handled if handling at all 2016-01-25 21:07:15 -08:00
Martin A. Brown c1dc81cc1a initial commit of some tools for building entire LDP output tree 2016-01-25 20:55:35 -08:00
Martin A. Brown 538ccf9083 making the doctype the first line to allow automated detection of contents 2016-01-25 15:05:45 -08:00
Martin A. Brown e0fda8a644 making the doctype the first line to allow automated detection of contents 2016-01-25 15:05:26 -08:00
Martin A. Brown dd4488d832 making the doctype the first line to allow automated detection of contents 2016-01-25 15:05:10 -08:00
Martin A. Brown 2f41c92aa7 making the doctype the first line to allow automated detection of contents 2016-01-25 15:04:46 -08:00
Martin A. Brown b1c2b644b1 making the doctype the first line to allow automated detection of contents 2016-01-25 15:04:27 -08:00
Martin A. Brown f20e3f92f2 making the doctype the first line to allow automated detection of contents 2016-01-25 15:04:08 -08:00
Martin A. Brown c1348baa89 making the doctype the first line to allow automated detection of contents 2016-01-25 15:03:51 -08:00
Martin A. Brown acd3de59fb making the doctype the first line to allow automated detection of contents 2016-01-25 15:03:27 -08:00
Martin A. Brown 6a510b0040 making the doctype the first line to allow automated detection of contents 2016-01-25 15:03:08 -08:00
Martin A. Brown 9e0f4c9e72 making the doctype the first line to allow automated detection of contents 2016-01-25 15:00:56 -08:00
Martin A. Brown 4ab81491b9 making the doctype the first line to allow automated detection of contents 2016-01-25 14:59:52 -08:00
Martin A. Brown 1b55ad1e15 making the doctype the first line to allow automated detection of contents 2016-01-25 14:59:19 -08:00
Martin A. Brown 47bc66db74 making the doctype the first line to allow automated detection of contents 2016-01-25 14:58:46 -08:00
Martin A. Brown 0547954349 making the doctype the first line to allow automated detection of contents 2016-01-25 14:58:21 -08:00
Martin A. Brown 01b734e282 making the doctype the first line to allow automated detection of contents 2016-01-25 14:58:00 -08:00
Martin A. Brown 245a8eaf5d making the doctype the first line to allow automated detection of contents 2016-01-25 14:57:13 -08:00
Martin A. Brown 5807da740c making the doctype the first line to allow automated detection of contents 2016-01-25 14:56:21 -08:00