From: <ny...@us...> - 2006-07-30 08:00:42
|
Revision: 165 Author: nyaochi Date: 2006-07-30 01:00:38 -0700 (Sun, 30 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=165&view=rev Log Message: ----------- RSS feed: EasyH10 -> EasyPMP Modified Paths: -------------- trunk/webpage/newsrss.xsl Modified: trunk/webpage/newsrss.xsl =================================================================== --- trunk/webpage/newsrss.xsl 2006-07-30 05:49:50 UTC (rev 164) +++ trunk/webpage/newsrss.xsl 2006-07-30 08:00:38 UTC (rev 165) @@ -39,8 +39,8 @@ <title><xsl:value-of select="@caption" /> (<xsl:value-of select="@date" />)</title> <description><xsl:apply-templates /></description> <author>Nyaochi</author> -<link>http://easyh10.sourceforge.net/news.html#<xsl:value-of select="generate-id()" /></link> -<guid isPermaLink="true">http://easyh10.sourceforge.net/news.html#<xsl:value-of select="generate-id()" /></guid> +<link>http://pmplib.sourceforge.net/news.html#<xsl:value-of select="generate-id()" /></link> +<guid isPermaLink="true">http://pmplib.sourceforge.net/news.html#<xsl:value-of select="generate-id()" /></guid> </item> </xsl:template> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |