diff --git a/en/gnome/Makefile b/en/gnome/Makefile index 343b85b137..9a20ea3042 100644 --- a/en/gnome/Makefile +++ b/en/gnome/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/gnome/Makefile,v 1.25 2006/08/19 21:20:34 hrs Exp $ +# $FreeBSD: www/en/gnome/Makefile,v 1.26 2006/10/12 21:21:05 mezz Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -23,5 +23,6 @@ XSLTPROCOPTS.index= ${XSLTPROCOPTS:N--nonet} XMLDOCS+= newsflash XMLDOCS+= news:rss.xsl::news.rdf +XMLDOCS+= newsrss:rss2.xsl::rss.xml .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/gnome/rss2.xsl b/en/gnome/rss2.xsl new file mode 100644 index 0000000000..413b239ac6 --- /dev/null +++ b/en/gnome/rss2.xsl @@ -0,0 +1,82 @@ + + + +]> + + + + + + + + + + + + + + + + FreeBSD GNOME Project News + http://www.FreeBSD.org/gnome/ + + + + + <xsl:value-of select="$title" /> + + FreeBSD GNOME News System + en-us + freebsd-gnome@FreeBSD.org (FreeBSD GNOME Team) + freebsd-gnome@FreeBSD.org (FreeBSD GNOME Team) + http://blogs.law.harvard.edu/tech/rss + 120 + + http://www.FreeBSD.org/logo/logo-full.png + <xsl:value-of select="$title" /> + + + + + rss.xml + + + + + + + + + <xsl:choose> + <xsl:when test="count(child::title)"> + <xsl:value-of select="title"/> + </xsl:when> + <xsl:otherwise> + <xsl:copy-of select="p"/> + </xsl:otherwise> + </xsl:choose> + + + + + + + + http://www.FreeBSD.org/gnome/newsflash# + http://www.FreeBSD.org/gnome/newsflash# + + + + + + + + + + + +