Forums / Install & configuration / Multilingual RSS

Multilingual RSS

Author Message

Steven E. Bailey

Wednesday 14 February 2007 7:25:40 am

Is a multilingual RSS feed possible? I set up an RSS feed which works great for the primary language - English... but I don't see where I can set it up for the French version of the site and going to the feed from the French siteaccess gets the English feed too...

Is this possible/documented? How do I set this up?

Certified eZPublish developer
http://ez.no/certification/verify/396111

Available for ezpublish troubleshooting, hosting and custom extension development: http://www.leidentech.com

Claudia Kosny

Thursday 01 March 2007 6:04:46 am

Hi Steven

Just in case this is still an issue:
Let's assume that you have an feed 'news' from the english siteaccess 'en' and the french siteaccess 'fr', e.g.
http://host/index.php/en/rss/feed/news
and
http://host/index.php/fr/rss/feed/news
If you fetch the feed from the first url eZ checks whetehr there is an cache file for this feed. If yes, it fetches the cache file, otherwise it creates the feed from scratch based on the 'en'siteaccess.
If you fetch the feed the feed from the second url it does the same, just with the 'fr' siteaccess.
If you don't specify an siteaccess, it takes the default access/

The problem is that the cache file is named by the name of the feed and since the name of the feed is 'news' no matter the language, both urls use the same cache file.

To solve this just change the naming scheme of the cache file so it includes the language for the current siteaccess in the name which means you need to change/override the file kernel/rss/feed.php.
Here the changes that work for me (around line 60):

//******************** before ***********************************//
//    $cacheFilePath = $cacheDir . '/rss/' . md5( $feedName ) . '.xml';
//******************** after ****************************************//
   $language= $config->variable('RegionalSettings', 'ContentObjectLocale');
   $cacheName = $language. '_' . md5($feedName);
   $cacheFilePath = $cacheDir . '/rss/' . $cacheName . '.xml';

//*********************end of after *********************************//

Claudia

kracker (the)

Thursday 01 March 2007 6:49:20 am

Is anyone else interested in submitting a patch, to the issue system?

Along with a detailed use case with the feature request description.
To provide for this feature as optional in stock eZ?

//kracker

<i>Home Movies : Landstander Theme</i>

Member since: 2001.07.13 || http://ezpedia.se7enx.com/

eZ debug

Timing: Jan 31 2025 00:41:48
Script start
Timing: Jan 31 2025 00:41:48
Module start 'content'
Timing: Jan 31 2025 00:41:48
Module end 'content'
Timing: Jan 31 2025 00:41:48
Script end

Main resources:

Total runtime0.2122 sec
Peak memory usage8,192.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0066 587.9297370.2969
Module start 'content' 0.00660.0123 958.22661,005.6563
Module end 'content' 0.01890.1932 1,963.88283,893.5391
Script end 0.2121  5,857.4219 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00452.1419200.0002
Check MTime0.00130.6162200.0001
Mysql Total
Database connection0.00080.366210.0008
Mysqli_queries0.126959.80811410.0009
Looping result0.00130.62681390.0000
Template Total0.192990.910.1929
Template load0.00080.364310.0008
Template processing0.192190.518610.1921
Override
Cache load0.00050.227110.0005
Sytem overhead
Fetch class attribute can translate value0.00170.791710.0017
XML
Image XML parsing0.00030.132510.0003
General
dbfile0.00391.8156200.0002
String conversion0.00000.001930.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0002 secs