diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index c5c16e9..635c8ef 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -15,7 +15,7 @@ {"title": "ActivityPub", "url": "https://activitypub.rocks"} ], "wiki": "", - "servers": "", + "servers": "http://distsn.org/pleroma-instances.html", "mobile": "", "tutorials": [ diff --git a/source/_data/worldi18n.json b/source/_data/worldi18n.json index 97bc6ce..c28765d 100644 --- a/source/_data/worldi18n.json +++ b/source/_data/worldi18n.json @@ -16,6 +16,10 @@ "title": "Planting a Seed: diaspora story part 1", "url": "https://medium.com/we-distribute/planting-a-seed-what-working-at-diaspora-was-like-cde26fa29364" }, + { + "title": "Social networking the FOSS way with Diaspora", + "url": "http://www.linux-magazine.com/Issues/2017/194/Diaspora" + }, { "title": "Wikipedia article", "url": "https://en.wikipedia.org/wiki/Diaspora_(social_network)" diff --git a/source/_posts/diaspora-0.7.0.md b/source/_posts/diaspora-0.7.0.md new file mode 100644 index 0000000..0fd7976 --- /dev/null +++ b/source/_posts/diaspora-0.7.0.md @@ -0,0 +1,15 @@ + +--- +layout: "post" +title: "diaspora* 0.7.0 major release" +date: 2017-08-20 +tags: + - diaspora +preview: "This is one of the biggest updates. The new federation protocol included as part of 0.7 is incompatible with versions older than 0.6.3.0." +url: "https://www.neowin.net/news/federated-social-network-diaspora-delivers-a-new-major-release-and-is-available-for-download" +lang: en +image: "" +--- + +This is one of the biggest updates that the software has ever received with over 28,675 lines of added code and 20,019 lines being removed. The release comes with an important notice for podmins (admins of different Diaspora pods/nodes). The new federation protocol that has been included as part of 0.7 is incompatible with versions older than 0.6.3.0 and if you’re still running a version older than that, your server won’t be able to fully communicate with servers running the newest software. +More info [here](https://www.neowin.net/news/federated-social-network-diaspora-delivers-a-new-major-release-and-is-available-for-download). diff --git a/themes/starter/layout/pleroma.ejs b/themes/starter/layout/pleroma.ejs index a37e88e..a6b5c4f 100644 --- a/themes/starter/layout/pleroma.ejs +++ b/themes/starter/layout/pleroma.ejs @@ -15,6 +15,12 @@ layout: layout
<%- partial('_partial/generalinfo') %> +
+
+

<%- __('join') %>

+ <%- __('nodeList') %> +
+
<%- partial('_partial/world') %>