mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Minor additions
This commit is contained in:
parent
80904393ec
commit
cc9f63dac0
|
@ -15,7 +15,7 @@
|
|||
{"title": "ActivityPub", "url": "https://activitypub.rocks"}
|
||||
],
|
||||
"wiki": "",
|
||||
"servers": "",
|
||||
"servers": "http://distsn.org/pleroma-instances.html",
|
||||
"mobile": "",
|
||||
"tutorials":
|
||||
[
|
||||
|
|
|
@ -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)"
|
||||
|
|
15
source/_posts/diaspora-0.7.0.md
Normal file
15
source/_posts/diaspora-0.7.0.md
Normal 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 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).
|
|
@ -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') %>
|
||||
|
|
Loading…
Reference in a new issue