aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-23 16:18:44 -0700
committerfriendica <info@friendica.com>2013-03-23 16:18:44 -0700
commit5e47a8a14afff69a25c04e9f079c151eaf483741 (patch)
treea1cc970b09ba0f80c4c33e207920153cbffa212c /boot.php
parent85d1300889de4ecbef022629228390ab90cdfc2a (diff)
downloadvolse-hubzilla-5e47a8a14afff69a25c04e9f079c151eaf483741.tar.gz
volse-hubzilla-5e47a8a14afff69a25c04e9f079c151eaf483741.tar.bz2
volse-hubzilla-5e47a8a14afff69a25c04e9f079c151eaf483741.zip
descriptive text
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 48fb3d535..6c958465a 100644
--- a/boot.php
+++ b/boot.php
@@ -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');