mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 18:30:47 +00:00
13 lines
679 B
PHP
13 lines
679 B
PHP
|
<?php
|
|||
|
|
|||
|
return [
|
|||
|
"title" => "Fediverse",
|
|||
|
"body" => '<p class="lead"><a href="http://fediverse.party/" rel="nofollow noopener">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">
|
|||
|
<l i><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> – A federated microblogging alternative.</li>
|
|||
|
</ul>';
|
|||
|
|
|||
|
];
|