From d180598994d937049904924894117f56ce76d4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C4=BDach?= <45913977+marek-lach@users.noreply.github.com> Date: Wed, 19 Dec 2018 20:15:01 +0100 Subject: [PATCH] Rearanged the list of instances and added one more --- source/javascripts/instances.json | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/source/javascripts/instances.json b/source/javascripts/instances.json index c2ad79f..5993ae6 100644 --- a/source/javascripts/instances.json +++ b/source/javascripts/instances.json @@ -2,36 +2,39 @@ "instances": [ { "name": "Fediverse.blog", - "description": "Generalistic instance.", + "description": "A generalistic instance for people to see what Plume is like", "url": "https://fediverse.blog" }, { "name": "Plume on Mastodon.Host", - "description": "A public Plume instance by the Mastodon.host team", + "description": "A public Plume instance served by the team behind Mastodon.host", "url": "https://plume.mastodon.host" }, + { + "name": "Cafe.Sunbeam.City", + "description": "An instance hosted by the Sunbeam.City cooperative", + "url": "https://cafe.sunbeam.city" + }, { "name": "Les Nouvelles d'Ombreport", - "description": "A public Plume instance, served by Mastodon.host", - "url": "https://plume.ombreport.info/" + "url": "https://plume.ombreport.info" }, { - "name": "Plume.hostux.coffee", + "name": "plume.hostux.coffee", "url": "https://plume.hostux.coffee" }, { - "name": "Plume OpenAlgeria", - "description": "A Plume testing instance, by the OpenAlgeria team", - "url": "https://plume.oa-dev.com" + "name": "catlife.drycat.fr", + "url": "https://catlife.drycat.fr" }, { - "name": "Cafe.Sunbeam.City", - "description": "An instance hosted by the Sunbeam.City cooperative", - "url": "https://cafe.sunbeam.city" + "name": "Plume OpenAlgeria", + "description": "An experimental Plume instance, by the OpenAlgeria team", + "url": "https://plume.oa-dev.com" }, { - "name": "Plume.svnet.fr", - "description": "A generalistic Plume instance hosted in EU, open to all", + "name": "Plume.Svnet.fr", + "description": "A Plume instance running on libre software hosted in France", "url": "https://plume.svnet.fr" } ]