Commit graph

19 commits

Author SHA1 Message Date
Hiroki Sato
8def749c53 Normalize DTD URL. 2013-11-13 07:52:45 +00:00
Gabor Kovesdan
24d129e8d1 - Definitively upgrade to DocBook 5.0 2013-11-07 15:39:28 +00:00
Gabor Kovesdan
5df509eaa2 - Remove standalone="no" statements from XML declarations since it did not
always work and is no use anyway
2013-01-30 19:12:36 +00:00
Gabor Kovesdan
36cdb51546 - Migrate the documentation set to DocBook 4.5 2013-01-30 14:00:53 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
e6b69c3357 - XMLify English articles
Approved by:	doceng (implicit)
2012-06-21 16:01:00 +00:00
Gabor Pali
edafad6a69 Eliminate erroneous role="directory" attributes from <filename> elements
and replace them with class="directory" [1][2]

[1] http://docbook.org/tdg/en/html/filename.html
[2] http://www.freebsd.org/doc/en/books/fdp-primer/sgml-markup-docbook.html#AEN1799
    (4.2.5.5)

Approved by:	trhodes, gabor (mentor)
2008-08-06 22:03:50 +00:00
Gabor Pali
002b4edbbe Change role="port" to role="package" so that package links are properly
generated

Approved by:	trhodes, gabor (mentor)
2008-08-06 20:44:12 +00:00
Ceri Davies
c3b08467f6 Simplify procedure, removing a potentially dangerous instruction, by
ignoring 4.x.
2008-02-03 22:05:37 +00:00
Pav Lucistnik
f5a0529523 Update locations of recently moved ports, like portupgrade, portaudit or
portlint.  I have retained their historical locations in papers which got
written, but are not constantly updated like the rest of our documentation.
2007-02-05 01:33:20 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Tom Rhodes
e52b5da6db Fix a typo in a command. 2004-08-05 05:54:23 +00:00
Ceri Davies
3589e35102 Merge consecutive, related, screen elements together. 2004-06-23 11:27:27 +00:00
Ceri Davies
83d7641850 Capitalise title elements, Chicago style. 2004-06-23 11:23:12 +00:00
Ceri Davies
65ec9fbff4 Rain on Tom's article, like I promised ;-)
o Some minor grammatical and spelling corrections
o Add some comments where I think improvements are desirable, but the
  initial intent was not clear to me.
o Correct a URL
2004-06-23 11:21:50 +00:00
Tom Rhodes
1031863791 Add a new article on using relaydelay (greylisting) with Sendmail and
FreeBSD.

Reviewed by:	-doc
2004-06-21 20:44:14 +00:00