equal
deleted
inserted
replaced
24 var startHour = new Date() - 120000; |
24 var startHour = new Date() - 120000; |
25 |
25 |
26 /* Mots-clés pour déclencher la recherche |
26 /* Mots-clés pour déclencher la recherche |
27 var searchKeywords = [ '#lgw', '#legrandwebze', 'webze' ]; |
27 var searchKeywords = [ '#lgw', '#legrandwebze', 'webze' ]; |
28 * */ |
28 * */ |
29 var searchKeywords = ['Sarkozy', 'Hollande', 'Bayrou']; |
29 var searchKeywords = ['Obama']; |
30 |
30 |
31 /* Mots-clés correspondant aux colonnes |
31 /* Mots-clés correspondant aux colonnes |
32 var columnKeywords = [ '#ilReste', '#ilPart', '#cQui', '#change2ton' ]; |
32 var columnKeywords = [ '#ilReste', '#ilPart', '#cQui', '#change2ton' ]; |
33 */ |
33 */ |
34 |
34 |
35 var columnKeywords = [ 'Hollande', 'Zorglub I°', 'Bayrou', 'Sarkozy' ]; |
35 var columnKeywords = [ 'Obama', '#tcot', '#p2', 'president' ]; |
|
36 |
|
37 var serverUrl = 'http://ftv.iri-research.org/a/'; |
36 |
38 |
37 </script> |
39 </script> |
38 </head> |
40 </head> |
39 <body> |
41 <body> |
40 <div id="canvas" width="3000" height="2000" style="background-color:#333333;" ></div> |
42 <div id="canvas" width="3000" height="2000" style="background-color:#333333;" ></div> |