From: Florent Bruneau Date: Wed, 30 Apr 2008 06:30:36 +0000 (+0200) Subject: Add newsgator as a possible RSS handler. X-Git-Tag: core/1.0.0~222 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ad5091f25bd1aa18c1c8e84832147ff1b466d416;hp=65f684240ad60580ebab6b0b49c16d4194299f4d;p=platal.git Add newsgator as a possible RSS handler. Signed-off-by: Florent Bruneau --- diff --git a/htdocs/images/goodies/add-newsgator.gif b/htdocs/images/goodies/add-newsgator.gif new file mode 100644 index 0000000..6d9bdef Binary files /dev/null and b/htdocs/images/goodies/add-newsgator.gif differ diff --git a/htdocs/javascript/xorg.js b/htdocs/javascript/xorg.js index 2a7b1fa..f3c7540 100644 --- a/htdocs/javascript/xorg.js +++ b/htdocs/javascript/xorg.js @@ -192,7 +192,11 @@ var __goodies_rss_sites = [ {'url_prefix': 'http://add.my.yahoo.com/content?.intl=fr&url=', 'img': 'images/goodies/add-yahoo.gif', 'alt': 'Add to My Yahoo!', - 'title': 'Ajouter à My Yahoo!'} + 'title': 'Ajouter à My Yahoo!'}, + {'url_prefix': 'http://www.newsgator.com/ngs/subscriber/subext.aspx?url=', + 'img': 'images/goodies/add-newsgator.gif', + 'alt': 'Subscribe in NewsGator Online', + 'title': 'Ajouter à Newsgator'} ]; function __goodies_popupText(url, sites) {