HarryOnline - eztagfeed

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 4

Type:ezpublish-legacy-extension

1.0 2016-03-15 15:44 UTC

This package is auto-updated.

Last update: 2024-05-14 02:03:15 UTC


README

Create RSS feeds in eZ Publish using tags

This extension uses eztags, http://projects.ez.no/eztags, install and enable this first

Instead of the tag id, you can also use the keyword, see the examples below

Installation

Copy the files in the extension directory and enable the extension.

Configuration

In the standard configuration, the RSS feed contains max. 20 items, and only folders, articles, and links. You can change this by appending or overriding the eztagfeed.ini file, section FilterSettings.

Example

Suppose you have the following tag structure, with the ID in brackets.

  • Europe (1)
    • Netherlands (2)
      • Amsterdam (3)
      • The Hague (4)
    • Croatia (5)
      • Bol (6)

/tagfeed/tag/2 or /tagfeed/tag/Netherlands will give an RSS feed of items tagged with Netherlands
/tagfeed/tree/2 or /tagfeed/tree/Netherlands will give an RSS feed of items tagged with Netherlands, Amsterdam or The Hague.
/tagfeed/tree/1 or /tagfeed/tree/Europe will also include the items tagged with Europe, Croatia or Bol