2022-11-11 19:12:48 +00:00
{% extends "base.html" %}
2017-08-18 14:31:31 +00:00
2022-11-11 19:12:48 +00:00
{% block content %}
2017-09-14 14:51:50 +00:00
2022-11-20 00:40:21 +00:00
< div class = "row big" >
2022-11-20 05:54:26 +00:00
What do you want to do?
2022-11-20 00:40:21 +00:00
< / div >
2019-04-17 16:06:20 +00:00
2022-11-20 00:40:21 +00:00
< div class = "row" >
2022-11-21 04:50:00 +00:00
< div class = "col-lg-6 col-lg-offset-0 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 col-xs-12" >
2022-11-20 05:54:26 +00:00
< a class = "btn btn-default btn-home" href = "https://brid.gy/mastodon/start" >
< p class = "bigger" > Cross-post to a Mastodon account:< br >
2022-11-20 17:38:46 +00:00
@you@mastodon.server< / p >
2022-11-20 05:54:26 +00:00
< pre class = "bigger" > < img title = "Pleroma" style = "height: 1.5em; margin-bottom: -.2em" src = "/static/pleroma_logo.svg" >
2022-11-20 00:40:21 +00:00
/
2022-11-20 05:54:26 +00:00
< span title = "Your web site" > 🌐< / span > — < span class = "highlight" > < img title = "Mastodon" src = "/oauth_dropins_static/mastodon_2x.png" > < / span > — < img title = "Friendica" src = "/static/friendica_logo.svg" >
2022-11-20 00:40:21 +00:00
\
2022-11-20 05:54:26 +00:00
< img title = "Mastodon" src = "/oauth_dropins_static/mastodon_2x.png" >
2019-04-17 16:06:20 +00:00
< / pre >
2022-11-20 05:54:26 +00:00
< p class = "big" > You have a fediverse (eg Mastodon) account. You want to post on your web site, then copy those posts to your fediverse account.< / p >
2022-11-20 00:40:21 +00:00
< / a >
< / div >
2019-04-17 16:06:20 +00:00
2022-11-21 04:50:00 +00:00
< div class = "col-lg-6 col-lg-offset-0 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 col-xs-12" >
2022-11-20 05:54:26 +00:00
< a class = "btn btn-default btn-home" href = "/web-site" >
< p class = "bigger" > Connect directly to the fediverse:< br >
2022-11-20 17:38:46 +00:00
@yoursite.com< / p >
2022-11-20 05:54:26 +00:00
< pre class = "bigger" > < img title = "Fediverse" src = "/static/fediverse_logo.svg" > < img title = "PeerTube" src = "/static/peertube_logo.svg" >
2022-11-20 00:40:21 +00:00
\ /
2022-11-20 05:54:26 +00:00
< img title = "Misskey" src = "/static/misskey_logo.png" > — < span class = "highlight" title = "Your web site" > 🌐< / span > — < img title = "Mastodon" src = "/oauth_dropins_static/mastodon_2x.png" >
2022-11-20 00:40:21 +00:00
/ \
2022-11-20 05:54:26 +00:00
< img title = "GNU Social" src = "/static/gnu_social_logo.svg" > < img title = "Pixelfed" src = "/oauth_dropins_static/pixelfed_2x.png" >
2022-11-18 10:18:35 +00:00
< / pre >
2022-11-20 05:54:26 +00:00
< p class = "big" > Your web site will be its own fediverse account, along with its posts. Its username and instance will be your domain.< / p >
2022-11-20 00:40:21 +00:00
< / a >
< / div >
< / div >
2017-10-07 22:51:49 +00:00
2022-11-20 00:40:21 +00:00
< div class = "row" >
2022-11-20 05:54:26 +00:00
< div class = "big col-lg-6 col-lg-offset-3 col-md-12" >
...or create an account on < a href = "https://micro.blog/" > micro.blog< / a > or < a href = "https://joinmastodon.org/" > Mastodon< / a > to try out the < a href = "https://fediverse.party/en/fediverse/" > fediverse< / a > first. < a href = "https://indieweb.org/discuss" > Ask us more in chat!< / a >
2022-11-20 00:40:21 +00:00
< / div >
< / div >
2017-10-07 22:51:49 +00:00
< / div >
2017-08-18 14:31:31 +00:00
2022-11-11 19:12:48 +00:00
{% endblock %}