publish cryptopartycamp
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sat, 04 Nov 2017 02:58:46 +0100
changeset 1400 cecc0890c109
parent 1399 a73fcb231b05
child 1401 dea88f3e75cb
publish cryptopartycamp
web/common.php
web/crypto-party-camp-rouxteur-10-2017/config.php
web/crypto-party-camp-rouxteur-10-2017/index.php
--- a/web/common.php	Fri Oct 27 23:15:23 2017 +0200
+++ b/web/common.php	Sat Nov 04 02:58:46 2017 +0100
@@ -17,7 +17,7 @@
 
 $project_url_base = 'ldtplatform/ldt/cljson/id/';
 
-$C_default_rep = 'crypto-party-camp-rouxteur-10-2017';
+$C_default_rep = 'cnsad-seminaire-telepresence-11-2017';
 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
 $C_event_props = __DIR__ . "/event_props";
 $C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d'));
@@ -64,7 +64,7 @@
     'attention-1415-07-design-pluralisation', 'edito-1516-01-profil-collectif', 'edito-1516-02-corps-profil', 'enmi15', 'edito-1516-03-editorialisation-universitaire',
     'edito-1516-04-detournements-creation', 'edito-1516-05-production-reel', 'edito-1516-06-confession-confiscation-de-soi',
     'edito-1516-07-architecture-savoir', 'edito-1516-08-desir-profilage', 'edito-1516-09-cloture', 'journee-omnsh-2016-10-patrimoine-numerique', 'enmi16',
-    'cnsad-ateliers-2017'
+    'cnsad-ateliers-2017'. 'crypto-party-camp-rouxteur-10-2017'
 );
 
 
--- a/web/crypto-party-camp-rouxteur-10-2017/config.php	Fri Oct 27 23:15:23 2017 +0200
+++ b/web/crypto-party-camp-rouxteur-10-2017/config.php	Sat Nov 04 02:58:46 2017 +0100
@@ -54,6 +54,6 @@
     'archive_description' => '<b>CryptoPartyCamp Décrypte et Glitch ta vi(ll)e</b><br><em>, 27-28-29 octobre 2017</em>',
 
     // After the event
-    'metadata'    => "00",
+    'metadata'    => "751e4f50-c0ff-11e7-949b-00145ea4a2be",
     'annotation_protocol_version' => '2'
 );
--- a/web/crypto-party-camp-rouxteur-10-2017/index.php	Fri Oct 27 23:15:23 2017 +0200
+++ b/web/crypto-party-camp-rouxteur-10-2017/index.php	Sat Nov 04 02:58:46 2017 +0100
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
-header("HTTP/1.1 302 Found");
-header("Location: client.php");
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: polemicaltimeline.php");
 exit();
 ?>