mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
7a88f45ee0
* Clarified and strengthened the wording of the intro text * Linked the word 'fediverse' to the website fediverse.party, which aims to showcase the most newbie-friendly fediverse platforms in a visually engaging way * Added PeerTube to the list of fediverse platforms
25 lines
1.3 KiB
PHP
25 lines
1.3 KiB
PHP
@extends('site.partial.template')
|
||
|
||
@section('section')
|
||
|
||
<div class="title">
|
||
<h3 class="font-weight-bold">Fediverse</h3>
|
||
</div>
|
||
<hr>
|
||
<section>
|
||
<p class="lead">,a href="http://fediverse.party/">Fediverse</a> is a portmanteau of “federation” and “universe”. It is a common, informal name for a federation of social network servers, specializing in different types of media.</p>
|
||
<p class="lead font-weight-bold text-muted mt-4 mb-0">Supported Fediverse Projects</p>
|
||
<p class="small text-muted">Some of the better known fediverse projects include:</p>
|
||
<ul class="lead pl-4">
|
||
<li><a href="https://anfora.app/" rel="nofollow noopener">Anfora</a> – Self-hosted photo gallery social network.</li>
|
||
<li><a href="https://joinpeertube.org/" rel="nofollow noopener">PeerTube</a> – A federated video streaming network.</li>
|
||
<li><a href="https://pleroma.social/" rel="nofollow noopener">Pleroma</a> – A federated microblogging alternative.</li>
|
||
<li><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> – A federated microblogging alternative.</li>
|
||
<li><a href="https://github.com/syuilo/misskey" rel="nofollow noopener">Misskey</a> – A federated microblogging alternative.</li>
|
||
</ul>
|
||
</section>
|
||
@endsection
|
||
|
||
@push('meta')
|
||
<meta property="og:description" content="What is the Fediverse">
|
||
@endpush
|