From c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 25 Aug 2009 18:12:20 -0400 Subject: change Laconica and Control Yourself to StatusNet in PHP files --- scripts/allsites.php | 4 ++-- scripts/createsim.php | 4 ++-- scripts/decache.php | 4 ++-- scripts/enjitqueuehandler.php | 4 ++-- scripts/facebookqueuehandler.php | 4 ++-- scripts/fixup_conversations.php | 4 ++-- scripts/fixup_hashtags.php | 4 ++-- scripts/fixup_inboxes.php | 4 ++-- scripts/fixup_notices_rendered.php | 4 ++-- scripts/fixup_replies.php | 4 ++-- scripts/fixup_utf8.php | 6 +++--- scripts/getpiddir.php | 4 ++-- scripts/getvaliddaemons.php | 4 ++-- scripts/inbox_users.php | 4 ++-- scripts/jabberqueuehandler.php | 4 ++-- scripts/maildaemon.php | 4 ++-- scripts/ombqueuehandler.php | 4 ++-- scripts/pingqueuehandler.php | 4 ++-- scripts/publicqueuehandler.php | 4 ++-- scripts/reportsnapshot.php | 4 ++-- scripts/sessiongc.php | 4 ++-- scripts/setpassword.php | 4 ++-- scripts/showcache.php | 4 ++-- scripts/sitemap.php | 4 ++-- scripts/smsqueuehandler.php | 4 ++-- scripts/synctwitterfriends.php | 6 +++--- scripts/triminboxes.php | 4 ++-- scripts/twitterqueuehandler.php | 4 ++-- scripts/twitterstatusfetcher.php | 10 +++++----- scripts/uncache_users.php | 4 ++-- scripts/update_translations.php | 6 +++--- scripts/xmppconfirmhandler.php | 4 ++-- scripts/xmppdaemon.php | 4 ++-- 33 files changed, 72 insertions(+), 72 deletions(-) (limited to 'scripts') diff --git a/scripts/allsites.php b/scripts/allsites.php index d6768c278..3c3ede1a1 100755 --- a/scripts/allsites.php +++ b/scripts/allsites.php @@ -1,8 +1,8 @@ #!/usr/bin/env php -Fixup records in a database that stored the data incorrectly (pre-0.7.4 for Laconica). +Fixup records in a database that stored the data incorrectly (pre-0.7.4 for StatusNet). ENDOFHELP; diff --git a/scripts/getpiddir.php b/scripts/getpiddir.php index 9927cc6d9..30bca77da 100755 --- a/scripts/getpiddir.php +++ b/scripts/getpiddir.php @@ -1,8 +1,8 @@ #!/usr/bin/env php * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 diff --git a/scripts/triminboxes.php b/scripts/triminboxes.php index 27e200fef..9ab266c37 100644 --- a/scripts/triminboxes.php +++ b/scripts/triminboxes.php @@ -1,8 +1,8 @@ #!/usr/bin/env php * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 @@ -185,7 +185,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon foreach (array_reverse($timeline) as $status) { - // Hacktastic: filter out stuff coming from this Laconica + // Hacktastic: filter out stuff coming from this StatusNet $source = mb_strtolower(common_config('integration', 'source')); @@ -478,7 +478,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon default: // Note: Twitter's big avatars are a different size than - // Laconica's (Laconica's = 96) + // StatusNet's (Laconica's = 96) $avatar->width = 73; $avatar->height = 73; diff --git a/scripts/uncache_users.php b/scripts/uncache_users.php index b0b576eb4..7a561ec13 100644 --- a/scripts/uncache_users.php +++ b/scripts/uncache_users.php @@ -1,8 +1,8 @@ #!/usr/bin/env php