web/rsln/config.php
changeset 229 74c9ddc3640b
parent 220 42aeb2bfc58e
child 532 bab9705ac861
--- a/web/rsln/config.php	Mon Jul 18 13:40:06 2011 +0200
+++ b/web/rsln/config.php	Mon Jul 25 18:50:20 2011 +0200
@@ -4,17 +4,14 @@
  * Please edit the conférence details 
  * 
  */
-define('URL_ROOT', 'http://polemictweet.com/rsln/polemicaltimeline.php');
 $config = array(
-    'root'       => 'http://polemictweet.com/',
-    
+
     'hashtag'    => '#rsln',
     'date'   	 => '2010',
     'heure'   	 => '',
-    'place'   	 => '',
-    'duration'   => '4299820',
-    
+    'place'   	 => '',    
     'title' 	 => "Clay Shirky : « Personne n'est titulaire du code source de la démocratie »",
+	'abstract'   => '',
     'description'=> "Journaliste américain spécialiste des nouvelles technologies de l'information et de la communication - NTIC, Clay Shirky est aussi consultant, écrivain, professeur.<br/><br/>
 					Diplômé de l'Université de New York il écrit et enseigne, entre autres, sur les effets de corrélation de la topologie sociale et technologique de réseau, où comment nos réseaux forment la culture et inversement.<br/><br/>
 					<br/><b> Dernier ouvrages :</b> <ul>
@@ -27,6 +24,7 @@
     'link'       => 'http://www.rslnmag.fr/blog/2011/1/17/clay-shirky_-personne-n-est-titulaire-du-code-source-de-la-democratie_/',
     'keywords'    => 'digital, democratie, clayshirky, rsln, iri',
     'rep' 		 => 'rsln',
+	'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.slate.fr/' class='footerLink'  target='_blank'> SLATE.fr  </a>
@@ -34,11 +32,20 @@
 		 
 	// After the event 
 	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/13b0aa52-336b-11e0-b233-00145ea49a02",
-    'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
+    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",  
+	'duration'   => '4299820',
+	'client_visual' => 'images/bgd_player.jpg', // optional - relative path
+   	'head_logo' => 'images/header_logo.gif', // optional - relative path
+	'slide_background' => 'images/slide4.jpg',
+	'archive_img' => "images/tail_clay.jpg",	
+	'archive_title' => "Clay Shirky, le surplus cognitif",
+	'archive_description' => "par <a href=\"http://www.rslnmag.fr/\" target=\"_blank\">RSLN</a> à Microsoft France <br/>le lundi 31 janvier 2011 | 08:30 - 10:30",
+	
+	'div_height' => 680,
+	'player_width' => 650,
+	'player_height' => 480,
 );
 
-$player_width  = 600;
-$player_height = 480;
 ?>