diff --git a/i2p2www/pages/site/docs/how/intro.html b/i2p2www/pages/site/docs/how/intro.html index aabaf0a2..c163c67b 100644 --- a/i2p2www/pages/site/docs/how/intro.html +++ b/i2p2www/pages/site/docs/how/intro.html @@ -178,7 +178,7 @@ scheduled development meetings, however archives are av {%- endtrans %}

{% trans monotone=site_url('get-involved/guides/monotone') -%} -The current source is available in monotone. +The current source is available in git. {%- endtrans %}

{% trans %}Additional Information{% endtrans %}

diff --git a/i2p2www/pages/site/docs/plugins.html b/i2p2www/pages/site/docs/plugins.html index ed732cd7..d2519f98 100644 --- a/i2p2www/pages/site/docs/plugins.html +++ b/i2p2www/pages/site/docs/plugins.html @@ -149,7 +149,7 @@ or easily add some feature.

{% trans %}Getting Started{% endtrans %}

{% trans url='https://github.com/i2p/i2p.scripts/tree/master/plugin/makeplugin.sh' -%} To create a plugin from an existing binary package you will need to get -makeplugin.sh from the i2p.scripts branch in monotone. +makeplugin.sh from the i2p.scripts repository in git. {%- endtrans %}

diff --git a/i2p2www/pages/site/faq.html b/i2p2www/pages/site/faq.html index 4f3cc88b..566e277c 100644 --- a/i2p2www/pages/site/faq.html +++ b/i2p2www/pages/site/faq.html @@ -473,13 +473,13 @@ These are described in detail below. - 8998 + 7670 (8998) - mtn.i2p-projekt.i2p (Monotone) + gitssh.idk.i2p git over ssh - {% trans -%}May be disabled or changed on the i2ptunnel page in the router console. + {% trans -%}This used to be port 8998 for monotone. Elder installations may still have that and not this one. May be disabled or changed on the i2ptunnel page in the router console. May also be configured to be bound to a specific interface or all interfaces.{%- endtrans %} diff --git a/i2p2www/pages/site/get-involved/develop/licenses.html b/i2p2www/pages/site/get-involved/develop/licenses.html index a6252c32..0d276893 100644 --- a/i2p2www/pages/site/get-involved/develop/licenses.html +++ b/i2p2www/pages/site/get-involved/develop/licenses.html @@ -309,7 +309,7 @@ Except where otherwise noted, content on this site is licensed under a

{% trans git=site_url('docs/applications/git') -%} Developers may push changes to a distributed git repository if you receive permission from the person running that repository. -See the Monotone Page for details. +See the Git Page for details. {%- endtrans %}

{% trans -%} diff --git a/i2p2www/pages/site/get-involved/guides/new-developers.html b/i2p2www/pages/site/get-involved/guides/new-developers.html index 72e4a83b..ffd6d899 100644 --- a/i2p2www/pages/site/get-involved/guides/new-developers.html +++ b/i2p2www/pages/site/get-involved/guides/new-developers.html @@ -46,13 +46,13 @@ These will give you a good overview of how I2P is structured and what different

{% trans -%} For development on the I2P router or the embedded applications, -there are two ways to get the source code: +you need to get the source code: {%- endtrans %}

-

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

+

{% trans %}Our current way: Git{% endtrans %}

-

{% trans trac="https://i2pgit.org" -%}I2P now has official Git services and accepts contributions via Git at our own gitlab. -Trac issues have also been migrated to gitlab and the old Trac is not available anymore by now. Two-way syncing of +

{% trans trac="https://i2pgit.org" -%}I2P has official Git services and accepts contributions via Git at our own gitlab. +Trac issues have also been migrated there and the former Trac is not available anymore by now. Two-way syncing of issues between Gitlab and Github is a work-in-progress.{%- endtrans %}

  • {% trans git_url='https://git-scm.com/' -%} diff --git a/i2p2www/pages/site/get-involved/guides/new-translators.html b/i2p2www/pages/site/get-involved/guides/new-translators.html index 0e8baf44..9469d089 100644 --- a/i2p2www/pages/site/get-involved/guides/new-translators.html +++ b/i2p2www/pages/site/get-involved/guides/new-translators.html @@ -1,7 +1,11 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}New Translator's Guide{% endtrans %}{% endblock %} {% block content %} -{% trans %}Here's a very quick guide to getting started.{% endtrans %} +{% trans %}Here's a very quick guide to getting started. +Note that for both (website/console) there is an easy way using a +translation web-site (and requiring nothing else than to use that) and +the other way which requires you to set up a build-environment +(installing software etc.).{% endtrans %}

    {% trans %}How to Translate the Website{% endtrans %}

    @@ -24,8 +28,8 @@ please update the translation status on this wiki page. {%- endtrans %}
  • {% trans newdevs=site_url('get-involved/guides/new-developers') -%} Follow the new developer's guide, -Including the installation of monotone, -checking out i2p.www branch, and generate your own monotone keys. +including the installation of git and the gettext tools. You will need +the i2p.www repository. It is not required that you sign a dev agreement. {%- endtrans %}
  • @@ -56,10 +60,9 @@ To work with .po files efficiently, you may wish to use mtn pull", "mtn update". Then check in by "mtn ci -k yourname@mail.i2p file1 file2 ..." -This collects the diff info of your changed file into your local repo. Then "mtn sync mtn.i2p2.de -k yourname-transport@mail.i2p i2p.i2p". -This synchronizes your local repo with the repo on the target machine. +Git Workflow: +You can then add all new and changed files to your next commit using git add . (or specify which files instead of the dot). +Please note the suggested workflow for git on our git-page. {%- endtrans %}
  • {% trans -%} @@ -89,8 +92,8 @@ please update the translation status on this wiki page. {%- endtrans %}
  • {% trans newdevs=site_url('get-involved/guides/new-developers') -%} Follow the new developer's guide, -including the installation of monotone and the gettext tools, -checking out i2p.i2p branch, and generate your own monotone keys. +including the installation of git and the gettext tools. You will need +the i2p.i2p repository. {%- endtrans %}
  • {% trans -%} Generate your own gpg key and sign the dev agreement. @@ -149,10 +152,9 @@ To work with .po files efficiently, you may wish to use mtn pull", "mtn update". Then check in by "mtn ci -k yourname@mail.i2p file1 file2 ..." -This collects the diff info of your changed file into your local repo. Then "mtn sync mtn.i2p2.de -k yourname-transport@mail.i2p i2p.i2p". -This synchronizes your local repo with the repo on the target machine. +Git Workflow: +You can then add all new and changed files to your next commit using git add . (or specify which files instead of the dot). +Please note the suggested workflow for git on our git-page. {%- endtrans %}
  • {% trans -%} @@ -169,14 +171,14 @@ If you have questions about the meaning of the terms in the console, ask in {% trans %}FAQ{% endtrans %}

    {% trans -%} -Q: Why do I have to install monotone, Java, jsp, learn about .po files and html, etc.? Why can't I just do a translation and email it to you? +Q: Why do I have to install git, Java, jsp, learn about .po files and html, etc.? Why can't I just do a translation and email it to you? {%- endtrans %}

    -

    {% trans %}A: Several reasons:{% endtrans %}

    +

    {% trans %}A: You do not / Several reasons:{% endtrans %}