From 570bb7ef73eae20380997dbfa2c4065d2db164d3 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sat, 24 Aug 2024 11:26:12 +0100 Subject: [PATCH] Change wiki links to new docs site. --- src/activitypub.js | 2 +- views/home.handlebars | 84 ++++++++++++++++++++++++++----------------- 2 files changed, 52 insertions(+), 34 deletions(-) diff --git a/src/activitypub.js b/src/activitypub.js index 88e3768..d568231 100644 --- a/src/activitypub.js +++ b/src/activitypub.js @@ -127,7 +127,7 @@ export function createFeaturedPost( type: "Note", name: "Test", cc: "https://www.w3.org/ns/activitystreams#Public", - content: `

This is an event that was posted on ${siteName}. If you follow this account, you'll see updates in your timeline about the event. If your software supports polls, you should get a poll in your DMs asking if you want to RSVP. You can reply and RSVP right from there. If your software has an event calendar built in, you should get an event in your inbox that you can RSVP to like you respond to any event.

For more information on how to interact with this, check out this link.

`, + content: `

This is an event that was posted on ${siteName}. If you follow this account, you'll see updates in your timeline about the event. If your software supports polls, you should get a poll in your DMs asking if you want to RSVP. You can reply and RSVP right from there. If your software has an event calendar built in, you should get an event in your inbox that you can RSVP to like you respond to any event.

For more information on how to interact with this, check out this link.

`, attributedTo: `https://${domain}/${eventID}`, }; return featured; diff --git a/views/home.handlebars b/views/home.handlebars index 0d294d3..700d875 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,54 +1,72 @@
-

About {{siteName}}

+

About {{siteName}}

-{{#if instanceDescription}} -
- {{{instanceDescription}}} -
-{{/if}} + {{#if instanceDescription}} +
+ {{{instanceDescription}}} +
+ {{/if}} -{{> instanceRules }} + {{> instanceRules }} -

About Gathio

+

About Gathio

-

Gathio is a simple, federated, privacy-first event hosting platform.

+

Gathio is a simple, federated, privacy-first event hosting platform.

-
- An example event page for a picnic. The page shows the event's location, host, date and time, and description, as well as buttons to save the event to Google Calendar, export it, and open the location in OpenStreetMap and Google Maps. -
+
+ An example event page for a picnic. The page shows the event's location, host, date and time, and description, as well as buttons to save the event to Google Calendar, export it, and open the location in OpenStreetMap and Google Maps. +
-

Privacy-first

+

Privacy-first

-

There are no accounts on Gathio. When you create an event, we generate a password which allows you to edit the event. Send all your guests the public link, and all your co-hosts the secret editing link containing the password.

+

There are no accounts on Gathio. When you create an event, we generate a password which allows you to edit the + event. Send all your guests the public link, and all your co-hosts the secret editing link containing the password. +

-

If you supply your email, we'll send you the editing password so you don't lose it - but supplying your email is optional!

+

If you supply your email, we'll send you the editing password so you don't lose it - but supplying your email is + optional!

-

If this instance automatically deletes its events, sometime after the event finishes, it's deleted from the database for ever, and your data goes with it.

+

If this instance automatically deletes its events, sometime after the event finishes, it's deleted from the + database for ever, and your data goes with it.

-

Also, Gathio doesn't show you ads, doesn't sell your data, and never sends you unnecessary emails.

+

Also, Gathio doesn't show you ads, doesn't sell your data, and never sends you unnecessary emails.

-

But remember: all events are visible to anyone who knows the link, so probably don't use Gathio to plot your surprise birthday party or revolution. Or whatever, you do you.

+

But remember: all events are visible to anyone who knows the link, so probably don't use Gathio to plot your + surprise birthday party or revolution. Or whatever, you do you.

-

Configurable

+

Configurable

-

The flagship Gathio instance at gath.io is designed for anyone to create ephemeral, hidden events. Anyone can create an event; events are never displayed anywhere public; and they're deleted 7 days after they end.

+

The flagship Gathio instance at gath.io is designed for anyone to create ephemeral, + hidden events. Anyone can create an event; events are never displayed anywhere public; and they're deleted 7 days + after they end.

-

But if your community sets up their own instance, you can limit event creation to a specific list of people, display events on a handy list on the homepage, and disable event deletion entirely!

+

But if your community sets up their own instance, you can limit event creation to a specific list of people, + display events on a handy list on the homepage, and disable event deletion entirely!

-

Federation and self-hosting

+

Federation and self-hosting

-

Gathio can easily be self-hosted, and supports ActivityPub services like Mastodon, Pleroma, and Friendica, allowing you to access events from anywhere on the Fediverse. We encourage you to spin up your own instance for your community. Detailed instructions on ActivityPub access and self-hosted installation live on our GitHub wiki. +

Gathio can easily be self-hosted, and supports ActivityPub services like Mastodon, Pleroma, and Friendica, allowing + you to access events from anywhere on the Fediverse. We encourage you to spin up your own instance for your + community. Detailed instructions on ActivityPub access + and self-hosted installation + live on our GitHub wiki. -

Open source

+

Open source

-

Gathio is delighted to be open source, and is built by a lovely group of people. Leave a question in our tracker if you encounter any issues.

+

Gathio is delighted to be open source, and is built by a lovely group of people. Leave a question in our tracker if you encounter any issues.

-{{#if showKofi}} -
-
-

If you find yourself using and enjoying Gathio, consider buying Raphael a coffee. It'll help keep the project and main site running!

- + {{#if showKofi}} +
+
+

If you find yourself using and enjoying Gathio, consider buying Raphael a coffee. It'll help keep the project + and main site running!

+ + +
-
-{{/if}} -
\ No newline at end of file + {{/if}} +