hbbs.decentral1.se/hbbs/templates/participate.html

14 lines
570 B
HTML
Raw Normal View History

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 21:26:54 +02:00
networking mode. We're lurking <a href="https://cell.hbbs.decentral1.se">here</a>, experimenting
with streaming <a href="http://stream.hbbs.decentral1.se:8089/">there</a> and we're
2020-04-05 19:46:27 +02:00
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 %}