From d749fefa9e0c82571e6e40ad835f6943d6286397 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 6 Jun 2018 08:17:00 +0200 Subject: [PATCH] custom home.tmpl version 0.2 --- custom/templates/home.tmpl | 53 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 custom/templates/home.tmpl diff --git a/custom/templates/home.tmpl b/custom/templates/home.tmpl new file mode 100644 index 0000000..0450e52 --- /dev/null +++ b/custom/templates/home.tmpl @@ -0,0 +1,53 @@ +{{template "base/head" .}} +
+
+
+
+ +
+
+

+ Friendica +

+

Collection of the git repositories of the Friendica project.

+
+
+
+
+
+

+ Easy to install +

+

+ All you need is a PHP and a MySQL database. Installation can be done via file upload, git or docker. +

+
+
+

+ Free Software +

+

+ Friendica is Free Software, licensed under the terms of the AGPLv3 (or later). The entire source code is hosted at git.friendi.ca. Join us by contributing to make this project even better. Don't be shy to be a contributor! +

+
+
+
+
+

+ Decentralization +

+

+ Decentralized architecture with no central authority or ownership. Relationships can be made across any compatible system, creating a network of Internet scale made up of smaller sites. Seamless wall-to-wall posts and remote comments, even across different network nodes. +

+
+
+

+ Interoperability +

+

+ Friendica has build in support for the OStatus (e.g. GNU social and Mastodon) and diaspora* (e.g. diaspora*, Hubzilla and Socialhome) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and many more. +

+
+
+
+{{template "base/footer" .}}