web/rsln-mercedes-bunz/config.php
changeset 229 74c9ddc3640b
parent 220 42aeb2bfc58e
child 532 bab9705ac861
--- a/web/rsln-mercedes-bunz/config.php	Mon Jul 18 13:40:06 2011 +0200
+++ b/web/rsln-mercedes-bunz/config.php	Mon Jul 25 18:50:20 2011 +0200
@@ -4,33 +4,41 @@
  * Please edit the conférence details 
  * 
  */
-define('URL_ROOT', 'http://polemictweet.com/rsln-mercedes-bunz/polemicaltimeline.php');
 $config = array(
-	'root'       => 'http://polemictweet.com/',
     
     'hashtag'    => '#rsln',
     'date'   	 => '07.04.2011',
     'heure'   	 => '19h30-21h00',
     'place'   	 => 'Microsoft France',
-    'duration'   => '4026000',
     
     'title' 	 => "Mercedes Bunz : Les algorithmes ne remplaceront jamais les journalistes",
+	'abstract'   => '',    
     'description'=> "",
 					
     'link'       => 'http://www.rslnmag.fr/blog/2011/4/9/mercedes-bunz_les-algorithmes-ne-remplaceront-jamais-les-journalistes_/',
     'keywords'   => 'algorithme, data journalisme, presse, mercedes bunz, rsln, iri',
     'rep' 		 => 'rsln-mercedes-bunz',
+	'islive'	 => true,
     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
 		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
 		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
 		 
 	// After the event 
 	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/843fff80-6b50-11e0-8aef-00145ea49a02",
-    'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
+    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
+	'duration'   => '4026000',
+	'client_visual' => 'images/big_visuel_rsln_mb.jpg', // optional - relative path
+   	'head_logo' => 'images/head_logo.gif', // optional - relative path
+	'slide_background' => 'images/slide4.jpg',
+	'archive_img' => "images/tail_mercedes_bunz.jpg",
+	'archive_title' => "Mercedes Bunz",
+	'archive_description' => "par <a href=\"http://www.rslnmag.fr/\" target=\"_blank\">RSLN</a> à Microsoft France <br/>le jeudi 7 avril 2011 | 19:30 - 21:00",
+	
+	'div_height' => 640,
+    'player_width' => 650,    
+	'player_height' => 445,
 );
 
-$player_width  = 600;
-$player_height = 480;
 ?>