change LACONICA to STATUSNET

This commit is contained in:
Evan Prodromou
2009-08-25 18:42:34 -04:00
parent 1ee7d0ab55
commit 865b716f09
266 changed files with 288 additions and 288 deletions

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}
@@ -139,6 +139,6 @@ class BlogspamNetPlugin extends Plugin
function userAgent()
{
return 'BlogspamNetPlugin/'.BLOGSPAMNETPLUGIN_VERSION . ' StatusNet/' . LACONICA_VERSION;
return 'BlogspamNetPlugin/'.BLOGSPAMNETPLUGIN_VERSION . ' StatusNet/' . STATUSNET_VERSION;
}
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -28,7 +28,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -28,7 +28,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -1,6 +1,6 @@
<?php
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}
@@ -225,6 +225,6 @@ class LinkbackPlugin extends Plugin
function userAgent()
{
return 'LinkbackPlugin/'.LINKBACKPLUGIN_VERSION .
' StatusNet/' . LACONICA_VERSION;
' StatusNet/' . STATUSNET_VERSION;
}
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -28,7 +28,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -15,7 +15,7 @@
* @link http://megapump.com/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}
@@ -104,6 +104,6 @@ class WikiHashtagsPlugin extends Plugin
function userAgent()
{
return 'WikiHashtagsPlugin/'.WIKIHASHTAGSPLUGIN_VERSION .
' StatusNet/' . LACONICA_VERSION;
' StatusNet/' . STATUSNET_VERSION;
}
}

View File

@@ -27,7 +27,7 @@
* @link http://status.net/
*/
if (!defined('LACONICA')) {
if (!defined('STATUSNET')) {
exit(1);
}