ez projects / ezrss
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| ezrss | Philippe Vincent-Royol | alpha | 0.2 | 4.x |
Description: Allow to import/export RSS with language and/or siteaccess settings
Author: Philippe VINCENT-ROYOL
Nickname: dspe
Email: vincent.royol@gmail.com
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/<your rss name>
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.
New alpha version !
Tuesday 24 August 2010 17:27
Philippe Vincent-Royol