project rename

This commit is contained in:
Mike Macgirvin 2010-11-02 20:17:46 -07:00
parent 26f97b8284
commit 2a23a7e840
12 changed files with 21 additions and 34 deletions

View File

@ -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.

View File

@ -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.
*

21
README
View File

@ -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.

View 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

View 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

View 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>';

View 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');

View 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))

View 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

View 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>

View 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>

View 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">