--- a/sbin/sync/sync_tweetcast Mon Dec 19 15:22:07 2011 +0100
+++ b/sbin/sync/sync_tweetcast Mon Dec 19 15:28:23 2011 +0100
@@ -11,7 +11,8 @@
if [ -d ~/tmp/tweet_live_V$1 ]; then
cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/tweet_live_V$1/tweetcast/server-gevent/ iri@www.iri.centrepompidou.fr:/home/polemictweet-nginx/server-gevent
+ core
-P server_setup.py
+P server-gevent/server_setup.py
+P **/server_setup.py
EOT
fi
--- a/web/enmi2011/config.php Mon Dec 19 15:22:07 2011 +0100
+++ b/web/enmi2011/config.php Mon Dec 19 15:28:23 2011 +0100
@@ -71,7 +71,7 @@
'player_height' => 488,
// New Tweet live parameters
- 'use_tweetcast' => true,
+ 'use_tweetcast' => false,
'js_config' => "
var connect_type = 'gevent',
source_address = 'http://polemictweet.com/tweetcast-proxy.php',