Commit Graph

2663 Commits

Author SHA1 Message Date
Jason S. Evans 18b0b9596f new version of adoc and xml. 2016-03-30 08:18:49 +00:00
Martin A. Brown 20444ba81b correcting id="" to xml:id="" 2016-03-29 11:43:10 -07:00
Martin A. Brown 1104c5b83a add an id="revhistory" to each <revhistory/> 2016-03-29 10:58:09 -07:00
Martin A. Brown 6734819ac4 add/correct IDs to <article/> 2016-03-29 10:06:54 -07:00
Martin A. Brown d1694d79a8 add/correct IDs to <article/> 2016-03-29 09:58:21 -07:00
Martin A. Brown a8856c42ae add IDs to <article/> 2016-03-29 09:56:05 -07:00
Martin A. Brown d366b5e397 ad IDs to <footnote/> and <article/> 2016-03-29 09:55:37 -07:00
Jason S. Evans 223722eac7 added updated adoc and xml files 2016-03-21 10:37:53 +00:00
Jason S. Evans 7c72983cf0 merge 2016-03-16 16:35:49 +01:00
Martin A. Brown fde4259300 select .eps for print output; suppress warnings on linkends with "_" in target 2016-03-15 12:19:47 -07:00
Martin A. Brown 05636454d6 .eps image set suitable for print publication 2016-03-15 12:19:13 -07:00
Martin A. Brown c7e81953c1 correcting date format 2016-03-13 09:51:12 -07:00
Martin A. Brown 4e80dff075 add xml:id on the <personname/> element itself 2016-03-03 23:43:40 -08:00
Martin A. Brown ff1010d670 converting to DocBook-5.0 document
added a DocBook 5.0 declaration and, after failing validation with jing,
changed the anchor location to be inside the <firstname/> element.
Validates now!

(and restoring commit 78ec6080e6 which
suppresses the dbhtml PI for document naming)
2016-03-03 22:41:22 -08:00
Martin A. Brown 54b266ce3a restore original DocBook 5.0 document
Assembly-HOWTO.xml was written as a DocBook 5.0 document, however it sported a
declaration of a DocBook XML 4.5 document.  This confused me and I changed all
of the <xlink:href/> elements to <ulink/> elements.

reverts commit 13943cb7fb
2016-03-03 22:38:26 -08:00
Martin A. Brown 309ddc47af argh, so many misnamed entries for this HOWTO 2016-03-03 13:56:40 -08:00
Jason S. Evans 05d234b9b5 Merge https://github.com/tldp/ldp 2016-03-03 11:01:19 +01:00
Martin A. Brown 1584fa274d relocated to Partitions-Mass-Storage-Definitions-Naming-HOWTO 2016-03-02 22:58:20 -08:00
Martin A. Brown 845066608f relocated to Partitions-Mass-Storage-Definitions-Naming-HOWTO 2016-03-02 22:57:54 -08:00
Martin A. Brown acb829ac51 relocated from Partition-Mass-Storage-Dummies-Linux-HOWTO 2016-03-02 22:57:05 -08:00
Martin A. Brown 19f1f470b8 xmllint replacements for non-validating <code/> 2016-03-02 22:43:22 -08:00
Martin A. Brown 5fd35bc8fe <section/> must have a <title/> and at least one <para/> 2016-03-02 22:29:34 -08:00
Martin A. Brown 1fbab772af <ulink/> element requires url= attribute (not href) 2016-03-02 22:25:27 -08:00
Martin A. Brown 041f1c0ca1 attribute must be moreinfo="none" in <literal/> 2016-03-02 22:24:58 -08:00
Martin A. Brown bafc803492 <progralistingco/> can/should be omitted unless <areaspec/> included 2016-03-02 22:18:00 -08:00
Martin A. Brown 9f848afc2d <note/> must have a <para/> child 2016-03-02 22:16:11 -08:00
Martin A. Brown 49d4a9f7eb xmllint hinted corrections in <articleinfo/>
DocBook 4.x appears to be fairly picky about order in <author/> elements and
the document will not validate without the order being correct.  Fixed.

Also, in the <revhistory/>, there were plenty of places where multiple
<revremark/> elements needed to be wrapped in a <revdescription/> along with a
bunch of <remark/> elements instead.
2016-03-02 22:13:53 -08:00
Martin A. Brown def4de4bc5 No label attribute on DocBook 4.5 <graphic/>
Removed the label= attribute on the <graphic/> element removed any further
validation issues with the TimePrecision-HOWTO
2016-03-02 21:59:00 -08:00
Martin A. Brown 152e353520 xmllint hinted validation improvements
first, this is not XSL and in DocBook 4.x, these extra namespaces confuse the
processing toolchain (may be different in DocBook 5.x); next, xmllint refuses
to validate the document because of the order of elements in, for example the
<author/> elements and the <affiliation/> elements; just flipping these in
most cases did the trick
2016-03-02 21:50:31 -08:00
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