diff --git a/en/gnome/Makefile b/en/gnome/Makefile index bcf0a7161c..6be6c081bf 100644 --- a/en/gnome/Makefile +++ b/en/gnome/Makefile @@ -1,35 +1,43 @@ -# $FreeBSD: www/en/gnome/Makefile,v 1.10 2002/05/21 09:15:41 sobomax Exp $ +# $FreeBSD: www/en/gnome/Makefile,v 1.11 2002/08/25 19:14:58 marcus Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif SUBDIR= docs SUBDIR+= images DOCS= screenshots.sgml DOCS+= contact.sgml -DATA= index.html newsflash.html +DATA= index.html newsflash.html news.rdf CLEANFILES= index.html CLEANFILES+= newsflash.html +CLEANFILES+= news.rdf index.html! index.xsl news.xml includes.xsl ../includes.xsl ${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o index.html \ ${.CURDIR}/index.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} index.html .endif +news.rdf! rss.xsl news.xml includes.xsl ../includes.xsl + ${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o news.rdf \ + ${.CURDIR}/rss.xsl ${.CURDIR}/news.xml +.if !defined(NO_TIDY) + -${TIDY} -xml -wrap 0 ${TIDYOPTS} news.rdf +.endif + newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ ${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/gnome/TODO b/en/gnome/TODO index 8f8a971fb2..6bbc75c209 100644 --- a/en/gnome/TODO +++ b/en/gnome/TODO @@ -1,19 +1,18 @@ Outstanding tasks ----------------- - Convert FAQ into DocBook. (marcus) -- Add .rdf newsfeed (should be easy) and patch Evo/Moz/Nau to use this feed, - maybe even by default. (marcus) +- Add the FreeBSD GNOME Porject RDF newsfeed to Evo (marcus). - Create a cool FreeBSD/GNOME logo to put onto the main page. I have a good name - Gnomon and overall vision: one of the Chucks, but "gnomised" - beard, shoes and so on, but complete absence of art skills prevent me from doing it on my own. (marcus, my girlfriend offered to help on this if we need it) - Revamp the screenshots page. (anders) - ???. (???) -$FreeBSD$ +$FreeBSD: www/en/gnome/TODO,v 1.15 2002/08/25 19:16:03 marcus Exp $ diff --git a/en/gnome/rss.xsl b/en/gnome/rss.xsl new file mode 100644 index 0000000000..937b67125d --- /dev/null +++ b/en/gnome/rss.xsl @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + FreeBSD GNOME Project News + http://www.FreeBSD.org/gnome + FreeBSD GNOME News System + + + + + + <xsl:choose> + <xsl:when test="count(child::title)"> + <xsl:value-of select="title"/> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="p"/> + </xsl:otherwise> + </xsl:choose> + + http://www.FreeBSD.org/gnome/newsflash# + + + + +