[
https://issues.apache.org/jira/browse/SOLR-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496624
]
Walter Underwood commented on SOLR-208:
---------------------------------------
I wasn't in the RSS wars, either, but I was on the Atom working group. That was
a bunch of volunteers making a clean, testable spec for RSS functionality
(http://www.ietf.org/rfc/rfc4287). RSS 2.0 has some bad ambiguities, especially
around ampersand and entities in titles. The default has changed over the years
and clients do different, incompatible things.
GData is just a way to do search result stuff that we would need anyway. It is
standard set of URL parameters for query, start-index, and categories, and a
few Atom extensions for total results, items per page, and next/previous.
http://code.google.com/apis/gdata/reference.html
> RSS feed XSL example
> --------------------
>
> Key: SOLR-208
> URL: https://issues.apache.org/jira/browse/SOLR-208
> Project: Solr
> Issue Type: New Feature
> Components: clients - java
> Affects Versions: 1.2
> Reporter: Brian Whitman
> Assigned To: Hoss Man
> Priority: Trivial
> Attachments: rss.xsl
>
>
> A quick .xsl file for transforming solr queries into RSS feeds. To get the
> date and time in properly you'll need an XSL 2.0 processor, as in
> http://wiki.apache.org/solr/XsltResponseWriter . Tested to work with the
> example solr distribution in the nightly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.