Initial commit - v0.1.0
This commit is contained in:
71
content/pages/guide.md
Executable file
71
content/pages/guide.md
Executable file
@@ -0,0 +1,71 @@
|
||||
---
|
||||
title: A Brief Guide to Getting Started in the Fediverse
|
||||
description: As the title says, this guide helps get started in the Fediverse by introducing some key concepts, then explains how to get an account, before finally covering how to find good accounts to follow.
|
||||
date_pub: 2018-07-04T04:14:00-04:00
|
||||
date_upd: 2018-07-07T01:25:00-04:00
|
||||
content_type: formatted
|
||||
short_code: gd
|
||||
---
|
||||
|
||||
## A Brief Guide to Getting Started in the Fediverse
|
||||
|
||||
I've only been active in the Fediverse since February, but I've become so excited by the idea of it that I've made it my mission to help other people get online. The first step in this, for me, is to get several of my family and friends on the Fediverse, and I figured that it might be useful to have a document to help them figure out where to go after they sign up. This is that document.
|
||||
|
||||
But first, a few quick terms.
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
||||
|
||||
### Fediverse Terms
|
||||
|
||||
+ **The Fediverse** - A network of different decentralized social media application instances (web sites with special capabilities) which communicate with each other via one or more protocols (ActivityPub, OStatus, etc). Anyone with enough tech savy can run one of these applications on a server, creating a new instance, and expanding the Fediverse. Some instances are public, allowing anyone to join, while others are private, limited only to a specific group of people (or sometimes just a single person). Some the applications used to make up the Fediverse include...
|
||||
+ **[Mastodon](https://joinmastodon.org/)** - The most popular decentralized social media application by far (AFAIK). Features a [Tweetdeck](https://en.wikipedia.org/wiki/TweetDeck)-like, multi-column interface.
|
||||
+ **[Pleroma](https://pleroma.social/)** - Another decentralized social media application which is a little different from Mastodon, but still speaks the same protocols, allowing them to interact with each other. Pleroma is a significantly more lightweight application than Mastodon, and can actually be run on [an old computer in your house](/images/server_pic.jpg) (if you're willing and able to put the time into learning how).
|
||||
+ **[PeerTube](https://joinpeertube.org/)** - A relatively new application which aims to give a YouTube-like experience while using [peer-to-peer](https://en.wikipedia.org/wiki/Peer-to-peer) sharing to cut down on video hosting costs.
|
||||
+ Other applications include **[Friendica](https://friendi.ca/)** and **[Hubzilla](https://start.hubzilla.org/)**.
|
||||
+ **Birdsite** - Another word for Twitter.
|
||||
+ **Front-Ends** - One of the more interesting things about using the ActivityPub protocol is that it allows for developers to write applications that can support any ActivityPub server, not just a specific instance (or even a specific application). For example, most Pleroma instances also host copies of the Mastodon front-end, for people that prefer its [Tweetdeck](https://en.wikipedia.org/wiki/TweetDeck)-like interface. Other available front-ends include:
|
||||
+ [Pinafore](https://pinafore.social/), a most excellent (IMHO) web front-end that allows for a single user to manage multiple accounts (even on mobile).
|
||||
+ [Brutaldon](https://github.com/jfmcbrayer/brutaldon), a web front-end which supports terminal-based browsers like [Lynx](https://en.wikipedia.org/wiki/Lynx_(web_browser)).
|
||||
+ Or, if you'd prefer, you can choose to use one of the native Android or iOS frontend clients available in their respective stores.
|
||||
+ **Toot** - A microblog entry on Mastodon, or the act of creating such an entry. On Pleroma, the equivalent term is **post** ([apparently](https://social.wonderdome.net/notice/3913)).
|
||||
+ **Boost** - A reshare of a toot or post by someone else. Unlike on the birdsite, Pleroma and Mastodon don't support comments with the reshares, which (IMHO) seems to help minimize the "look at the stupid thing this person said" factor.
|
||||
|
||||
OK, so now that we've gotten that out of the way, how should you actually get started in the Fediverse?
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
||||
|
||||
### Step 1: Get an account.
|
||||
|
||||
If you haven't been invited to join a specific instance and don't have a recommendation to go on (such as from a friend or associate), I'd suggest checking out [instances.social](https://instances.social/list), a website that lists a large number of Mastodon and Pleroma instances, many of which have open registrations.
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
||||
|
||||
### Step 2: Follow people.
|
||||
|
||||
Now that you're signed up, you need to start following others. So, how do you find people to follow? If you're signing up at a public instance (or even a private instance focused around some common interests or goals), you can start by viewing your instance's [Whole Known Network](https://pleroma.site/main/all) timeline. This timeline includes posts by people on that instance, as well as posts by the accounts that the people on that instance follow (for example, when you go to [mastodon.social](https://mastodon.social/), by default you'll see their Whole Known Network, consisting of every post from any account that's followed by at least one account on mastodon.social). Look for some posts that interest you, and follow the accounts that made those posts.
|
||||
|
||||
If you're having trouble finding accounts to follow, you can use [instances.social](https://instances.social/list) for that, too. Just scroll through the list looking for instances devoted to [topics that](https://gamemaking.social/) [interest you](https://tenforward.social/), and follow some of the accounts that show up on their landing pages.
|
||||
|
||||
Once you start following some accounts, if you're on a Pleroma instance, you'll probably see some posts in your feed that were made by people that you don't follow, and you may wonder how they got there. These are posts that have actually been _boosted_ by someone in your feed, but the Pleroma front-end (by default) doesn't explicitly indicate this.
|
||||
|
||||
By the way, IMHO, this is one of the best aspects of the current version of the Fediverse: since there is no opaque [magic algorithm](http://www.slate.com/articles/technology/cover_story/2016/01/how_facebook_s_news_feed_algorithm_works.html) deciding for you what posts you should or shouldn't see, it's important to reshare the best of what you see in your feed, as *this makes the whole network better*.
|
||||
|
||||
One quick word of warning - because of the way that both Mastodon and Pleroma are setup, once you start following an account, you won't actually see anything in your feed until those accounts start posting new material. As a result, it may take a few hours before your feed is fully populated with content, so be patient.
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
||||
|
||||
### Step 3: Converse
|
||||
|
||||
One of the things that I really like about the Fediverse is that it feels like the Twitter did back when I first joined in 2007: there aren't a ton of people (yet), almost no one has more than a few hundred followers (yet), and the businesses haven't taken over there (yet). But, unlike even the birdsite of yore, there is a much greater emphasis on community as opposed to the *performative* posts ("Look at me! Look at me!") that have dominated centralized social media for so long.
|
||||
|
||||
So, once you start following people, the final step is to start actually conversing with them: reply to their questions, post questions of your own, and send messages of support when appropriate. As I said before, the smaller community size makes the connections that much more compelling, and the number of Mastodon and Pleroma instances virtually guarantees that there will be at least some other people out there who are into the same things you are.
|
||||
|
||||
So, that's it. If you've followed the guide this far, you have now officially gotten started in the Fediverse. Where you go from here is up to you, and I hope you enjoy it as much as I do.
|
||||
|
||||
One last thing - if you liked this guide, and enjoy reading posts about the web, surveillance capitalism, and/or [cats](https://social.wonderdome.net/notice/17646), you might consider following me, [@eric at the Wonder Dome](https://social.wonderdome.net/users/eric).
|
||||
|
||||
And thanks for stopping by!
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
||||
|
||||
_Now that you're a Fediverse whiz, you can either [check out Da Roolz for the Wonder Dome](./tos.html), or you can [go back to the front page](./index.html). You have the power!_
|
27
content/pages/index.md
Executable file
27
content/pages/index.md
Executable file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Welcome
|
||||
description: Welcome to the Wonder Dome, a tiny, little server sitting in a tiny, little house nestled in a tiny, little suburb of Charlotte, NC, USA, Earth.
|
||||
date_pub: 2018-07-04T03:26:00-04:00
|
||||
date_upd: 2018-07-07T01:21:00-04:00
|
||||
content_type: formatted
|
||||
---
|
||||
|
||||
## Welcome to the Wonder Dome!
|
||||
|
||||
You have stumbled upon a tiny, little server sitting in a tiny, little house nestled in a tiny, little suburb of Charlotte, NC, USA, Earth.
|
||||
|
||||
<a href='/images/server_pic.jpg' class='serverPic-link'><figure><img src='/images/server_pic.jpg' alt='The Tiny, Little Wonder Dome Server' class='serverPic-img' /><figcaption>The Tiny, Little Wonder Dome Server</figcaption></figure></a>
|
||||
|
||||
This box primarily serves as [a private Pleroma instance](https://social.wonderdome.net/) run by (and for) a certain family and their close ([meatspace](https://en.wikipedia.org/wiki/Real_life)) associates. Through this instance, said family (and said associates) may connect and converse with the [Fediverse](https://en.wikipedia.org/wiki/Fediverse)-at-large in an attempt to foster dialogue (and share [cat pictures](https://toot.cafe/@itsericwoodward/99988917928015328)) while avoiding the [evil corporate social media silos](https://indieweb.org/silo-quits).
|
||||
|
||||
The main things you can find here are:
|
||||
|
||||
+ [The Terms of Service (aka *Da Roolz*)](./tos.html) for using the Wonder Dome's [Pleroma](https://pleroma.social/) instance (located at [social.wonderdome.net](https://social.wonderdome.net)), and
|
||||
+ [A Brief Guide to Getting Started in the Fediverse](./guide.html), our brief guide to getting... started... in the.... Fediverse... Anyways, you should read it if you don't know where to begin with this whole "Mastodon / Pleroma / PeerTube / decentralized [birdsite](https://mastodon.social/tags/birdsite)" thing.
|
||||
|
||||
If you have any questions or concerns about [our private Pleroma instance](https://social.wonderdome.net/) or [how to use it](./guide.html), please feel free to contact our admin [@eric via said instance](https://social.wonderdome.net/users/eric),
|
||||
or via e-mail at <a href="mailto:eric@wonderdome.net">eric@wonderdome.net</a>.
|
||||
|
||||
Thanks for visiting!
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
46
content/pages/tos.md
Executable file
46
content/pages/tos.md
Executable file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
title: Terms of Service
|
||||
description: The Terms of Service for using the Pleroma instance located at social.wonderdome.net (aka Da Roolz).
|
||||
date_pub: 2018-07-04T03:59:00-04:00
|
||||
date_upd: 2018-07-07T01:21:00-04:00
|
||||
content_type: formatted
|
||||
short_code: ts
|
||||
---
|
||||
|
||||
## Terms of Service for The Wonder Dome
|
||||
|
||||
This document is intended to outline the general policy of the [Pleroma](https://pleroma.social/) instance at [social.wonderdome.net](https://social.wonderdome.net). It has been _heavily_ adapted from [the terms](https://info.pleroma.site/tos.html) used at [pleroma.site](https://pleroma.site).
|
||||
|
||||
_Editor's note: Yes, we do take a light tone with the below roolz, but that's because we think "not being an jerk" should be the default way to behave, and shouldn't have to be spelled out in <strike>10</strike> **12** specific roolz. However, here you are, looking for roolz to follow, so we respectfully offer the following ones, in the hopes that we can cure society of all it's ills. Thanks. - The Editor_
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
||||
|
||||
### Da Roolz
|
||||
|
||||
Below are the <strike>10</strike> **12** simple roolz for using [social.wonderdome.net](https://social.wonderdome.net).
|
||||
|
||||
1. You do not talk about Wonder Dome.
|
||||
2. On second thought, it's OK if you talk about Wonder Dome.
|
||||
3. If tonight's your first night, you gotta post something.
|
||||
4. Be excellent to each other. That means no harassment, stalking, or disclosure of others' personal details (doxing).
|
||||
5. Content which could be deemed inappropriate for a PG-13 movie or workplace environment should either be tagged <em>#nsfw</em>, or set as sensitive content, depending on the frontend used.
|
||||
6. There is no rool #6.
|
||||
7. If you, as a user of this instance, have trouble with a local or remote user violating these rules, _please do not take the law into your own hands_. Instead, contact an admin, as we can usually deal with the problem without resorting to bloodshed (usually). Likewise, we would prefer it if you don't contact the remote instance's admin about your troubles, as it tends to lead to bad blood between instances, but we will do so if we believe escalation is necessary.
|
||||
8. **We don't like spam!** As a result, mass-advertising content is prohibited. However, tastefully reminding your followers of things like Patreon or websites where they can purchase your content is perfectly fine.
|
||||
9. Content that is illegal in the United States is expressly prohibited, _no matter how stupid the laws banning such content may be_.
|
||||
10. There is still no rool #6, and now there is no rool #10.
|
||||
11. There are presently no content type restrictions on media uploads. *Please don't make us change this!* Uploading media that is malicious in nature (e.g. malware), or which belongs to others without permission or attribution, may result in us bringing down the ban-hammer.
|
||||
12. If you have any questions or concerns that aren't covered by the above policies, please feel free to [contact an admin](https://social.wonderdome.net/users/eric).
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
||||
|
||||
### Moderator Contacts for Violations
|
||||
|
||||
If you feel that you, or these rules, have been violated, please contact one of the below listed administrators:
|
||||
|
||||
+ [@eric](https://social.wonderdome.net/users/eric)
|
||||
+ Sorry, he's the only one (so far), but believe us when we say that he's just as scared of you as you are of him.
|
||||
|
||||
<a href="#" class="topLink">[ Back to Top ]</a>
|
||||
|
||||
_From here, you can either [go put these terms to good use](./guide.html), or you can [go back to the front page](./index.html). The choice is yours!_
|
69
content/support/error/404.html.ejs
Executable file
69
content/support/error/404.html.ejs
Executable file
@@ -0,0 +1,69 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>The Wonder Dome | Page Not Found</title>
|
||||
<link rel="stylesheet" href="/styles/styles.<%= site.version -%>.css">
|
||||
<style>
|
||||
*, *:before, *:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a,
|
||||
a:link {
|
||||
color: #c9bb69;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #c57f5d;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #efb88f;
|
||||
}
|
||||
|
||||
a:active {
|
||||
background-color: #8c272d;
|
||||
color: #efb88f;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url("/images/404-bg.jpg") no-repeat center center fixed;
|
||||
background-color: #121a24;
|
||||
background-size: cover;
|
||||
color: #b9b9ba;
|
||||
line-height: 1.3em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
background-color: #333333;
|
||||
background-color: rgba(33,33,33,.7);
|
||||
border-radius: 1em;
|
||||
max-width: 30em;
|
||||
width: 100%;
|
||||
padding: 2em;
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Page Not Found</h1>
|
||||
<p>Sorry, but the page you were trying to view does not exist.</p>
|
||||
<p>It looks like this was the result of either:</p>
|
||||
<ul>
|
||||
<li>a mistyped address,</li>
|
||||
<li>an out-of-date link, or</li>
|
||||
<li>a side effect of <a href="https://en.wikipedia.org/wiki/Hackers_(film)">some n00b trying to hack "The Gibson"</a>.</li>
|
||||
</ul>
|
||||
<p>You can <a href="javascript:history.go(-1);" title="Go back and hack!">go back and try again</a>, or just start over at the <a href="/" title="Give up and go to 127.0.0.1!">Wonder Dome home page</a>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
56
content/support/feed.xml.ejs.off
Executable file
56
content/support/feed.xml.ejs.off
Executable file
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title><%- site.title %></title>
|
||||
<link><%- site.uri %></link>
|
||||
<description><%- site.description %></description>
|
||||
<% if (language) { %>
|
||||
<language><%= language %></language>
|
||||
<% } %>
|
||||
<% if (copyright) { %>
|
||||
<copyright><%= copyright %></copyright>
|
||||
<% } %>
|
||||
<%
|
||||
if (keywords) {
|
||||
var keywords = keywords.split(/\W+/);
|
||||
for (var i=0; i < keywords.length; i++) {
|
||||
if (keywords[i]) {
|
||||
%>
|
||||
<category><%= keywords[i] %></category>
|
||||
<%
|
||||
}
|
||||
}
|
||||
}
|
||||
%>
|
||||
<% if (author.email) { %>
|
||||
<managingEditor><%= author.email %></managingEditor>
|
||||
<webMaster><%= author.email %></webMaster>
|
||||
<% } %>
|
||||
<% if (image) { %>
|
||||
<image><%= image %></image>
|
||||
<% } %>
|
||||
<generator>HarpJS</generator>
|
||||
<atom:link href="<%- site.uri %>/feed.xml" rel="self" type="application/rss+xml" />
|
||||
<%
|
||||
for(slug in public._data) {
|
||||
var
|
||||
post = public._data[slug],
|
||||
now = new Date(),
|
||||
then = post.date_pub ? new Date(post.date_pub) : new Date();
|
||||
if (post.title && !post.is_draft && then.getTime() <= now.getTime()) {
|
||||
%>
|
||||
<item>
|
||||
<title><%- post.title %></title>
|
||||
<description><%= post.description %></description>
|
||||
<pubDate><%= then.toUTCString() %></pubDate>
|
||||
<link><%- site.uri %>/<%- slug %>.html</link>
|
||||
<guid isPermaLink="true"><%- site.uri %>/<%- slug %>.html</guid>
|
||||
|
||||
</item>
|
||||
<%
|
||||
}
|
||||
}
|
||||
%>
|
||||
</channel>
|
||||
</rss>
|
||||
|
14
content/support/sitemap.xml.ejs
Executable file
14
content/support/sitemap.xml.ejs
Executable file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<% site.pages.forEach(function(page) { -%>
|
||||
|
||||
<url>
|
||||
<loc><%= page.path %></loc>
|
||||
<lastmod><%= page.date %></lastmod>
|
||||
</url>
|
||||
<%
|
||||
});
|
||||
-%>
|
||||
|
||||
</urlset>
|
Reference in New Issue
Block a user