git.friendi.ca/custom/templates/home.tmpl

582 lines
32 KiB
Cheetah
Raw Normal View History

2018-06-06 08:17:00 +02:00
{{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>
2018-06-06 15:53:13 +02:00
{{if eq .Lang "de-DE"}}
<h2>Sammlung der git-Repositories des <a href='https://friendi.ca' target='_new'>Friendica</a> Projekts.</h2>
2018-06-06 18:02:33 +02:00
{{else if eq .Lang "nl-NL"}}
<h2>Verzameling git repositories van het <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
{{else if eq .Lang "it-IT"}}
<h2>Raccolta dei repository git del progetto <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
2018-06-09 11:13:11 +02:00
{{else if eq .Lang "pl-PL"}}
2018-08-06 14:42:12 +02:00
<h2>Zbiór repozytoriów projektu git <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
2018-06-10 07:33:20 +02:00
{{else if eq .Lang "cs-CZ"}}
<h2>Kolekce repozitářů git projektu <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
2019-03-11 19:00:26 +01:00
{{else if eq .Lang "en-GB"}}
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
2019-08-28 19:12:37 +02:00
{{else if eq .Lang "ja-JA"}}
<h2><a href='https://friendi.ca' target='_new'> Friendica </a>プロジェクトの gitリポジトリコレクション。</h2>
{{else if eq .Lang "ca-ES"}}
<h2>Col·lecció dels dipòsits git del <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
{{else if eq .Lang "es-ES"}}
<h2>Colección de los repositorios git del<a href='https://friendi.ca' target='_new'>Proyecto Friendica</a>.</h2>
{{else if eq .Lang "fi-FI"}}
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
{{else if eq .Lang "fr-FR"}}
<h2>Collection des dépôts git du projet <a href='https://friendi.ca' target='_new'></h2>
{{else if eq .Lang "hu-HU"}}
<h2>A <a href='https://friendi.ca' target='_new'>Friendica</a> projekt git tárolóinak gyűjteménye.</h2>
{{else if eq .Lang "ru-RU"}}
<h2>Собрание git-репозиториев проекта <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
2018-06-06 15:53:13 +02:00
{{else}}
2018-06-06 08:17:00 +02:00
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
2018-06-06 15:53:13 +02:00
{{end}}
2018-06-06 08:17:00 +02:00
</div>
</div>
</div>
2018-06-06 15:53:13 +02:00
{{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">
2021-05-24 08:33:10 +02:00
Alles, was du für die Installation benötigst, ist PHP und eine MySQL-Datenbank. Installieren kannst du Friendica per Datei-Upload, git oder docker.
2018-06-06 15:53:13 +02:00
</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">
2021-05-24 08:33:10 +02:00
Friendica ist Freie Software, lizenziert unter der AGPLv3 (oder neueren Versionen). Der gesamte 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, Friendica noch besser zu machen. <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>Trau dich</a>!
2018-06-06 15:53:13 +02:00
</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.
2018-06-06 15:53:13 +02:00
</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 ActivityPub-Protokoll (z.B. Hubzilla, Mastodon, Pleroma, Pixelfed, SocialHome), OStatus-Protokoll (z.B. GNU social) und das diaspora*-Protokoll (z.B. diaspora*). Mit Erweiterungen können Brücken zu weiteren Netzwerken wie pump.io, Twitter und anderen geschlagen werden.
2018-06-06 15:53:13 +02:00
</p>
</div>
</div>
2018-06-06 18:02:33 +02:00
{{else if eq .Lang "nl-NL"}}
<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> Gemakkelijk te installeren
</h1>
<p class="large">
Alles wat je nodig hebt is PHP en een MySQL database. Installatie kan gebeuren via file upload, git of docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Vrije software
</h1>
<p class="large">
Friendica is Vrije Software, met licentie onder de voorwaarden van AGPLv3 (of later). De volledige broncode wordt gehost op <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Vervoeg ons door bij te dragen om dit project nog beter te maken. Wees niet verlegen om <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>om bij te dragen</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> Decentralisatie
</h1>
<p class="large">
Gedecentraliseerde architectuur zonder centrale authoriteit of eigendom. Relaties kunnen gemaakt worden tussen elk compatibel systeem, wat netwerk op Internet schaal oplevert, samengesteld door kleinere sites. Naadloze tijdlijn-naar-tijdlijn berichten en remote reacties, zelfs tussen verschillende netwerk nodes.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabiliteit
</h1>
<p class="large">
Friendica has build in support for the ActivityPub (e.g. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (e.g. GNU social) and diaspora* (e.g. diaspora*) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and others.
2018-06-06 18:02:33 +02:00
</p>
</div>
</div>
{{else if eq .Lang "it-IT"}}
<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> Facile da installare
</h1>
<p class="large">
Tutto quello di cui hai bisogno è PHP e un database MySQL. L'installazione può essere effettuata caricando i file, utilizzando git o con docker.
2018-06-06 18:02:33 +02:00
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Software Libero
</h1>
<p class="large">
Friendica è Software Libero, concesso in licenza secondo i termini della licenza AGPLv3 (o successiva). L'intero codice sorgente è ospitato su <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Unisciti a noi contribuendo a rendere questo progetto ancora migliore. Non essere timido, <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>diventa un collaboratore</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> Decentralizzazione
</h1>
<p class="large">
Architettura decentralizzata senza autorità centrale. Le relazioni possono essere create con ogni sistema compatibile, creando una rete di livello globale composta di piccoli siti. Messaggi in bacheca e commenti remoti, anche su differenti nodi della rete.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabilità
</h1>
<p class="large">
Friendica ha integrato il supporto per il protocollo ActivityPub (es. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (es. GNU social) e diaspora* (es. diaspora*). Con l'attivazione di altri componenti aggiuntivi puoi collegarti ad altre reti come pump.io, Twitter e altre.
2018-06-06 18:02:33 +02:00
</p>
</div>
</div>
2018-06-09 11:13:11 +02:00
{{else if eq .Lang "pl-PL"}}
<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> Łatwe do instalowania
</h1>
<p class="large">
Wszystko czego potrzebujesz to PHP i baza danych MySQL. Instalacja może odbywać się poprzez przesłanie pliku, git lub docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Darmowe oprogramowanie
</h1>
<p class="large">
Friendica to wolne oprogramowanie, licencjonowane zgodnie z warunkami AGPLv3 (lub nowszym). Cały kod źródłowy jest hostowany na stronie <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Dołącz do nas, przyczyniając się do tego, aby ten projekt był jeszcze lepszy. Nie wstydź się <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>być współtwórcą</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> Decentralizacja
</h1>
<p class="large">
2018-08-06 14:42:12 +02:00
Zdecentralizowana architektura bez centralnego organu lub własności. W każdym kompatybilnym systemie można nawiązywać relacje, tworząc sieć o skali internetowej złożonej z mniejszych witryn. Bezproblemowe posty od ściany do ściany i zdalne komentarze, nawet w różnych węzłach sieci.
2018-06-09 11:13:11 +02:00
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperacyjność
</h1>
<p class="large">
Friendica has build in support for the ActivityPub (e.g. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (e.g. GNU social) and diaspora* (e.g. diaspora*) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and others.
2018-06-09 11:13:11 +02:00
</p>
</div>
</div>
2018-06-10 07:33:20 +02:00
{{else if eq .Lang "cs-CZ"}}
<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> Jednoduchá instalace
</h1>
<p class="large">
Jediné, co potřebujete, je software PHP a databáze MySQL. Instalace může být provedena nahráním souborů nebo pomocí softwaru git či docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Svobodný software
</h1>
<p class="large">
Friendica je svobodný software, dostupný pod licencí AGPL verze 3 (nebo pozdější verze). Celý zdrojový kód je hostován na <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Připojte se k nám, přispějte k projektu a udělejte ho ještě lepším. Nebojte se <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>stát se přispěvatelem</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> Decentralizace
</h1>
<p class="large">
Decentralizovaná architektura bez centrální autority nebo vlastnictví. Vztahy mohou být vytvořeny přes jakýkoliv kompatibilní systém, čímž se vytváří síť rozměrů Internetu, utvořena z menších stránek. Bezproblémové přispívání mezi zdmi a vzdálené komentáře, dokonce mezi různými servery.
2018-06-10 07:33:20 +02:00
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabilita
</h1>
<p class="large">
Friendica has build in support for the ActivityPub (e.g. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (e.g. GNU social) and diaspora* (e.g. diaspora*) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and others.
2018-06-10 07:33:20 +02:00
</p>
</div>
</div>
2019-03-11 19:00:26 +01:00
{{else if eq .Lang "en-GB"}}
<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> Decentralisation
</h1>
<p class="large">
Decentralised 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 ActivityPub (e.g. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (e.g. GNU social) and diaspora* (e.g. diaspora*) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and others.
2019-03-11 19:00:26 +01:00
</p>
</div>
</div>
2019-08-28 19:12:37 +02:00
{{else if eq .Lang "ja-JA"}}
<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> 簡単なインストール
</h1>
<p class="large">
必要なのはPHPとMySQLデータベースだけです。インストールは、ファイルアップロード、git、またはdockerを使用して実行できます。
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> 自由なソフトウェア
</h1>
<p class="large">
Friendicaは、AGPLv3またはそれ以降の条件に基づいてライセンスされる自由なソフトウェアです。ソースコード全体は<a href='https://git.friendi.ca/friendica/friendica'> git.friendi.ca </a>でホストされています。このプロジェクトをさらに改善するために貢献してください。遠慮せず、<a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>コントリビューター</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> 分権化
</h1>
<p class="large">
中央の権限または所有権のない分散アーキテクチャ。互換性のあるシステム全体で関係を構築し、小規模なサイトで構成されるインターネット規模のネットワークを作成できます。異なるネットワークノード間でも、ウォールからウォールへのシームレスな投稿とリモートコメントを実現します。
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> 相互運用性
</h1>
<p class="large">
Friendicaは、ActivityPubHubzilla、Mastodon、Pleroma、Pixelfed、Socialhomeなど、OStatusGNU socialなどおよび、diaspora*diaspora*などのプロトコルのサポートを組み込みました。追加のアドオンを使用すると、pump.io、Twitterなどのより多くのネットワークにブリッジできます。
</p>
</div>
</div>
{{else if eq .Lang "ca-ES"}}
<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> Fàcil dinstal·lar
</h1>
<p class="large">
Tot el que necessites és PHP i una base de dades MySQL. La instal·lació es pot fer mitjançant càrrega darxius, git o docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> programari lliure
</h1>
<p class="large">
Friendica és un programari lliure, amb llicència sota els termes de AGPLv3 (o posterior). El codi font complet està allotjat a <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Uniu-vos a nosaltres contribuint a fer aquest projecte encara millor. No siguis tímid<a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>ser col·laborador</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> Descentralització
</h1>
<p class="large">
Arquitectura descentralitzada sense autoritat ni propietat central. Les relacions es poden fer amb qualsevol sistema compatible, creant una xarxa descala dInternet formada per llocs més petits. Publicacions i comentaris remots sense parets, fins i tot en diferents nodes de xarxa.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabilitat
</h1>
<p class="large">
Friendica has build in support for the ActivityPub (e.g. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (e.g. GNU social) and diaspora* (e.g. diaspora*) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and others.
</p>
</div>
</div>
{{else if eq .Lang "es-ES"}}
<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> Fácil de instalar
</h1>
<p class="large">
Todo lo que necesita es PHP y una base de datos MySQL. La instalación se puede realizar mediante la carga de archivos, git o docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Software gratuito
</h1>
<p class="large">
Friendica es Software Libre, licenciado bajo los términos de AGPLv3 (o posterior). El código fuente completo está alojado en <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Únase a nosotros contribuyendo a hacer este proyecto aún mejor. ¡No tenga vergüenza de <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'> ser un colaborador</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> Descentralización
</h1>
<p class="large">
Arquitectura descentralizada sin autoridad ni propiedad central. Se pueden establecer relaciones a través de cualquier sistema compatible, creando una red de escala de Internet formada por sitios más pequeños. Publicaciones de pared a pared y comentarios remotos sin interrupciones, incluso en diferentes nodos de red.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabilidad
</h1>
<p class="large">
Friendica ha incorporado el soporte para el ActivityPub (por ejemplo, Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (por ejemplo, GNU social) y el protocolo de diáspora * (por ejemplo, diáspora *). Con complementos adicionales, puede conectarse a más redes como pump.io, Twitter y otras.
</p>
</div>
</div>
{{else if eq .Lang "fi-FI"}}
<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> Helppo asentaa
</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> Vapaa ohjelmisto
</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> Hajauttaminen
</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 ActivityPub (e.g. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (e.g. GNU social) and diaspora* (e.g. diaspora*) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and others.
</p>
</div>
</div>
{{else if eq .Lang "fr-FR"}}
<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> Facile à installer
</h1>
<p class="large">
Tout ce dont vous avez besoin est PHP et une base de données MySQL. L'installation peut être faite par téléversement, git ou docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Logiciel libre
</h1>
<p class="large">
Friendica un logiciel libre sous licence AGPLv3 (ou ultérieure). Le code source intégral est hébergé sur <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Rejoignez-nous en contribuant pour rendre ce projet encore meilleur. N'ayez pas peur, <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> Décentralisation
</h1>
<p class="large">
Architecture décentralisée sans autorité centrale ou propriétaire. Des interactions peuvent être réalisées à travers n'importe quel système compatible, créant ainsi un réseau à l'échelle d'internet composé d'une multitude de petits sites. Publications mur à mur et commentaires transparents, même à travers différents nœuds du réseaux.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interopérabilité
</h1>
<p class="large">
Friendica dispose du support intégré de l'ActivityPub (cf. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), et des protocoles OStatus (cf. GNU social) et diaspora* (cf. diaspora*). A l'aide d'applications complémentaires vous pouvez créer des ponts vers plus de réseaux, comme pump.io, Twitter et d'autres.
</p>
</div>
</div>
{{else if eq .Lang "hu-HU"}}
<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> Egyszerűen telepíthető
</h1>
<p class="large">
Minden, amire szüksége van, az a PHP és egy MySQL adatbázis. A telepítés történhet fájlfeltöltéssel, git vagy docker használatával.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Szabad szoftver
</h1>
<p class="large">
A Friendica szabad szoftver, amely a GNU AGPL harmadik vagy újabb verziójának feltételei szerint licencelt. A teljes forráskód a <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a> tárolóban érhető el. Csatlakozzon hozzánk közreműködéssel, hogy még jobbá tegyük ezt a projektet. Le legyen szégyenlős <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>közreműködővé</a> válni!
</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> Decentralizáció
</h1>
<p class="large">
Decentralizált architektúra központi fennhatóság vagy tulajdonjog nélkül. Kapcsolatok létesíthetők a kompatibilis rendszerek között egy internet méretű hálózatot létrehozva, amely kisebb oldalakból áll össze. Zökkenőmentes falról falra történő bejegyzések és távoli hozzászólások még a különböző hálózati csomópontok között is.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabilitás
</h1>
<p class="large">
A Friendica beépített támogatással rendelkezik az ActivityPub (például Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), az OStatus (például GNU social) és a diaspora* (például diaspora*) protokollokhoz. További bővítményekkel még több hálózatot kapcsolhat össze, mint például pump.io, Twitter és egyebek.
</p>
</div>
</div>
{{else if eq .Lang "ru-RU"}}
<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> Легко установить
</h1>
<p class="large">
Всё, что вам нужно - PHP и база данных MySQL. Установка возможна через загрузку файлов, git или docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Свободное ПО
</h1>
<p class="large">
Friendica - свободное ПО, лицензированное по AGPLv3 (и далее). Весь исходный код доступен на <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Присоединяйтесь, чтобы сделать этот продукт ещё лучше. Не стесняйтесь <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>стать участником разработки</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> Децентрализация
</h1>
<p class="large">
Децентрализованная архитектура без центрального управления или владения. Взаимодействия возможны со всеми совместимыми системами, что создаёт сеть в масштабах Интернет из небольших узлов. Прозрачный обмен записями и комментариями, даже между разными узлами сети.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Совместимость
</h1>
<p class="large">
Friendica имеет поддерживает сети ActivityPub (такие как Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStaus (GNU social) и Diaspora*. С дополнительными надстройками вы можете соединяться с большим числом сетей - такими как pump.io, Twitter и другими.
2019-08-28 19:12:37 +02:00
</p>
</div>
</div>
2018-06-06 15:53:13 +02:00
{{else}}
2018-06-06 08:17:00 +02:00
<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">
2018-06-06 09:38:10 +02:00
All you need is PHP and a MySQL database. Installation can be done via file upload, git or docker.
2018-06-06 08:17:00 +02:00
</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 ActivityPub (e.g. Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (e.g. GNU social) and diaspora* (e.g. diaspora*) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and others.
2018-06-06 08:17:00 +02:00
</p>
</div>
</div>
2018-06-06 15:53:13 +02:00
{{end}}
2018-06-06 08:17:00 +02:00
</div>
{{template "base/footer" .}}