forked from I2P_Developers/i2p.www
Some minor adjustments to the phrasing in get-involved
This commit is contained in:
@@ -1,30 +1,33 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}{% trans %}Get Involved!{% endtrans %}{% endblock %}
|
{% block title %}{% trans %}Get Involved{% endtrans %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{% trans %}There are many ways you can help I2P!{% endtrans %}</h2>
|
<h2>{% trans %}There are many ways you can help I2P.{% endtrans %}</h2>
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
To get involved, please feel free to join us on the #i2p-dev IRC channel (on
|
To get involved, please feel free to join us on the forum, which is available at <a href="https://i2pforum.net">i2pforum.net</a>
|
||||||
irc.freenode.net, irc.oftc.net, or within I2P on irc.echelon.i2p, irc.dg.i2p or
|
on the non-private internet and at <a href="http://i2pforum.i2p">i2pforum.i2p</a>
|
||||||
irc.postman.i2p). We also have a forum, which is available at <a href="https://i2pforum.net">i2pforum.net</a>
|
inside the I2P network, or to create an account on our project Gitlab <a href="http://git.idk.i2p">inside the I2P network here</a> or <a href="https://i2pgit.org"> on the non-private internet here</a>. If you don't want to create an account on our forum, some
|
||||||
on the non-private internet and at <a href="http://i2pforum.i2p">i2pforum.i2p</a> inside the network. If you don't want to
|
of our developers are active Redditors who will talk to you on <a href="https://reddit.com/r/i2p">r/i2p</a> and many of
|
||||||
create an account on our forum, some of our developers are active Redditors who
|
us also operate <a href="https://github.com/">Github</a> accounts where we work on I2P-Related projects, but we do not
|
||||||
will talk to you on <a href="https://reddit.com/r/i2p">r/i2p</a>.
|
offer official support for I2P contributions via Github.
|
||||||
|
For real-time chat, there is an IRC network within I2P. Please join the #i2p-dev IRC channel (on
|
||||||
|
irc.freenode.net, irc.oftc.net, or within I2P on irc.echelon.i2p, irc.dg.i2p or irc.postman.i2p).
|
||||||
|
Other contact information is maintained on <a href="{{ team }}">this page</a>.
|
||||||
{%- endtrans %}</p>
|
{%- endtrans %}</p>
|
||||||
<p>{% trans team=site_url('about/contact') -%}
|
<p>{% trans team=site_url('about/contact') -%}
|
||||||
If you're interested in joining our <a href="{{ team }}">team</a>, please get in
|
If you're interested in development, <a href="{{ team }}">please get in
|
||||||
touch as we're always looking for eager contributors!
|
touch as we're always looking for new contributors.</a>
|
||||||
{%- endtrans %}</p>
|
{%- endtrans %}</p>
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
We need help in many areas, and you don't need to know Java to contribute!
|
We need help in many areas, and you don't need to know Java to contribute.
|
||||||
Here's a list to help get you started!
|
Here's a list to help get you started.
|
||||||
{%- endtrans %}</p>
|
{%- endtrans %}</p>
|
||||||
<h3>{% trans %}Grow the Community{% endtrans %}</h3>
|
<h3>{% trans %}Grow the Community{% endtrans %}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>{% trans %}Spread the Word!{% endtrans %}</b> —
|
<li><b>{% trans %}Spread the Word.{% endtrans %}</b> —
|
||||||
{% trans -%}
|
{% trans -%}
|
||||||
Tell people about I2P on forums, blogs, and comments to articles. Fix up the
|
Tell people about I2P on forums, blogs, and comments to articles. Fix up the
|
||||||
Wikipedia article about I2P in your language. Tell your friends, and more
|
Wikipedia article about I2P in your language. Tell your friends, and more
|
||||||
importantly, use I2P to communicate with your friends! We have many tools that
|
importantly, use I2P to communicate with your friends. We have many tools that
|
||||||
can help you keep your private conversations private.
|
can help you keep your private conversations private.
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
</li><li><b>{{ _('Translation') }}</b> —
|
</li><li><b>{{ _('Translation') }}</b> —
|
||||||
@@ -68,18 +71,14 @@ you will have visitors in no time.
|
|||||||
<ul>
|
<ul>
|
||||||
<li><b>{{ _('Services') }}</b> —
|
<li><b>{{ _('Services') }}</b> —
|
||||||
{% trans -%}
|
{% trans -%}
|
||||||
Running many kinds of services on I2P Sites is very easy. You could self-host
|
Self-hosting almost anything, from an SSH server for yourself to an ActivityPub
|
||||||
almost anything, from an SSH server for yourself to an ActivityPub forum for
|
forum for everyone and anything in between, is helpful to the I2P network,
|
||||||
everyone and anything in between. Almost anything you can think of can be made
|
especially if you write down instructions for others. Almost anything you can
|
||||||
to work with I2P, and your service is valuable to the network.
|
think of can be made to work with I2P, and your service is valuable to the network.
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
</li><li><b>{{ _('Reseeding') }}</b> —
|
</li><li><b>{{ _('Reseeding') }}</b> —
|
||||||
{% trans reseed=site_url('get-involved/guides/reseed') -%}
|
{% trans reseed=site_url('get-involved/guides/reseed') -%}
|
||||||
Getting new users onto the network is a very important task, and that task is
|
Getting new users onto the network is a very important task, and that task is handled by our reseed servers. The more reseed servers we have, the more de-centralized and redundant our infrastructure is. It's a big responsibility, but it's pretty easy to set up a reseed server for new routers to bootstrap from. Detailed instructions are on our <a href="{{ reseed }}">reseed server page</a>.
|
||||||
handled by our reseed servers. The more reseed servers we have, the more
|
|
||||||
de-centralized and redundant our infrastructure is. It's a big responsibility,
|
|
||||||
but it's pretty easy to set up a reseed server for new routers to bootstrap
|
|
||||||
from. Detailed instructions are on our <a href="{{ reseed }}">reseed server page</a>.
|
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -87,7 +86,7 @@ from. Detailed instructions are on our <a href="{{ reseed }}">reseed server page
|
|||||||
<ul>
|
<ul>
|
||||||
<li><b>{{ _('Applications') }}</b> —
|
<li><b>{{ _('Applications') }}</b> —
|
||||||
{% trans apps=site_url('get-involved/develop/applications') -%}
|
{% trans apps=site_url('get-involved/develop/applications') -%}
|
||||||
Write or port applications for I2P! There's some guidelines and
|
Write or port applications for I2P. There's some guidelines and
|
||||||
a list of ideas on the <a href="{{ apps }}">applications page</a>.
|
a list of ideas on the <a href="{{ apps }}">applications page</a>.
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
</li><li><b>{{ _('Coding') }}</b> —
|
</li><li><b>{{ _('Coding') }}</b> —
|
||||||
@@ -107,7 +106,12 @@ Both anonymity vulnerabilities from the various
|
|||||||
<a href="{{ threatmodel }}">threat models</a>, and DOS and other weaknesses due
|
<a href="{{ threatmodel }}">threat models</a>, and DOS and other weaknesses due
|
||||||
to security holes, benefit from ongoing research.
|
to security holes, benefit from ongoing research.
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
</li><li><b>
|
</li></ul>
|
||||||
<a href="{{ site_url('get-involved/donate') }}">{{ _('Donate') }}</a>
|
<h3>{% trans %}Donate{% endtrans %}</h3>
|
||||||
|
<ul><li><b>
|
||||||
|
<a href="{{ site_url('get-involved/donate') }}">{{ _('Donate') }}</a>: I2P is FOSS - Free Open-Source
|
||||||
|
Software, which is supported by volunteers and by donations. If you use the network, please consider
|
||||||
|
setting a monthly donation to help cover costs for maintainers and developers to keep improving the
|
||||||
|
software and network.
|
||||||
</b></li></ul>
|
</b></li></ul>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user