2018-05-29 20:35:05 -06:00
|
|
|
|
@extends('site.partial.template')
|
|
|
|
|
|
|
|
|
|
@section('section')
|
|
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
|
<h3 class="font-weight-bold">Fediverse</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
2018-05-31 21:23:43 -06:00
|
|
|
|
<section>
|
2018-06-08 22:45:06 -07:00
|
|
|
|
<p class="lead">Fediverse is a portmanteau of “federation” and “universe”. It is a common, informal name for a somewhat broad federation of social network servers.</p>
|
2019-02-25 23:41:57 -07:00
|
|
|
|
<p class="lead font-weight-bold text-muted mt-4 mb-0">Supported Fediverse Projects</p>
|
|
|
|
|
<p class="small text-muted">This is a partial list of well known supported projects</p>
|
2018-05-31 21:23:43 -06:00
|
|
|
|
<ul class="lead pl-4">
|
2019-02-24 17:02:56 -07:00
|
|
|
|
<li><a href="https://anfora.app/" rel="nofollow noopener">Anfora</a> – Self-hosted photo gallery social network.</li>
|
2019-02-25 23:41:57 -07:00
|
|
|
|
<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>
|
2018-05-31 21:23:43 -06:00
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2018-06-02 20:11:08 +02:00
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
|
|
@push('meta')
|
2019-02-24 17:02:56 -07:00
|
|
|
|
<meta property="og:description" content="What is the Fediverse">
|
2018-06-02 20:11:08 +02:00
|
|
|
|
@endpush
|