Adding RSS / Atom Feeds Support to kracker.org content distribution network website platform eZ Publish 6.
I have implemented a new but not unique system of using dns namespace for individual web page hostnames loading a rss / atom feed by default using hostname keywords selectively chosen for their topical needs based selection and bind this meta data in an unique eZ siteaccess configuration file horde of settings files needed in most common situations.
In the following examples I show the use of these configuration files settings to specify the default URL to load when the home page is loaded. It also supports loading other pages of content from the database or other system as well, it's eZ!
Music Feed Examples:
- Siteaccess name: org_feed_music_hp
- Custom siteaccess settings file configuration: site.ini.append.php
- Default Feed URL: https://music.feed.kracker.org
- https://music.feed.kracker.org/rss/feed/music
[SiteSettings] SiteURL=blog.feed.kracker.org IndexPage=/rss/feed/blog DefaultPage=/rss/feed/blog
Blog Feed Examples:
- Siteaccess name: org_feed_blog_hp
- Custom siteaccess settings file configuration: site.ini.append.php
- Default Feed URL: https://blog.feed.kracker.org
- https://blog.feed.kracker.org/rss/feed/blog
[SiteSettings] SiteURL=blog.feed.kracker.org IndexPage=/rss/feed/blog DefaultPage=/rss/feed/blog
Main Site Feed Examples:
- Siteaccess name: org_feed_hp
- Custom siteaccess settings file configuration: site.ini.append.php
- Default Feed URL: https://feed.kracker.org
- https://feed.kracker.org/rss/feed/org
[SiteSettings] SiteURL=feed.kracker.org IndexPage=/rss/feed/org DefaultPage=/rss/feed/org
With mere meta data in the form of simple to make configuration settings value additions you too can have a flexible and reliable addition to your site and provide content feeds to help encourage others to adopt the use of your website content distribution platform's unique content leveraging your creative efforts to generate sales!
Comments