<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Thanks John. I think we'll look at building a Plugin with a new citation style that matches the third party's feed requirements.</p>
<p><br>
</p>
<p>Cheers,</p>
<p><br>
</p>
<p>Andrew</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p></p>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif">--</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif"><strong>Andrew Hercules</strong></span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif">Developer</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif">Digital Archives & Research Technologies</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif">University of London Computer Centre</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif">Senate House, Malet Street, London WC1E 7HU</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif">T: +44 (0)20 7863 1342</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif">E: andrew.hercules@ulcc.ac.uk </span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif">W: http://www.ulcc.ac.uk/</span></div>
<div><br style="font-family:Calibri,Arial,Helvetica,sans-serif">
</div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:10pt"><em>The University of London is an exempt charity in England and Wales. We are committed to achieving a 20% cut in emissions from University buildings by 2015. Please think before
you print.</em></span></div>
<p></p>
<p></p>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> eprints-tech-bounces@ecs.soton.ac.uk <eprints-tech-bounces@ecs.soton.ac.uk> on behalf of John Salter <J.Salter@leeds.ac.uk><br>
<b>Sent:</b> 16 November 2015 11:08<br>
<b>To:</b> 'eprints-tech@ecs.soton.ac.uk'<br>
<b>Subject:</b> [EP-tech] Re: EPrints and RSS feeds</font>
<div> </div>
</div>
<div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">Hi Andrew,</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">As far as I know, there isn’t a way to explicitly declare a citation style to be used for the exportview.</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">From Export/RSS.pm
</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> $item->appendChild( $session->render_data_element(</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> 2,</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> "description",</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> EPrints::Utils::tree_to_utf8( $eprint->render_citation ) ) );</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">- this will use the ‘default’ citation style.</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">You could force this to use a new citation style that didn’t include the links (e.g. copy default.xml to rss_no_link.xml then edit it):</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> EPrints::Utils::tree_to_utf8( $eprint->render_citation( "rss_no_links" ) ) ) );</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">Or, looking at EPrints::Utils::tree_to_utf8:</span></p>
<p style="text-indent: 36pt; margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">EPrints::Utils::tree_to_utf8( $tree, $width, [$pre], [$whitespace_before], [$ignore_a] )</span></p>
<p style="text-indent: 36pt; margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"><a href="foo">bar</a> will be converted into "bar <foo>" unless ignore_a is set.</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">- inspecting the code, I’d expect that:</span></p>
<p style="text-indent: 36pt; margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">EPrints::Utils::tree_to_utf8( $eprint->render_citation, undef, undef, undef, 1 )
</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">might work!?</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">You probably don’t want to make these changes in the ~/perl_lib/… files – this might be of use:
<a href="http://wiki.eprints.org/w/Instructions_for_local_plugins" style="color: blue; text-decoration: underline;" id="LPlnk887798" title="http://wiki.eprints.org/w/Instructions_for_local_plugins
Ctrl+Click or tap to follow the link">
http://wiki.eprints.org/w/Instructions_for_local_plugins</a></span></p>
<div id="LPBorder_GT_14476757183070.1378779320511967" style="margin-top: 20px; margin-bottom: 20px; overflow: auto; width: 100%;">
<table id="LPContainer_14476757183070.04455620050430298" style="border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); width: 80%; position: relative; overflow: auto; background-color: rgb(255, 255, 255);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td>
<div id="LPTitle_14476757183070.5828718703705817" style="top: 0px; margin-top: 8px; font-size: 21px; font-family: wf_segoe-ui_semilight, 'Segoe UI Semilight', 'Segoe WP Semilight', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; color: rgb(51, 51, 51); margin-left: 14px; margin-right: 14px;">
Instructions for local plugins - Eprints Documentation</div>
<div id="LPDescription_14476757183070.16707422607578337" style="margin-top: 8px; font-size: 13px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; color: rgb(102, 102, 102); margin-left: 14px; margin-right: 14px;">
See also: Tips_to_write_plugins. To change the functionality of a core plugin within a specific archive, you can make a subclass of the original package.</div>
<div id="LPUrlContainer_14476757183070.5495363434311002" style="margin: 8px 14px 10px; height: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;">
<a id="LPUrlAnchor_14476757183070.4050772732589394" href="http://wiki.eprints.org/w/Instructions_for_local_plugins" target="_blank" style="font-size: 11px; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; text-decoration: none;">Read
more...</a></div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<p></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">Cheers,</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">John</span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span></p>
<div>
<div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<b><span lang="EN-US" style="font-size:10.0pt; font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt; font-family:"Tahoma","sans-serif""> eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk]
<b>On Behalf Of </b>Andrew Hercules<br>
<b>Sent:</b> 13 November 2015 17:21<br>
<b>To:</b> 'eprints-tech@ecs.soton.ac.uk'<br>
<b>Subject:</b> [EP-tech] Re: EPrints and RSS feeds</span></p>
</div>
</div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
</p>
<div id="divtagdefaultwrapper">
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Hi John,</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">I checked the plugins, which lead me to perl_lib/EPrints/XHTML.pm as they call on subroutines in that file. </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Here's an example that I pulled from an
<a href="http://research.gold.ac.uk/cgi/exportview/goldsmiths/Banissy=3AMichael_J=2E=3A=3A/RSS/Banissy=3AMichael_J=2E=3A=3A.rss" id="LPlnk957342" style="color: blue; text-decoration: underline;">
RSS feed on Goldsmiths</a> (within the description tag for each item):</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black; background:white"><description> Banissy, Michael J. &lt;http://research.gold.ac.uk/view/goldsmiths/Banissy=3AMichael_J=2E=3A=3A.html&gt;; Jonas, Clare and Cohen Kadosh,
Roi. 2014. Synesthesia: an introduction. Frontiers in Psychology, 5(1414), pp. 1-3. ISSN 1664-1078 [Article] </description></span><span style="font-family:"Calibri","sans-serif"; color:black"></span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">I'm trying to remove the following link, which is generated because the author has other items in the same repository:</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black; background:white">&lt;http://research.gold.ac.uk/view/goldsmiths/Banissy=3AMichael_J=2E=3A=3A.html&gt;</span><span style="font-family:"Calibri","sans-serif"; color:black"></span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">I'm stumped - I've tried turning off show_links and have also changed the _to_text_dump subroutine, which transforms <a> into " <href>" within the description tag.</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Cheers,</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Andrew</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<div id="Signature">
<div id="divtagdefaultwrapper">
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">--</span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<strong><span style="font-family:"Calibri","sans-serif"; color:black">Andrew Hercules</span></strong><span style="font-family:"Calibri","sans-serif"; color:black"></span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">Developer</span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">Digital Archives & Research Technologies</span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">University of London Computer Centre</span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">Senate House, Malet Street, London WC1E 7HU</span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">T: +44 (0)20 7863 1342</span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">E: <a href="mailto:andrew.hercules@ulcc.ac.uk" style="color: blue; text-decoration: underline;">
andrew.hercules@ulcc.ac.uk</a> </span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">W: <a href="http://www.ulcc.ac.uk/" style="color: blue; text-decoration: underline;">
http://www.ulcc.ac.uk/</a></span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
</div>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<em><span style="font-size:10.0pt; font-family:"Calibri","sans-serif"; color:black">The University of London is an exempt charity in England and Wales. We are committed to achieving a 20% cut in emissions from University buildings by 2015. Please think before
you print.</span></em><span style="font-family:"Calibri","sans-serif"; color:black"></span></p>
</div>
</div>
</div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<div>
<div align="center" style="text-align: center; margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black">
<hr size="2" width="98%" align="center">
</span></div>
<div id="divRplyFwdMsg">
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<b><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:black">From:</span></b><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:black">
<a href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" style="color: blue; text-decoration: underline;">
eprints-tech-bounces@ecs.soton.ac.uk</a> <<a href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" style="color: blue; text-decoration: underline;">eprints-tech-bounces@ecs.soton.ac.uk</a>> on behalf of John Salter <<a href="mailto:J.Salter@leeds.ac.uk" style="color: blue; text-decoration: underline;">J.Salter@leeds.ac.uk</a>><br>
<b>Sent:</b> 13 November 2015 17:00<br>
<b>To:</b> 'eprints-tech@ecs.soton.ac.uk'<br>
<b>Subject:</b> [EP-tech] Re: EPrints and RSS feeds</span><span style="font-family:"Calibri","sans-serif"; color:black">
</span></p>
<div>
<p style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; background: white;">
<span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
</div>
</div>
<div>
<div>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">Hi,</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">Have you got an example for us to take a look at?</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">In the RSS feed, there are probably links you want/need (e.g in the individual <item>s).</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">The RSS feeds are generated as an export from</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">~/perl_lib/EPrints/Plugin/Export/RSS.pm</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">or</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">~/perl_lib/EPrints/Plugin/Export/RSS2.pm</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">- the key to what you’re trying to do may well be in one of these…</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">Cheers,</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D">John</span><span style="color:black"></span></p>
<p style="background:white"><span style="font-size:11.0pt; font-family:"Calibri","sans-serif"; color:#1F497D"> </span><span style="color:black"></span></p>
<div>
<div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p style="background:white"><b><span lang="EN-US" style="font-size:10.0pt; font-family:"Tahoma","sans-serif"; color:black">From:</span></b><span lang="EN-US" style="font-size:10.0pt; font-family:"Tahoma","sans-serif"; color:black">
<a href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" style="color: blue; text-decoration: underline;">
eprints-tech-bounces@ecs.soton.ac.uk</a> [<a href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" style="color: blue; text-decoration: underline;">mailto:eprints-tech-bounces@ecs.soton.ac.uk</a>]
<b>On Behalf Of </b>Andrew Hercules<br>
<b>Sent:</b> 13 November 2015 16:39<br>
<b>To:</b> <a href="mailto:eprints-tech@ecs.soton.ac.uk" style="color: blue; text-decoration: underline;">
eprints-tech@ecs.soton.ac.uk</a><br>
<b>Subject:</b> [EP-tech] EPrints and RSS feeds</span><span style="color:black"></span></p>
</div>
</div>
<p style="background:white"><span style="color:black"> </span></p>
<div id="divtagdefaultwrapper">
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Hi everyone,</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Just wondering if anybody has experience changing the way that RSS feeds display citation information. I'm trying to eliminate links as they are adding an additional space
that's causing confusion with third-party sites that consume the RSS feed. </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">By default, in <i>perl_lib/EPrints/XHTML.pm</i>, show_links is enabled with show_links => 0. I tried changing the 0 to a 1 and to undef, but the link still persists. Likewise,
I also tried modifying the _to_text_dump subroutine in <i>perl_lib/EPrints/XHTML.pm
</i>by specifying that $contents .= "", but the link still shows.</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Any thoughts or suggestions on where else I should look would be much appreciated as I'm still learning the ins and outs of EPrints.</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Have a great weekend!</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Cheers,</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Andrew</span></p>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span></p>
<div id="Signature">
<div id="divtagdefaultwrapper">
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">--</span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><strong><span style="font-family:"Calibri","sans-serif"; color:black">Andrew Hercules</span></strong><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Developer</span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Digital Archives & Research Technologies</span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">University of London Computer Centre</span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">Senate House, Malet Street, London WC1E 7HU</span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">T: +44 (0)20 7863 1342</span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">E:
<a href="mailto:andrew.hercules@ulcc.ac.uk" style="color: blue; text-decoration: underline;">
andrew.hercules@ulcc.ac.uk</a> </span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black">W:
<a href="http://www.ulcc.ac.uk/" style="color: blue; text-decoration: underline;">
http://www.ulcc.ac.uk/</a></span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><span style="font-family:"Calibri","sans-serif"; color:black"> </span><span style="color:black"></span></p>
</div>
<div>
<p style="background:white"><em><span style="font-size:10.0pt; font-family:"Calibri","sans-serif"; color:black">The University of London is an exempt charity in England and Wales. We are committed to achieving a 20% cut in emissions from University buildings
by 2015. Please think before you print.</span></em><span style="color:black"></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>