diff options
author | friendica <info@friendica.com> | 2013-03-23 16:18:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-23 16:18:44 -0700 |
commit | 5e47a8a14afff69a25c04e9f079c151eaf483741 (patch) | |
tree | a1cc970b09ba0f80c4c33e207920153cbffa212c | |
parent | 85d1300889de4ecbef022629228390ab90cdfc2a (diff) | |
download | volse-hubzilla-5e47a8a14afff69a25c04e9f079c151eaf483741.tar.gz volse-hubzilla-5e47a8a14afff69a25c04e9f079c151eaf483741.tar.bz2 volse-hubzilla-5e47a8a14afff69a25c04e9f079c151eaf483741.zip |
descriptive text
-rw-r--r-- | boot.php | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,6 +1,29 @@ <?php /** @file */ +/** + * Red. + * + * Red is an open source decentralised communications platform wrapped in + * an extensible content management framework, providing website designers + * the ability to embed fully decentralised communications and social tools + * into many traditional website designs (blogs, forums, small business + * websites, charitable organisations, etc.). Red also provides DNS mobility + * and internet scale privacy/access control. + * + * This allows any individual website to participate in a matrix of linked + * sites and people and media sharing which is far greater than the reach + * of an individual site. + * + * If you are reading the source code and come across a function + * or code block which is not documented, but you have a good idea what it + * does, please add some descriptive comments and push it to the main project. + * Even if your description isn't perfect, it gives us a base which we + * can build on and correct - so that eventually everything is fully + * documented. + */ + + require_once('include/config.php'); require_once('include/network.php'); require_once('include/plugin.php'); |