Public domain federated communications server. Provides a feature rich ActivityPub and Nomad communication node.
Find a file
2015-03-17 15:12:39 +01:00
app local_user => local_channel 2015-01-28 20:56:04 -08:00
assets generate the correct service permalink 2015-02-08 18:31:51 -08:00
doc start on some db_table doco 2015-03-15 18:49:44 -07:00
images bring some styling back to the colorbox and improve the event preview ability 2015-02-09 18:58:43 -08:00
include get the correct hemisphere for geotagged photos 2015-03-17 00:53:24 -07:00
install mysql schema typo, do the install check for store before chcking smarty, as that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql 2015-03-15 15:36:01 -07:00
library prepare for demise of google code 2015-03-12 16:05:56 -07:00
mod The random bad signatures are because something somewhere is trimming the body text. It could be any one of hundreds of functions that touch the message body. We really want to trim the body text, so I'm putting back all the trim statements - in mod/item and item_store and item_store_update. The last fix for random bad sigs noted that one of the trims wasn't there, so the others were removed. The correct fix is for all the trims to be there. We will probably have a few (quite a few) bad sigs during the transition back to trimmed text but this should nail it for anybody on recent code and with new content. 2015-03-17 00:13:47 -07:00
tests rev update, fix autoname test "random" failure 2012-04-26 01:33:41 -07:00
util update to-do list 2015-03-13 01:22:32 -07:00
vendor PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
view Merge branch 'master' of https://github.com/friendica/red 2015-03-17 15:12:39 +01:00
.gitattributes Required for github/Windows 2012-06-14 18:39:48 +10:00
.gitignore add reddress to profile - but all is not as it seems. Copy to clipboard is blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy. 2015-03-07 23:35:56 -08:00
.htaccess cherry pick pull request #544 2014-07-24 19:07:04 -07:00
boot.php reduce the occurrence of duplicated notice() messages 2015-03-12 16:16:29 -07:00
index.php automated warning after a few days if poller is dead 2015-03-02 18:02:06 -08:00
LICENSE the yearly license update 2015-01-07 18:03:36 -08:00
README.md context check 2014-10-12 21:59:22 -07:00
version.inc The random bad signatures are because something somewhere is trimming the body text. It could be any one of hundreds of functions that touch the message body. We really want to trim the body text, so I'm putting back all the trim statements - in mod/item and item_store and item_store_update. The last fix for random bad sigs noted that one of the trims wasn't there, so the others were removed. The correct fix is for all the trims to be there. We will probably have a few (quite a few) bad sigs during the transition back to trimmed text but this should nail it for anybody on recent code and with new content. 2015-03-17 00:13:47 -07:00

the Red Matrix

One of the traditional problems with independent publishing on the internet has always been the fact that independent publishers often operate as isolated islands within their own website, and spend most of their resources attracting visitors. The rise of corporate providers and social networking services alleviated many of these problems; however centralisation has led to a situation where your content is no longer under your direct control. It is shared fully with corporate advertisers and governments, but ironically you are now often asked to pay money to ensure that your friends can see it. What if you could have advantages of scale and connections that centralisation typically offers whilst maintaining independent control over your own web presence?

The RedMatrix is a super network created from a huge number of smaller independent and autonomous websites - which are linked together into a cooperative publishing and social platform. It consists of an open source webapp providing a complete multi-user decentralised publishing, sharing, and communications system - known as a "hub". Each hub provides communications (private messaging, chat, blogging, forums, and social networking), along with media management (photos, events, files, web pages, shareable apps) for its members; all in a feature-rich platform. These hubs automatically reach out and connect with each other and the rest of the matrix. Privacy and content ownership always remain under the direct personal control of the individual; and permission to access any item can be granted or denied to anybody in the entire matrix.

What makes the RedMatrix unique is what we call "magic authentication" - which is based on our groundbreaking work in decentralised identity services. No other platform provides this ability. Within the matrix the boundaries between different hubs are blurred or seemingly non-existent. Identity in the matrix is considered transient and potentially nomadic. "Who you are" has nothing to do with "what computer you're connected to", and website content can adapt itself according to who is viewing it. You have the ability to "clone" your identity to other hubs; which allows you to continue to communicate with your friends seamlessly if your primary hub is ever disabled (temporarily or permanently).

The RedMatrix is ideal for communities of any size, from private individuals and families to online forums, business websites, and organisations. It can be used by anybody who has communications or web content that they wish to share, but where they desire complete control of whom they share it with.

The Red Matrix is free and open source distributed under the MIT license.

For a list of public hubs see redmatrix.me/pubsites. For installation instructions see install/INSTALL.txt