web/rsln/config.php
changeset 119 4c86151704e9
parent 35 0f40d68e7618
child 176 ffbd8565b65f
--- a/web/rsln/config.php	Thu Apr 07 16:39:32 2011 +0200
+++ b/web/rsln/config.php	Fri Apr 22 12:31:41 2011 +0200
@@ -1,15 +1,47 @@
-<?php
-
-/**
- * Please edit all for your application registration / other details
- * 
- */
-
-define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/rsln/');
-
-$configuration = array(
-    'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php',
-    'siteUrl'        => 'http://twitter.com/oauth',
-    'consumerKey' 	 => '***REMOVED***',
-    'consumerSecret' => '***REMOVED***'
-);
+<?php
+
+/**
+ * Please edit the conférence details 
+ * 
+ */
+
+$config = array(
+    'root'       => 'http://amateur.iri.centrepompidou.fr/live/',
+    
+    'hashtag'    => '#rsln',
+    'date'   	 => '2010',
+    'heure'   	 => '',
+    'place'   	 => '',
+    'duration'   => '4299820',
+    
+    'title' 	 => "Clay Shirky : « Personne n'est titulaire du code source de la démocratie »",
+    '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>
+					<li> <a href='http://isbn.nu/9781594202537?asim' target='_blank'>2010 : Cognitive Surplus: Creativity and Generosity in a Connected Age  </a></li>
+					<li> <a href='http://isbn.nu/9781594201530' target='_blank'>2008 : Here Comes Everybody: The Power of Organizing Without Organizations</a></li></ul>
+					<b>Source :</b> <a href='http://fr.wikipedia.org/wiki/Clay_Shirky' target='_blank'> Wikipedia.fr</a>
+					<br/> <b>Plus d'information : </b> <a href='http://www.shirky.com/' target='_blank'>www.shirky.com</a>
+					<br/> <b>Crédit photo : </b> <a href='http://www.flickr.com/photos/poptech2006/2969510044/' target='_blank'> CC BY NA - Pop!Tech 2008</a>",
+					
+    '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',
+    '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>
+		 |  <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/13b0aa52-336b-11e0-b233-00145ea49a02",
+    'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
+);
+
+$player_width  = 600;
+$player_height = 480;
+?>
+    
+    
+    
+
+