remove Jane McGonigal (publication right problems) + correct synclive for limesurvey + small correction for tweet_user
--- a/sbin/sync/sync_live Tue Sep 20 11:20:20 2011 +0200
+++ b/sbin/sync/sync_live Tue Sep 20 16:33:42 2011 +0200
@@ -13,6 +13,7 @@
+ core
P config.php
P .htaccess
+P limesurvey/***
EOT
fi
--- a/script/lib/iri_tweet/tweet_twitter_user.py Tue Sep 20 11:20:20 2011 +0200
+++ b/script/lib/iri_tweet/tweet_twitter_user.py Tue Sep 20 16:33:42 2011 +0200
@@ -54,7 +54,7 @@
set_logging(options)
- logger.debug("OPTIONS : " + repr(options)) #@UndefinedVariable
+ get_logger().debug("OPTIONS : " + repr(options)) #@UndefinedVariable
if not options.message or len(options.message) == 0:
sys.exit()
@@ -112,7 +112,7 @@
screen_name = user.screen_name
message = u"@%s: %s" % (screen_name, base_message)
- get_logger.debug("new status : " + message) #@UndefinedVariable
+ get_logger().debug("new status : " + message) #@UndefinedVariable
if not options.simulate:
t.statuses.update(status=message)
user_message = UserMessage(user_id=user.id, message_id=message_obj.id)
--- a/web/common.php Tue Sep 20 11:20:20 2011 +0200
+++ b/web/common.php Tue Sep 20 16:33:42 2011 +0200
@@ -177,7 +177,7 @@
"rsln", "rsln-opendata", "rsln-mercedes-bunz",
"enmi2011-technologie-confiance", "CPV", array("fens_FabLab_Design_Metadata","fablab"),
array("fens_FabLab_Design_Metadata","designmd"), array("mashup","conference"), array("mashup","tableronde"),
- "sig-chi-paris-2011", "rwd-meetup-patrimoine", "JaneMcGonigal-gameDesign"
+ "sig-chi-paris-2011", "rwd-meetup-patrimoine"/*, "JaneMcGonigal-gameDesign"*/
);
function registry_url($key, $type, $registry_def=null) {