From owner-cvs-doc@FreeBSD.ORG Mon Jul 26 15:28:52 2004 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C895616A4CE; Mon, 26 Jul 2004 15:28:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F0043D2D; Mon, 26 Jul 2004 15:28:52 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6QFSWBr088385; Mon, 26 Jul 2004 15:28:32 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6QFSW2i088384; Mon, 26 Jul 2004 15:28:32 GMT (envelope-from hrs) Message-Id: <200407261528.i6QFSW2i088384@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 26 Jul 2004 15:28:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 15:28:52 -0000 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 like . To use these entities, put the following lines in preamble (DOCTYPE declaration) of the document: %l10n.ent; %urls.ent; and put URL_RELPREFIX in the Makefile. For translation teams: please add your "langcode" into /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