Skip to content

Instantly share code, notes, and snippets.

@TheoChevalier
Last active August 29, 2015 14:22
Show Gist options
  • Save TheoChevalier/c6adc1eb7da2a75a4d18 to your computer and use it in GitHub Desktop.
Save TheoChevalier/c6adc1eb7da2a75a4d18 to your computer and use it in GitHub Desktop.
Vikingbot config file, RSS config area
$chan = '#l10n-fr';
$interval = 5;
$config['plugins']['rssReader'] = array(
array('title'=> 'Central', 'url'=>'http://hg.mozilla.org/l10n-central/fr/atom-log', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'Aurora', 'url'=>'http://hg.mozilla.org/releases/l10n/mozilla-aurora/fr/atom-log', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'Beta', 'url'=>'http://hg.mozilla.org/releases/l10n/mozilla-beta/fr/atom-log', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'Firefox OS 2.2', 'url'=>'https://hg.mozilla.org/gaia-l10n/fr/atom-log', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'Firefox OS 2.0', 'url'=>'https://hg.mozilla.org/releases/gaia-l10n/v2_0/fr/atom-log', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'Firefox OS 2.1', 'url'=>'https://hg.mozilla.org/releases/gaia-l10n/v2_1/fr/atom-log', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'mozilla.org', 'url'=>'http://viewvc.svn.mozilla.org/vc/projects/mozilla.com/trunk/locales/fr/?date=month&view=query&sortby=date&format=rss', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'Snippets', 'url'=>'http://viewvc.svn.mozilla.org/vc/projects/l10n-misc/trunk/snippets/fr/?date=month&view=query&format=rss', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'Firefox pour iOS', 'url'=>'http://viewvc.svn.mozilla.org/vc/projects/l10n-misc/trunk/firefox-ios/fr/?date=month&view=query&format=rss', 'pollInterval'=>$interval, 'channel'=>$chan),
array('title'=> 'Firefox OS 3.0', 'url'=>'https://bitbucket.org/tchevalier/gaia-integration-fr/rss', 'pollInterval'=>$interval, 'channel'=>$chan),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment