--- a/web/mashup/config.php Mon Jul 18 13:40:06 2011 +0200
+++ b/web/mashup/config.php Mon Jul 25 18:50:20 2011 +0200
@@ -5,18 +5,14 @@
* Please edit the conférence details
*
*/
-
-define('URL_ROOT', 'http://polemictweet.com/enmi/polemicaltimeline.php');
-
$config = array(
- 'root' => 'http://polemictweet.com/',
-
'hashtag' => '#mashup',
'date' => '25.06.2011',
'heure' => '15h00',
'place' => 'Forum des images',
'title' => "Mashup, remix, détournements : nouveaux usages des images sur les réseaux sociaux",
+ 'abstract' => '',
'description'=> "
Par le biais d'internet, les individus expriment,
à leurs proches ou à des publics lointains,
@@ -38,6 +34,7 @@
'link' => 'http://www.forumdesimages.fr/fdi/Festivals-et-evenements/MashUp-Film-Festival/Mashup-remix-detournements-nouveaux-usages-des-images-sur-les-reseaux-sociaux',
'keywords' => 'mashup, film, festival, forum des images ',
'rep' => 'mashup',
+ 'islive' => true,
'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
| <a href='http://www.forumdesimages.fr/' class='footerLink' target='_blank' > Forum des images </a>
| <a href='http://www.inflammableproductions.com/' class='footerLink' target='_blank'> Inflammable </a>",
@@ -50,11 +47,23 @@
array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/3f877114-a0cc-11e0-bc41-00145ea49a02", 'display'=>'Table Ronde', 'duration'=>5271088)
),
'player' => "res/metadataplayer/src/js/LdtPlayer.js",
- 'duration' => "4606"
+ 'duration' => "4605808",
+ 'client_visual' => 'images/big_visuel_rsln_mb.jpg', // optional - relative path
+ 'head_logo' => 'images/head_logo.gif', // optional - relative path
+ 'slide_background' => 'images/slide4.jpg',
+ 'archive_img' => array( 'conference' => 'images/tail_mashup_conf.jpg', 'tableronde' => "images/tail_mashup_tr.png"),
+ 'archive_title' => array( 'conference' => 'Mashup Film Festival - Conférence', 'tableronde' => "Mashup Film Festival - Table Ronde"),
+ 'archive_description' => array(
+ 'conference' => 'par <a href="http://mashupfilmfestival.fr/" target="_blank">Mashup Film Festival</a> au <a href="http://www.forumdesimages.fr/" target="_blank">Forum des Images</a>.<br/>le samedi 25 juin 2011 | 15:00 - 17:00',
+ 'tableronde' => 'par <a href="http://mashupfilmfestival.fr/" target="_blank">Mashup Film Festival</a> au <a href="http://www.forumdesimages.fr/" target="_blank">Forum des Images</a>.<br/>le samedi 25 juin 2011 | 17:00 - 19:00'
+ ),
+
+
+ 'div_height' => 670,
+ 'player_width' => 650,
+ 'player_height' => 450,
);
-$player_width = 600;
-$player_height = 480;
?>