Commit Graph

6025 Commits

Author SHA1 Message Date
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 36c16e2ef2 Merge branch 'master' of https://github.com/tLDP/LDP 2016-01-13 16:24:13 -08:00
Martin A. Brown dded5305f9 long-standing DocBook validation errors corrected (thanks to FEDERICO BOLELLI) 2016-01-13 16:16:40 -08:00
Serge Victor 9c2db5dd29 Merge pull request #6 from fbastien/master
Fixed typo in Bash Prog Intro How-to
2015-12-08 12:12:13 +07:00
Florian Bastien 603bdbd8b6 Fixed typo in Bash Prog Intro How-to 2015-12-07 17:39:23 +01:00
Serge Victor d204a567bf Plans of a new LDP builder 2015-10-21 21:57:29 +07:00
Serge Victor 0ed104ea41 cleaning up repositories. 2015-10-21 21:52:57 +07:00
Serge Victor 9cea240c3b i18n subproject has been extracted to a separated repository and removed from here. 2015-10-21 21:49:40 +07:00
Serge Victor 8d19937377 test directory is not needed anymore, users can test elsewhere. 2015-10-21 21:21:13 +07:00
Serge Victor 5551c48ba2 lampadas project has been extracted to a separated repository and removed from here. 2015-10-21 21:17:59 +07:00
Peter Bieringer d71571d38f small fix 2015-10-16 08:09:15 +02:00
Peter Bieringer c1d58d1c6d update 2015-10-16 08:04:50 +02:00
Peter Bieringer 0b03cc2d16 replace URL to TLDP CVS with new github 2015-08-18 07:48:19 +02:00
Peter Bieringer e989e02456 fix some broken URLs 2015-08-18 07:40:07 +02: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
Serge Victor 1ccb6357bf Merge pull request #5 from sindhus/master
Fix typo
2015-07-23 09:29:50 +07:00
Sindhu S b201a690ee Fix typo 2015-07-21 21:13:19 +05:30
Serge Victor 87868c4b82 Merge pull request #2 from Fat-Zer/master
ABS guide: remove outdated and unused du.sh
2014-07-06 19:20:09 +07: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
Serge Victor 1eeb9a0c92 Merge pull request #1 from Fat-Zer/abs-xml
ABS Docbook/xml conversion, thanks to Fat-Zer
2014-07-06 15:46:22 +07: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
Serge baa289c0e9 Removed CVS-related files which are not needed anymore in git. 2014-07-04 18:10:31 +07:00
gferg bd184cd05a *** empty log message *** 2014-05-20 12:45:31 +00:00
pbldp 8036a13ca3 privacy extension german translation 2014-05-15 16:43:11 +00:00
pbldp dca8639281 add privacy extension hints 2014-05-15 06:07:45 +00:00