web/fens2012/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 16 Oct 2012 10:30:18 +0200
changeset 705 af8b10551286
parent 666 03a678c17f6d
child 715 d5a14c8b23d4
permissions -rw-r--r--
correct twitter url for the server
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
$config = array(
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
    'event_list' => array(
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
        'fens2012-gamestudies',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
        'fens2012-designmetadata',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
        'fens2012-museo-culture-opendata',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
        'fens2012-vinyl-numerique',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
        'fens2012-edito-datajournalisme',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
        'fens2012-wiid',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
    ),
642
1a111a157466 Changed #fens to #fens2012
Raphael Velt <raph.velt@gmail.com>
parents: 638
diff changeset
    11
    'hashtag'    => '#fens2012',
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
    'date'       => '14-24.03.2012',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
    'heure'      => '',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
    'place'      => 'Centre Pompidou et Forum des Images, Paris',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
    'duration'   => '',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
    'title'      => "Festival Futur en Seine 2012",
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
    'abstract'   => "<b>Festival Futur en Seine</b><br/>du 14 au 24 juin 2012 à Paris",
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
    'description'=> "<p></p>",
660
0bf11a8b8c1f ADD : archives metadata ENDPOINT
Samuel Huron <samuel.huron@centrepompidou.fr>
parents: 642
diff changeset
    21
   	'rep' 		 => basename('__DIR__'),
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
   	'link'       => 'http://www.futur-en-seine.fr/',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
    'keywords'   => 'futur en seine, festival, innovation, nouvelles technologies, paris, centre pompidou, iri',
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
    'partenaires'=> "<a href='http://www.futur-en-seine.fr/'
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
class='footerLink' target='_blank'> Futur En Seine </a>
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
|  <a href='http://www.capdigital.com/'
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
class='footerLink' target='_blank'> Cap Digital </a>
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
|  <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
IRI  </a>",
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
    'client_visual' => "images/client_visual.jpg", // 501 × 376 pixels
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
    
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
 	'head_logo' => 'images/fens-iri.png', // 171 × 63 pixels
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
 	
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
  	'slide_background' => "images/slide-fens.jpg", // 606 × 282 pixels
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
    
638
e0d4e8431de3 Updated Metadata Player
Raphael Velt <raph.velt@gmail.com>
parents: 633
diff changeset
    37
  	'archive_img' => "images/achive_img.jpg", // 270 × 150 pixels
633
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
    'archive_title' => "Futur en Seine - Page d'accueil",
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
    'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> et <a href=\"http://www.capdigital.com/\" target=\"_blank\">Cap Digital</a> du 14 au 24 juin 2012",
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
    // After the event
dfcbb21a8eac Added FENS 2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
);