Personal tools
You are here: Home Documentation How-tos Add RSS or Live bookmark to your site
Document Actions

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.

Firefox Live Bookmarks for GeoNetwork opensource
Live bookmark icon as it should appear in Firefox

Safari RSS icon for GeoNetwork opensource

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/

Creative Commons License
This work is licensed under a Creative Commons Attribution-No Derivative Works 3.0 Unported License.

Powered by Plone CMS, the Open Source Content Management System