Is <itemizelist id="..."> supposed to create HTML anchor tag?
Marc Fonvieille
blackend at freebsd.org
Wed Aug 17 20:37:38 UTC 2005
On Wed, Aug 17, 2005 at 04:22:58PM -0400, Craig Rodrigues wrote:
> 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?
>
You have to use <anchor id...
look at 4.2.7.1 Linking to other parts of the same document section on
http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup-docbook.html
Marc
More information about the freebsd-doc
mailing list