# HG changeset patch # User Raphael Velt # Date 1337164729 -7200 # Node ID 151ebf102b92675057e29edc91c3c6ce13135534 # Parent 3bafb6f5b7f752b8d11cae3be8c0f5d21edbc281 Added Jenkins diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/client.php --- a/web/client.php Tue May 15 15:59:58 2012 +0200 +++ b/web/client.php Wed May 16 12:38:49 2012 +0200 @@ -317,7 +317,7 @@ /> - + _($config['islive_embed'])); ?> diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/common.php --- a/web/common.php Tue May 15 15:59:58 2012 +0200 +++ b/web/common.php Wed May 16 12:38:49 2012 +0200 @@ -13,7 +13,7 @@ /** * Base configuration */ -$C_default_rep = '2011-2012-museo-interfaces'; +$C_default_rep = 'jenkins'; $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0'; $archives_list = array( diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/jenkins/config.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/jenkins/config.php Wed May 16 12:38:49 2012 +0200 @@ -0,0 +1,47 @@ + '#transmedia', + 'date' => '25.05.2012', + 'heure' => '19:00', + 'place' => 'Centre Pompidou, Grande Salle', + + 'title' => "Henry Jenkins, Transmedia 2.0", + 'abstract' => "Parole à la crtique
Vendredi 25 mai 2012, 19H
Grande Salle, Centre Pompidou, Paris", + 'description'=> " +

+Pionnier des études sur les fans, théoricien célébré de la culture de la convergence, Henry Jenkins a repensé l’écosystème médiatique +à l’aune du tournant participatif, marqué par l’essor des productions transmédiatiques. Passée la phase utopiste, ces dernières s’inscrivent +dans un paysage de plus en plus diversifié, traversé par une même culture en réseau. Henry Jenkins en dévoilera les multiples logiques, +du mainstream aux productions indépendantes, en passant par les serious games. +

+

+Conférence d’Henry Jenkins organisée en coproduction avec la Sorbonne Nouvelle. +Avec le partenariat de Orange Transmedia Lab. +

", + 'link' => 'http://www.univ-paris3.fr/jsp/fiche_actualite.jsp?CODE=1331637711181', + 'keywords' => 'Transmedia, Henry Jenkins, Jenkins, fans', + 'rep' => basename(__DIR__), + 'partenaires'=> "Université Sorbonne Nouvelle Paris 3 + | Centre National d'Art et de Culture Georges Pompidou + | Orange Transmedia Lab + | Institut de Recherche et d'Innovation", + + 'client_visual' => 'images/live_screen.jpg',// 480 × 320 pixels + + 'head_logo' => 'images/head_logo.png', // 171 × 63 pixels + + 'slide_background' => 'images/slider.png', // 606 × 282 pixels + + 'archive_img' => 'images/archive.jpg', // 270 × 150 pixels + + 'archive_title' => "WWW 2012", + 'archive_description' => 'par Univ. Sorbonne Nouvelle au Centre Pompidou
le 25 mai 2012', + 'islive_embed' => 'jenkins_multilingual_embedcode', /* See ../traduction.php */ + // After the event + 'metadata' => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/5510ecc4-5565-11e1-ac23-00145ea49a02", + 'duration' => 6640378, + 'player' => "res/metadataplayer/src/js/LdtPlayer.js", + 'div_height' => 700, + 'player_width' => 650, + 'player_height' => 488, +); \ No newline at end of file diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/jenkins/images/archive.jpg Binary file web/jenkins/images/archive.jpg has changed diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/jenkins/images/head_logo.png Binary file web/jenkins/images/head_logo.png has changed diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/jenkins/images/live_screen.jpg Binary file web/jenkins/images/live_screen.jpg has changed diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/jenkins/images/slider.png Binary file web/jenkins/images/slider.png has changed diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/jenkins/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/jenkins/index.php Wed May 16 12:38:49 2012 +0200 @@ -0,0 +1,6 @@ + \ No newline at end of file diff -r 3bafb6f5b7f7 -r 151ebf102b92 web/traduction.php --- a/web/traduction.php Tue May 15 15:59:58 2012 +0200 +++ b/web/traduction.php Wed May 16 12:38:49 2012 +0200 @@ -160,7 +160,11 @@ "contextual" => "Contextuels", "Video" => "Vidéo", "SemanticBoard" => "Semantic Board", - "SocialGraph" => "Graphe des contributeurs" + "SocialGraph" => "Graphe des contributeurs", + + /* Jenkins Multilingual */ + + 'jenkins_multilingual_embedcode' => '', ); $english = array( @@ -308,7 +312,11 @@ "contextual" => "Contextual", "Video" => "Video", "SemanticBoard" => "Semantic Board", - "SocialGraph" => "Contributors Graph" + "SocialGraph" => "Contributors Graph", + + /* Jenkins Multilingual */ + + 'jenkins_multilingual_embedcode' => '', ); $japan = array( @@ -448,6 +456,10 @@ "contextual" => "Contextual", "Video" => "Video", "SemanticBoard" => "Semantic Board", - "SocialGraph" => "Contributors Graph" + "SocialGraph" => "Contributors Graph", + + /* Jenkins Multilingual */ + + 'jenkins_multilingual_embedcode' => '', ); ?> \ No newline at end of file