Add the FreeBSD Gnome Project's RSS feed to the Live Bookmarks thing.
Submitted by: Todd Ross <Todd_Ross at mgic dot com>
This commit is contained in:
parent
19c4b0eea3
commit
30f3988f9f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22777
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.112 2004/10/01 18:38:44 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.113 2004/10/19 17:24:30 ceri Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.112 2004/10/01 18:38:44 ceri Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.113 2004/10/19 17:24:30 ceri Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -36,6 +36,8 @@
|
|||
title="FreeBSD Project News" href="{$base}/news/news.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Security Advisories" href="{$base}/security/advisories.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD GNOME Project News" href="{$base}/gnome/news.rdf" />
|
||||
|
||||
<!-- Formatted to be easy to spam harvest, please do not reformat. -->
|
||||
<xsl:comment>
|
||||
|
|
Loading…
Reference in a new issue