User Tools

Site Tools


en:user:rss

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:user:rss [2017/08/20 21:33] – [Turn on RSS] kjdonen:user:rss [2023/03/13 01:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +
 +
 +
 ====== RSS ====== ====== RSS ======
 [[http://en.wikipedia.org/wiki/RSS|RSS]] technology allows you to  [[http://en.wikipedia.org/wiki/RSS|RSS]] technology allows you to 
Line 8: Line 11:
  
 ===== Turn on RSS ===== ===== Turn on RSS =====
-<TABAREA tabs="Greenstone3,Greenstone2"> +<tabbox Greenstone3>
-<TAB>+
 To turn on RSS for a collection, go to the **Format Features** section of GLI's Format Panel.  To turn on RSS for a collection, go to the **Format Features** section of GLI's Format Panel. 
 Select which page(s) on which you want the RSS link to appear (choose 'global' to have it appear Select which page(s) on which you want the RSS link to appear (choose 'global' to have it appear
Line 26: Line 28:
 NOTE: the RSS serviceRack must also be included in the collectionConfig.xml file (it should be there by default). If RSS is not working after setting the option to true, check that you have **<serviceRack name="RSSRetrieve"/>** inside the **<serviceRackList>** of the collection's **etc/collectionConfig.xml** file. NOTE: the RSS serviceRack must also be included in the collectionConfig.xml file (it should be there by default). If RSS is not working after setting the option to true, check that you have **<serviceRack name="RSSRetrieve"/>** inside the **<serviceRackList>** of the collection's **etc/collectionConfig.xml** file.
  
-</TAB> +<tabbox Greenstone2>
-<TAB>+
 To turn on RSS for a collection, go to GLI's Format panel's Collection Specific Macros, and paste the following: To turn on RSS for a collection, go to GLI's Format panel's Collection Specific Macros, and paste the following:
  
Line 45: Line 46:
 {{ :en:rss-gs2.png?direct&600 |}} {{ :en:rss-gs2.png?direct&600 |}}
  
-</TAB> +</tabbox>
-</TABAREA>+
  
 ===== Configuring RSS feed info ===== ===== Configuring RSS feed info =====
Line 73: Line 73:
 These plugout options cannot currently be set using GLI. To change them, you will need to edit the collection's configuration file by hand. Make sure the collection is not open in GLI before you start editing the file. Once you have edited the file, save it, and rebuild the collection to regenerate the rss file. These plugout options cannot currently be set using GLI. To change them, you will need to edit the collection's configuration file by hand. Make sure the collection is not open in GLI before you start editing the file. Once you have edited the file, save it, and rebuild the collection to regenerate the rss file.
  
-<TABAREA tabs="Greenstone3,Greenstone2"> +<tabbox Greenstone3>
-<TAB>+
 Open up the file //%%greenstone3/web/sites/localsite/collect/<collname>/etc/collectionConfig.xml%%//. Open up the file //%%greenstone3/web/sites/localsite/collect/<collname>/etc/collectionConfig.xml%%//.
 Inside the //%%<import>%%// node, add code like the following: Inside the //%%<import>%%// node, add code like the following:
Line 82: Line 81:
 </plugout> </plugout>
 </code> </code>
-</TAB> +<tabbox Greenstone2>
-<TAB>+
 Open up the file //%%greenstone2/collect/<collname>/etc/collect.cfg%%//. Add the line Open up the file //%%greenstone2/collect/<collname>/etc/collect.cfg%%//. Add the line
 <code> <code>
 plugout GreenstoneXMLPlugout -rss_title "dc.Title,Title" plugout GreenstoneXMLPlugout -rss_title "dc.Title,Title"
 </code> </code>
-</TAB> +</tabbox>
-</TABAREA>+
  
en/user/rss.txt · Last modified: 2023/03/13 01:46 by 127.0.0.1