# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1310989170 -7200 # Node ID ffdfdf0b5d3cf73651fe1bdcb3334d6c6945d493 # Parent 45f6a091ad92e1a863f75b26e6522f923c8deec6# Parent f4e0ebfe513d0a08676ba77c3d3ea901a744ff37 merge diff -r 45f6a091ad92 -r ffdfdf0b5d3c web/common.php --- a/web/common.php Thu Jul 07 17:53:21 2011 +0200 +++ b/web/common.php Mon Jul 18 13:39:30 2011 +0200 @@ -12,6 +12,9 @@ include_once dirname(__FILE__).'/traduction.php'; +if(isset($config) && isset($config['rep']) && file_exists(dirname(__FILE__).'/'.$config['rep'].'/traduction.php')) { + include_once dirname(__FILE__).'/'.$config['rep'].'/traduction.php'; +} /** diff -r 45f6a091ad92 -r ffdfdf0b5d3c web/enmi/config.php --- a/web/enmi/config.php Thu Jul 07 17:53:21 2011 +0200 +++ b/web/enmi/config.php Mon Jul 18 13:39:30 2011 +0200 @@ -5,7 +5,7 @@ * */ -define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/enmi'); +define('URL_ROOT', 'http://polemictweet.com/enmi/'); $configuration = array( 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/enmi/callback.php', diff -r 45f6a091ad92 -r ffdfdf0b5d3c web/fens_FabLab_Design_Metadata/config.php --- a/web/fens_FabLab_Design_Metadata/config.php Thu Jul 07 17:53:21 2011 +0200 +++ b/web/fens_FabLab_Design_Metadata/config.php Mon Jul 18 13:39:30 2011 +0200 @@ -5,28 +5,29 @@ * Please edit the conférence details * */ - +define('URL_ROOT', 'http://polemictweet.com/fens_FabLab_Design_Metadata/polemicaltimeline.php'); $config = array( 'root' => 'http://polemictweet.com/', - 'hashtag' => '#rsln', - 'date' => '07.04.2011', - 'heure' => '19h30-21h00', - 'place' => 'Microsoft France', - 'duration' => '4026000', + 'hashtag' => '#fens', + 'date' => '21.06.2011', + 'heure' => '17h30-19h30', + 'place' => 'IRI - Salle Piazza - Centre Pompidou', + 'duration' => '5628200', - 'title' => "Mercedes Bunz : Les algorithmes ne remplaceront jamais les journalistes", - 'description'=> "", + 'title' => "Futur en Sine : Design Metadata", + 'description'=> "Cette conférence coordonnée par l’Institut de Recherche et d’innovation du Centre Pompidou a présenté les travaux réalisés lors de deux ateliers, un avec les étudiants de l’ENSCI sur les interfaces de production de méta données et un avec Strate Collège et l’ESILV sur l’utilisation d’interface sans contact dans l’espace urbain. Ces ateliers ont eu pour but d’accompagner concrètement le maquettage et le prototypage des projets des élèves en mettant en place une méthodologie d’open innovation dans un contexte interdisciplinaire.", - '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', + 'link' => 'http://www.iri.centrepompidou.fr/futur-en-seine-2011/design-metadata-2/', + 'keywords' => 'design, metadata, iri, futur en seine, ensci, strate, esilv', + 'rep' => 'fens_FabLab_Design_Metadata', 'partenaires'=> " IRI - | RSLN - | MICROSOFT.fr ", + | ENSCI + | ESILV + | Strate Collège ", // After the event - 'metadata' => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/843fff80-6b50-11e0-8aef-00145ea49a02", + 'metadata' => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/69e7b3e4-a8ae-11e0-85c5-00145ea49a02", 'player' => "res/metadataplayer/src/js/LdtPlayer.js" ); diff -r 45f6a091ad92 -r ffdfdf0b5d3c web/fens_FabLab_Design_Metadata/images/tweetExplainBgd.gif Binary file web/fens_FabLab_Design_Metadata/images/tweetExplainBgd.gif has changed diff -r 45f6a091ad92 -r ffdfdf0b5d3c web/fens_FabLab_Design_Metadata/polemicaltimeline.php --- a/web/fens_FabLab_Design_Metadata/polemicaltimeline.php Thu Jul 07 17:53:21 2011 +0200 +++ b/web/fens_FabLab_Design_Metadata/polemicaltimeline.php Mon Jul 18 13:39:30 2011 +0200 @@ -4,10 +4,12 @@ * include some common code (like we did in the 90s) * People still do this? ;) */ +include_once 'config.php'; // configuration include 'common.php'; // objet actuel -include_once 'config.php'; + +$url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?> @@ -23,9 +25,14 @@ + + + @@ -41,11 +48,10 @@ + + + - + - - - @@ -138,8 +170,19 @@ _("Partager"); ?>
  •  
  • - -