From 8dfc8a143ff14ba96f144779169a5e75699a5119 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 30 Jan 2016 21:30:30 +0000 Subject: [PATCH] Add our Git mirror to the new developers page --- .../get-involved/guides/new-developers.html | 34 ++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/i2p2www/pages/site/get-involved/guides/new-developers.html b/i2p2www/pages/site/get-involved/guides/new-developers.html index fdb8bc3b..13249293 100644 --- a/i2p2www/pages/site/get-involved/guides/new-developers.html +++ b/i2p2www/pages/site/get-involved/guides/new-developers.html @@ -3,7 +3,11 @@ {% block content_nav %}
  1. {% trans %}Basic study{% endtrans %}
  2. -
  3. {% trans %}Getting the I2P code{% endtrans %}
  4. +
  5. {% trans %}Getting the I2P code{% endtrans %} +
  6. {% trans %}Building I2P{% endtrans %}
  7. {% trans %}Development ideas{% endtrans %}
  8. {% trans %}Making the results available{% endtrans %}
  9. @@ -41,9 +45,31 @@ These will give you a good overview of how I2P is structured and what different

    {% trans %}Getting the I2P code{% endtrans %}

    {% trans -%} -For development on the i2p router or the embedded applications, -get the monotone source repository installed - short instructions: +For development on the I2P router or the embedded applications, +there are two ways to get the source code: {%- endtrans %}

    + +

    {% trans %}The easy way: Git{% endtrans %}

    + + +

    {% trans %}Remarks{% endtrans %}

    +

    {% trans trac='http://'+i2pconv('trac.i2p2.i2p') -%} +The Git repository is currently a read-only mirror. If you wish to use it for +development, you will need to submit patches to our issue +tracker. We can accept GitHub pull requests, but they must be processed +manually by turning them into patches anyway. +{%- endtrans %}

    + +

    {% trans %}The proper way: Monotone{% endtrans %}

    -

    {% trans %}Remarks{% endtrans %}

    +

    {% trans %}Remarks{% endtrans %}

    {% trans %} To download the website files instead of the I2P source files, use 'i2p.www' instead of 'i2p.i2p'. {%- endtrans %}