Files
i2p.www/www.i2p2/pages/bounty_datastore.html

39 lines
1.7 KiB
HTML
Raw Normal View History

2008-06-19 19:25:50 +00:00
{% extends "_layout.html" %}
{% block title %}Bounty datastorage{% endblock %}
2010-03-21 19:41:10 +00:00
{% block content %}<p>To improve I2P's usage and to be independent of routers
2008-06-19 19:25:50 +00:00
online status we want a datastorage as a extension to I2P.
2010-03-21 19:41:10 +00:00
Like in Freenet the datastorage should be distributed and every
2008-06-19 19:25:50 +00:00
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>
<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:
For bounties to be declared done and paid, we need the program AND the source.
2010-03-21 19:41:10 +00:00
Source and code need to be licensed under a free license (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
2010-03-21 19:41:10 +00:00
organizations 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>,
marking the amount for the datastore bounty!</i></p>
2008-06-19 19:25:50 +00:00
{% endblock %}