14 lines
570 B
HTML
14 lines
570 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<div id="participate-text">
|
|
<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
|
|
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
|
|
publishing our technical approaches to sharing on <a href="https://wiki.hbbs.decentral1.se/">our wiki</a>.
|
|
</p>
|
|
</div>
|
|
{% endblock %}
|