diff --git a/INSTALL b/INSTALL index 41275f6636..49bf17fb4f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,5 @@ -Mistpark Installation - -This is an early release. Some manual installation is required at this time. +Friendika Installation 1. Requirements - Apache with mod-rewrite enabled and "Options All" so you can use a @@ -72,5 +70,5 @@ one shown, substituting for your unique paths and settings: You can generally find the location of PHP by executing "which php". If you have troubles with this section please contact your hosting provider for -assistance. Mistpark will not work correctly if you cannot perform this step. +assistance. Friendika will not work correctly if you cannot perform this step. \ No newline at end of file diff --git a/LICENSE b/LICENSE index 9066308b97..38b32db225 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -* Mistpark +* Friendika * Copyright (c) 2010, Mike Macgirvin * All rights reserved. * @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. -* * Neither the name of Mistpark nor the +* * Neither the name of Friendika nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/README b/README index f941f86885..396eabd07b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - Mistpark + Friendika Distributed Social Network What if there was a social network which was free to use, open source - and @@ -11,7 +11,7 @@ selling your private information to advertisers)? Look no further. -Mistpark is a social network without boundaries. Mistpark installations can +Friendika is a social network without boundaries. Friendika installations can link together into a global social network which is free from central control. We are developing connectors to seamlessly communicate with many other open social networks and providers - GNU-social, Diaspora, Status.net, @@ -25,25 +25,25 @@ those you wish to share them with. Period. -Mistpark is secure, and as private as you wish it to be. Our privacy settings +Friendika is secure, and as private as you wish it to be. Our privacy settings are straight-forward and simple, because we know that relationships rarely are (straight-forward and simple). Whether you're communicating with drinking buddies or potential employers, you can rest assured that each is only able to see the side of you that you wish to present. -A single instance of Mistpark Server can easily support hundreds of (and up to +A single instance of Friendika Server can easily support hundreds of (and up to several thousand) people using commodity hosting hardware. Each of these people are able to connect with potentially hundreds or thousands of friends and associates on any other supported network anywhere in the world and share photos, links, status updates, etc. But maybe you don't want to be connected to the world... That's OK too. -Mistpark may also be closed off from the global community and used to support +Friendika may also be closed off from the global community and used to support social networking amongst corporate, educational, religious, and other private communities. This makes it an excellent choice for the social networking needs of young teenagers and especially k-12 organisations. -Every person on Mistpark has unlimited profiles available to them. There is a +Every person on Friendika has unlimited profiles available to them. There is a "public profile" which can be seen by anybody. Additional profiles may be tailored to specific groups or individuals. @@ -53,7 +53,7 @@ friends or groups of friends. You may also create interactive band/celebrity pages, special interest groups, and even organisational 'soapboxes' - for social communications that require -the ability to scale to global levels. Mistpark provides for automatic +the ability to scale to global levels. Friendika provides for automatic relationship management in these extreme cases so that you can concentrate on your message and public persona - and not worry about being swamped by friend requests. You can even maintain private social contact with your closest @@ -63,10 +63,3 @@ No other social network offers this ability. IMPORTANT: Please see the file INSTALL for system requirements. -Visit http://mistpark.com for more information. - -You may also contact the author and raise issues via the source code -repository on github -- http://github.com/macgirvin/mistpark - -It's your network now. If social networking isn't what you thought it would -be, help us to make it better. diff --git a/htconfig.php b/htconfig.php index 0deeaa5ab6..c849b34162 100644 --- a/htconfig.php +++ b/htconfig.php @@ -23,7 +23,7 @@ $default_timezone = 'America/Los_Angeles'; // What is your site name? -$a->config['sitename'] = "Mistpark Social Network"; +$a->config['sitename'] = "Friendika Social Network"; // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting @@ -53,7 +53,3 @@ $a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit'; $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; -// Please see "http://github.com/macgirvin/mistpark/wiki/Hidden-Features-Settings" -// for additional settings and options - - diff --git a/include/bbcode.php b/include/bbcode.php index 1522ea374c..a315c3e38d 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -1,6 +1,6 @@ page['nav'] .= ''; diff --git a/mod/home.php b/mod/home.php index b04c728968..9239f1d173 100644 --- a/mod/home.php +++ b/mod/home.php @@ -16,7 +16,7 @@ function home_content(&$a) { $o = ''; if(! (x($a->page,'footer'))) $a->page['footer'] = ''; - $a->page['footer'] .= "
Powered by mistpark
"; + $a->page['footer'] .= "
Powered by friendika
"; $o .= '

Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '

'; if(file_exists('home.html')) $o .= file_get_contents('home.html'); diff --git a/mod/install.php b/mod/install.php index c80fb54fb1..67c1a479eb 100644 --- a/mod/install.php +++ b/mod/install.php @@ -64,7 +64,7 @@ function install_post(&$a) { function install_content(&$a) { - notice( t('Welcome to the Mistpark Social Network.') . EOL); + notice( t('Welcome to Friendika.') . EOL); $o .= check_htconfig(); if(strlen($o)) diff --git a/view/atom_feed.tpl b/view/atom_feed.tpl index 60522eb50e..ef02728b8c 100644 --- a/view/atom_feed.tpl +++ b/view/atom_feed.tpl @@ -10,7 +10,7 @@ $feed_id $feed_title - Mistpark + Friendika $hub $salmon diff --git a/view/auto_request.tpl b/view/auto_request.tpl index fe6e70a467..5ecce8957b 100644 --- a/view/auto_request.tpl +++ b/view/auto_request.tpl @@ -4,7 +4,7 @@

Please enter your profile address from one of the following supported social networks:

diff --git a/view/dfrn_request.tpl b/view/dfrn_request.tpl index 6cc9655972..bee42c50ed 100644 --- a/view/dfrn_request.tpl +++ b/view/dfrn_request.tpl @@ -5,7 +5,7 @@ You may request a connection with this member if you have a valid profile address
on one of the following social networks:

diff --git a/view/install_db.tpl b/view/install_db.tpl index 00c3b82658..d5f28828e5 100644 --- a/view/install_db.tpl +++ b/view/install_db.tpl @@ -1,9 +1,9 @@ -

Mistpark Personal Edition

+

Friendika Social Network

Installation

-In order to install Mistpark we need to know how to contact your database. Please contact your hosting provider or site administrator if you have questions about these settings. The database you specify below must already exist. If it does not, please create it before continuing. +In order to install Friendika we need to know how to contact your database. Please contact your hosting provider or site administrator if you have questions about these settings. The database you specify below must already exist. If it does not, please create it before continuing.