Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2005 16:22:58 -0400
From:      Craig Rodrigues <rodrigc@crodrigues.org>
To:        freebsd-doc@freebsd.org
Subject:   Is <itemizelist id="..."> supposed to create HTML anchor tag?
Message-ID:  <20050817202258.GA40417@crodrigues.org>

next in thread | raw e-mail | index | archive | help
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:</para>
       
-      <itemizedlist>
+      <itemizedlist id="cvsmeisters">
 	<listitem><para>ncvs@ - regarding <filename role="directory">
 	    /home/ncvs</filename>, the src
 	  repository</para></listitem>
@@ -357,7 +357,7 @@
       effectively a &man.mv.1; operation, then a repository
       copy is in order rather than using CVS <command>add</command> and
       <command>delete</command>.  In a repository copy, a <link
-      linkend="conventions">CVS Meister</link> will copy the file(s)
+      linkend="cvsmeisters">CVS Meister</link> 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 <itemizedlist id="cvsmeister">
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050817202258.GA40417>