2018-05-30 02:35:05 +00:00
|
|
|
|
@extends('site.partial.template')
|
|
|
|
|
|
|
|
|
|
@section('section')
|
|
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
|
<h3 class="font-weight-bold">Fediverse</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
2018-06-01 03:23:43 +00:00
|
|
|
|
<section>
|
2018-06-09 05:45:06 +00: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>
|
2018-06-01 03:23:43 +00:00
|
|
|
|
<p class="lead font-weight-bold text-muted mt-4">Supported Fediverse Projects</p>
|
|
|
|
|
<ul class="lead pl-4">
|
2018-06-10 20:14:35 +00:00
|
|
|
|
<li><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> – A federated twitter alternative.</li>
|
|
|
|
|
<li><a href="https://pleroma.social" rel="nofollow noopener">Pleroma</a> – A federated twitter alternative.</li>
|
2018-06-01 03:23:43 +00:00
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2018-06-02 18:11:08 +00:00
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
|
|
@push('meta')
|
2018-06-09 05:45:06 +00:00
|
|
|
|
<meta property="og:description" content="What’s Fediverse">
|
2018-06-02 18:11:08 +00:00
|
|
|
|
@endpush
|