From owner-freebsd-doc@FreeBSD.ORG Sun Jul 18 22:38:39 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC76A16A4CE for ; Sun, 18 Jul 2004 22:38:39 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5425243D4C for ; Sun, 18 Jul 2004 22:38:39 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i6IMccrq022022 for ; Sun, 18 Jul 2004 16:38:38 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i6IMcc85022019 for ; Sun, 18 Jul 2004 16:38:38 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 18 Jul 2004 16:38:38 -0600 (MDT) From: Warren Block To: doc@freebsd.org Message-ID: <20040718160745.B21967@wonkity.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (wonkity.com [127.0.0.1]); Sun, 18 Jul 2004 16:38:38 -0600 (MDT) Subject: Glossary Build X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 22:38:39 -0000 I've got a first pass at a what I think Simon was suggesting, a program that builds a custom glossary containing only the terms found in a given directory. glossbuild is a Perl program that scans through SGML files looking for acronym tags. When found, it checks the "global" glossary. If there's a glossentry for the term, it's printed to stdout, as are glossdiv tags. If /usr/doc/en*/share/sgml/glossary/freebsd-glossary.sgml is the "global" glossary, ulinks in the resultant custom glossary will be broken. There are bound to be other issues. Is building a customized glossary for the Handbook in the Handbook directory the way to proceed, or is there a better way? -Warren Block * Rapid City, South Dakota USA