Date: Mon, 26 Jul 2004 15:28:32 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml urls.ent doc/en_US.ISO8859-1/share/sgml l10n.ent doc/ja_JP.eucJP/share/sgml l10n.ent Message-ID: <200407261528.i6QFSW2i088384@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hrs 2004-07-26 15:28:32 UTC
FreeBSD doc repository
Modified files:
share/sgml urls.ent
en_US.ISO8859-1/share/sgml l10n.ent
ja_JP.eucJP/share/sgml l10n.ent
Log:
Add entities &url.articles.*; and &url.books.*;. These can be used
in <ulink> like <ulink url="&url.books.handbook;/kernelconfig.html"></ulink>.
To use these entities, put the following lines in preamble (DOCTYPE
declaration) of the document:
<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
%l10n.ent;
<!ENTITY % urls.ent PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls.ent;
and put URL_RELPREFIX in the Makefile.
For translation teams:
please add your "langcode" into <langcode>/share/sgml/l10n.ent using
examples from en_US.ISO8859-1/share/sgml/l10n.ent and ja_JP.eucJP/share/
sgml/l10n.ent. &url.books.*; will be replaced with URLs for your
language; if you want URLs which point the original (English) docs,
you can use &url.books.*.en; instead.
Discussed with: den
Revision Changes Path
1.2 +3 -0 doc/en_US.ISO8859-1/share/sgml/l10n.ent
1.2 +3 -0 doc/ja_JP.eucJP/share/sgml/l10n.ent
1.5 +111 -8 doc/share/sgml/urls.ent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407261528.i6QFSW2i088384>
