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

25 lines
1.2 KiB
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
networking mode. We're lurking in <a href="https://cell.hbbs.decentral1.se">cell.hbbs.decentral1.se</a>.
</p>
2020-04-05 13:33:51 +02:00
<p>
2020-04-05 13:35:01 +02:00
Practically speaking, we're using the <a
2020-04-05 13:33:51 +02:00
href="https://github.com/datproject/dat/releases/tag/v14.0.2">Dat
2020-04-05 13:35:01 +02:00
command-line tool</a> for sharing. To join in, you'll need
to download it for your operating system
2020-04-05 13:33:51 +02:00
(<a href="https://github.com/datproject/dat/releases/download/v14.0.2/dat-14.0.2-linux-x64.zip">Linux</a>,
<a href="https://github.com/datproject/dat/releases/download/v14.0.2/dat-14.0.2-macos-x64.zip">MacOS</a>,
<a href="https://github.com/datproject/dat/releases/download/v14.0.2/dat-14.0.2-win-x64.zip">Windows</a>)
2020-04-05 13:35:01 +02:00
unzip it and test that it works (on GNU/Linux that is done like so: sudo apt install -y unzip; unzip
2020-04-05 13:33:51 +02:00
dat-14.0.2-linux-x64.zip; cd dat-14.0.2-linux-x64; ./dat --version) and
then speak further with others on our
<a href="https://cell.hbbs.decentral1.se/brewers/channels/file-sharing">file sharing</a> channel.
</p>
</div>
2020-04-04 20:11:06 +02:00
{% endblock %}