This may have been addressed in the past, but I may have missed it.  I had a 
complaint about the atom feed from my DSpace instance.  I am using DSpace 1.8.2 
using the JSPUI interface.

I have my RSS feeds set up as follows in the DSpace Config:
webui.feed.item.description = dc.title, dc.contributor.author, 
dc.contributor.editor, dc.description.abstract, dc.description

I think this was the default?  At least, I don't remember changing it.

The RSS_2.0 feed looks OK, but the Atom_1.0 feed has the author and title 
repeated in the Summary field (examples below).
If I change the above config to:
webui.feed.item.description = dc.description.abstract, dc.description

The Atom_1.0 feed is now OK, but the RSS_2.0 feed shows up with the Author 
field missing.

Is there a way to configure this so that the data shows up the same for rss_2.0 
and atom_1.0?

Here is an example of an rss_2.0 feed:


<item>

      <title>Estimating identification disclosure risk using mixed membership 
models</title>

      
<link>http://hdl.handle.net/1813/33184</link<http://hdl.handle.net/1813/33184%3c/link>>

      <description>Title: Estimating identification disclosure risk using mixed 
membership models

Authors: Manrique-Vallier, Daniel; Reiter, Jerome

Abstract: Statistical agencies and other organizations...(rest 
deleted)</description>

      <pubDate>Sun, 01 Jan 2012 00:00:00 GMT</pubDate>

      <guid 
isPermaLink="false">http://hdl.handle.net/1813/33184</guid<http://hdl.handle.net/1813/33184%3c/guid>>

      <dc:date>2012-01-01T00:00:00Z</dc:date>

    </item>

Same as an atom_1.0 feed:


<entry>

    <title>Estimating identification disclosure risk using mixed membership 
models</title>

    <link rel="alternate" href="http://hdl.handle.net/1813/33184"; />

    <author>

      <name>Manrique-Vallier, Daniel</name>

    </author>

    <author>

      <name>Reiter, Jerome</name>

    </author>

    
<id>http://hdl.handle.net/1813/33184</id<http://hdl.handle.net/1813/33184%3c/id>>

    <updated>2013-04-21T05:01:39Z</updated>

    <published>2012-01-01T00:00:00Z</published>

    <summary type="text">Title: Estimating identification disclosure risk using 
mixed membership models

Authors: Manrique-Vallier, Daniel; Reiter, Jerome

Abstract: Statistical agencies and other organizations...(rest 
deleted)</summary>

    <dc:date>2012-01-01T00:00:00Z</dc:date>

  </entry>



George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to