Commit Graph

1257 Commits

Author SHA1 Message Date
Martin A. Brown c41c932fc4 adjusting DocBook processor invocation in glossary
Move the <?dbhtml filename="glossary"?> to its correct location after the
opening <glossary> tag; otherwise the index.html file gets named
glossary.html (oops!).
2016-02-19 00:45:43 -08:00
Karel Vlk b10623849c add missing period and space 2016-02-19 09:27:50 +01:00
Martin A. Brown cef55d0e58 Merge pull request #26 from vlk-charles/patch-1
add missing comma in command list
2016-02-16 08:47:26 -08:00
Martin A. Brown 22f0371e60 Merge pull request #25 from martin-a-brown/master
LDP nits and (partial) updates to Traffic Control HOWTO
2016-02-16 08:46:33 -08:00
Mark Komarinski d2227c08da Remove the last of the references for real this time 2016-02-16 10:32:55 -05:00
Mark Komarinski cca9c694d4 Remove hopefully last references to CVS 2016-02-16 10:29:45 -05:00
Karel Vlk 36b7039d74 add missing comma in command list 2016-02-16 11:50:13 +01: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 f38d93ac59 correcting DOCTYPE declaration 2016-02-10 09:19:26 -08:00
Martin A. Brown e67a69af00 retiring, per discussion on discuss@en.tldp.org 2016-02-09 08:05:46 -08:00
Jason S. Evans 7f28c38fcb updatng fork
Merge https://github.com/tLDP/LDP
2016-02-08 14:15:32 +00:00
Jason S. Evans d7f23142d4 local
Merge branch 'Jan2016' of https://github.com/tgeek77/LDP into Jan2016
2016-02-08 13:40:34 +00: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 ed8fec7783 Merge branch 'master' of https://github.com/tLDP/LDP 2016-02-03 16:32:07 -08:00
Mark Komarinski b6ea6df0c6 Add by-nc-sa 4.0 as a valid license 2016-02-03 13:37:56 -05:00
Mark Komarinski a819242b35 Remove epcedit, morphon, change URL for nedit 2016-02-03 10:31:41 -05:00
Martin A. Brown 3d0fbb1bb8 retiring PLD-Guide 2016-02-02 09:11:17 -08:00
Mark Komarinski f78f52cff1 Remove most other references to CVS, replace with git and GitHub 2016-02-02 11:10:25 -05:00
Martin A. Brown 3596baa0ec Merge branch 'gitfix' of https://github.com/mkomarinski/LDP 2016-02-01 10:09:19 -08:00
Mark Komarinski fa8950b85b A github account is not required to contribute documentation to TLDP 2016-02-01 12:42:26 -05:00
Martin A. Brown 5d7813f1fa Merge branch 'master' of https://github.com/tLDP/LDP 2016-01-28 20:46:04 -08:00
Serge Victor 7203a07c9b Merge pull request #18 from mkomarinski/linkrot
Update DFSG license link, update CC licenses
2016-01-29 09:46:08 +07:00
Mark Komarinski 1e2e220ea3 Update DFSG license link, update CC licenses 2016-01-28 21:36:54 -05:00
Serge Victor c8737ef2fd Merge pull request #17 from mkomarinski/usinggit
Usinggit
2016-01-29 09:24:49 +07:00
Mark Komarinski b753bbb2b8 Other file changes for using git 2016-01-28 21:12:06 -05:00
Mark Komarinski 913fb57e48 Start cutting documentation over to using git 2016-01-28 21:10:30 -05:00
Martin A. Brown 77d4a76edd switch to <mediaobject/> and ./images/ path
Generating PDF outputs (today), requires using <mediaobject> and supplying a
file that can be converted into a print-consumable by the TeX engine.

I added .eps files (thank you, ImageMagick) to allow regeneration and also
added a file called 'image-missing' for the peculiar absence of a file
called OREILLY.BIND.DIAGRAM.
2016-01-28 10:09:33 -08:00
Martin A. Brown 27b6f0bdcf Use hand-tweaked index file: doc-index.sgml
Below comment is reproduced in the doc-index.sgml, which
was generated using collateindex.pl and then hand-tuned into
valid DocBook SGML (version 3.1).

The stock collateindex.pl (md5=2e36626ed6709e5ba0e6af0999bc3102, in
dsssl-stylesheets-1.79) program makes a few mistakes in generating
the complex index below.

It creates a nesting problem for <secondaryie/> elements which contain
both a <ulink/> and have a subsequent <seeie/>.  In that case, it
orphans the <ulink/> elements beneath the <seeie/> AFTER closing the
<secondaryie/>.  I can't figure out a patch to collateindex.pl, so
hand-fixed the 5 entries and am committing this as is for TLDP.
2016-01-28 10:07:40 -08:00
Martin A. Brown 506ab0f5f8 adjusting path locations for image files 2016-01-28 10:06:25 -08:00
Martin A. Brown e15c9bc3b4 DocBook SGML markup fix (<bf/> to <emphasis/>)
Replacing the Linuxdoc tag <bf/> with the SGML tag <emphasis/> solved the
validation problem for this document.
2016-01-27 22:37:39 -08:00
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 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 ac2bb8980c fixed conflict, preferring mkomarinski source 2016-01-27 11:47:31 -08:00
Martin A. Brown 3b39c319ff removing unnecessary symlink 2016-01-27 11:37:53 -08:00
Mark Komarinski e08f6f38a2 Closed revision tag 2016-01-27 10:59:21 -05: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 5e96fa268c DocBook XML validation corrections
There was a bare ampersand in a <title/>, replaced with &amp;
Quite a few <programlisting/> elements also contained bare ampersands, so
each <programlisting/> earned a child element of <![CDATA[]]>
One <parameter/> element lacked quotations on the value for its
class attribute.  Corrected.
2016-01-25 13:13:54 -08:00
Martin A. Brown ce54627b4c and, pointing the LFS.xml link to the correct file 2016-01-25 13:02:58 -08:00
Martin A. Brown 70fae0bf77 Use <index/> element and allow xsltproc to generate
xsltproc and friends will happily generate the index in one
pass, obviating the need for the separate index.xml file, which
must be generated using the jade toolchain; thus commenting out
the (missing) external index and generating it on the fly;

N.B. there were only two </indexterm> entries in the document, but
at least they were present
2016-01-25 12:31:39 -08:00
Martin A. Brown aeaa9f882b adding a missing </revision> tag 2016-01-24 12:23:01 -08:00
Martin A. Brown cb4e5ed310 DocBook SGML corrections
The <emphasis/> tag cannot live inside a <systemitem/> or a <literal/>, but
it can certainly surround these elements; inverting to allow for validation
and processing.
2016-01-24 12:12:02 -08:00
Martin A. Brown 894f682e66 setting these to current (static) values instead of sourcing from a file at build time 2016-01-24 12:10:07 -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 bbd1b8162e DocBook XML charset correction
Correcting a stray improper (non-) UTF-8 character.
2016-01-24 09:24:13 -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 58569033e2 this does horrendous things to rsync -L 2016-01-23 23:28:11 -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 a9c9c5a2e9 Merge branch 'master' of github.com:martin-a-brown/LDP 2016-01-20 09:19:46 -08:00
Martin A. Brown 7715ce2deb DocBook validation correction
removing extraneous, duplicated <title> element so document validates
2016-01-20 09:08:47 -08:00
Serge Victor 542933cbf5 Merge pull request #12 from vlk-charles/fixes
add hyphen
2016-01-20 15:24:57 +07:00
Karel Vlk 0e968efa35 add hyphen
add a hyphen between "user" and "friendly" in "userfriendly"
2016-01-19 15:32:32 +01:00
Karel Vlk fde8503088 fix homophonic typo
"principal"/"principle" typo
2016-01-19 15:15:09 +01:00
tgeek77 90e2b87889 Merge https://github.com/tLDP/LDP into Jan2016 2016-01-17 07:53:50 +01:00
tgeek77 20b9c958c2 Adding Package\ Management\ Basics.xml 2016-01-16 20:59:00 +01:00
Martin A. Brown de22a580b5 adding a configuration file for daps (so much easier than xslt!) 2015-07-28 22:25:20 -07:00
Martin A. Brown eb922b1eba adding "xml" symlink to make daps happy 2015-07-28 22:24:39 -07:00
Martin A. Brown efcef32267 adjusting image paths to make daps happy 2015-07-28 22:24:23 -07:00
Martin A. Brown 6ecaa3f7f0 make it a bit more friendly for daps 2015-07-28 22:24:01 -07:00
Martin A. Brown 740c158396 spelling correction 2015-07-28 22:22:53 -07:00
Jason Evans a00e7d78ad fixed typo 2015-01-05 02:54:43 -06:00
Alexander Golubev dfe9e2f1b1 ABS guide: remove outdated and unused du.sh
Acording to Changelog the script was renamed to Du.sh but the old file is still present.
2014-07-06 16:03:21 +04:00
Alexander Golubev 15d5ca64be ABS guide: Fix {sgml -> xml} in docbook comment 2014-07-05 18:07:06 +04:00
Alexander Golubev 87eb44453f ABS guide: make some self references in command example link to *.xml document. 2014-07-05 18:03:00 +04:00
Alexander Golubev 39dd57de7b ABS guide: convert the whole book sources to Docbook/XML 4.5 2014-07-05 17:38:40 +04:00
gferg cfe1118786 *** empty log message *** 2014-03-07 02:26:08 +00:00
gferg a8dc10beab updated 2014-03-07 02:24:29 +00:00
gferg dfc2940d26 new 2012-11-27 14:57:02 +00:00
gferg b52d5d3a90 updated 2012-11-27 14:56:18 +00:00
gferg 8f64a41334 updated 2012-04-04 22:51:18 +00:00
gferg e515a98064 updated 2011-12-14 15:43:06 +00:00
gferg 1e5fc3b779 updated 2011-12-14 15:08:22 +00:00
gferg 189f9f596e updated 2011-08-29 23:59:19 +00:00
gferg b20be133ec updated 2011-05-03 15:38:48 +00:00
serek 83afbc30cc updated CVS account creation 2011-01-14 16:24:52 +00:00
gferg 36debae439 updated 2010-03-17 13:43:35 +00:00
gferg 2295811a63 updated 2009-09-29 15:08:03 +00:00
gferg 67d2a75d13 updated 2009-03-24 18:46:05 +00:00
gferg dc5f74fc57 updated 2009-01-22 14:43:09 +00:00
gferg 54b9f39293 updated 2009-01-19 15:31:05 +00:00
gferg 18b3ce4764 updated 2008-11-23 22:43:47 +00:00
gferg ee92aa5778 updated 2008-07-20 23:16:47 +00:00
tille 2db247e455 typo in tag 2008-06-09 12:20:14 +00:00
tille 809125f62b typos, indexing 2008-06-09 12:13:59 +00:00
tille fb1d0e2406 Typos, revision history 2008-06-06 12:19:25 +00:00
tille f50a7406e9 changed address 2008-06-06 12:03:57 +00:00
gferg 8b4da601ad updated 2008-05-09 18:58:34 +00:00
gferg ab056d5846 updated 2008-03-13 13:24:45 +00:00
binh 36f73c8ef0 Removed some redundant entries, corrected some spelling errors. 2008-01-13 13:05:29 +00:00
binh 08a2a583aa *** empty log message *** 2008-01-08 14:22:36 +00:00
binh b1c80a0aea *** empty log message *** 2008-01-05 17:47:04 +00:00
binh 61c2d3cc0b *** empty log message *** 2008-01-05 17:36:26 +00:00
binh 84c7315f0f *** empty log message *** 2008-01-05 15:19:09 +00:00
binh c82f819902 publish - not a real content update. Just some spelling/grammar issues. 2007-12-02 08:07:37 +00:00
binh 908e643dc3 Added wireless section and removed speeling error. 2007-11-28 13:22:43 +00:00
binh ef5d99c371 Updated email datails. 2007-11-28 13:08:00 +00:00
binh f6a4be8f6d Changed some formatting issues. 2007-11-28 12:37:44 +00:00
binh a2a7b15f0e Consolidating 2007-11-28 12:30:31 +00:00
gferg e32f343590 new 2007-11-08 15:53:07 +00:00
gferg 99d1c5de72 updated 2007-11-08 15:52:23 +00:00
binh 134a4520aa Updated contact details. 2007-09-24 17:26:42 +00:00
binh c2f4ffe7e3 Added HSE and Napier S. Fuller to Contributors.xml 2007-09-24 17:19:20 +00:00
binh 76a1fcffdb Added noauto, noatime, supermount, and Helmut Kriege to Contributors.xml 2007-09-24 17:12:03 +00:00
binh 25d4c3ad59 Added Fedora 2007-09-24 16:50:12 +00:00
binh b577f90469 Add Ubuntu 2007-09-24 16:45:56 +00:00
tille 72c010ac8e minor corrections from reader contributions. 2007-09-19 12:22:26 +00:00
binh 19021e9437 Change Homepage 2007-09-08 10:46:27 +00:00
binh e0656a0fd9 Grammaratical error. 2007-09-08 10:20:18 +00:00
binh 90563d1970 Minor Update 2007-09-08 10:08:13 +00:00
binh 8e1148907d Updated contact details 2007-09-08 07:51:57 +00:00
binh 2f8951028b Forgot something. Oops! 2007-09-07 17:57:12 +00:00
binh 6f6356b351 Updated some minor details. 2007-09-07 11:16:21 +00:00
tille 708b149173 second edition 2007-06-04 13:18:06 +00:00
tille d419777588 updated availability info 2007-06-04 13:03:50 +00:00
gferg 7f6b3d0465 updated 2007-05-18 13:37:34 +00:00
tille f083fb39dd xml error 2007-05-13 10:01:44 +00:00
tille 1a179f1a56 pubdate 2007-05-11 21:47:56 +00:00
tille de9cc7cbad minor updates 2007-05-11 21:44:57 +00:00
gferg 9853b20e0f new 2007-04-26 21:14:20 +00:00
gferg bf1977cfef updated 2007-04-26 21:13:49 +00:00
appaji a6cd402889 Update url 2007-04-22 04:20:40 +00:00
serek d1e6a1a17e - current way. 2007-02-18 02:24:10 +00:00
serek c50a699d00 - small info about whole repository size. 2007-02-18 01:37:42 +00:00
gferg abeb0cdc67 new 2006-12-20 21:12:30 +00:00
gferg 408f389ae2 updated 2006-12-20 21:11:55 +00:00
tille c550be5039 index 2006-10-27 10:35:53 +00:00
tille 0faaa01559 sect IDs corrected 2006-10-27 10:16:18 +00:00
tille aff3846cc2 corrected sect ID 2006-10-27 10:07:16 +00:00
tille b3b0adc5c2 xrefs corrected 2006-10-27 10:01:10 +00:00
tille 2bb1dc91ea corrected xrefs 2006-10-27 09:56:30 +00:00
tille d01ba00a28 XML errors corrected 2006-10-27 08:47:40 +00:00
tille fcfab823e0 summary tables of new commands 2006-10-26 15:37:52 +00:00
tille b6cbd9d7c4 update 2006-10-26 15:37:19 +00:00