web/eduinov-2013/config.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 23 Apr 2013 16:41:51 +0200
changeset 870 d91192a3653f
parent 822 df9c00cddfe1
child 940 843f96e4eebd
permissions -rw-r--r--
Added Eduinov 2013 Videos
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
796
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
$config = array(
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
    'event_list' => array(
870
d91192a3653f Added Eduinov 2013 Videos
Raphael Velt <raph.velt@gmail.com>
parents: 822
diff changeset
     4
        'eduinov-2013/intervention-ministre',
d91192a3653f Added Eduinov 2013 Videos
Raphael Velt <raph.velt@gmail.com>
parents: 822
diff changeset
     5
        'eduinov-2013/egalite-filles-garcons',
d91192a3653f Added Eduinov 2013 Videos
Raphael Velt <raph.velt@gmail.com>
parents: 822
diff changeset
     6
        'eduinov-2013/numerique-outils-usages',
d91192a3653f Added Eduinov 2013 Videos
Raphael Velt <raph.velt@gmail.com>
parents: 822
diff changeset
     7
        'eduinov-2013/apprendre-avec-tice-1',
d91192a3653f Added Eduinov 2013 Videos
Raphael Velt <raph.velt@gmail.com>
parents: 822
diff changeset
     8
        'eduinov-2013/apprendre-avec-tice-2',
d91192a3653f Added Eduinov 2013 Videos
Raphael Velt <raph.velt@gmail.com>
parents: 822
diff changeset
     9
        'eduinov-2013/plus-de-maitres-que-de-classes',
d91192a3653f Added Eduinov 2013 Videos
Raphael Velt <raph.velt@gmail.com>
parents: 822
diff changeset
    10
        'eduinov-2013/eleves-decrocheurs'
796
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
    ),
817
a28c8c70741c Corrections for eduinov
Raphael Velt <raph.velt@gmail.com>
parents: 796
diff changeset
    12
   	'hashtag'    => '#eduinov',
796
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
   	'title' => "Journées de l'Innovation 2013",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
	'abstract'   => "Journées de l'Innovation 2013<br /><b>&laquo;&nbsp;Innover pour refonder&nbsp;&raquo;</b><br/>les 27 et 28 Mars 2013<br/>Unesco",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
   	'description'=> "",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
   	
817
a28c8c70741c Corrections for eduinov
Raphael Velt <raph.velt@gmail.com>
parents: 796
diff changeset
    20
   	'link' => 'http://cndpval.cndp.fr/innovation/accueil.html',
796
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
   	'islive'     => true,
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
   	
822
df9c00cddfe1 Corrections for eduinov
Raphael Velt <raph.velt@gmail.com>
parents: 817
diff changeset
    24
    'flv_streamer' => 'rtmp://cdn.actistream.com/p0v1/',
df9c00cddfe1 Corrections for eduinov
Raphael Velt <raph.velt@gmail.com>
parents: 817
diff changeset
    25
    'flv_file' => 'myStream.sdp',
df9c00cddfe1 Corrections for eduinov
Raphael Velt <raph.velt@gmail.com>
parents: 817
diff changeset
    26
   	
817
a28c8c70741c Corrections for eduinov
Raphael Velt <raph.velt@gmail.com>
parents: 796
diff changeset
    27
   	'keywords'   => '',
796
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
   	'rep' => basename(__DIR__),
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
   	'partenaires'=> "<a href='http://www.education.gouv.fr/' class='footerLink' target='_blank'>Ministère de l'Éducation Nationale</a>",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
    'client_visual' => 'images/client_visual.jpg',// 480 × 320 pixels
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
    
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
 	'head_logo' => 'images/head-logo.png', // 171 × 63 pixels
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
 	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
  	'slide_background' => 'images/slide_background.jpg', // 606 × 282 pixels
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
    
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
  	'archive_img' => 'images/archive_img.jpg', // 270 × 150 pixels
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
 	'archive_title' => "Journées de l'Innovation",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
 	'archive_description' => 'par le <a href="http://www.education.gouv.fr/" target="_blank">Ministère de l\'Éducation Nationale</a><br/>à l\'Unesco les 27 et 28 mars 2013',
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
    // After the event
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
	'metadata'    => "99d311d0-8d5e-11e1-aa20-00145ea4a2be"
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
);