en:user:rss
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:user:rss [2015/06/10 23:29] – external edit 127.0.0.1 | en:user:rss [2025/08/04 02:06] (current) – [Configuring RSS feed info] kjdon | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | |||
====== RSS ====== | ====== RSS ====== | ||
[[http:// | [[http:// | ||
Line 8: | Line 11: | ||
===== Turn on RSS ===== | ===== Turn on RSS ===== | ||
- | <TABAREA tabs="Greenstone3, | + | <tabbox |
- | <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 ' | Select which page(s) on which you want the RSS link to appear (choose ' | ||
Line 24: | Line 26: | ||
{{ : | {{ : | ||
- | </TAB> | + | 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=" |
- | <TAB> | + | |
+ | <tabbox Greenstone2> | ||
To turn on RSS for a collection, go to GLI's Format panel' | To turn on RSS for a collection, go to GLI's Format panel' | ||
Line 43: | Line 46: | ||
{{ : | {{ : | ||
- | </TAB> | + | </tabbox> |
- | </ | + | |
===== Configuring RSS feed info ===== | ===== Configuring RSS feed info ===== | ||
Line 69: | Line 71: | ||
Note, plugouts are the opposite to plugins. Plugins handle converting document formats to Greenstone' | Note, plugouts are the opposite to plugins. Plugins handle converting document formats to Greenstone' | ||
- | These plugout | + | Plugout |
+ | |||
+ | Alternatively | ||
+ | * **-saveas** specifies what type of output format to use (default: GreenstoneXML) and therefore which plugout (default GerenstoneXMLPlugout) | ||
+ | * **-saveas_options** specifies any options to pass to the plugout. | ||
+ | |||
+ | You can set these in the import options pane of the Create Pane in GLI - if you do that here, they will only be applied when building | ||
+ | You can also set import options directly into the config | ||
+ | |||
+ | <tabbox Greenstone3> | ||
+ | The three ways to specify plugout option, for example, setting | ||
+ | | ||
+ | |||
+ | < | ||
+ | -saveas_options -rss_title dc.Title, | ||
+ | </ | ||
+ | |||
+ | * 2. Add importOptions directly into the collectionConfig.xml file. | ||
+ | |||
+ | In GLI, Edit-> | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | * 3. Add a plugout element directly into the collectionConfig.xml | ||
- | <TABAREA tabs=" | + | In GLI, Edit->Edit collectionConfig.xml. Or open up the file // |
- | < | + | |
- | Open up the file // | + | |
Inside the // | Inside the // | ||
< | < | ||
<plugout name=" | <plugout name=" | ||
- | < | + | < |
</ | </ | ||
</ | </ | ||
- | </TAB> | + | <tabbox Greenstone2> |
- | <TAB> | + | |
Open up the file // | Open up the file // | ||
< | < | ||
plugout GreenstoneXMLPlugout -rss_title " | plugout GreenstoneXMLPlugout -rss_title " | ||
</ | </ | ||
- | </TAB> | + | </tabbox> |
- | </ | + | |
en/user/rss.1433978964.txt.gz · Last modified: 2017/08/20 21:33 (external edit)