Commit graph

4 commits

Author SHA1 Message Date
Hiroki Sato
4fe414e55f - Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
2012-05-17 03:23:15 +00:00
Hiroki Sato
c24e829215 Add a <meta> tag into %html-header-tags% to explicitly declare
the charset of HTML files generated from an DocBook/SGML file.

Note to translators:

  While some of the translations already use this tweak
  in their localized freebsd.dsl, it is no longer needed so
  removed and the necessary changes have been added instead.
  After this commit, please make sure to define
  &doc.html.charset; in <langcode>/share/sgml/l10n.ent.
  If not defined, iso-8859-1 is used by default and it can
  break the translation.

Discussed on:	-doc
2004-11-07 16:26:09 +00:00
Hiroki Sato
ddd742a0b2 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
2004-07-26 15:28:32 +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