svn commit: r40279 - head/share/xml
Glen Barber
gjb at FreeBSD.org
Wed Dec 5 21:08:43 UTC 2012
Author: gjb
Date: Wed Dec 5 21:08:43 2012
New Revision: 40279
URL: http://svnweb.freebsd.org/changeset/doc/40279
Log:
Add a lists.announce entity.
Update news.xml latest entry to use new entity.
Modified:
head/share/xml/news.dtd
head/share/xml/news.xml
Modified: head/share/xml/news.dtd
==============================================================================
--- head/share/xml/news.dtd Wed Dec 5 20:32:56 2012 (r40278)
+++ head/share/xml/news.dtd Wed Dec 5 21:08:43 2012 (r40279)
@@ -1,6 +1,7 @@
<!-- $FreeBSD$ -->
<!ENTITY lists 'http://lists.freebsd.org/pipermail'>
+<!ENTITY lists.announce '&lists;/freebsd-announce'>
<!ENTITY lists.stable '&lists;/freebsd-stable'>
<!ELEMENT news (cvs:keyword?, year)+>
Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml Wed Dec 5 20:32:56 2012 (r40278)
+++ head/share/xml/news.xml Wed Dec 5 21:08:43 2012 (r40279)
@@ -43,7 +43,7 @@
<p>The &os; Project has enabled Google Analytics to
identify how users interact with the website. Users are
encouraged to read the <a
- href="http://lists.freebsd.org/pipermail/freebsd-announce/2012-December/001441.html">announcement</a>.</p>
+ href="&lists.announce;/2012-December/001441.html">announcement</a>.</p>
</event>
</day>
</month>
More information about the svn-doc-head
mailing list