From owner-cvs-all@FreeBSD.ORG Wed Aug 20 08:40:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE36E16A4BF; Wed, 20 Aug 2003 08:40:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B6C743F93; Wed, 20 Aug 2003 08:40:46 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7KFek0U068021; Wed, 20 Aug 2003 08:40:46 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7KFekrs068020; Wed, 20 Aug 2003 08:40:46 -0700 (PDT) Message-Id: <200308201540.h7KFekrs068020@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 20 Aug 2003 08:40:46 -0700 (PDT) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml freebsd.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 15:40:47 -0000 simon 2003/08/20 08:40:46 PDT FreeBSD doc repository Modified files: share/sgml freebsd.dsl Log: Add special handling of the DocBook trademark tag. Each trademark will only have a trademark symbol appended the first time in a document for print / html, and the first time on each HTML page for html-split. It is possible to always append the trademark symbol for a trademark, by setting the role attribute to "force" in the trademark tag. The code differentiates between trademarks in normal text and titles, so if there is a trademark in a title, the symbol will be displayed the first time in the title, and the first time in the normal text. Basically this means that all trademarks can / should be marked up in the documents, and the stylesheet will do "the right thing". Looked at by: murray Approved by: mwlucas (temp mentor) Revision Changes Path 1.75 +84 -0 doc/share/sgml/freebsd.dsl