# HG changeset patch # User Raphael Velt # Date 1350381610 -7200 # Node ID a7b8011c91dd93dbb4c034cf7c5f7bd741cbb1f3 # Parent 78ba6e14f1598d91d228afa1a43b6887e54464e5# Parent 03f55ccec9688be3e38ff2518476064303328d29 Merge with 483b159a5844c1e10f05fc701c8c079894b4ea76 diff -r 78ba6e14f159 -r a7b8011c91dd web/caps2012/config.php --- a/web/caps2012/config.php Tue Oct 16 10:03:17 2012 +0200 +++ b/web/caps2012/config.php Tue Oct 16 12:00:10 2012 +0200 @@ -42,31 +42,50 @@

Please send pitches (1-3 slides) to hhalpin@w3.org and kat@voxe.org by October 11th.

Presentations by:

The conference will be held in English at the Centre Pompidou, Salle Triangle (to right of main entrance, next to large red cube outside of building) :

-\"Salle
", +\"Salle +
+

+Lunch will not be provided at the information day. There are however many restaurant options surrounding the Centre Pompidou that you can go to during the 1-hour break. +

+

+If you plan to be in Paris for the night after this infoday, MetaCAPS invites you to a CAPS infoday after hours cocktail to celebrate the launching of the metaCAPS website, and socialize between project holders @CAPS. MetaCAPS is an innovative mechanism that aims to overcome the divide between competition and cooperation through a coopetitive response to this call CAPS (FP7 5.5.). The event will take place at Atelier de Rochas, 14 rue des Volontaires 75015 Paris. +

+ ", 'link' => 'http://www.iri.centrepompidou.fr/evenement/collective-awareness-platforms-for-sustainability-and-social-innovation/', 'keywords' => 'CAPS, Europe, IRI', - 'rep' => basename('__DIR__'), + 'rep' => basename(__DIR__), 'islive' => true, - 'partenaires'=> "", + 'partenaires'=> " IRI + | European Commission ", 'client_visual' => 'images/caps2012_live_screen.jpg',// 480 × 320 pixels diff -r 78ba6e14f159 -r a7b8011c91dd web/tweet_ajax.php --- a/web/tweet_ajax.php Tue Oct 16 10:03:17 2012 +0200 +++ b/web/tweet_ajax.php Tue Oct 16 12:00:10 2012 +0200 @@ -18,7 +18,7 @@ */ $token = unserialize($_SESSION['TWITTER_ACCESS_TOKEN']); $client = $token->getHttpClient($configuration); - $client->setUri('http://api.twitter.com/1/statuses/update.json'); + $client->setUri('http://api.twitter.com/1.1/statuses/update.json'); $client->setMethod(Zend_Http_Client::POST); $client->setParameterPost('status', $_POST['status']); $response = $client->request();