Is <itemizelist id="..."> supposed to create HTML anchor tag?
Craig Rodrigues
rodrigc at crodrigues.org
Wed Aug 17 20:22:59 UTC 2005
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 at crodrigues.org
More information about the freebsd-doc
mailing list