You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Michael Wechner <mi...@wyona.com> on 2007/03/31 13:09:15 UTC

Re: svn commit: r524165 - in /lenya/trunk/src/modules/news: sitemap.xmap xslt/collection2rss.xsl

Hi

How can this module be used? Is just like another document type?

Re releasing 1.4-dev at some point, I am afraid that more and more 
features are
being added and no release will ever happen.

Wouldn't it make sense to define what features shall be added and what 
needs to be fixed such that Lenya 1.4 can be released. For instance one 
could create a Release Bug within 1.4 or does such an entry already exist.

Cheers

Michi



andreas@apache.org wrote:

>Author: andreas
>Date: Fri Mar 30 09:34:46 2007
>New Revision: 524165
>
>URL: http://svn.apache.org/viewvc?view=rev&rev=524165
>Log:
>Fixed RSS date
>
>Modified:
>    lenya/trunk/src/modules/news/sitemap.xmap
>    lenya/trunk/src/modules/news/xslt/collection2rss.xsl
>
>Modified: lenya/trunk/src/modules/news/sitemap.xmap
>URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/news/sitemap.xmap?view=diff&rev=524165&r1=524164&r2=524165
>==============================================================================
>--- lenya/trunk/src/modules/news/sitemap.xmap (original)
>+++ lenya/trunk/src/modules/news/sitemap.xmap Fri Mar 30 09:34:46 2007
>@@ -62,6 +62,9 @@
>         <map:match pattern="rss.xml/**">
>           <map:transform type="uuid2url"/>
>           <map:transform src="xslt/rss/xhtmllink2rsslink.xsl"/>
>+          <map:transform type="i18n">
>+            <map:parameter name="locale" value="{5}"/>
>+          </map:transform>
>         </map:match>
>         <map:serialize type="xml"/>
>       </map:match>
>
>Modified: lenya/trunk/src/modules/news/xslt/collection2rss.xsl
>URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/news/xslt/collection2rss.xsl?view=diff&rev=524165&r1=524164&r2=524165
>==============================================================================
>--- lenya/trunk/src/modules/news/xslt/collection2rss.xsl (original)
>+++ lenya/trunk/src/modules/news/xslt/collection2rss.xsl Fri Mar 30 09:34:46 2007
>@@ -75,7 +75,6 @@
>       <xsl:if test="position() = 1">
>         <xsl:variable name="date" select="meta:metadata/dc:elements/dc:date"/>
>         <i18n:date-time src-pattern="yyyy-MM-dd hh:mm:ss" pattern="EEE, d MMM yyyy HH:mm:ss Z" value="{$date}" />
>-        <xsl:value-of select="meta:metadata/dc:elements/dc:date"/>
>       </xsl:if>
>     </xsl:for-each>
>   </xsl:template>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
>For additional commands, e-mail: commits-help@lenya.apache.org
>
>
>  
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org
+41 44 272 91 61


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r524165 - in /lenya/trunk/src/modules/news: sitemap.xmap xslt/collection2rss.xsl

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Michael Wechner wrote:
> Hi
>
> How can this module be used? Is just like another document type?
>
> Re releasing 1.4-dev at some point, I am afraid that more and more 
> features are
> being added and no release will ever happen.
>
+1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org