upd8 readme
This commit is contained in:
parent
df67793559
commit
132144b758
1 changed files with 32 additions and 23 deletions
55
README
55
README
|
@ -10,26 +10,28 @@
|
||||||
|
|
||||||
Friendika is a web application for managing social communications. Some
|
Friendika is a web application for managing social communications. Some
|
||||||
would call it a "social network" or "distributed social network". We think
|
would call it a "social network" or "distributed social network". We think
|
||||||
both terms have been over-used and don't really apply - though Friendika can
|
both terms have been over-used, and don't adequately describe Friendika's
|
||||||
also fill those roles.
|
capabilities - though Friendika can also fill those roles.
|
||||||
|
|
||||||
At its essence, Friendika is a web application which can monitor various
|
At its essence, Friendika is a web application which can monitor various
|
||||||
information streams, and also let you participate in online conversations with
|
information and social activity streams, and which also lets you participate
|
||||||
friends and associates using a variety of network protocols.
|
in online conversations with friends and associates, using a variety of network
|
||||||
|
protocols. These are combined into an overview of your various communications
|
||||||
|
and activities - regardless of network origin.
|
||||||
|
|
||||||
Friendika also manages your personal profiles and photo albums and lets
|
Friendika also manages your personal profiles and photo albums and lets
|
||||||
you tailor either of these to specific audiences. Your communications can be
|
you securely present each of these to specific audiences. Your communications
|
||||||
either open and public, or closed and private. You can easily create "groups"
|
can be either open and public, or closed and private. You can easily create
|
||||||
of contacts with which you can partition your conversations into social
|
"groups" of contacts with which you can partition your conversations into
|
||||||
circles.
|
private social circles, and which cannot be seen outside the circle.
|
||||||
|
|
||||||
Friendika is decentralised. Any account on any Friendika server can connect
|
Friendika is decentralised. Any account on any Friendika server can connect
|
||||||
with any other Friendika account on any other server. You can also connect to
|
with any account on any other Friendika server. You can also connect to and
|
||||||
friends on Status.Net and other federated social web services (e.g. identi.ca,
|
interact directly with friends on Status.Net and other federated social web
|
||||||
GNU-Social, etc.).
|
services (e.g. identi.ca, GNU-Social, etc.).
|
||||||
|
|
||||||
Outgoing communications can be directed at these networks and/or your
|
Outgoing communications can be directed at these networks and also
|
||||||
existing accounts on Facebook and Twitter - and even delivered to email
|
existing accounts on Facebook and Twitter - or even delivered to email
|
||||||
contacts.
|
contacts.
|
||||||
|
|
||||||
Incoming data streams aren't limited to traditional social networks.
|
Incoming data streams aren't limited to traditional social networks.
|
||||||
|
@ -40,21 +42,28 @@ Wordpress blogs, news services, and other websites. Over time we will try to
|
||||||
build two-way bridges to many of these services so that you can freely
|
build two-way bridges to many of these services so that you can freely
|
||||||
interact in both directions with anybody who allows it.
|
interact in both directions with anybody who allows it.
|
||||||
|
|
||||||
Communications between supported networks are private and encrypted,
|
Communications between Friendika servers are private and encrypted,
|
||||||
using military grade encryption - and require mutual authentication of servers
|
using military grade encryption - and require mutual identity provenance
|
||||||
before any data is exchanged.
|
before any data is exchanged. These same crypto mechanisms provide remote
|
||||||
|
password-less authentication; allowing you to post to profiles and view private
|
||||||
|
photo collections on other servers - without encountering any login and/or
|
||||||
|
authorisation dialogues when visiting these sites.
|
||||||
|
|
||||||
Friendika has no boundaries and no central ownership. Anybody with a
|
Friendika has no boundaries and no central ownership of the data generated
|
||||||
commodity PHP/MySQL web server can provide a membership hub, and each
|
within the network. Anybody with a commodity PHP/MySQL web server or hosting
|
||||||
individual server can then support several thousand participating members
|
account can provide a server, and each individual server can then support
|
||||||
- each with their own unique communication and privacy needs.
|
up to several thousand participating members - each with their own unique
|
||||||
|
communication and privacy needs. This allows Friendika to scale to global
|
||||||
|
levels and mimics the decentralised architecture of the web itself.
|
||||||
|
|
||||||
If you are creating a website which requires social interaction, Friendika
|
If you are creating a website which requires social interaction, Friendika
|
||||||
can take the place of blog software, forum software and feed readers, and
|
can also take the place of blog software, forum software and feed readers, and
|
||||||
also provide individualised communications and content management - or
|
also provide individualised communications and content management - or
|
||||||
provide a ready alternative to traditional "monolithic" social networks.
|
simply be used as an alternative to traditional "monolithic" social networks.
|
||||||
|
|
||||||
Join us.
|
Friendika is also free - in every sense of the word.
|
||||||
|
|
||||||
|
Choose freedom. Join us.
|
||||||
|
|
||||||
Find out more about the project at http://project.friendika.com
|
Find out more about the project at http://project.friendika.com
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue