Minor additions

This commit is contained in:
lostinlight 2018-03-13 23:47:45 +03:00
parent 80904393ec
commit cc9f63dac0
4 changed files with 26 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{"title": "ActivityPub", "url": "https://activitypub.rocks"}
],
"wiki": "",
"servers": "",
"servers": "http://distsn.org/pleroma-instances.html",
"mobile": "",
"tutorials":
[

View File

@ -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)"

View File

@ -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 youre still running a version older than that, your server wont 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).

View File

@ -15,6 +15,12 @@ layout: layout
<div class="section-wrapper">
<%- partial('_partial/generalinfo') %>
<section class="column">
<div class="section u-block">
<h4><%- __('join') %></h4>
<span class="u-block"><a href="<%= data.servers %>"><%- __('nodeList') %></a></span>
</div>
</section>
</div>
<%- partial('_partial/world') %>