Public domain federated communications server. Provides a feature rich ActivityPub and Nomad communication node.
Find a file
2013-04-26 15:06:40 -07:00
doc db abstraction layer 2013-04-22 20:02:21 -07:00
images more umbilical cutting 2013-04-18 21:06:31 -07:00
include photo driver abstraction 2013-04-25 20:01:24 -07:00
install missed channel_default_group key nrename 2013-04-03 15:51:56 -07:00
js Upgraded jQuery to 1.9.1, including jQuery Migrate (for the sake of keeping old code working) and upgrade Fullcalendar (because Migrate just wasn't enough for him). 2013-04-10 13:16:41 +02:00
library Colorbox 2013-04-26 22:31:50 +01:00
mod photo driver abstraction 2013-04-25 20:01:24 -07:00
spec more detail 2012-10-16 16:24:37 -07:00
tests rev update, fix autoname test "random" failure 2012-04-26 01:33:41 -07:00
util rev update 2013-04-26 15:06:40 -07:00
view Unbork smarty templates. 2013-04-26 23:00:10 +01:00
.gitattributes Required for github/Windows 2012-06-14 18:39:48 +10:00
.gitignore Ignore OSX .DS_Store 2013-02-02 22:59:39 +01:00
.gitmodules adjust2 2012-03-02 17:18:11 +01:00
.htaccess Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
boot.php small issue with zid returning incorrect result on your own channel link 2013-04-18 19:11:28 -07:00
bugs update xchans on url change 2013-03-12 17:39:35 -07:00
done poke doco and cleanup 2013-04-17 22:44:53 -07:00
index.php db abstraction layer 2013-04-22 20:02:21 -07:00
LICENSE begin to cut the umbilical 2013-04-14 22:24:47 -07:00
README begin to cut the umbilical 2013-04-14 22:24:47 -07:00
version.inc rev update 2013-04-26 15:06:40 -07:00

RED
===

Red is essentially a "personal CMS" linked to a decentralised permissions and communication platform. This creates a grid of small servers which link together to form a much larger system (much like the internet itself).  This allows one to create services with social contexts and extensible permission controls which are all integrated together as if they were offered by a single large data provider - but without the inherent privacy problems and costs associated with centralisation. Privacy and access controls are instead maintained at the local level where they can be enforced by those who own the data being shared. Additionally, identities in Red are not tied to DNS endpoints and have some degree of mobility between providers.

For example, let's say "Iggy Normak" is a colleague of mine. I can create a web service called "Mike Macgirvin" which acts as a blog or social networking hub, and share files and data with Iggy. These are stored on my website, which is served by a small hosting provider (or perhaps running on an old PC in my garage). Iggy can access my private photos from anywhere on the web, while logged into any Red website (for instance, from Iggy's own business website) - without encountering any additional authentication dialogues. Nobody else is able to access these files and photos without my permission, even if they "guess the URL". This kind of decentralised access control is somewhat unique and opens up new possibilities for creating very large scale web services from smaller operators, providers, and website designers.  
 
Red has somewhat limited functionality at the present time, and is being provided as a "developer preview". The communication layers, authentication and permission systems are all basically functional. Much development work remains. Red is free and open source distributed under the MIT license.