Add links to new RSS 2.0 feed of this content.
This commit is contained in:
parent
7a16295196
commit
170ba8cb46
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31295
1 changed files with 13 additions and 1 deletions
|
@ -3,10 +3,13 @@
|
|||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<!ENTITY title "FreeBSD in the Press">
|
||||
<!ENTITY email "freebsd-www">
|
||||
<!ENTITY rsslink "press-rss.xml">
|
||||
<!ENTITY rsstitle "&title;">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
<!ENTITY % header.rss "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/templates.press.xsl,v 1.2 2006/08/21 18:27:43 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/templates.press.xsl,v 1.3 2008/01/11 23:36:14 jkois Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -35,6 +38,15 @@
|
|||
<div id="CONTENT">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
<div id="FEEDLINKS">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="rss.xml" title="FreeBSD in the Press RSS 2.0 Feed">
|
||||
RSS 2.0 Feed
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- FEEDLINKS -->
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="CONTENTWRAP">
|
||||
|
|
Loading…
Reference in a new issue