2020-04-04 20:11:06 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-04-05 13:33:51 +02:00
|
|
|
<div id="participate-text">
|
2020-04-05 12:36:37 +02:00
|
|
|
<p>
|
|
|
|
We're exploring peer-to-peer technologies for file sharing through our own
|
|
|
|
networks. Due to the copyright regime, we're still in friend-to-friend
|
2020-04-05 19:46:27 +02:00
|
|
|
networking mode. We're lurking <a href="https://cell.hbbs.decentral1.se">here</a> and we're
|
|
|
|
publishing our technical approaches to sharing on <a href="https://wiki.hbbs.decentral1.se/">our wiki</a>.
|
2020-04-05 12:36:37 +02:00
|
|
|
</p>
|
2020-04-05 13:33:51 +02:00
|
|
|
</div>
|
2020-04-04 20:11:06 +02:00
|
|
|
{% endblock %}
|