Commit Graph

6321 Commits

Author SHA1 Message Date
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 ab2c7e21c5 Unicode and DocBook XML corrections
files were declared with <?xml version="1.0" encoding="UTF-8"?>
but were definitely not UTF-8; corrected and added Unicode BOM

Linux-Networking.xml: fixed a doubly-closed </ulink>

Overview.xml: there were several large pasted sections of text which
contained characters understood to be markup; wrapped the entire
sections in <![CDATA[ ]]> blocks;

Protocols-Standards-Services.xml: closing </sect1> tags cannot have id="" on
  them: removed these; wrapped several email addresses with <email/> to allow
  validation; fixed tons of URLs with proper <ulink/> elements; wrapped a few
  pasted sections in <![CDATA[ ]]> blocks;
2016-01-24 10:46:18 -08:00
Martin A. Brown 265bdc7bdc DocBook XML corrections
correct few numeric entities, e.g. from &60; to &#60#;
2016-01-24 09:43:02 -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 bbd1b8162e DocBook XML charset correction
Correcting a stray improper (non-) UTF-8 character.
2016-01-24 09:24:13 -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
Serge Victor 46d0a794dc Merge pull request #14 from tgeek77/master
This is the current version of the Linux from Scratch guide from SVN
2016-01-24 23:12:12 +07:00
tgeek77 c4ce83ee87 This is the current version of the Linux from Scratch guide from SVN 2016-01-24 14:40:31 +01:00
Martin A. Brown b84ac99768 DocBook SGML corrections
Commented out an <inlinemediaobject/> which was using processing instructions
(IGNORE/INCLUDE) to control selection of several <imageobject/> children and
one <textobject/> child; jade got confused because there was no <imageobject/>
being selected, only a <textobject/> so refused to process the document

Also, cleaned up some stray </listitem> and missing <emphasis> elements
throughout the document.  Squashed one stray </chapter> ending the
bibliography and removed an attribute (title=) that was forbidden on a
<bibliography/> element.
2016-01-24 01:04:43 -08:00
Martin A. Brown 44fc82d10d DocBook XML DOCTYPE declaration correction
The DOCTYPE specification was missing the System Identifier
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
Processing is still not validating properly, because the toolchain used to
generate this, before, created the index.xml file on a first pass, and then
the actual document on the second pass, in the style of SGML tools.
I would like to figure out how to support both with a processing instruction.
2016-01-24 00:06:00 -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 58569033e2 this does horrendous things to rsync -L 2016-01-23 23:28:11 -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 d9ec4952dc DocBook validation correction
adding closing tags for several <sect2/> <listitem/> and <para/> to
allow validation
2016-01-23 19:09:52 -08:00
Martin A. Brown ddecc389f9 DocBook SGML validation improvements
newer processor must be stricter with closing tags; had to add a
closing </para> and a </tgroup>
2016-01-23 00:04:07 -08:00
Martin A. Brown b5c303a491 rename generated file "index.sgml" so all indices can be generated with the same code 2016-01-22 23:55:13 -08:00
Martin A. Brown 2d7cbd1d1f adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -08:00
Martin A. Brown a91cdf6635 adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -08:00
Martin A. Brown 910a312216 adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -08:00
Martin A. Brown 212c0b5f40 adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -08:00
Martin A. Brown 3348ce16b5 adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -08:00
Martin A. Brown a7bcb180d7 adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -08:00
Martin A. Brown df9be882a9 adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -08:00
Martin A. Brown 71b3cdebde adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -08:00
Martin A. Brown 003162043b adding compatibility symlink so automated tools can easily find the primary book file 2016-01-22 22:28:00 -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