Commit graph

18 commits

Author SHA1 Message Date
Simon L. B. Nielsen
4a4bbecf0d - Add id attributes to sect1 tags to avoid generating random
file-names.
- Do not embed <screen>, <itemizedlist>, etc. in <para>'s since
  it is rendered with additional horizontal space in the output.
2004-12-18 13:05:46 +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
Denis Peplin
c12c11040e Use url entities for links between docs 2004-08-05 10:04:31 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Ceri Davies
297060bbd0 Grammar police: "setup" is not a verb. 2003-11-05 10:59:35 +00:00
Simon L. B. Nielsen
2469b9f821 Add trademark symbols and attributions:
- Add trademark tags as needed, generally on first use in each
   article.
 - Add an attribution to the legal section mentioning all trademarks
   referenced.
2003-08-13 20:34:01 +00:00
Hideyuki KURASHINA
0d7f74a686 Add a missing </step>.
Submitted by:	Martin Karlsson <mk-freebsd@bredband.net>
PR:		docs/54861
2003-07-25 20:30:50 +00:00
Hiroki Sato
f6cd99b654 Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Marc Fonvieille
6cfcf45284 Remove contractions. 2003-02-18 11:14:38 +00:00
Marc Fonvieille
8cf8e1677c Another copyright update. 2003-02-17 23:15:56 +00:00
Tony Finch
62bde5a555 Whitespace-only cleanup of last commit. 2002-07-25 17:22:43 +00:00
Tony Finch
8c6d42bc3d Improvements and updates including: more cross-referencing of the
various CVSROOT files; some comments on compatibility with other
versions of CVS; some notes on why FreeBSD doesn't use some CVSROOT
features; removal of $Date$ which isn't expanded by our CVS.

Reviewed by:	keramida, ceri
2002-07-25 17:20:09 +00:00
Jun Kuriyama
3bac820ce5 Unbreak.
Includes "DocBook Author Entities" to extract &a.joe; entity.
2002-04-10 12:54:25 +00:00
Giorgos Keramidas
3d5c64b4ff - Use &a.joe; for referring to Joe Karthauser.
- Fix description of chown(8) when changing only the gid of a
  file and not uid too.
2002-04-10 02:05:55 +00:00
Giorgos Keramidas
67a1702cec Remove almost all instances of "try and <verb>" from the docs.
There is one remaining place in the fdp-primer, but that needs
a bit more work.

Inspired by:	docs/36462 (Gary W. Swearingen <swear@blarg.net>)
Reviewed by:	ceri, trhodes
2002-04-07 23:52:37 +00:00
Dima Dorfman
5cfee7ff1b Correct link to anoncvs chapter.
PR:		36779
Submitted by:	april@promise.beam.dropbear.id.au
2002-04-05 08:16:31 +00:00
Giorgos Keramidas
6885cb3979 Add a new article from Stijn Hoop that describes how local CVS
repositories can be created using the FreeBSD CVSROOT scripts.

PR:		docs/32472
Submitted by:	Stijn Hoop <stijn@win.tue.nl>
2002-01-07 20:15:05 +00:00