From d35b2d3f3c2128b147a6fa897032262c1f632262 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 25 Aug 2009 18:16:46 -0400 Subject: change laconi.ca to status.net --- scripts/synctwitterfriends.php | 2 +- scripts/twitterstatusfetcher.php | 2 +- scripts/update_translations.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/synctwitterfriends.php b/scripts/synctwitterfriends.php index f4f714f59..caec9977a 100755 --- a/scripts/synctwitterfriends.php +++ b/scripts/synctwitterfriends.php @@ -41,7 +41,7 @@ require_once INSTALLDIR . '/lib/parallelizingdaemon.php'; * @author Zach Copley * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ + * @link http://status.net/ */ $helptext = << * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ + * @link http://status.net/ */ // NOTE: an Avatar path MUST be set in config.php for this diff --git a/scripts/update_translations.php b/scripts/update_translations.php index b3ca8c70b..0dee4f5a5 100755 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -42,7 +42,7 @@ $languages = get_all_languages(); foreach ($languages as $language) { $code = $language['lang']; - $file_url = 'http://laconi.ca/pootle/' . $code . + $file_url = 'http://status.net/pootle/' . $code . '/laconica/LC_MESSAGES/laconica.po'; $lcdir = INSTALLDIR . '/locale/' . $code; $msgdir = "$lcdir/LC_MESSAGES"; -- cgit v1.2.3-54-g00ecf