burtonator wrote:
>
> I was just doing some random thinking about RSS, JCM, Portal Sites and
> content syndication.
>
> When the move to xml.apache.org happens, I want to convert their news
> system from stylebook over to RSS, then I will add support for RSS
> within stylebook so that I can complete the loop :)
>
Hmm... RSS 0.91 is not the best format for this because the items with each
channel have no time stamps so ordering is problematic, any other format
with publication date or timestamps is OK though.
Haven't checked 0.92 to see if it has timestamp support
> I then started to think about what cool things could come from this. We
> can take multiple RSS channels and 'blend' them into one channel. So
> for the 'cool-computer-news' site we could blend:
>
> Slashdot
> xmlhack
> Freshmeat
> xml.apache.org
> Mozilla
>
> Then as each RSS channel is updated the <items> would be blended into on
> large RSS channel and XSLTd into a Portlet. The result would be a new
> unique website with content from each site sorted into a new RSS
> channel.
>
Actually this can be done with the current Jetspeed :
- define an OCS feed with all the channels you want to agregate
named myfeeds.ocs
- define a new protletregistry entry:
<portlet type="ref" paranet="Cocoon" name="MyFeeds">
<url>/content/myfeeds.ocs</url>
<parameter name="stylesheet" name="mystylesheet.xsl">
</portlet>
by using the document(...) function in mystylesheet.xsl you can
agregate all the referred URLs and output whatever you like...
Implementation is left as an exercise to the reader... (you can of
course contribute this to the project) :P
--
Rapha�l Luta - [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]