Commit graph

11 commits

Author SHA1 Message Date
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
Jens Schweikhardt
c58715b69e Default build command now includes BATCH=yes < /dev/null. 2004-07-19 20:58:41 +00:00
Denis Peplin
59859e64cb Close / fix pair tags 2004-07-06 14:25:55 +00:00
Alexey Zelkin
33835474de Add missing </sect1>'s 2004-04-06 15:29:15 +00:00
Alexey Zelkin
3f2ab786f5 freebsd.org -> FreeBSD.org 2004-04-04 21:40:58 +00:00
Jens Schweikhardt
978f249f2c Minor improvements to all stages and documentation. 2004-01-21 19:39:26 +00:00
Jens Schweikhardt
cb61d5bff4 The scripts have been rewritten to separate code from data.
This allows to use different config files without having to
edit the code scripts.
2004-01-03 15:46:31 +00:00
Simon L. B. Nielsen
6e997c3e9d Whitespace cleanup for last commit, no content change. 2003-10-18 14:32:23 +00:00
Simon L. B. Nielsen
e9047a74f1 - Use application tag instead of filename to markup "make".
- Use a note tag instead of a itemizedlist with one listitem.
- Use manual page reference instead of literal tag to reference devfs.

PR:		docs/56902
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>
2003-10-18 14:13:22 +00:00
Simon L. B. Nielsen
a9e3afd078 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.
 - Always use correct case for trademarks.
2003-08-14 19:54:05 +00:00
Jens Schweikhardt
e1f0bf4fc3 New article: FreeBSD From Scratch
This article describes my efforts at FreeBSD From Scratch: a fully
automated installation of a customized FreeBSD system compiled from
source, including compilation of all your favorite ports and configured
to match your idea of the perfect system. If you think "make world" is a
wonderful concept, FreeBSD From Scratch extends it to "make evenmore".
2003-03-08 08:26:10 +00:00