Browser Integration
From GregariusWiki
Contents |
[edit] Subscription bookmarklet
If you log into the admin section of your Gregarius installation you can see a subscription bookmarklet. Drag this bookmarklet to your browser toolbar. When you are visiting a site whose rss feed you want to add, click "Subscribe in Gregarius" on the browser toolbar and you will be able to add that feed to your Gregarius installation. Easy peasy.
[edit] Mozilla Firefox
[edit] LiveLines
You can use the excellent Livelines firefox extension to add feeds to Gregarius, simply by clicking the RSS icon on the bottom right of your browser window.
Configure the extension as depicted in the above screenshot, and replace the “Subscription URL” with the URL to your Gregarius installation:
http://example.com/rss/admin/sub/^U
If you are not using mod_rewrite then use:
http://example.com/rss/admin/index.php?domain=feeds&add_channel_to_folder=0&action=Add&new_channel=^U
Make sure to replace example.com/rss with the URL of your Gregarius installation.
[edit] Firefox 2.0 (BonEcho)
To use the Firefox 2.0 subscribe capability, it is necessary to add the address in about:config. (instructions including visuals)
1. Open the Firefox configuration page by typing the address about:config
2. Type browser.contentHandlers in the Filter box.
3. Notice the groupings of entries separated by the increasing numbers. Find one which is "blank." Example:
browser.contentHandlers.types.3.title default chrome://browser-region/locale/region.properties browser.contentHandlers.types.3.type default application/vnd.mozilla.maybe.feed browser.contentHandlers.types.3.uri default chrome://browser-region/locale/region.properties
4. For the ".title" entry, enter the title you wish to appear (Example: Gregarius)
5. For the ".uri" entry, enter the subscription address for your install of Gregarius (following the same rules above for LiveLines). Note: the subscribe tag for Firefox is %s. Example:
http://YOURDOMAIN/rss/admin/index.php?domain=feeds&add_channel_to_folder=0&action=Add&new_channel=%s
6. Subscribe to a page by clicking the RSS icon in the address bar. You can also set Gregarius as the default aggregator under Options > Feeds (Mac: Preferences > Feeds).


