eZRSS2

UNIX name Owner Status
ezrss Philippe VINCENT-ROYOL alpha
Version Compatible with
0.2 4.x
eZRSS2 is an extension in order to import/export rss using language and siteacces.

ToDo:
- choose siteacess
- create fetch function

Description: Allow to import/export RSS with language and/or siteaccess settings
Author: Philippe VINCENT-ROYOL
Nickname: dspe
Email: vincent.royol@gmail.com

Installation Instructions

 

1. Execute the SQL file inside EzPublish database:

mysql -h localhost -u root -p sql/ezrss2.sql

2. Active the extension

[ExtensionSettings]

ActiveExtensions[]=ezrss2

3. Regenerate autoloads

4. Clear the caches

5. Run cronjobs for import rss

php ./runcronjobs.php ezrss2import

To use erss2 to view your rss use

/rss2/feed/

Fetch RSS:
Exemple:


fetch( rss2, FetchAll )
fetch( rss2, FetchByLanguage, hash( 'lang', array('eng-GB', 'fre-FR' ) )

That's all ! Just go as usual to create a new rss .

Ps: maybe if you have already rss, you need to add in tables a default language. Or just edit your rss.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.