Configuration en mode filage draft
authorveltr
Thu, 23 Feb 2012 20:13:27 +0100
changeset 38 7121bc4d0545
parent 37 d12aa3a7c56e
child 39 c9378e7e853a
Configuration en mode filage
client/compteur.html
client/css/main.css
client/main.html
--- a/client/compteur.html	Wed Feb 22 11:50:41 2012 +0100
+++ b/client/compteur.html	Thu Feb 23 20:13:27 2012 +0100
@@ -39,12 +39,14 @@
             /* Heure de début de l'émission
             var startHour = new Date("Feb 24 2012 23:30:00 UTC+0100"); 
              * */
-            var startHour = new Date() - 3600000;
+            
+            /* Heure de début du filage */
+            var startHour = new Date("Feb 24 2012 15:00:00 UTC+0100");
             
             /* Mots-clés pour déclencher la recherche
             var searchKeywords = [ '#lgw', '#legrandwebze', 'webze' ]; 
              * */
-            var searchKeywords = ['Sarkozy', 'Hollande', 'Bayrou'];
+            var searchKeywords = ['#lgwztest'];
             
             var serverUrl = 'http://ftv.iri-research.org/a/';
             
--- a/client/css/main.css	Wed Feb 22 11:50:41 2012 +0100
+++ b/client/css/main.css	Thu Feb 23 20:13:27 2012 +0100
@@ -23,6 +23,7 @@
     color: #ffffff;
     text-align: center;
     font-size: 42px;
+    font-weight: bold;
 }
 #podium-chiffres {
     position: absolute;
--- a/client/main.html	Wed Feb 22 11:50:41 2012 +0100
+++ b/client/main.html	Thu Feb 23 20:13:27 2012 +0100
@@ -21,19 +21,17 @@
             /* Heure de début de l'émission
             var startHour = new Date("Feb 24 2012 23:30:00 UTC+0100"); 
              * */
-            var startHour = new Date() - 3600000;
             
+            /* Heure de début du filage */
+            var startHour = new Date("Feb 24 2012 15:00:00 UTC+0100");
             
             /* Mots-clés pour déclencher la recherche
             var searchKeywords = [ '#lgw', '#legrandwebze', 'webze' ]; 
              * */
-            var searchKeywords = ['Obama'];
+            var searchKeywords = ['#lgwztest'];
             
-            /* Mots-clés correspondant aux colonnes
+            /* Mots-clés correspondant aux colonnes */
             var columnKeywords = [ '#ilReste', '#ilPart', '#cQui', '#change2ton' ];
-             */
-            
-            var columnKeywords = [ 'Obama', '#tcot', '#p2', 'president' ];
             
             var serverUrl = 'http://ftv.iri-research.org/a/';