web/fens_FabLab_Design_Metadata/config.php
changeset 181 4b9405c06dca
child 220 42aeb2bfc58e
equal deleted inserted replaced
180:7744e8f9d541 181:4b9405c06dca
       
     1 <?php
       
     2 
       
     3 /**
       
     4  * FAKE ONE 
       
     5  * Please edit the conférence details 
       
     6  * 
       
     7  */
       
     8 
       
     9 $config = array(
       
    10 	'root'       => 'http://polemictweet.com/',
       
    11     
       
    12     'hashtag'    => '#rsln',
       
    13     'date'   	 => '07.04.2011',
       
    14     'heure'   	 => '19h30-21h00',
       
    15     'place'   	 => 'Microsoft France',
       
    16     'duration'   => '4026000',
       
    17     
       
    18     'title' 	 => "Mercedes Bunz : Les algorithmes ne remplaceront jamais les journalistes",
       
    19     'description'=> "",
       
    20 					
       
    21     'link'       => 'http://www.rslnmag.fr/blog/2011/4/9/mercedes-bunz_les-algorithmes-ne-remplaceront-jamais-les-journalistes_/',
       
    22     'keywords'   => 'algorithme, data journalisme, presse, mercedes bunz, rsln, iri',
       
    23     'rep' 		 => 'rsln-mercedes-bunz',
       
    24     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
       
    25 		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
       
    26 		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
       
    27 		 
       
    28 	// After the event 
       
    29 	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/843fff80-6b50-11e0-8aef-00145ea49a02",
       
    30     'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
       
    31 );
       
    32 
       
    33 $player_width  = 600;
       
    34 $player_height = 480;
       
    35 ?>
       
    36     
       
    37     
       
    38     
       
    39 
       
    40