web/rsln/config.php
changeset 988 954019f62866
parent 683 cd315f8c70e8
equal deleted inserted replaced
987:18cb05f027a0 988:954019f62866
     1 <?php
     1 <?php
     2 
     2 
     3 /**
     3 /**
     4  * Please edit the conférence details 
     4  * Please edit the conférence details
     5  * 
     5  *
     6  */
     6  */
     7 $config = array(
     7 $config = array(
     8 
     8 
     9     'hashtag'    => '#rsln',
     9     'hashtag'    => '#rsln',
    10     'date'   	 => '2010',
    10     'date'   	 => '2010',
    11     'heure'   	 => '',
    11     'heure'   	 => '',
    12     'place'   	 => '',    
    12     'place'   	 => '',
    13     'title' 	 => "Clay Shirky : « Personne n'est titulaire du code source de la démocratie »",
    13     'title' 	 => "Clay Shirky : « Personne n'est titulaire du code source de la démocratie »",
    14 	'abstract'   => '',
    14 	'abstract'   => '',
    15     '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/>
    15     '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/>
    16 					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/>
    16 					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/>
    17 					<br/><b> Dernier ouvrages :</b> <ul>
    17 					<br/><b> Dernier ouvrages :</b> <ul>
    28     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
    28     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
    29 		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
    29 		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
    30 		 |  <a href='http://www.slate.fr/' class='footerLink'  target='_blank'> SLATE.fr  </a>
    30 		 |  <a href='http://www.slate.fr/' class='footerLink'  target='_blank'> SLATE.fr  </a>
    31 		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
    31 		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
    32 		 
    32 		 
    33 	// After the event 
    33 	// After the event
    34 	'metadata'	 => "13b0aa52-336b-11e0-b233-00145ea49a02",
    34 	'metadata'	 => "13b0aa52-336b-11e0-b233-00145ea49a02",
    35     'player'     => "res/metadataplayer/src/js/LdtPlayer.js",  
    35     'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
    36 	'duration'   => '4299820',
    36 	'duration'   => '4299820',
    37 	'client_visual' => 'images/bgd_player.jpg', // optional - relative path
    37 	'client_visual' => 'images/bgd_player.jpg', // optional - relative path
    38    	'head_logo' => 'images/header_logo.gif', // optional - relative path
    38    	'head_logo' => 'images/header_logo.gif', // optional - relative path
    39 	'slide_background' => 'images/slide4.jpg',
    39 	'slide_background' => 'images/slide4.jpg',
    40 	'archive_img' => "images/tail_clay.jpg",	
    40 	'archive_img' => "images/tail_clay.jpg",
    41 	'archive_title' => "Clay Shirky, le surplus cognitif",
    41 	'archive_title' => "Clay Shirky, le surplus cognitif",
    42 	'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",
    42 	'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",
    43 	
    43 	
    44 	'div_height' => 680,
    44 	'div_height' => 680,
    45 	'player_width' => 650,
    45 	'player_width' => 650,
    46 	'player_height' => 480,
    46 	'player_height' => 480,
    47 );
    47 );
    48 
    48 
    49 ?>
       
    50     
       
    51     
       
    52     
       
    53 
    49 
    54 
    50