diff -r 1e091ac28dd9 -r 65f3ce59d8b7 web/enmi2011/config.php --- a/web/enmi2011/config.php Mon Jan 09 13:06:23 2012 +0100 +++ b/web/enmi2011/config.php Tue Jan 17 11:35:58 2012 +0100 @@ -107,65 +107,23 @@ // New Tweet live parameters 'knowtex_url' => "http://labs.knowtex.com/enmi2011/?mapOnly#carto", - 'use_tweetcast' => false, + 'use_tweetcast' => true, 'js_config' => " - var connect_type = 'gevent', - source_address = 'http://polemictweet.com/tweetcast-proxy.php', - tracking_keywords = [ \"#enmi\" ], + tracking_keywords = [ '#enmi' ], suggested_keywords = [ - \"confiance\", - \"croyance\", - \"crédit\", - \"trace\", - \"foi\", - \"risque\", - \"assurance\", - \"démocratie\", - \"expertise\", - \"catastrophe\", - \"transparence\", - \"politique\" - ], - annotations = { - \"default\" : { - \"colors\" : { - \"h\" : 0, - \"s\" : 0 - } - }, - \"positive\" : { - \"display_name\" : \"++\", - \"keywords\" : [ /\\+\\+/ ], - \"colors\" : { - \"h\" : .3, - \"s\" : .65 - } - }, - \"negative\" : { - \"display_name\" : \"--\", - \"keywords\" : [ /\\-\\-/ ], - \"colors\" : { - \"h\" : 0, - \"s\" : .8 - } - }, - \"reference\" : { - \"display_name\" : \"==\", - \"keywords\" : [ /\\=\\=/ ], - \"colors\" : { - \"h\" : .16, - \"s\" : .8 - } - }, - \"question\" : { - \"display_name\" : \"??\", - \"keywords\" : [ /\\?\\?/ ], - \"colors\" : { - \"h\" : .6, - \"s\" : .8 - } - } - }" + 'confiance', + 'croyance', + 'crédit', + 'trace', + 'foi', + 'risque', + 'assurance', + 'démocratie', + 'expertise', + 'catastrophe', + 'transparence', + 'politique' + ]" ); \ No newline at end of file