]> git.mxchange.org Git - friendica.git/commitdiff
project rename
authorMike Macgirvin <mike@macgirvin.com>
Wed, 3 Nov 2010 03:17:46 +0000 (20:17 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Wed, 3 Nov 2010 03:17:46 +0000 (20:17 -0700)
12 files changed:
INSTALL
LICENSE
README
htconfig.php
include/bbcode.php
include/nav.php
mod/home.php
mod/install.php
view/atom_feed.tpl
view/auto_request.tpl
view/dfrn_request.tpl
view/install_db.tpl

diff --git a/INSTALL b/INSTALL
index 41275f6636d2f493958441a9cb1a6089669460b8..49bf17fb4f7812312b6125552ed6eea2f7d8dc57 100644 (file)
--- 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 9066308b97071186f628ab6d2a06b0d55a9a656c..38b32db2253a06b5b73c7cb192cb2b384eb36548 100644 (file)
--- 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 f941f8688592bab57f0d15a61cefa6a15b4704e0..396eabd07be0e1fa6a6a98c8eb5bc36f2db363a3 100644 (file)
--- 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.
index 0deeaa5ab64413d322a33d93f11a159827faaf31..c849b3416287d91994a8eaa5be8f17290689360d 100644 (file)
@@ -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
-
-
index 1522ea374cf67a3d16236278619181bfc3ec7233..a315c3e38d8976a12bee8dbfc69e355608ef49aa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
        // BBcode 2 HTML was written by WAY2WEB.net
-       // Made to work with Mistpark - Mike Macgirvin
+       // Made to work with Mistpark/Friendika - Mike Macgirvin
 
 function bbcode($Text) {
        // Replace any html brackets with HTML Entities to prevent executing HTML or script
index 534e29fabda0599de6b779c50ffca15c69bc10f5..e4bad3382683e368d05b0e0a7630a6d0cb652762 100644 (file)
@@ -56,6 +56,6 @@ else {
        $banner = get_config('system','banner');
 
        if($banner === false)
-               $banner = 'mistpark';
+               $banner = 'friendika';
 
        $a->page['nav'] .= '<span id="banner">' . $banner . '</span>';
index b04c728968eea9f226a50e1efd19b0fbcd0a98ce..9239f1d1735cda650fab95d600903cb5e095c671 100644 (file)
@@ -16,7 +16,7 @@ function home_content(&$a) {
        $o = '';
        if(! (x($a->page,'footer')))
                $a->page['footer'] = '';
-       $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://mistpark.com\" name=\"mistpark\" >mistpark</a></div>";
+       $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://friendika.com\" name=\"mistpark\" >friendika</a></div>";
        $o .= '<h1>Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '</h1>';
        if(file_exists('home.html'))
                $o .= file_get_contents('home.html');
index c80fb54fb1a4af4fd1aacd281e25fa454d7f251b..67c1a479ebcbeff0464832bbbc1574042300380d 100644 (file)
@@ -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))
index 60522eb50ea9783d5b004ffe9a7ba839c07668ec..ef02728b8c8cc86de46cd37af16c3323826d5520 100644 (file)
@@ -10,7 +10,7 @@
 
   <id>$feed_id</id>
   <title>$feed_title</title>
-  <generator uri="http://mistpark.com" version="2.0">Mistpark</generator>
+  <generator uri="http://friendika.com" version="2.0">Friendika</generator>
   <link rel="license" href="http://creativecommons.org/licenses/by/3.0/" />
   $hub
   $salmon
index fe6e70a46740fb3cdaedfce2b78b36f6e57d22e3..5ecce8957bd4a9b35c95e862e6ba1ed0edbf99fc 100644 (file)
@@ -4,7 +4,7 @@
 <p id="dfrn-request-intro">
 Please enter your profile address from one of the following supported social networks:<br />
 <ul id="dfrn-request-networks">
-<li><a href="http://dfrn.org">Mistpark/DFRN</a> (fully supported)</li>
+<li><a href="http://dfrn.org">Friendika/Mistpark</a> (fully supported)</li>
 <li><a href="http://ostatus.org">StatusNet/GNU-social/Federation</a> (limited - experimental)</li>
 </ul>
 </p>
index 6cc9655972acf75cbc372faa83587d1ae16b49e9..bee42c50ed8b3c932f289cff6dbee31de6b043df 100644 (file)
@@ -5,7 +5,7 @@
 You may request a connection with this member if you have a valid profile address<br />
 on one of the following social networks:<br />
 <ul id="dfrn-request-networks">
-<li><a href="http://dfrn.org">Mistpark/DFRN</a> (fully supported)</li>
+<li><a href="http://dfrn.org">Friendika/Mistpark</a> (fully supported)</li>
 <li><a href="http://ostatus.org">StatusNet/GNU-social/Federation</a> (limited - experimental)</li>
 </ul>
 </p>
index 00c3b82658a3e6bf968882c66f8a94ae33b11a9a..d5f28828e52ab687e06f6ac71eeec75527e858bb 100644 (file)
@@ -1,9 +1,9 @@
 
-<h3>Mistpark Personal Edition</h3>
+<h3>Friendika Social Network</h3>
 <h3>Installation</h3>
 
 <p>
-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. 
 </p>
 
 <form id="install-form" action="install" method="post">