remove Jane McGonigal (publication right problems) + correct synclive for limesurvey + small correction for tweet_user
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 20 Sep 2011 16:33:42 +0200
changeset 286 6ac68295defe
parent 285 f1bc9fe452d5
child 287 3efe34a87c37
remove Jane McGonigal (publication right problems) + correct synclive for limesurvey + small correction for tweet_user
sbin/sync/sync_live
script/lib/iri_tweet/tweet_twitter_user.py
web/common.php
--- 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) {