head	1.8;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_6_3_0:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_2_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2004.12.23.17.13.33;	author rushani;	state Exp;
branches;
next	1.7;

1.7
date	2004.08.08.13.44.01;	author hrs;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.11.08.54.51;	author hrs;	state Exp;
branches;
next	1.5;

1.5
date	2003.04.19.11.39.30;	author hrs;	state Exp;
branches;
next	1.4;

1.4
date	2002.08.10.20.48.37;	author hrs;	state Exp;
branches;
next	1.3;

1.3
date	2001.09.04.10.40.30;	author hrs;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.21.03.38.32;	author chris;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.28.23.29.46;	author nbm;	state Exp;
branches;
next	;


desc
@@


1.8
log
@To utilize localized version of &ng.misc;,

  - add newsgroups.ent
  - add above item to catalog file, then use it in articles.ent and books.ent

Noticed by:	kano at na dot rim dot or dot jp
Reference:	[doc-jp 14506]
@
text
@  -- ...................................................................... --
  -- FreeBSD SGML Public Identifiers ...................................... --
  
  -- $FreeBSD$
  --

PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
	"freebsd.dsl"

PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN" 
       "articles.ent"

PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN" 
       "books.ent"

PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//JA"
	"mailing-lists.ent"

PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//JA"
	"newsgroups.ent"

PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
	"l10n.ent"

PUBLIC  "-//FreeBSD//ENTITIES DocBook Author Entities//JA"
        "authors.ent"

PUBLIC  "-//FreeBSD//ENTITIES DocBook Team Entities//JA"
        "teams.ent"

PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//JA"
	"trademarks.ent"
@


1.7
log
@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.
@
text
@d19 3
@


1.6
log
@Add Japanese localized version of trademarks.ent.

	(new) -> 1.11 	sgml/trademarks.ent

Submitted by:	Hiroo Ono <hiroo@@oikumene.gcd.org>
@
text
@d10 6
@


1.5
log
@- 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$.
@
text
@d21 3
@


1.4
log
@Add Japanese version of teams.ent.
@
text
@d13 3
@


1.3
log
@- Create an entity-set of Japanese authors.

	sgml/authors.ent
	sgml/catalog

- Revise translation:

	sgml/mailing-lists.ent
@
text
@d4 1
a4 1
  -- $FreeBSD: doc/ja_JP.eucJP/share/sgml/catalog,v 1.2 2001/06/21 03:38:32 chris Exp $
d15 3
@


1.2
log
@Move mailing-lists.ent out of the Handbook and into the language-specific
share/sgml directories, create a public identifier for it and replace all
SYSTEM references to the file with PUBLIC references.

There was no repo-copy made of these files as there is no important
history to preserve.
@
text
@d4 1
a4 1
  -- $FreeBSD: doc/ja_JP.eucJP/share/sgml/catalog,v 1.1 2000/09/28 23:29:46 nbm Exp $
d10 1
a10 1
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//JP"
d12 3
@


1.1
log
@a) "Fix" out-of-tree builds by not hard-coding locations of dsl files
with SYSTEM, and using instead PUBLIC entities gained from the catalog
in the directory of the language the document belongs to, or the
language-neutral entity.  Now we always use default.dsl as our dsl
master, and it grabs the necessary magic from the catalogs.

b) Fix the always-out-of-date imagelib problem with some make(1)-fu.

Approved by:	nik (ages ago)
@
text
@d4 1
a4 1
  -- $FreeBSD: doc/share/sgml/catalog,v 1.9 2000/07/08 16:31:28 phantom Exp $
d10 2
@

