GayBSD documentation tree
Find a file
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
bn_BD.ISO10646-1 Add Bangla translation of the Explaining BSD and FreeBSD First Steps 2004-02-16 23:56:26 +00:00
da_DK.ISO8859-1 MFen 1.13 2004-07-13 11:18:04 +00:00
de_DE.ISO8859-1 MFbed: Update the German documentation set. 2004-08-01 12:50:18 +00:00
el_GR.ISO8859-7 Simplify the doc/el_GR Makefiles by avoiding unnecessary local 2004-07-30 12:01:09 +00:00
en/handbook/contrib
en_US.ISO8859-1 Simplify parameter entities in doctype declaration. 2004-08-08 13:44:01 +00:00
es_ES.ISO8859-1 Typo fix. 2004-04-04 21:05:30 +00:00
fr_FR.ISO8859-1 MFen 1.5 --> 1.7 2004-08-08 08:18:58 +00:00
it_IT.ISO8859-15 - Update Italian documentation 2004-07-02 07:34:40 +00:00
ja_JP.eucJP Simplify parameter entities in doctype declaration. 2004-08-08 13:44:01 +00:00
nl_NL.ISO8859-1 Move ($create-refentry-xref-link$) to share/sgml/freebsd.dsl 2003-05-22 15:03:50 +00:00
no_NO.ISO8859-1/books/handbook Change all remaining file:/path/ urls to file://localhost/path/ 2002-09-08 23:21:58 +00:00
pl_PL.ISO8859-2 Move ($create-refentry-xref-link$) to share/sgml/freebsd.dsl 2003-05-22 15:03:50 +00:00
pt_BR.ISO8859-1 Connect newly added articles subdirectory to the build 2003-12-29 04:28:54 +00:00
release Make this more like a "real" release from src. Rather than building 2003-06-05 23:42:16 +00:00
ru_RU.KOI8-R MFen 1.221 2004-08-04 12:20:52 +00:00
share Simplify parameter entities in doctype declaration. 2004-08-08 13:44:01 +00:00
sr_YU.ISO8859-2 Remove SP_ENCODING settings (now duplicated with doc.docbook.mk) 2004-08-06 09:48:02 +00:00
tr_TR.ISO8859-9 Say hello to the 1st effort of the Turkish Translation Team. 2003-10-04 10:06:30 +00:00
zh/FAQ
zh_TW.Big5 Move ($create-refentry-xref-link$) to share/sgml/freebsd.dsl 2003-05-22 15:03:50 +00:00
Makefile Add Bangla translations to the build. 2004-02-17 00:14:11 +00:00
README

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read

    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/

for information about the tools and formatting languages we use.  Chapter
2 covers the software and related items you will need to install.