2008-06-19 19:25:50 +00:00
|
|
|
{% extends "_layout.html" %}
|
|
|
|
{% block title %}Bounty datastorage{% endblock %}
|
|
|
|
{% block content %}<p>To improve I2P's userage and to be independant of routers
|
|
|
|
online status we want a datastorage as a extension to I2P.
|
|
|
|
Like in freenet the datastorage should be distributed and every
|
|
|
|
participating node should be able to configure his options.
|
|
|
|
The files should be saved in chunks and at least 2-3 times to
|
|
|
|
obtain redundancy. Usage of storage space should be auto balanced.
|
|
|
|
As it is a extra application, it should work flawless within I2P and
|
|
|
|
cooperate nice with the I2P router. Maybe a integration within the
|
|
|
|
webpage/router could be done.</p>
|
|
|
|
<br>
|
|
|
|
<p>This bounty cooperates with the 2 other bounties "frost for I2P" and
|
|
|
|
"eepsites in datastorage".</p>
|
|
|
|
<br>
|
|
|
|
<p>The frost for I2P datastorage bounty is paid for a frost like program
|
|
|
|
with which files/messages are stored into database and got from database.
|
|
|
|
It needs to work with a GUI.</p>
|
|
|
|
<br>
|
2008-06-19 19:38:29 +00:00
|
|
|
<p>The eepsite served out of I2P datastorage extends a I2P router to send
|
2008-06-19 19:25:50 +00:00
|
|
|
out eepsites out of the I2P datastorage. All files for eepsites need to be
|
|
|
|
saved inside of datastorage and are taken from it.
|
|
|
|
Extension:
|
|
|
|
For better integration all datastorage participants could serve that eepsite.
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<p>
|
|
|
|
Note:
|
2008-06-19 19:38:29 +00:00
|
|
|
For bounties to be declared done and paid, we need the program AND the source.
|
2008-06-19 19:25:50 +00:00
|
|
|
Source and code need to be licenced under a free licence (free to change and
|
2009-03-12 11:01:41 +00:00
|
|
|
free to distribute). To claim the bounty the author must not be paid by other
|
|
|
|
organisations or teams for this work (e.g. GSoC students are not valid).</p>
|
2008-06-19 19:25:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
<p><i>Note 2: bounty amounts may be increased by further donations. Do
|
|
|
|
you think these are important? <a href="donate">Add in your donation</a>,
|
2008-06-19 20:06:47 +00:00
|
|
|
marking the amount for the datastore bounty!</i></p>
|
2008-06-19 19:25:50 +00:00
|
|
|
{% endblock %}
|