# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1300295137 -3600 # Node ID bda672f102d72ec2fac279f857cd56abf9862a2d # Parent 72000e46625e6bcffd2c5289a457c55de66f7806 update hashtag for twitter diff -r 72000e46625e -r bda672f102d7 web/rsln-opendata/config.php --- a/web/rsln-opendata/config.php Wed Mar 16 11:04:47 2011 +0100 +++ b/web/rsln-opendata/config.php Wed Mar 16 18:05:37 2011 +0100 @@ -5,10 +5,10 @@ * */ -define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/rsln/'); +define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/rsln-opendata/'); $configuration = array( - 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php', + 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/rsln-opendata/callback.php', 'siteUrl' => 'http://twitter.com/oauth', 'consumerKey' => '***REMOVED***', 'consumerSecret' => '***REMOVED***' diff -r 72000e46625e -r bda672f102d7 web/rsln-opendata/index.php --- a/web/rsln-opendata/index.php Wed Mar 16 11:04:47 2011 +0100 +++ b/web/rsln-opendata/index.php Wed Mar 16 18:05:37 2011 +0100 @@ -102,7 +102,7 @@ if(data=="true"){ $("#messageSuccess").show('fast'); $("#messageSuccess").delay(800).hide('slow'); - $('#status').attr("value","#rsln"); + $('#status').attr("value","#opendata"); //$('#status').css("background-image","images/greenTweet.png"); //$('#status').delay(800).css("background-image","images/tweetWriterBgdTxtArea.gif"); }else{ @@ -446,7 +446,7 @@ Vous n'ĂȘtes pas connectĂ©.
Pour participer, veuillez vous identifier en cliquant ici. "); }else{ - echo(""); + echo(""); } ?> @@ -492,7 +492,7 @@ new TWTR.Widget({ version: 2, type: 'search', - search: '#rsln', + search: '#rsln OR #opendata', interval: 1000, title: '', subject: '',