summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:16:46 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:16:46 -0400
commitd35b2d3f3c2128b147a6fa897032262c1f632262 (patch)
treef4a10dae565319502244147fd96c70beebd23981 /actions/public.php
parent4737563b957e84ee06d07f373af533b2f037497a (diff)
change laconi.ca to status.net
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/actions/public.php b/actions/public.php
index aea730606..2c8d2c4f9 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -24,7 +24,7 @@
* @author Evan Prodromou <evan@controlyourself.ca>
* @copyright 2008-2009 StatusNet, Inc.
* @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/
*/
if (!defined('LACONICA')) {
@@ -46,7 +46,7 @@ define('MAX_PUBLIC_PAGE', 100);
* @package StatusNet
* @author Evan Prodromou <evan@controlyourself.ca>
* @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/
*
* @see PublicrssAction
* @see PublicxrdsAction
@@ -245,13 +245,13 @@ class PublicAction extends Action
{
if (! (common_config('site','closed') || common_config('site','inviteonly'))) {
$m = sprintf(_('This is %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
- 'based on the Free Software [StatusNet](http://laconi.ca/) tool. ' .
+ 'based on the Free Software [StatusNet](http://status.net/) tool. ' .
'[Join now](%%%%action.%s%%%%) to share notices about yourself with friends, family, and colleagues! ' .
'([Read more](%%%%doc.help%%%%))'),
(!common_config('site','openidonly')) ? 'register' : 'openidlogin');
} else {
$m = _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
- 'based on the Free Software [StatusNet](http://laconi.ca/) tool.');
+ 'based on the Free Software [StatusNet](http://status.net/) tool.');
}
$this->elementStart('div', array('id' => 'anon_notice'));
$this->raw(common_markup_to_html($m));