web/enmi2011/config.php
changeset 471 65f3ce59d8b7
parent 470 1e091ac28dd9
child 532 bab9705ac861
equal deleted inserted replaced
470:1e091ac28dd9 471:65f3ce59d8b7
   105 	'player_width'  => 650,
   105 	'player_width'  => 650,
   106 	'player_height' => 488,
   106 	'player_height' => 488,
   107 	
   107 	
   108     // New Tweet live parameters
   108     // New Tweet live parameters
   109     'knowtex_url' => "http://labs.knowtex.com/enmi2011/?mapOnly#carto",
   109     'knowtex_url' => "http://labs.knowtex.com/enmi2011/?mapOnly#carto",
   110     'use_tweetcast' => false,
   110     'use_tweetcast' => true,
   111     'js_config' => "
   111     'js_config' => "
   112     var connect_type = 'gevent',
   112     tracking_keywords = [ '#enmi' ],
   113     source_address = 'http://polemictweet.com/tweetcast-proxy.php',
       
   114     tracking_keywords = [ \"#enmi\" ],
       
   115     suggested_keywords = [
   113     suggested_keywords = [
   116         \"confiance\",
   114         'confiance',
   117         \"croyance\",
   115         'croyance',
   118         \"crédit\",
   116         'crédit',
   119         \"trace\",
   117         'trace',
   120         \"foi\",
   118         'foi',
   121         \"risque\",
   119         'risque',
   122         \"assurance\",
   120         'assurance',
   123         \"démocratie\",
   121         'démocratie',
   124         \"expertise\",
   122         'expertise',
   125         \"catastrophe\",
   123         'catastrophe',
   126         \"transparence\",
   124         'transparence',
   127         \"politique\"
   125         'politique'
   128     ],
   126     ]"
   129     annotations = {
       
   130         \"default\" : {
       
   131             \"colors\" : {
       
   132                 \"h\" : 0,
       
   133                 \"s\" : 0
       
   134             }
       
   135         },
       
   136         \"positive\" : {
       
   137             \"display_name\" : \"++\",
       
   138             \"keywords\" : [ /\\+\\+/ ],
       
   139             \"colors\" : {
       
   140                 \"h\" : .3,
       
   141                 \"s\" : .65
       
   142             }
       
   143         },
       
   144         \"negative\" : {
       
   145             \"display_name\" : \"--\",
       
   146             \"keywords\" : [ /\\-\\-/ ],
       
   147             \"colors\" : {
       
   148                 \"h\" : 0,
       
   149                 \"s\" : .8
       
   150             }
       
   151         },
       
   152         \"reference\" : {
       
   153             \"display_name\" : \"==\",
       
   154             \"keywords\" : [ /\\=\\=/ ],
       
   155             \"colors\" : {
       
   156                 \"h\" : .16,
       
   157                 \"s\" : .8
       
   158             }
       
   159         },
       
   160         \"question\" : {
       
   161             \"display_name\" : \"??\",
       
   162             \"keywords\" : [ /\\?\\?/ ],
       
   163             \"colors\" : {
       
   164                 \"h\" : .6,
       
   165                 \"s\" : .8
       
   166             }
       
   167         }
       
   168     }"
       
   169     
   127     
   170     
   128     
   171 );
   129 );