2012-12-19 01:58:58 +00:00
|
|
|
{% extends "global/layout.html" %}
|
2008-01-31 20:38:37 +00:00
|
|
|
{% block title %}MYI2P{% endblock %}
|
2013-02-01 20:12:08 +00:00
|
|
|
{% block content %}<p>{% trans -%}
|
|
|
|
There has been discussion about a distributed blogging application for a few
|
2004-07-21 00:36:12 +00:00
|
|
|
months now called "MyI2P". While the original discussions were lost, we were
|
2010-03-21 19:41:10 +00:00
|
|
|
able to retrieve a Google <a href="http://dev.i2p.net/~jrandom/i2p.net/myi2p.html">cache</a>
|
2004-07-21 00:36:12 +00:00
|
|
|
of it. It isn't pretty, but it includes the basic overview and some discussion
|
2013-02-01 20:12:08 +00:00
|
|
|
that ensued.{%- endtrans %}</p>
|
2004-07-21 00:36:12 +00:00
|
|
|
|
2013-02-01 20:12:08 +00:00
|
|
|
<p>{% trans -%}
|
|
|
|
The application itself is not yet implemented, and the ideas behind it have
|
2004-07-21 00:36:12 +00:00
|
|
|
been made less ambitious over time, but they are still valid and the current
|
2012-12-19 01:58:58 +00:00
|
|
|
<a href="{{ site_url('volunteer/roadmap') }}">plan</a> is to have the core MyI2P functionality available
|
2004-07-21 00:36:12 +00:00
|
|
|
along side the I2P 1.0 release. That will include a distributed address book
|
|
|
|
to enable secure, distributed, and human readable naming by sacrificing the
|
|
|
|
need for global uniqueness - basically everyone has their own local address book
|
|
|
|
and can 'subscribe' to other people's address books, letting MyI2P periodically
|
|
|
|
retrieve new name to destination mappings (leaving conflicts up to the user to
|
|
|
|
resolve). In addition to the address book, there will be a distributed blogging
|
|
|
|
system using a reduced and secured subset of
|
|
|
|
<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">bbcode</a> to essentially
|
|
|
|
provide an anonymous <a href="http://www.livejournal.com/">LiveJournal</a> with
|
|
|
|
a 'friends list' and transparent access control (authenticated by the I2P
|
2013-02-01 20:12:08 +00:00
|
|
|
<a href="{{ site_url{'docs/spec/datagrams') }}">datagrams</a> with rules defined based on the address book).
|
|
|
|
{%- endtrans %}</p>
|
2004-07-21 00:36:12 +00:00
|
|
|
|
2013-02-01 20:12:08 +00:00
|
|
|
<p>{% trans -%}
|
|
|
|
Additional functionality, such as integration with a DHT backing store or
|
2004-07-21 00:36:12 +00:00
|
|
|
swarming file transfers for 'attachments' can be added later. Email may or may
|
|
|
|
not get in the first pass either, though its implementation is essentially just
|
|
|
|
a blog entry with private access, so perhaps some UI designer can come up with
|
|
|
|
something. Exporting the data to RSS or access through ATOM will be an option
|
2013-02-01 20:12:08 +00:00
|
|
|
down the road as well.
|
|
|
|
{%- endtrans %}</p>
|
2012-12-19 01:58:58 +00:00
|
|
|
{% endblock %}
|