Add RSS or Live bookmark to your site
This How-to applies to: 2.0.2
A small change to the header.xsl file will allow your users to quickly see what entires have recently been updated. This How-to explains how to get browsers to see the RSS newsfeed automatically.
A small modification to the header.xsl is enough to get browsers to provide instant access to the "Recently Updated" RSS newsfeed on GeoNetwork opensource.

Live bookmark icon as it should appear in Firefox

To do this, open the header.xsl in a text or xml editor (supporting UTF-8 encoding). Than add the following line at line 15 of that document:
Live bookmark icon as it should appear in Firefox
RSS icon as it should appear in Safari
To do this, open the header.xsl in a text or xml editor (supporting UTF-8 encoding). Than add the following line at line 15 of that document:
<!-- Recent updates newsfeed --> <link href="{/root/gui/locService}/rss.latest" rel="alternate" type="application/rss+xml" title="GeoNetwork opensource | {/root/gui/strings/recentAdditions}" />
After saving the file and reloading the GeoNetwork opensource homepage in your browser you should see the RSS icon appear as on the graphics above.
by
Admin
—
last modified
2007-03-14 01:56
Creative Commons - http://creativecommons.org/licenses/by/2.5/