forked from friendica/git.friendi.ca
101 lines
4.5 KiB
Cheetah
101 lines
4.5 KiB
Cheetah
{{template "base/head" .}}
|
|
<div class="home">
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="sixteen wide center aligned centered column">
|
|
<div>
|
|
<img class="logo" src="{{AppSubUrl}}/img/friendica-128.png" />
|
|
</div>
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
Friendica
|
|
</h1>
|
|
|
|
{{if eq .Lang "de-DE"}}
|
|
<h2>Sammlung der git Repositories des <a href='https://friendi.ca/' target='_new'>Friendica</a> Projekts.</h2>
|
|
{{else}}
|
|
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
|
|
{{end}}
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{if eq .Lang "de-DE"}}
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
<i class="octicon octicon-rocket"></i> Einfach zu installieren
|
|
</h1>
|
|
<p class="large">
|
|
Alles was du für die Installation benötigst ist PHP und eine MySQL Datenbank. Installieren kannst du Friendica entweder per Datei-Upload, git oder docker.
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
<i class="octicon octicon-code"></i> Freie Software
|
|
</h1>
|
|
<p class="large">
|
|
Friendica ist Freie Software, lizensiert unter der AGPLv3 (oder neuere Versionen). Der gesammte Quellcode kann unter <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a> eingesehen werden. Wenn du magst kannst du uns gerne dabei unterstützen das Friendica noch besser zu machen. <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>Trau dich</a>!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
<i class="octicon octicon-globe"></i> Dezentral
|
|
</h1>
|
|
<p class="large">
|
|
Das Friendica Netzwerk ist dezentral aufgebaut, ohne zentrale Autorität oder Eigentumsverhältnisse. Beziehungen zwischen Konten können über Server-Grenzen hinweg hergestellt werden, wodurch ein großes Netzwerk unabhängiger Friendica Knoten entsteht.
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
<i class="octicon octicon-organization"></i> Interoperabel
|
|
</h1>
|
|
<p class="large">
|
|
Friendica unterstützt das OStatus (z.B. GNU social und Mastodon) und das diaspora* (z.B. diaspora*, Hubzilla und Socialhome) Protokoll. Mit Erweiterungen können Brücken zu weiteren Netzwerken wie pump.io, Twitter und anderen geschlagen werden.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
{{else}}
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
<i class="octicon octicon-rocket"></i> Easy to install
|
|
</h1>
|
|
<p class="large">
|
|
All you need is PHP and a MySQL database. Installation can be done via file upload, git or docker.
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
<i class="octicon octicon-code"></i> Free Software
|
|
</h1>
|
|
<p class="large">
|
|
Friendica is Free Software, licensed under the terms of the AGPLv3 (or later). The entire source code is hosted at <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Join us by contributing to make this project even better. Don't be shy to <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>be a contributor</a>!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
<i class="octicon octicon-globe"></i> Decentralization
|
|
</h1>
|
|
<p class="large">
|
|
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.
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
<i class="octicon octicon-organization"></i> Interoperability
|
|
</h1>
|
|
<p class="large">
|
|
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 others.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
{{end}}
|
|
</div>
|
|
{{template "base/footer" .}}
|