From owner-freebsd-doc@FreeBSD.ORG Wed Aug 17 20:22:58 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 D713F16A41F for ; Wed, 17 Aug 2005 20:22:58 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc12.comcast.net (rwcrmhc14.comcast.net [204.127.198.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A8E43D46 for ; Wed, 17 Aug 2005 20:22:58 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-66-30-115-133.hsd1.ma.comcast.net ([66.30.115.133]) by comcast.net (rwcrmhc14) with ESMTP id <2005081720225701400g686re>; Wed, 17 Aug 2005 20:22:57 +0000 Received: from c-66-30-115-133.hsd1.ma.comcast.net (localhost.127.in-addr.arpa [127.0.0.1]) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id j7HKMxaB040442 for ; Wed, 17 Aug 2005 16:22:59 -0400 (EDT) (envelope-from rodrigc@c-66-30-115-133.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id j7HKMx9A040441 for freebsd-doc@freebsd.org; Wed, 17 Aug 2005 16:22:59 -0400 (EDT) (envelope-from rodrigc) Date: Wed, 17 Aug 2005 16:22:58 -0400 From: Craig Rodrigues To: freebsd-doc@freebsd.org Message-ID: <20050817202258.GA40417@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: Is supposed to create HTML anchor tag? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 20:22:59 -0000 Hi, I have the following patch to the committer's guide: Index: doc/en_US.ISO8859-1/articles/committers-guide/article.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.223 diff -u -r1.223 article.sgml --- doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 14 Apr 2005 02:08:38 -0000 1.223 +++ doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 7 Jun 2005 02:09:49 -0000 @@ -233,7 +233,7 @@ you should send your request to one of the following email addresses: - + ncvs@ - regarding /home/ncvs, the src repository @@ -357,7 +357,7 @@ effectively a &man.mv.1; operation, then a repository copy is in order rather than using CVS add and delete. In a repository copy, a CVS Meister will copy the file(s) + linkend="cvsmeisters">CVS Meister will copy the file(s) to their new name and/or location and let you know when it is done. The purpose of a repository copy is to preserve file change history, or logs. We in the FreeBSD Project greatly However, if I rebuild this web page, with jade or openjade, an anchor tag is not generated where the is located. Is there a Docbook tag I can use so that when the page is converted to HTML, a valid HTML anchor tag appears at the beginning of the itemized list? Thanks. -- Craig Rodrigues rodrigc@crodrigues.org