gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch stable updated (eda66aa -> 9975d6f)


From: gnunet
Subject: [www] branch stable updated (eda66aa -> 9975d6f)
Date: Sun, 08 Dec 2019 12:11:06 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a change to branch stable
in repository www.

    from eda66aa  Merge branch 'master' into stable
     add 641bfeb  drop guix-env.scm, no longer maintained.
     add f5f8e19  rm old templates folder.
     add 6ed3250  ignore old/
     add a16cc13  removed help submodule.
     add bc30910  add yapf style to bootstrap.
     add 302a50b  remove FIXME.
     add ff725ea  remove taler flyer, leftover from initial base.
     add 001b40b  minor syntax fixes in engage.
     add 4a48390  move jinja2 ext to inc.
     add 9869099  split up template.py, make site generation a class.
     add 1fa5936  rename template.py to make_site.py
     add ab19fc8  inc: more logic to remove code from Makefile. 
news/index.hmtl.j2: syntax.
     add 4500a4e  move inc to www_shared repo
     add 1da3a17  add submodule for www_shared -> inc.
     add a67e1f7  build-system
     add 980fc91  inc, new commits
     add 3a14d8f  use make_sitemap.py
     add d97968a  inc
     add 429a2ae  make build more silent again.
     add b362e85  ignore more files.
     add c71ce2d  mailmap
     add ad4e3f2  first version of rss generator in python.
     add 5faf8a3  add gns page
     add 20c9982  Merge branch 'master' of gnunet.org:www
     add 38a53f5  revert
     add 0573722  bump inc
     add abd6698  fix inc
     add 7b4bb87  add back css, we never used much of the sass.
     add f03141a  remove sticky attribute of navbar, add first rough "jump to 
top" button (needs improvement!)
     add dae26e6  syntax fixes.
     add 6499e93  Add missing line breaks
     add 7bd0914  Merge branch 'master' of gnunet.org:www
     add 6aa13d4  adjust Makefile
     add 0b61ebd  indent install-on-netbsd and fix some minor text issues.
     add 5e15eb2  make notice a bit less annoying
     add d03f98d  forgot to remove the banner on top
     add 1f7e6f4  revert the reverting of submodule commits + add more commands 
to bootstrap for this.
     add 2910646  move usage notice to install, change 'distribution' to 
'Operating System' as not  everyone runs a distribution.
     add 8fc995f  remove duplicate report from news, add diff to report
     add ed52aea  remove (placeholder) news about new gnunet.org from 2017.
     add 8539c5d  move news to the bottom after review from outside + 
comparison with other projects (voidlinux).
     add 3ef3e87  add button for news archive.
     add 13b8ffc  make links in blueboxes less painfull to read and discover.
     add b8ca26b  use same css in upcoming applications
     add 4761282  video: Add urls to alternate text.
     add 0b5f725  inc: bump to commit which includes legal fixes.
     add d85fd18  svg now also provides template for stickers
     add 2b9a55a  Merge branch 'master' of gnunet.org:www
     new 9975d6f  Merge branch 'master' into stable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                              |    9 +-
 .gitmodules                             |   10 +-
 .mailmap                                |    2 +
 FIXME                                   |    2 -
 GNUmakefile                             |   41 +-
 Makefile                                |   24 +-
 README                                  |    6 +-
 bootstrap                               |    5 +-
 build-system/taler-build-scripts        |    2 +-
 common/base.j2                          |    6 +-
 common/footer.j2.inc                    |    5 +
 common/header.j2.inc                    |    5 +
 common/navigation.j2.inc                |    2 +-
 common/news.j2                          |    7 +-
 configure                               |    1 -
 guix-env.scm                            |  128 --
 help                                    |    1 -
 i18nfix.py                              |   41 -
 inc                                     |    1 +
 inc/news.macro.j2                       |   13 -
 locale/de/LC_MESSAGES/messages.po       | 2075 +++----------------------------
 locale/en/LC_MESSAGES/messages.po       | 1927 ----------------------------
 locale/es/LC_MESSAGES/messages.po       | 1984 ++---------------------------
 locale/fr/LC_MESSAGES/messages.po       | 1928 ----------------------------
 locale/it/LC_MESSAGES/messages.po       | 1928 ----------------------------
 make_site.py                            |   76 ++
 make_sitemap.sh                         |   74 --
 news/2017-10.html.j2                    |    7 -
 news/2018-08.html.j2                    |   40 -
 news/index.html.j2                      |    2 +-
 rssg                                    |  220 ----
 favicon.ico => static/favicon.ico       |  Bin
 static/images/gns-logo.png              |  Bin 0 -> 36087 bytes
 static/images/gnunet-logo.svg           |  801 ++++++------
 static/pdf/flyer2017.pdf                |  Bin 941424 -> 0 bytes
 static/scroll.css                       |   49 +
 static/scroll.js                        |   12 +
 static/styles.css                       |  317 +++++
 static/styles.sass                      |  334 -----
 template.py                             |  304 -----
 template/engage.html.j2                 |   14 +-
 template/gns.html.j2                    |   63 +
 template/gsoc-2018-gnunet-webui.html.j2 |   74 +-
 template/index.html.j2                  |   59 +-
 template/install-on-netbsd.html.j2      |  262 ++--
 template/install.html.j2                |    8 +-
 template/use.html.j2                    |   14 +-
 template/video.html.j2                  |   12 +
 templates/feed-atom.py                  |    4 -
 templates/feed.atom.j2                  |   12 -
 templates/feed.xml                      |   15 -
 www.yml                                 |  113 +-
 52 files changed, 1519 insertions(+), 11520 deletions(-)
 create mode 100644 .mailmap
 delete mode 100644 FIXME
 delete mode 100644 guix-env.scm
 delete mode 160000 help
 delete mode 100644 i18nfix.py
 create mode 160000 inc
 delete mode 100644 inc/news.macro.j2
 create mode 100755 make_site.py
 delete mode 100755 make_sitemap.sh
 delete mode 100644 news/2017-10.html.j2
 delete mode 100644 news/2018-08.html.j2
 delete mode 100755 rssg
 rename favicon.ico => static/favicon.ico (100%)
 create mode 100644 static/images/gns-logo.png
 delete mode 100644 static/pdf/flyer2017.pdf
 create mode 100644 static/scroll.css
 create mode 100644 static/scroll.js
 create mode 100644 static/styles.css
 delete mode 100644 static/styles.sass
 delete mode 100755 template.py
 create mode 100644 template/gns.html.j2
 delete mode 100644 templates/feed-atom.py
 delete mode 100644 templates/feed.atom.j2
 delete mode 100644 templates/feed.xml

diff --git a/.gitignore b/.gitignore
index f5d1cb1..a5b4b5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 ./*.html
 common/*.inc
 
+old/
+
 *.mo
 locale/*/
 locale/messages.pot
@@ -19,9 +21,8 @@ ru/
 __pycache__
 *.pyc
 
-static/styles.css
-
 sitemap.html
+sitemap.xml
 
 *~
 \#*\#
@@ -30,3 +31,7 @@ futility_engine_loader.sh
 config.mk
 
 *.core
+
+.style.yapf
+help/
+configure
diff --git a/.gitmodules b/.gitmodules
index d21ef0d..1cb3512 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,9 @@
-[submodule "help"]
-       path = help
-       url = git://taler.net/help
-       branch = master
-        ignore = dirty
 [submodule "build-system/taler-build-scripts"]
        path = build-system/taler-build-scripts
        url = git://git.taler.net/build-common
         ignore = dirty
+[submodule "inc"]
+       path = inc
+       url = https://git.gnunet.org/www_shared.git
+       branch = default
+        ignore = dirty
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..017cc9a
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,2 @@
+ng0 <address@hidden>
+ng0 <address@hidden> Nils Gillmann <address@hidden>
diff --git a/FIXME b/FIXME
deleted file mode 100644
index f088a2e..0000000
--- a/FIXME
+++ /dev/null
@@ -1,2 +0,0 @@
-.well-known/security.txt
-# nothing at all, test
diff --git a/GNUmakefile b/GNUmakefile
index 381118f..ffe9c28 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -19,18 +19,16 @@
 
 include config.mk
 
-all: css locale template
-       ($(cp) -R dist rendered/)
-       ($(cp) -R static rendered/)
+all: locale template
        ($(cp) rendered/static/robots.txt rendered/robots.txt)
        ($(cp) rendered/static/stage.robots.txt rendered/stage.robots.txt)
        ($(cp) rendered/static/robots.txt rendered/dist/robots.txt)
        (for lang in en de es fr it ; do \
                $(cp) rendered/static/robots.txt rendered/$$lang/robots.txt ; \
        done)
-       ($(cp) favicon.ico rendered/favicon.ico)
-       ($(sh) make_sitemap.sh)
-       ($(cp) rendered/sitemap.xml rendered/en/sitemap.xml)
+       ($(python) inc/make_sitemap.py -i rendered)
+       ($(cp) sitemap.xml rendered/sitemap.xml)
+       ($(cp) sitemap.xml rendered/en/sitemap.xml)
        ($(cp) static/moved.html rendered/frontpage.html)
        (cd rendered; $(ln) -fs frontpage.html frontpage)
        ($(cp) static/moved_gsoc.html rendered/gsoc.html)
@@ -43,14 +41,8 @@ all: css locale template
        (cd rendered ; $(ln) -fs about.html philosophy)
        (cd rendered; \
                for lang in en de es fr it; do \
-                       $(sh) ../rssg $$lang/news/index.html 'GNUnet.org' > 
$$lang/news/rss.xml; \
+                       $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
                done)
-       (cd rendered/en ; $(ln) -fs news/rss.xml rss.xml)
-       (cd rendered/de ; $(ln) -fs news/rss.xml rss.xml)
-       (cd rendered/es ; $(ln) -fs news/rss.xml rss.xml)
-       (cd rendered/fr ; $(ln) -fs news/rss.xml rss.xml)
-       (cd rendered/it ; $(ln) -fs news/rss.xml rss.xml)
-
 
 # Extract translateable strings from jinja2 templates.
 # Because of the local i18nfix extractor module we need
@@ -60,25 +52,16 @@ locale/messages.pot: common/*.j2.inc template/*.j2
 
 # Update translation (.po) files with new strings.
 locale-update: locale/messages.pot
-       $(msgmerge) -q -U -m --previous locale/en/LC_MESSAGES/messages.po 
locale/messages.pot
-       $(msgmerge) -q -U -m --previous locale/de/LC_MESSAGES/messages.po 
locale/messages.pot
-       $(msgmerge) -q -U -m --previous locale/fr/LC_MESSAGES/messages.po 
locale/messages.pot
-       $(msgmerge) -q -U -m --previous locale/es/LC_MESSAGES/messages.po 
locale/messages.pot
-       $(msgmerge) -q -U -m --previous locale/it/LC_MESSAGES/messages.po 
locale/messages.pot
-
+       (for lang in en de es fr it; do \
+               $(msgmerge) -q -U -m --previous 
locale/$$lang/LC_MESSAGES/messages.po locale/messages.pot ; \
+       done)
        if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo 
-e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
 
-# sass preprocessor
-css:
-       $(sassc) static/styles.sass static/styles.css
-
 # Compile translation files for use.
 locale-compile:
-       $(pybabel) -q compile -d locale -l en --use-fuzzy
-       $(pybabel) -q compile -d locale -l de --use-fuzzy
-       $(pybabel) -q compile -d locale -l fr --use-fuzzy
-       $(pybabel) -q compile -d locale -l it --use-fuzzy
-       $(pybabel) -q compile -d locale -l es --use-fuzzy
+       (for lang in en de fr it es; do \
+               $(pybabel) -q compile -d locale -l $$lang --use-fuzzy ; \
+       done)
 
 # Process everything related to gettext translations.
 locale: locale-update locale-compile
@@ -86,7 +69,7 @@ locale: locale-update locale-compile
 # Run the jinja2 templating engine to expand templates to HTML
 # incorporating translations.
 template: locale-compile
-       $(python) ./template.py
+       $(python) ./make_site.py
 
 it: template
 
diff --git a/Makefile b/Makefile
index 1f65b35..4cb7a99 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ DESTDIR=$(prefix)
 _LOCALELIST= en de fr it es
 _DIRLIST= dist static
 
-.PHONY:        all run locale-compile locale install clean css
+.PHONY:        all run locale-compile locale install clean
 
 .OBJDIR=rendered
 
@@ -20,20 +20,16 @@ _DIRLIST= dist static
 
 # All: build HTML pages in all languages and compile the
 # TypeScript logic in web-common.
-all: css locale template
-.for _dir in ${_DIRLIST}
-       $(cp) -R ${_dir} rendered/
-.endfor
+all: locale template
 .for _lang in ${_LOCALELIST}
        ($(cp) rendered/static/robots.txt rendered/${_lang})
        ($(cp) rendered/static/stage.robots.txt rendered/${_lang})
 .endfor
        ($(cp) rendered/static/robots.txt rendered/dist/robots.txt)
-       ($(cp) favicon.ico rendered/)
-       $(sh) make_sitemap.sh
-.for _lang in ${_LOCALELIST}
-       ($(cp) rendered/sitemap.xml rendered/${_lang})
-.endfor
+       # ($(cp) favicon.ico rendered/)
+       # $(sh) make_sitemap.sh
+       ($(cp) sitemap.xml rendered/sitemap.xml)
+       ($(cp) rendered/sitemap.xml rendered/en/sitemap.xml)
        ($(cp) static/moved.html rendered/frontpage.html)
        (cd rendered; $(ln) -fs frontpage.html frontpage)
        ($(cp) static/moved_gsoc.html rendered/gsoc.html)
@@ -44,9 +40,6 @@ all: css locale template
        (cd rendered/node ; $(ln) -fs about.html 397)
        ($(cp) static/moved_about.html rendered/about.html)
        (cd rendered ; $(ln) -fs about.html philosophy)
-.for _lang in ${_LOCALELIST}
-       (cd rendered; $(sh) ../rssg ${_lang}/news/index.html 'GNUnet News' > 
${_lang}/news/rss.xml)
-.endfor
 
 # Extract translateable strings from jinja2 templates.
 locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
@@ -74,10 +67,7 @@ locale: locale-update locale-compile
 # Run the jinja2 templating engine to expand templates to HTML
 # incorporating translations.
 template: locale-compile
-       $(python) ./template.py
-
-css:
-       $(sassc) static/styles.sass static/styles.css
+       $(python) ./make_site.py -vvvv
 
 run:
 .if defined(browser) && !empty(DESTDIR) && !empty(python)
diff --git a/README b/README
index 5e16003..9857ac6 100644
--- a/README
+++ b/README
@@ -76,7 +76,7 @@ If you intend to write a new post, read this carefully.
   This can change in the future. The first h1 is what gets
   assigned as the title for the rss feed item for this post.
 
-* Every news post must get added as an dict to the newspost list
+* Every news post must get added as a dict to the newspost list
   in template.py. If you are not sure what those words mean, search
   "newsposts" in template.py. There you will find a structure where
   you have to add a new member including the "," at the end.
@@ -95,13 +95,13 @@ If you intend to write a new post, read this carefully.
   * title can be any title but preferable equal to the title (<h1>)
     in the file.
 
-* If you use website internal links in your post, do not use plain
+* If you use website-internal links in your post, do not use plain
   href targets. Read template.py and grep for *url* to see what can
   be used and grep the rest of the pages for examples how to use
   these functions.
 
 * Last but least build the website locally and check if the news
-  post renderes correctly.
+  post renders correctly.
 
 Developing with GNU Guix
 ========================
diff --git a/bootstrap b/bootstrap
index 82700e1..7630c33 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,4 +11,7 @@ if ! git --version >/dev/null; then
 fi
 
 git submodule update --init
-cp build-system/taler-build-scripts/configure ./configure
+git submodule update --recursive --remote
+git submodule sync
+cp build-system/taler-build-scripts/configure ./configure || true
+cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index ff59117..1915a74 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit ff59117f2814c866e45ef8b3265b8596264d4eba
+Subproject commit 1915a74bbb4cd2ae9bc541a382dfebc37064a2fd
diff --git a/common/base.j2 b/common/base.j2
index 7003422..f82e4f2 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -10,7 +10,11 @@
   <body id="mybody">
     {% include "common/navigation.j2.inc" %}
     <div id="body_content" class="bg-near-white">
-    {% block body_content %}{% endblock %}
+      <!-- jump to top, TODO: the link does not cover all of the button -->
+      <a href="#" id="jump-top" role="button">
+        <i class="fas fa-chevron-up"></i>
+      </a>
+      {% block body_content %}{% endblock %}
     </div>
     {% include "common/footer.j2.inc" %}
   </body>
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 6d4614b..68a3b6d 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -31,5 +31,10 @@
       <a href="https://git.gnunet.org/www.git";>{{ _("Source code of this 
site.") }}</a>
       <a href="{{ url_localized('contact.html') }}">{{ _("Report issues with 
this website.") }}</a>
     </p>
+    <noscript>
+      <p>
+        <a href="#">back to top</a>
+      </p>
+    </noscript>
   </div>
 </footer>
diff --git a/common/header.j2.inc b/common/header.j2.inc
index 9301948..2f80985 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -44,6 +44,11 @@
     <script src="{{ url_dist('js/bootstrap.min.js') }}"></script>
     <link href="{{ url_static('navbar.css') }}" rel="stylesheet">
 
+    <link href="{{ url_dist('font-awesome/css/all.css') }}" rel="stylesheet">
+
+    <link href="{{ url_static('scroll.css') }}" rel="stylesheet">
+    <script src="{{ url_static('scroll.js') }}"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
     <!--[if lt IE 9]>
       <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index a353fd1..dd7bb86 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -15,7 +15,7 @@
     }
   </style>
 </noscript>
-<nav class="navbar sticky-top navbar-expand-md bg-near-black">
+<nav class="navbar top navbar-expand-md bg-near-black">
   <a class="navbar-brand" href="{{ url_localized('index.html') }}">
       <img src="{{ url_static('images/gnunet-logo-dark-only-text.png') }}" 
alt="GNUnet" height="25px" />
   </a>
diff --git a/common/news.j2 b/common/news.j2
index cdc124b..7140076 100644
--- a/common/news.j2
+++ b/common/news.j2
@@ -10,17 +10,18 @@
   <body id="mybody">
     {% include "common/navigation.j2.inc" %}
     <div id="body_content" class="bg-near-white">
+      <a href="#" id="jump-top" role="button">
+        <i class="fas fa-chevron-up"></i>
+      </a>
         <div class="container-fluid">
           <div class="container text-center">
             <h1>News</h1>
           </div>
         </div>
         <div class="container">
-          <!--BEGIN-->
-          <article>
+          <article id="newspost-content">
             {% block body_content %}{% endblock %}
           </article>
-          <!--END-->
         </div>
     </div>
     {% include "common/footer.j2.inc" %}
diff --git a/configure b/configure
index e2be5fa..7749566 100755
--- a/configure
+++ b/configure
@@ -32,7 +32,6 @@
 
 # we invoke configure not as a symlink but as a copy,
 # so we have to use a fixed location for the repository!
-# dir=$(dirname "$(readlink -f -- "$0")")/build-system/taler-build-scripts
 dir=$(dirname "$(readlink -- "$0")")/build-system/taler-build-scripts
 . $dir/sh/lib.sh/existence.sh
 . $dir/sh/lib.sh/existence_python.sh
diff --git a/guix-env.scm b/guix-env.scm
deleted file mode 100644
index 92a7845..0000000
--- a/guix-env.scm
+++ /dev/null
@@ -1,128 +0,0 @@
-;;; This file is part of GNUnet.
-;;; Copyright (C) 2017, 2018 GNUnet e.V.
-;;;
-;;; GNUnet is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published
-;;; by the Free Software Foundation; either version 3, or (at your
-;;; option) any later version.
-;;;
-;;; GNUnet is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;;; General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with GNUnet; see the file COPYING.  If not, write to the
-;;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;;; Boston, MA 02110-1301, USA.
-
-(use-modules
- (ice-9 popen)
- (ice-9 match)
- (ice-9 rdelim)
- (guix packages)
- (guix build-system gnu)
- (guix gexp)
- ((guix build utils) #:select (with-directory-excursion))
- (guix git-download)
- (guix utils) ; current-source-directory
- (gnu packages)
- (gnu packages aidc)
- (gnu packages autotools)
- (gnu packages backup)
- (gnu packages base)
- (gnu packages compression)
- (gnu packages curl)
- (gnu packages check)
- (gnu packages databases)
- (gnu packages file)
- (gnu packages gettext)
- (gnu packages less)
- (gnu packages glib)
- (gnu packages gnome)
- (gnu packages gnunet)
- (gnu packages gnupg)
- (gnu packages gnuzilla)
- (gnu packages groff)
- (gnu packages gstreamer)
- (gnu packages gtk)
- (gnu packages guile)
- (gnu packages image)
- (gnu packages image-viewers)
- (gnu packages libidn)
- (gnu packages libunistring)
- (gnu packages linux)
- (gnu packages maths)
- (gnu packages multiprecision)
- (gnu packages perl)
- (gnu packages pkg-config)
- (gnu packages pulseaudio)
- (gnu packages python)
- (gnu packages tex)
- (gnu packages texinfo)
- (gnu packages tex)
- (gnu packages tls)
- (gnu packages upnp)
- (gnu packages openstack)
- (gnu packages video)
- (gnu packages web)
- (gnu packages version-control)
- (gnu packages xiph)
- ((guix licenses) #:prefix license:))
-
-(define %source-dir (dirname (current-filename)))
-
-(define gnunet-website-git
-  (let* ((revision "2"))
-    (package
-      (name "gnunet-website-git")
-      (version (string-append "0.0.0-" revision "." "dev"))
-      (source
-       (local-file %source-dir
-                   #:recursive? #t))
-      ;; FIXME: Switch to python-build-system!
-      (build-system gnu-build-system)
-      (inputs
-       `(("python-jinja2" ,python-jinja2)
-         ("python-babel" ,python-babel)
-         ("python-pylint" ,python-pylint)
-         ("python-oslo.i18n" ,python-oslo.i18n)
-         ("python-future" ,python-future)
-         ("gettext-minimal" ,gettext-minimal)
-         ("python" ,python)
-         ("coreutils" ,coreutils)
-         ("which" ,which)
-         ("less" ,less)
-         ("git" ,git)
-         ("automake" ,automake)
-         ("autoconf" ,autoconf-wrapper)))
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           (add-after 'unpack 'po-file-chmod
-             (lambda _
-               ;; Make sure 'msgmerge' can modify the PO files.
-               (for-each (lambda (po)
-                           (chmod po #o666))
-                         (find-files "." "\\.po$"))))
-           ;; (replace 'configure
-           ;;   (lambda* (#:key outputs inputs #:allow-other-keys)
-           ;;     (let ((pystore (assoc-ref inputs "python"))
-           ;;           (pyver ,(version-major+minor (package-version 
python))))
-           ;;       (substitute* "Makefile"
-           ;;         (("env PYTHONPATH=\".\"")
-           ;;          (string-append
-           ;;           "env PYTHONPATH=\""
-           ;;           (getenv "PYTHONPATH")
-           ;;           ":"
-           ;;           "."
-           ;;           "\""))))))
-           ;; FIXME: Implement small testsuite.
-           (delete 'check))))
-      (synopsis "GNUnet website generation")
-      (description
-       "GNUnet-website builds the website.")
-      (license #f)
-      (home-page "https://gnunet.org";))))
-
-gnunet-website-git
diff --git a/help b/help
deleted file mode 160000
index 1ca9f1b..0000000
--- a/help
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 1ca9f1b35b286625b05672feea1c16a4de368ed5
diff --git a/i18nfix.py b/i18nfix.py
deleted file mode 100644
index 7f326ba..0000000
--- a/i18nfix.py
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/usr/bin/env python3
-#
-# Copyright (C) 2017, 2018 GNUnet e.V.
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.  This file is offered as-is,
-# without any warranty.
-
-"""
-Extract translations from a Jinja2 template, stripping leading newlines.
-
-@author Florian Dold
-"""
-
-import re
-import jinja2.ext
-
-
-def normalize(message):
-    message = message.strip()
-    # collapse whitespaces (including newlines) into one space.
-    message = re.sub("\s+", " ", message)
-    return message
-
-
-def babel_extract(fileobj, keywords, comment_tags, options):
-    res = jinja2.ext.babel_extract(fileobj, keywords, comment_tags, options)
-    for lineno, funcname, message, comments in res:
-        message = normalize(message)
-        yield lineno, funcname, message, comments
-
-
-def wrap_gettext(f):
-    """
-    Call gettext with whitespace normalized.
-    """
-    def wrapper(message):
-        message = normalize(message)
-        return f(message)
-    return wrapper
diff --git a/inc b/inc
new file mode 160000
index 0000000..46295bc
--- /dev/null
+++ b/inc
@@ -0,0 +1 @@
+Subproject commit 46295bc38988c16a9a6c8c0cf8930abd20193a01
diff --git a/inc/news.macro.j2 b/inc/news.macro.j2
deleted file mode 100644
index 0ed9972..0000000
--- a/inc/news.macro.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-{% macro newspreview(name) -%}
-  <section class="item-preview">
-    <header>
-      <h3>{{ name['title']|e }}</h3>
-      <p class="item-date">
-        {{ name['date'] }}
-      </p>
-    </header>
-    <p class="item-abstract">
-      {{ name['abstract'] }} [<a href="{% if kwargs|length > 0 %}{{ 
kwargs['prefix'] }}{% endif %}{{ name['page'] }}" title="{{ name['date']}}">{{ 
_("read more") }}</a>]
-    </p>
-  </section>
-{% endmacro -%}
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index 0713014..bef9c6d 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -17,1975 +17,284 @@ msgstr ""
 "Language: de\n"
 "Generated-By: Babel 2.4.0\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "GNUnet"
-msgstr "GNUnet"
+#~ msgid "GNUnet"
+#~ msgstr "GNUnet"
 
-#: common/base.j2:6 common/news.j2:6
-msgid "GNU's framework for secure p2p networking"
-msgstr "GNU's Architektur für sichere p2p Netzwerke"
+#~ msgid "GNU's framework for secure p2p networking"
+#~ msgstr "GNU's Architektur für sichere p2p Netzwerke"
 
-#: common/footer.j2.inc:7
-msgid "Contact"
-msgstr "Kontakt"
+#~ msgid "Contact"
+#~ msgstr "Kontakt"
 
-#: common/footer.j2.inc:8 common/navigation.j2.inc:48
-msgid "GNUnet e.V."
-msgstr "GNUnet e.V."
+#~ msgid "GNUnet e.V."
+#~ msgstr "GNUnet e.V."
 
-#: common/footer.j2.inc:9 template/about.html.j2:6
-msgid "About GNUnet"
-msgstr "Über GNUnet"
+#~ msgid "About GNUnet"
+#~ msgstr "Über GNUnet"
 
-#: common/footer.j2.inc:14 common/navigation.j2.inc:61
-msgid "Bug Tracker"
-msgstr "Fehlerdatenbank"
+#~ msgid "Bug Tracker"
+#~ msgstr "Fehlerdatenbank"
 
-#: common/footer.j2.inc:19 template/copyright.html.j2:6
-msgid "Copyright Assignment"
-msgstr "Copyright Übertragung"
+#~ msgid "Copyright Assignment"
+#~ msgstr "Copyright Übertragung"
 
-#: common/footer.j2.inc:20 common/navigation.j2.inc:89
-#: template/developers.html.j2:24
-msgid "Bibliography"
-msgstr "Bibliografie"
+#~ msgid "Bibliography"
+#~ msgstr "Bibliografie"
 
-#: common/footer.j2.inc:31
-msgid "Source code of this site."
-msgstr ""
-
-#: common/footer.j2.inc:32
-msgid "Report issues with this website."
-msgstr ""
-
-#: common/navigation.j2.inc:38 template/index.html.j2:51
-msgid "About"
-msgstr "Über GNUnet"
+#~ msgid "About"
+#~ msgstr "Über GNUnet"
 
-#: common/navigation.j2.inc:39 news/index.html.j2:9 template/index.html.j2:64
-msgid "News"
-msgstr "Neues"
+#~ msgid "News"
+#~ msgstr "Neues"
 
-#: common/navigation.j2.inc:43
-msgid "Community"
-msgstr "Community"
+#~ msgid "Community"
+#~ msgstr "Community"
 
-#: common/navigation.j2.inc:46 template/index.html.j2:55
-msgid "Engage"
-msgstr "Mach mit!"
+#~ msgid "Engage"
+#~ msgstr "Mach mit!"
 
-#: common/navigation.j2.inc:47
-msgid "GSoC Projects"
-msgstr "GSoC Projekte"
+#~ msgid "GSoC Projects"
+#~ msgstr "GSoC Projekte"
 
-#: common/navigation.j2.inc:49
-msgid "Copyright for Contributors"
-msgstr "Copyright für Mitwirkende"
+#~ msgid "Copyright for Contributors"
+#~ msgstr "Copyright für Mitwirkende"
 
-#: common/navigation.j2.inc:50
-msgid "IRC Archive"
-msgstr "IRC Archiv"
+#~ msgid "IRC Archive"
+#~ msgstr "IRC Archiv"
 
-#: common/navigation.j2.inc:57
-msgid "Development"
-msgstr "Entwicklung"
+#~ msgid "Development"
+#~ msgstr "Entwicklung"
 
-#: common/navigation.j2.inc:60
-msgid "System Architecture"
-msgstr "Systemarchitektur"
+#~ msgid "System Architecture"
+#~ msgstr "Systemarchitektur"
 
-#: common/navigation.j2.inc:62 template/gnurl.html.j2:147
-msgid "Source Code"
-msgstr "Quellkode"
+#~ msgid "Source Code"
+#~ msgstr "Quellkode"
 
-#: common/navigation.j2.inc:63
 #, fuzzy
-#| msgid "Documentation"
-msgid "Source Code Documentation"
-msgstr "Dokumentation"
+#~| msgid "Documentation"
+#~ msgid "Source Code Documentation"
+#~ msgstr "Dokumentation"
 
-#: common/navigation.j2.inc:66
-msgid "Continuous Integration"
-msgstr "Kontinuierliche Integration"
+#~ msgid "Continuous Integration"
+#~ msgstr "Kontinuierliche Integration"
 
-#: common/navigation.j2.inc:68
 #, fuzzy
-#| msgid "Development"
-msgid "Development Tutorial"
-msgstr "Entwicklung"
+#~| msgid "Development"
+#~ msgid "Development Tutorial"
+#~ msgstr "Entwicklung"
 
-#: common/navigation.j2.inc:79
-msgid "Documentation"
-msgstr "Dokumentation"
+#~ msgid "Documentation"
+#~ msgstr "Dokumentation"
 
-#: common/navigation.j2.inc:82 template/index.html.j2:53
-#: template/install.html.j2:6
-msgid "Install"
-msgstr "Installieren"
+#~ msgid "Install"
+#~ msgstr "Installieren"
 
-#: common/navigation.j2.inc:83
-msgid "Use"
-msgstr "Nutzen"
+#~ msgid "Use"
+#~ msgstr "Nutzen"
 
-#: common/navigation.j2.inc:84
-msgid "Videos"
-msgstr "Videos"
+#~ msgid "Videos"
+#~ msgstr "Videos"
 
-#: common/navigation.j2.inc:85 template/glossary.html.j2:6
-msgid "Glossary"
-msgstr "Glossar"
+#~ msgid "Glossary"
+#~ msgstr "Glossar"
 
-#: common/navigation.j2.inc:86
-msgid "Handbook"
-msgstr "Handbuch"
+#~ msgid "Handbook"
+#~ msgstr "Handbuch"
 
-#: common/navigation.j2.inc:87
-msgid "REST API"
-msgstr "REST API"
+#~ msgid "REST API"
+#~ msgstr "REST API"
 
-#: common/navigation.j2.inc:88
-msgid "FAQ"
-msgstr "FAQ"
+#~ msgid "FAQ"
+#~ msgstr "FAQ"
 
-#: inc/news.macro.j2:10
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:11
 #, fuzzy
-#| msgid "About GNUnet"
-msgid "What is GNUnet?"
-msgstr "Über GNUnet"
-
-#: template/about.html.j2:13
-msgid ""
-"GNUnet is an alternative network stack for building secure, decentralized "
-"and privacy-preserving distributed applications. Our goal is to replace the "
-"old insecure Internet protocol stack. Starting from an application for "
-"secure publication of files, it has grown to include all kinds of basic "
-"protocol components and applications towards the creation of a GNU internet."
-msgstr ""
-
-#: template/about.html.j2:23
-msgid ""
-"Today, the actual use and thus the social requirements for a global network "
-"differs widely from those goals of 1970. While the Internet remains suitable "
-"for military use, where the network equipment is operated by a command "
-"hierarchy and when necessary isolated from the rest of the world, the "
-"situation is less tenable for civil society."
-msgstr ""
-
-#: template/about.html.j2:32
-msgid ""
-"Due to fundamental Internet design choices, Internet traffic can be "
-"misdirected, intercepted, censored and manipulated by hostile routers on the "
-"network. And indeed, the modern Internet has evolved exactly to the point "
-"where, as Matthew Green put it, <a href=\"https://blog.";
-"cryptographyengineering.com/2015/08/16/the-network-is-hostile/\">\"the "
-"network is hostile\"</a>."
-msgstr ""
-
-#: template/about.html.j2:41
-msgid ""
-"We believe liberal societies need a network architecture that uses the anti-"
-"authoritarian decentralized peer-to-peer paradigm and privacy-preserving "
-"cryptographic protocols. The goal of the GNUnet project is to provide a Free "
-"Software realization of this ideal."
-msgstr ""
-
-#: template/about.html.j2:49
-msgid ""
-"Specifically, GNUnet tries to follow the following design principles, in "
-"order of importance:"
-msgstr ""
-
-#: template/about.html.j2:56
-msgid ""
-"GNUnet must be implemented as <a href=\"https://www.gnu.org/philosophy/free-";
-"sw.html\">Free Software</a>."
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"GNUnet must minimize the amount of personally identifiable information "
-"exposed."
-msgstr ""
-
-#: template/about.html.j2:61
-msgid ""
-"GNUnet must be fully distributed and resilient to external attacks and rogue "
-"participants."
-msgstr ""
-
-#: template/about.html.j2:62
-msgid ""
-"GNUnet must be self-organizing and not depend on administrators or "
-"centralized infrastructure."
-msgstr ""
-
-#: template/about.html.j2:63
-msgid ""
-"GNUnet must inform the user which other participants have to be trusted when "
-"establishing private communications."
-msgstr ""
-
-#: template/about.html.j2:64
-msgid "GNUnet must be open and permit new peers to join."
-msgstr ""
-
-#: template/about.html.j2:65
-msgid "GNUnet must support a diverse range of applications and devices."
-msgstr ""
-
-#: template/about.html.j2:66
-msgid "GNUnet must use compartmentalization to protect sensitive information."
-msgstr ""
-
-#: template/about.html.j2:67
-msgid "The GNUnet architecture must be resource efficient."
-msgstr ""
-
-#: template/about.html.j2:68
-msgid ""
-"GNUnet must provide incentives for peers to contribute more resources than "
-"they consume."
-msgstr ""
-
-#: template/about.html.j2:72
-msgid ""
-"To get know and learn more, please check our <a href=\"https://docs.gnunet.";
-"org/handbook/gnunet.html\">handbook</a>, especially the <a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Key-Concepts\">chapter on \"Key Concepts"
-"\"</a>, explaining the fundamental concepts of GNUnet: <ul> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Authentication";
-"\">Authentication</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Accounting-to-Encourage-Resource-Sharing\">Accounting to "
-"Encourage Resource Sharing</a></li> <li><a href=\"https://docs.gnunet.org/";
-"handbook/gnunet.html#Confidentiality\">Confidentiality</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Anonymity\";>Anonymity</a></"
-"li> <li><a href=\"https://docs.gnunet.org/handbook/gnunet.html#Deniability";
-"\">Deniability</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Peer-Identities\">Peer Identities</a></li> <li><a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Zones-in-the-GNU-Name-System-_0028GNS-"
-"Zones_0029\">Zones in the GNU Name System (GNS Zones)</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Egos\";>Egos</a></li> </ul>"
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "More Resources"
-msgstr ""
-
-#: template/about.html.j2:90
-msgid ""
-"There are many more resources to learn about GNUnet besides the <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html\";>handbook</a>, such as the "
-"<a href=\"https://bib.gnunet.org/\";>bibliography</a> with papers covering "
-"the various layers, many <a href=\"https://gnunet.org/en/video.html";
-"\">videos</a> or a brief <a href=\"https://gnunet.org/en/glossary.html";
-"\">glossary</a>."
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"You are most welcome to <a href=\"engage.html\">get engaged into the "
-"conversation</a>, <a href=\"install.html\">install GNUnet</a>, <a href=\"use."
-"html\">use it</a> and <a href=\"engage.html\">contribute and get engaged</a> "
-"in various ways."
-msgstr ""
-
-#: template/about.html.j2:100
-msgid ""
-"Please be aware that this project is (despite of it's age) still in an early "
-"alpha stage when it comes to software &#8211; its not an easy task to "
-"rewrite the whole Internet!"
-msgstr ""
-
-#: template/about.html.j2:105
-msgid "Current funding"
-msgstr "Aktuelle Finanzierung"
+#~| msgid "About GNUnet"
+#~ msgid "What is GNUnet?"
+#~ msgstr "Über GNUnet"
 
-#: template/about.html.j2:110
-msgid ""
-"We're receiving funding from NLnet's Next Generation Internet funding line "
-"to document and implement the GNU Name System protocol in a way suitable for "
-"the IETF standardization process."
-msgstr ""
+#~ msgid "Current funding"
+#~ msgstr "Aktuelle Finanzierung"
 
-#: template/about.html.j2:123
 #, fuzzy
-#| msgid "We are grateful for past funding from the following organizations:"
-msgid ""
-"We are grateful for free hosting offered by the following organizations:"
-msgstr ""
-"Wir sind den folgenden Organisatzionen sehr dankbar für ihre frühere "
-"Unterstützung:"
+#~| msgid "We are grateful for past funding from the following organizations:"
+#~ msgid ""
+#~ "We are grateful for free hosting offered by the following organizations:"
+#~ msgstr ""
+#~ "Wir sind den folgenden Organisatzionen sehr dankbar für ihre frühere "
+#~ "Unterstützung:"
 
-#: template/about.html.j2:132
-msgid "Past funding"
-msgstr "Frühere Finanzierung"
+#~ msgid "Past funding"
+#~ msgstr "Frühere Finanzierung"
 
-#: template/about.html.j2:134
-msgid "We are grateful for past funding from the following organizations:"
-msgstr ""
-"Wir sind den folgenden Organisatzionen sehr dankbar für ihre frühere "
-"Unterstützung:"
+#~ msgid "We are grateful for past funding from the following organizations:"
+#~ msgstr ""
+#~ "Wir sind den folgenden Organisatzionen sehr dankbar für ihre frühere "
+#~ "Unterstützung:"
 
-#: template/architecture.html.j2:6
-msgid "GNUnet System Architecture"
-msgstr "GNUnet Systemarchitektur"
+#~ msgid "GNUnet System Architecture"
+#~ msgstr "GNUnet Systemarchitektur"
 
-#: template/architecture.html.j2:15
-msgid "Legend"
-msgstr ""
+#~ msgid "Foundations"
+#~ msgstr "Grundlagen"
 
-#: template/architecture.html.j2:55
-msgid "Foundations"
-msgstr "Grundlagen"
+#~ msgid ""
+#~ "The foundations of GNUnet are a distributed hash table (R5N), an SCTP-"
+#~ "like end-to-end encrypted messaging layer (CADET), a public key "
+#~ "infrastructure (GNS) and a pluggable transport system (TRANSPORT).<br> "
+#~ "Using public keys for addresses and self-organized decentralized routing "
+#~ "algorithms, these subsystems replace the traditional TCP/IP stack."
+#~ msgstr ""
+#~ "GNUnet basiert auf einer verteilten Hashtabelle (R5N), einem SCTP "
+#~ "ähnlichen ende-zu-ende verschlüsselter Nachrichtenübertragung (CADET), "
+#~ "einer Public-Key-Infrastruktur (GNS) und einem erweiterbaren "
+#~ "Transportsystem (TRANSPORT).<br> Öffentliche Schlüssel werden als "
+#~ "Addressen für selbstorganizierte decentralizierte Routingalgorithmen "
+#~ "benutzt. Diese Komponenten ersetzen das traditionelle Internet (TCP/IP)."
 
-#: template/architecture.html.j2:57
-msgid ""
-"The foundations of GNUnet are a distributed hash table (R5N), an SCTP-like "
-"end-to-end encrypted messaging layer (CADET), a public key infrastructure "
-"(GNS) and a pluggable transport system (TRANSPORT).<br> Using public keys "
-"for addresses and self-organized decentralized routing algorithms, these "
-"subsystems replace the traditional TCP/IP stack."
-msgstr ""
-"GNUnet basiert auf einer verteilten Hashtabelle (R5N), einem SCTP ähnlichen "
-"ende-zu-ende verschlüsselter Nachrichtenübertragung (CADET), einer Public-"
-"Key-Infrastruktur (GNS) und einem erweiterbaren Transportsystem (TRANSPORT)."
-"<br> Öffentliche Schlüssel werden als Addressen für selbstorganizierte "
-"decentralizierte Routingalgorithmen benutzt. Diese Komponenten ersetzen das "
-"traditionelle Internet (TCP/IP)."
-
-#: template/architecture.html.j2:70
-msgid "Security"
-msgstr "Sicherheit"
-
-#: template/architecture.html.j2:73
-msgid ""
-"GNUnet is implemented using a multi-process architecture. Each subsystem "
-"runs as a separate process, providing fault-isolation and enabling tight "
-"permissions to be granted to each subsystem. Naturally, the implementation "
-"is a <a href=\"https://www.gnu.org/\";>GNU</a> package, and will always "
-"remain free software."
-msgstr ""
+#~ msgid "Security"
+#~ msgstr "Sicherheit"
 
-#: template/architecture.html.j2:87
 #, fuzzy
-#| msgid "System Architecture"
-msgid "System architecture"
-msgstr "System Architekture"
-
-#: template/architecture.html.j2:93
-msgid "Subsystems"
-msgstr ""
+#~| msgid "System Architecture"
+#~ msgid "System architecture"
+#~ msgstr "System Architekture"
 
-#: template/architecture.html.j2:102
 #, fuzzy
-#| msgid "libgnurl"
-msgid "libgnunetutil"
-msgstr "libgnurl"
-
-#: template/architecture.html.j2:108
-msgid "APIs"
-msgstr ""
-
-#: template/contact.html.j2:6
-msgid "Contact information"
-msgstr "Kontaktinformation"
-
-#: template/contact.html.j2:11
-msgid "The mailing list"
-msgstr "Die Mailingliste"
-
-#: template/contact.html.j2:13
-msgid ""
-"An archived, public mailing list for GNUnet is hosted at <a href=\"https://";
-"lists.gnu.org/mailman/listinfo/gnunet-developers\">https://lists.gnu.org/";
-"mailman/listinfo/gnunet-developers</a>. You can send messages to the list at "
-"<a href=\"mailto:address@hidden\";>address@hidden</a>."
-msgstr ""
-
-#: template/contact.html.j2:23
-msgid "The IRC channel"
-msgstr "Der IRC Kanal"
-
-#: template/contact.html.j2:25
-msgid ""
-"<tt>#gnunet</tt> is reachable via <a href=\"https://freenode.net\";>irc."
-"freenode.net</a>. There is also an <a href=\"https://old.gnunet.org/bot/log/";
-"gnunet\">archive</a> available (currently unavailable, we are working on "
-"restoring access to it)."
-msgstr ""
-
-#: template/contact.html.j2:38
-msgid "Contacting individuals"
-msgstr "Individuelle Kontaktaufname"
-
-#: template/contact.html.j2:40
-msgid ""
-"GNUnet developers are generally reachable at either <tt>PSEUDONYM@gnunet."
-"org</tt> or <tt>address@hidden</tt>. Most of us support receiving GnuPG "
-"encrypted Emails."
-msgstr ""
-
-#: template/contact.html.j2:50
-msgid "Reporting bugs"
-msgstr "Fehler melden"
-
-#: template/contact.html.j2:52
-msgid ""
-"We track open feature requests and bugs for projects within GNUnet in our <a "
-"href=\"https://bugs.gnunet.org/\";>Bug tracker</a>. You can also report bugs "
-"or feature requests to the <a href=\"https://lists.gnu.org/mailman/listinfo/";
-"bug-gnunet\">bug-gnunet</a> mailing list. The mailinglist requires no "
-"subscription."
-msgstr ""
-
-#: template/copyright.html.j2:11
-msgid ""
-"<p> Contributors to GNUnet with Git access must sign the <a href=\"/static/"
-"pdf/copyright.pdf\">copyright assignment</a> to ensure that the <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/gnunet_taler_agreement.tex";
-"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
-"development</a> of the GNUnet and GNU Taler projects is satisfied. </p>"
-msgstr ""
-
-#: template/copyright.html.j2:22
-msgid ""
-"<p>The agreements ensure that the code will continue to be made available "
-"under free software licenses, but gives developers the freedom to move code "
-"between GNUnet and GNU Taler without worrying about licenses and to give the "
-"company the ability to dual-license (for example, so that we can distribute "
-"via App-stores that are hostile to free software).</p>"
-msgstr ""
-
-#: template/copyright.html.j2:30
-msgid ""
-"<p>Minor contributions (basically, anyone without Git access) do not require "
-"copyright assignment. Pseudonymous contributions are accepted, in this case "
-"simply sign the agreement with your pseudonym. Scanned copies are "
-"sufficient, but snail mail is preferred.</p>"
-msgstr ""
-
-#: template/developers.html.j2:5
-msgid "GNUnet for developers"
-msgstr "GNUNet für Entwickeler"
-
-#: template/developers.html.j2:13
-msgid "Repositories"
-msgstr "Quellcode"
-
-#: template/developers.html.j2:16
-msgid ""
-"A list of our Git repositories can be found on our our <a href=\"https://git.";
-"gnunet.org/\">Git Server</a>."
-msgstr ""
+#~| msgid "libgnurl"
+#~ msgid "libgnunetutil"
+#~ msgstr "libgnurl"
 
-#: template/developers.html.j2:27
-msgid ""
-"Technical papers can be found in our <a href=\"https://old.gnunet.org/";
-"bibliography\">bibliography</a>."
-msgstr ""
-
-#: template/developers.html.j2:34
-msgid "Discussion"
-msgstr "Diskussion"
-
-#: template/developers.html.j2:37
-msgid ""
-"We have a mailing list for developer discussions. You can subscribe to or "
-"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/";
-"gnunet-developers\">http://lists.gnu.org/mailman/listinfo/gnunet-developers</"
-"a>."
-msgstr ""
-
-#: template/developers.html.j2:47
-msgid "Regression Testing"
-msgstr "Regressionstests"
-
-#: template/developers.html.j2:50
-msgid ""
-"We have <a href=\"https://buildbot.net/\";>Buildbot</a> automation tests to "
-"detect regressions and check for portability at <a href=\"https://old.gnunet.";
-"org/buildbot/gnunet/\">https://old.gnunet.org/buildbot/gnunet/</a>."
-msgstr ""
+#~ msgid "Contact information"
+#~ msgstr "Kontaktinformation"
 
-#: template/developers.html.j2:59
-msgid "Code Coverage Analysis"
-msgstr "Codeabdeckungsanalyse"
-
-#: template/developers.html.j2:62
-msgid ""
-"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\";>LCOV</a> to "
-"analyze the code coverage of our tests, the results are available at <a href="
-"\"https://old.gnunet.org/coverage/\";>https://old.gnunet.org/coverage/</a>."
-msgstr ""
+#~ msgid "The mailing list"
+#~ msgstr "Die Mailingliste"
 
-#: template/developers.html.j2:72
-msgid "Performance Analysis"
-msgstr "Leistungsanalyse"
+#~ msgid "The IRC channel"
+#~ msgstr "Der IRC Kanal"
 
-#: template/developers.html.j2:75
-msgid ""
-"We use <a href=\"https://old.gnunet.org/gauger\";>Gauger</a> for performance "
-"regression analysis of the exchange backend at <a href=\"https://old.gnunet.";
-"org/gauger/\">https://old.gnunet.org/gauger/</a>."
-msgstr ""
+#~ msgid "Contacting individuals"
+#~ msgstr "Individuelle Kontaktaufname"
 
-#: template/download.html.j2:7 template/gnurl.html.j2:169
-msgid "Downloads"
-msgstr "Herunterladen"
+#~ msgid "Reporting bugs"
+#~ msgstr "Fehler melden"
 
-#: template/download.html.j2:11
-msgid ""
-"Here you can download releases of our software and find links to the various "
-"versions."
-msgstr ""
+#~ msgid "GNUnet for developers"
+#~ msgstr "GNUNet für Entwickeler"
 
-#: template/download.html.j2:17
-msgid "0.11.x series"
-msgstr ""
+#~ msgid "Repositories"
+#~ msgstr "Quellcode"
 
-#: template/download.html.j2:18
-msgid "tarball"
-msgstr ""
+#~ msgid "Discussion"
+#~ msgstr "Diskussion"
 
-#: template/download.html.j2:20
-msgid ""
-"The tarball of the latest version can be obtained from GNU FTP and its "
-"mirrors."
-msgstr ""
+#~ msgid "Regression Testing"
+#~ msgstr "Regressionstests"
 
-#: template/download.html.j2:30
-msgid "git"
-msgstr ""
+#~ msgid "Code Coverage Analysis"
+#~ msgstr "Codeabdeckungsanalyse"
 
-#: template/download.html.j2:32
-msgid ""
-"You can fetch the git tag of version 0.11.x from our development server:"
-msgstr ""
+#~ msgid "Performance Analysis"
+#~ msgstr "Leistungsanalyse"
 
-#: template/engage.html.j2:6
-msgid "Engage!"
-msgstr ""
+#~ msgid "Downloads"
+#~ msgstr "Herunterladen"
 
-#: template/ev.html.j2:6
-msgid "Verein zur F&ouml;rderung von GNUnet e.V."
-msgstr "Verein zur Förderung von GNUnet e.V."
+#~ msgid "Verein zur F&ouml;rderung von GNUnet e.V."
+#~ msgstr "Verein zur Förderung von GNUnet e.V."
 
-#: template/ev.html.j2:11
 #, fuzzy
-#| msgid "About GNUnet"
-msgid "About GNUnet e.V."
-msgstr "Über GNUnet"
-
-#: template/ev.html.j2:13
-msgid ""
-"On December 27th 2013 a group of GNUnet hackers met at 30c3 to create the "
-"\"Verein zur F&ouml;rderung von GNUnet e.V.\", an association under German "
-"law to support GNUnet development. The Amtsgericht M&uuml;nchen registered "
-"the association on the 7th of March under VR 205287."
-msgstr ""
-
-#: template/ev.html.j2:22
-msgid ""
-"The association is officially dedicated to supporting research, development "
-"and education in the area of secure decentralized networking in general, and "
-"GNUnet specifically. This is the official website for the association."
-msgstr ""
-
-#: template/ev.html.j2:31
-msgid "Becoming a Member of GNUnet e.V."
-msgstr "Ein Mitglied von GNUnet e.V. werden"
-
-#: template/ev.html.j2:33
-msgid ""
-"GNUnet developers with git (write) access can become members to participate "
-"in the decision process and formally support GNUnet e.V. For this, all you "
-"have to do is update the <tt>members.txt</tt> file in the <a href=\"https://";
-"git.gnunet.org/gnunet-ev.git/\">gnunet-ev</a> repository. There are no "
-"membership dues; however, members are required to support GNUnet e.V. and in "
-"particularly contribute to the technical development within their means. For "
-"further details, we refer to the <a href=\"https://git.gnunet.org/gnunet-ev.";
-"git/\">Satzung</a> (currently only available in German, translations "
-"welcome)."
-msgstr ""
-
-#: template/ev.html.j2:52
-msgid "Governance"
-msgstr "Führung"
-
-#: template/ev.html.j2:54
-msgid ""
-"You can find our \"Satzung\", and the list of members under <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex\";>https://git.gnunet.";
-"org/gnunet-ev.git/tree/satzung.tex</a>. The current board consists of: "
-"<dl><dt>Vorsitz</dt> <dd><a href=\"https://grothoff.org/christian/";
-"\">Christian Grothoff</a></dd> <dt>stellvertretender Vorsitz</dt> <dd>xrs</"
-"dd> <dt>Kassenwart</dt> <dd>Florian Dold</dd> <dt>Beisitzer</dt> <dd>Lurchi</"
-"dd> </dl>"
-msgstr ""
-
-#: template/ev.html.j2:71
-msgid "Official Meeting Notes"
-msgstr "Offizielle Protokolle"
-
-#: template/ev.html.j2:84
-msgid "Support Us!"
-msgstr "Unterstützung anbieten!"
-
-#: template/ev.html.j2:86
-msgid ""
-"Everybody is welcome to support us via donations. For financial "
-"contributions, Europeans are able to donate via SEPA. We hope to setup "
-"accounts in other major currency areas in the future. You can also donate "
-"via Bitcoin, routing details are given below. Please note that we are unable "
-"to provide receipts for your donations. If you are planning to donate a "
-"significant amount of money, please contact us first as it might be better "
-"to come to a custom arrangement. <dl><dt>BitCoin</dt> "
-"<dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd> <dt>SEPA/IBAN</dt> "
-"<dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd> </dl>"
-msgstr ""
-
-#: template/faq.html.j2:12
-msgid ""
-"I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. "
-"Should I worry?"
-msgstr ""
-
-#: template/faq.html.j2:14
-msgid ""
-"A: Right now, this is expected and a known cause for high latency in GNUnet. "
-"We have started a major rewrite to address this and other problems, but "
-"until the Transport Next Generation (TNG) is ready, these warnings are "
-"expected."
-msgstr ""
-
-#: template/faq.html.j2:23
-msgid "Is there a graphical user interface?"
-msgstr "Gibt es eine Graphische Benutzeroberfläche?"
-
-#: template/faq.html.j2:25
-msgid ""
-"A: gnunet-gtk is a separate download. The package contains various GTK+ "
-"based graphical interfaces, including a graphical tool for configuration."
-msgstr ""
-
-#: template/glossary.html.j2:12
-msgid "Ego"
-msgstr "Ego"
-
-#: template/glossary.html.j2:14
-msgid ""
-"We use the term \"Ego\" to refer to the fact that users in GNUnet can have "
-"multiple unlinkable identities, in the sense of alter egos. The ability to "
-"have more than one identity is crucial, as we may want to keep our egos for "
-"business separate from those we use for political activities or romance.<br> "
-"Egos in GNUnet are technically equivalent to identities (and the code does "
-"not distinguish between them). We simply sometimes use the term \"ego\" to "
-"stress that you can have more than one."
-msgstr ""
+#~| msgid "About GNUnet"
+#~ msgid "About GNUnet e.V."
+#~ msgstr "Über GNUnet"
 
-#: template/glossary.html.j2:27
-msgid "Identity"
-msgstr "Identität"
+#~ msgid "Becoming a Member of GNUnet e.V."
+#~ msgstr "Ein Mitglied von GNUnet e.V. werden"
 
-#: template/glossary.html.j2:29
-msgid ""
-"In GNUnet users are identified via a public key, and that public key is then "
-"often referred to as the \"Identity\" of the user. However, the concept is "
-"not as draconian as it often is in real life where many are forced to have "
-"one name, one passport and one unique identification number. <br> As long as "
-"identities in GNUnet are simply public keys, users are free to create any "
-"number of identities, and we call those egos to emphasize the difference. "
-"Even though users can create such egos freely, it is possible to have an ego "
-"certified by some certification authority, resulting in something that more "
-"closely resembles the traditional concept of an identity.<br> For example, a "
-"university may certify the identities of its students such that they can "
-"prove that they are studying. Students may keep their (certified) student "
-"identity separate from other egos that they use for other activities in life."
-msgstr ""
+#~ msgid "Governance"
+#~ msgstr "Führung"
 
-#: template/glossary.html.j2:50
-msgid "Pseudonym"
-msgstr "Pseudonym"
+#~ msgid "Official Meeting Notes"
+#~ msgstr "Offizielle Protokolle"
 
-#: template/glossary.html.j2:52
-msgid ""
-"A pseudonym is an ego that is specifically intended to not be linked to "
-"one's real name. GNUnet users can create many egos, and thus also many "
-"pseudonyms. <br> Repeated uses of the same pseudonym are linkable by "
-"definition, as they involve the same public key. Anonymity requires the use "
-"of either the special \"anonymous\" pseudonym (for GNUnet, this is the "
-"neutral element on the elliptic curve) or a throw-away pseudonym that is "
-"only used once."
-msgstr ""
+#~ msgid "Support Us!"
+#~ msgstr "Unterstützung anbieten!"
 
-#: template/glossary.html.j2:71
-msgid "Namespaces"
-msgstr "Namensraum"
+#~ msgid "Is there a graphical user interface?"
+#~ msgstr "Gibt es eine Graphische Benutzeroberfläche?"
 
-#: template/glossary.html.j2:73
-msgid ""
-"The GNU Name System allows every ego (or identity) to securely and privately "
-"associate any number of label-value pairs with an ego. The values are called "
-"record sets following the terminology of the Domain Name System (DNS). The "
-"mapping of labels to record sets for a given ego is called a namespace. <br> "
-"If records are made public and thus published, it is possible for other "
-"users to lookup the record given the ego's public key and the label. Here, "
-"not only the label can thus act as a passphrase but also the public key -- "
-"which despite its name may not be public knowledge and is never disclosed by "
-"the GNS protocol itself."
-msgstr ""
+#~ msgid "Ego"
+#~ msgstr "Ego"
 
-#: template/glossary.html.j2:89
-msgid "Peer"
-msgstr ""
+#~ msgid "Identity"
+#~ msgstr "Identität"
 
-#: template/glossary.html.j2:91
-msgid ""
-"A \"peer\" is an instance of GNUnet with its own per-instance public key and "
-"network addresses. Technically, it is possible to run multiple peers on the "
-"same host, but this only makes sense for testing. <br> By design GNUnet "
-"supports multiple users to share the same peer, just as UNIX is a multi-user "
-"system. A \"peer\" typically consists of a set of foundational GNUnet "
-"services running as the \"gnunet\" user and allowing all users in the "
-"\"gnunet\" group to utilize the API. On multi-user systems, additional "
-"\"personalized\" services may be required per user. <br> While peers are "
-"also identified by public keys, these public keys are completely unrelated "
-"to egos or identities. Namespaces cannot be associated with a peer, only "
-"with egos."
-msgstr ""
+#~ msgid "Pseudonym"
+#~ msgstr "Pseudonym"
 
-#: template/gnurl.html.j2:20
-msgid ""
-"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
-"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
-"ensure a small footprint and uniform experience for developers regardless of "
-"how libcurl was compiled.<br> Our main usecase is for GNUnet, but it might "
-"be usable for others, hence we're releasing the code to the general public."
-"<br> libgnurl is released under the same license as libcurl. Please read the "
-"README for instructions, as you must supply the correct options to configure "
-"to get a proper build of libgnurl."
-msgstr ""
+#~ msgid "Namespaces"
+#~ msgstr "Namensraum"
 
-#: template/gnurl.html.j2:35
 #, fuzzy
-#| msgid "About"
-msgid "About gnurl"
-msgstr "Über GNUnet"
-
-#: template/gnurl.html.j2:37
-msgid ""
-"Large parts of the following 6 paragraphs are old and need to be rewritten."
-msgstr ""
-
-#: template/gnurl.html.j2:43
-msgid "Motivation"
-msgstr "Motivation"
-
-#: template/gnurl.html.j2:45
-msgid ""
-"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
-"other variants are used by some distributions. Supporting other crypto "
-"backends would again expose us to a wider array of security issues, may "
-"create licensing issues and most importantly introduce new bugs as some "
-"crypto backends are known to introduce subtle runtime issues. While it is "
-"possible to have two versions of libcurl installed on the same system, this "
-"is error-prone, especially as if we are linked against the wrong version, "
-"the bugs that arise might be rather subtle."
-msgstr ""
-
-#: template/gnurl.html.j2:58
-msgid ""
-"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
-"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
-"one links cURL against this version of GnuTLS? Well, first one would install "
-"GnuTLS by hand in the system. Then, we build cURL. cURL will build against "
-"it just fine, but the linker will eventually complain bitterly. The reason "
-"is that cURL also links against a bunch of other system libraries (gssapi, "
-"ldap, ssh2, rtmp, krb5, sasl2, see discussion on obscure protocols above), "
-"which --- as they are part of the distribution --- were linked against an "
-"older version of GnuTLS. As a result, the same binary would be linked "
-"against two different versions of GnuTLS. That is typically a recipe for "
-"disaster. Thus, in order to avoid updating a dozen system libraries (and "
-"having two versions of those installed), it is necessary to disable all of "
-"those cURL features that GNUnet does not use, and there are many of those. "
-"For GNUnet, the more obscure protocols supported by cURL are close to dead "
-"code --- mostly harmless, but not useful. However, as some application may "
-"use one of those features, distributions are typically forced to enable all "
-"of those features, and thus including security issues that might arise from "
-"that code."
-msgstr ""
-
-#: template/gnurl.html.j2:82
-msgid ""
-"So to use a modern version of GnuTLS, a sane approach is to disable all of "
-"the \"optional\" features of cURL that drag in system libraries that link "
-"against the older GnuTLS. That works, except that one should then NEVER "
-"install that version of libcurl in say /usr or /usr/local, as that may break "
-"other parts of the system that might depend on these features that we just "
-"disabled. Libtool versioning doesn't help here, as it is not intended to "
-"deal with libraries that have optional features. Naturally, installing cURL "
-"somewhere else is also problematic, as we now need to be really careful that "
-"the linker will link GNUnet against the right version. Note that none of "
-"this can really be trivially fixed by the cURL developers."
-msgstr ""
-
-#: template/gnurl.html.j2:97
-msgid "Rename to fix"
-msgstr "Umbenenung als Lösung"
-
-#: template/gnurl.html.j2:99
-#, python-format
-msgid ""
-"How does forking fix it? Easy. First, we can get rid of all of the "
-"compatibility issues --- if you use libgnurl, you state that you don't need "
-"anything but HTTP/HTTPS. Those applications that need more, should stick "
-"with the original cURL. Those that do not, can choose to move to something "
-"simpler. As the library gets a new name, we do not have to worry about tons "
-"of packages breaking as soon as one rebuilds it. So renaming itself and "
-"saying that \"libgnurl = libcurl with only HTTP/HTTPS support and GnuTLS\" "
-"fixes 99%% of the problems that darkened my mood. Note that this pretty much "
-"CANNOT be done without a fork, as renaming is an essential part of the fix. "
-"Now, there might be creative solutions to achieve the same thing within the "
-"standard cURL build system, but I'm not happy to wait for a decade for "
-"Daniel to review the patches. The changes libgnurl makes to curl are "
-"miniscule and can easily be applied again and again whenever libcurl makes a "
-"new release."
-msgstr ""
-
-#: template/gnurl.html.j2:118
-msgid "Using libgnurl"
-msgstr "Benutzung von libgnurl"
-
-#: template/gnurl.html.j2:120
-msgid ""
-"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
-"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
-"That's it. No changes to the source code should be required, as libgnurl "
-"strives for bug-for-bug compatibility with the HTTP/HTTPS/GnuTLS subset of "
-"cURL. We might add new features relating to this core subset if they are "
-"proposed, but so far we have kept our changes minimal and no additions to "
-"the original curl source have been written."
-msgstr ""
+#~| msgid "About"
+#~ msgid "About gnurl"
+#~ msgstr "Über GNUnet"
 
-#: template/gnurl.html.j2:133
-msgid "Gotchas"
-msgstr "Aufgepasst!"
-
-#: template/gnurl.html.j2:135
-msgid ""
-"libgnurl and gnurl are not intended to be used as a replacement for curl for "
-"users. Since no conflicts in filenames should occur you are not expected to "
-"remove curl to make use of gnurl and viceversa."
-msgstr ""
+#~ msgid "Motivation"
+#~ msgstr "Motivation"
 
-#: template/gnurl.html.j2:149
-msgid "You can get the gnurl git repository using:"
-msgstr ""
+#~ msgid "Rename to fix"
+#~ msgstr "Umbenenung als Lösung"
 
-#: template/gnurl.html.j2:162
-msgid "The versions are checked in as (signed) git tags."
-msgstr ""
+#~ msgid "Using libgnurl"
+#~ msgstr "Benutzung von libgnurl"
 
-#: template/gnurl.html.j2:171
-msgid ""
-"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/";
-"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
-"variety of distributions and package managers. Package Managers which "
-"include gnurl are: <a href=\"https://www.gnu.org/software/guix/\";>GNU Guix</"
-"a> (available as \"gnurl\"), <a href=\"https://gentoo.org\";>Gentoo</a> "
-"through the collaborative ebuild collection <a href=\"https://git.gnunet.org/";
-"youbroketheinternet-overlay.git/\">youbroketheinternet</a>, <a href="
-"\"https://nixos.org/nix/\";>Nix</a>, and as www/gnurl in <a href=\"https://";
-"pkgsrc.org\">pkgsrc</a>."
-msgstr ""
+#~ msgid "Gotchas"
+#~ msgstr "Aufgepasst!"
 
-#: template/gnurl.html.j2:188
 #, fuzzy
-#| msgid "Using libgnurl"
-msgid "Building gnurl"
-msgstr "Benutzung von libgnurl"
-
-#: template/gnurl.html.j2:190
-msgid ""
-"We suggest to closely follow release announcements, as they might indicate "
-"changes in how gnurl is to be build. <br> If your package manager provides a "
-"binary build or build instructions to build gnurl from source automated and "
-"integrated with your environment, we strongly suggest to use this binary "
-"build. <br> There are two ways to build gnurl. The first one builds from the "
-"most recent git tag, the second one uses the distributed tarball. "
-"Distributors generally are supposed to build from the tarball, but we "
-"describe both methods here. Both methods are written with a NetBSD 9 "
-"userland in mind, substitute tools as necessary. <br> You should <b>avoid</"
-"b> building gnurl from the tip of the default git branch, as only tags are "
-"considered to be stable and approved builds."
-msgstr ""
-
-#: template/gnurl.html.j2:211
-msgid "Building from the distributed tarball (prefered method)"
-msgstr ""
-
-#: template/gnurl.html.j2:213
-msgid ""
-"If you want to verify the signature, install an OpenPGP compatible tool such "
-"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
-msgstr ""
-
-#: template/gnurl.html.j2:227
-msgid "Fetch the signature key from"
-msgstr ""
-
-#: template/gnurl.html.j2:231
-msgid "or via commandline with gnupg2."
-msgstr ""
-
-#: template/gnurl.html.j2:236
-msgid ""
-"Fetch the release, the signature, the checksum file as well as its signature:"
-msgstr ""
+#~| msgid "Using libgnurl"
+#~ msgid "Building gnurl"
+#~ msgstr "Benutzung von libgnurl"
 
-#: template/gnurl.html.j2:255
-msgid ""
-"verify the signatures, and verify the checksums against the checksums in "
-"the .sum.txt file."
-msgstr ""
-
-#: template/gnurl.html.j2:261
-msgid "unpack the tarball:"
-msgstr ""
-
-#: template/gnurl.html.j2:271
-msgid "Change into the directory"
-msgstr ""
-
-#: template/gnurl.html.j2:281
-msgid "Now you can either run"
-msgstr ""
-
-#: template/gnurl.html.j2:291
-msgid "directly (and read configure-gnurl before you do so) or invoke"
-msgstr ""
-
-#: template/gnurl.html.j2:301
-msgid ""
-"and pass additional parameters such as a custom PREFIX location. Further "
-"reference can be the"
-msgstr ""
-
-#: template/gnurl.html.j2:306
-msgid "Now run"
-msgstr ""
-
-#: template/gnurl.html.j2:316
-msgid "(this is optional)"
-msgstr ""
+#~ msgid "Reporting Bugs"
+#~ msgstr "Fehler melden"
 
-#: template/gnurl.html.j2:325
-msgid "and you are done."
-msgstr ""
+#, fuzzy
+#~| msgid "GSoC Projects"
+#~ msgid "Current projects"
+#~ msgstr "GSoC Projekte"
 
-#: template/gnurl.html.j2:329
-msgid "Building from a tagged git commit"
-msgstr ""
+#, fuzzy
+#~| msgid "About GNUnet"
+#~ msgid "Learn more about GNUnet"
+#~ msgstr "Über GNUnet"
 
-#: template/gnurl.html.j2:331
-msgid ""
-"Follow the steps above, but instead of downloading the tarball, clone the "
-"git tag you want to build from."
-msgstr ""
+#, fuzzy
+#~| msgid "Motivation"
+#~ msgid "Conversation (Pre-Alpha)"
+#~ msgstr "Motivation"
 
-#: template/gnurl.html.j2:342
-msgid "Reporting Bugs"
-msgstr "Fehler melden"
+#, fuzzy
+#~| msgid "GNUnet"
+#~ msgid "Use GNUnet!"
+#~ msgstr "GNUnet"
 
-#: template/gnurl.html.j2:344
-msgid ""
-"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/";
-"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
-"we prefer to track bugs on the bugtracker."
-msgstr ""
+#, fuzzy
+#~| msgid "Motivation"
+#~ msgid "Conversation"
+#~ msgstr "Motivation"
 
-#: template/gnurl.html.j2:354
-msgid "Maintainer and Cryptographic signatures"
-msgstr ""
+#, fuzzy
+#~| msgid "GNUnet"
+#~ msgid "Get on GNUnet"
+#~ msgstr "GNUnet"
 
-#: template/gnurl.html.j2:356
-msgid ""
-"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
-"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
-"fingerprint <b>A88C 8ADD 1298 28D7 EAC0 2E52 E22F 9BBF EE34 8588</b>."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:7
-msgid "GSoC 2018: GNUnet WebUI"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:11
-msgid "Tue, 08/14/2018 - 07:55, Phil Buschmann"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:17
-msgid ""
-"<strong>What was done?</strong><br /> In the context of Google Summer of "
-"Code 2018, my mentor (Martin Schanzenbach) and I have worked on creating and "
-"extending the REST API of GNUnet. Currently, we mirrored the functionality "
-"of following commands:"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:32
-msgid ""
-"Additionally, we developed a website with the Javascript framework Angular 6 "
-"and the design framework iotaCSS to use the new REST API. The REST API of "
-"GNUnet is now documented with Sphinx."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:40
-msgid ""
-"<strong>Why did we create a REST API?</strong><br /> ... when you can use "
-"the command line tools?<br /> We need to keep in mind, that everyone has the "
-"right to stay secure and private but not everyone feels comfortable using a "
-"terminal. The further developed REST access to GNUnet APIs in addition to "
-"the new web application allows new users to interact with GNUnet over a well "
-"known tool: their browsers. This addition to the C API and the command line "
-"tools may attract new users and developers."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:52
-msgid ""
-"<strong>How can we use it?</strong><br /> 1. The REST API developed in "
-"GNUnet<br /> The REST API is already merged into the gnunet.git repository "
-"(<a href=\"https://gnunet.org/git/gnunet.git/\";>GNUnet Main Git</a>).<br /> "
-"To use the new features, clone the repository and follow the <a href="
-"\"https://gnunet.org/en/install.html\";>Installation</a> on gnunet.org. Then, "
-"start the rest service with \"gnunet-arm -i rest\"."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:63
-msgid ""
-"2. The Web Application<br /> The web application is available under the "
-"gnunet-webui.git repository (<a href=\"https://gnunet.org/git/gnunet-webui.";
-"git/\">GNUnet WebUI Git</a>).<br /> You need to install the newest version "
-"of 'node' and 'yarn'. Dependent on your system, you may need to download "
-"newer versions and install them manually and not over your packet manager. "
-"After the installation succeeded, you need to clone the repository. Then, "
-"you need to run \"yarn install\" and \"yarn start\" for testing purposes. To "
-"deploy the website (keep in mind, that this website communicates with "
-"another localhost instance) use \"yarn build\" for building the web "
-"application and use the output in the 'dist' directory."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:80
-msgid ""
-"3. The Documentation<br /> The documentation is available under the gnunet-"
-"rest-api.git repository (<a href=\"https://gnunet.org/git/gnunet-rest-api.";
-"git/\">GNUnet REST API Docmentation Git</a>).<br /> Clone the repository and "
-"\"make html\". Then open the 'index.html' under 'build/html/'."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:91
-msgid ""
-"Please, give it a try and contact me, if you find any bugs or unintentional "
-"features. ;)"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:97
-msgid ""
-"<strong>What can be improved?</strong><br /> Right now, the build process of "
-"the web application may be a little too complex for a casual user. We may be "
-"able to solve this by using docker.<br /> Additionally, the web application "
-"does not prevent wrong inputs but responds with error messages. Adding "
-"GNUnet Records is currently only usable for people, who know how a GNS "
-"Record looks like. This can be adapted to each record type.<br /> Last but "
-"not least, additional features, design changes, etc..."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:111
-msgid "Thanks for reading."
-msgstr ""
-
-#: template/gsoc.html.j2:6
-msgid "GNUnet's Google Summer of Code projects"
-msgstr ""
-
-#: template/gsoc.html.j2:12 template/gsoc.html.j2:28
-#, fuzzy
-#| msgid "GSoC Projects"
-msgid "Current projects"
-msgstr "GSoC Projekte"
-
-#: template/gsoc.html.j2:13 template/gsoc.html.j2:30
-msgid "Past projects"
-msgstr ""
-
-#: template/gsoc.html.j2:14 template/gsoc.html.j2:553
-msgid "Finished projects"
-msgstr ""
-
-#: template/gsoc.html.j2:21
-msgid ""
-"As a GNU project, GNUnet has participated in the Google Summer of Code "
-"(GSoC) for a number of years. This page lists all current, past, and "
-"finished projects."
-msgstr ""
-
-#: template/gsoc.html.j2:37
-msgid ""
-"It is time for GNUnet to run properly on Android. Note that GNUnet is "
-"written in C, and this is not about rewriting GNUnet in Java, but about "
-"getting the C code to run on Android."
-msgstr ""
-
-#: template/gsoc.html.j2:44
-msgid ""
-"<strong>Mentors:</strong> <a href=\"https://www.goebel-consult.de/\";>Hartmut "
-"Goebel</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:53
-msgid ""
-"There is a push for migrating our CI to Gitlab. The CI should eventually not "
-"just run \"make check\" on various platforms, but also perform tests with "
-"multiple peers running in different VMs with specific network topologies (i."
-"e. NAT) between them being simulated. The CI should also be integrated with "
-"Gauger for performance regression analysis. Running jobs only when "
-"dependencies have changed and scripting more granular triggers or ideally "
-"automatic dependency discovery (as done by the autotools) is also important."
-msgstr ""
-
-#: template/gsoc.html.j2:65
-msgid "<strong>Mentors:</strong> TBD"
-msgstr ""
-
-#: template/gsoc.html.j2:74
-msgid ""
-"reclaimID is a decentralized identity system build on top of the GNU Name "
-"System. Upon authorization, the user provides a requesting party (RP) such "
-"as a website with an authorization ticket (e.g. piggybacked in an OpenID "
-"authorization code). The RP uses information contained in this ticket to "
-"<ol> <li> Retrieve the decryption key from GNS</li> <li> Retrieve the user "
-"attributes from GNS</li> </ol> The GNS lookups ensure that the RP receives "
-"up-to-date attributes and functional decryption keys. However, in particular "
-"the RP-specific encryption key resolution can be slow and even fail "
-"depending on the network topology. We propose that in an initial exchange, "
-"in particular OpenID authorization code flows, we try to incorporate key and "
-"maybe even an attribute set in the ticket exchange. In order to mitigate "
-"this issue, this project is meant to investigate and implement how... <ol> "
-"<li> ... decryption keys can be added to an initial exchange in OpenID.</li> "
-"<li> ... initial set(s) of attributes can be piggybacked in OpenID.</li> </"
-"ol> <br/> <strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:105
-msgid ""
-"re:claimID is a decentralized identity system build on top of the GNU Name "
-"System. The initial design and implementation of re:claimID includes an "
-"attribute-based encryption module in order to prevent unauthorized access to "
-"attributes in the name system. Our motivation for re:claimID was for it to "
-"be name system agnostic, which means the design theoretically also works for "
-"other name systems such as namecoin. Other name systems often do not have "
-"built-in mechanisms in order to do this. Hence, we implemented an ABE access "
-"control layer. Our ABE implementation requires two third party libraries: "
-"libpbc and libgabe. While we could merge libgabe into the gnunet service "
-"implementation of re:claimID, libpbc is a rather large, third party library "
-"which lacks packaging in distributions and for platforms. On the other hand, "
-"GNS supports record data encryption using symmetric keys as labels. If we "
-"make the access control layer of re:claimID more generic in order to support "
-"both ABE and GNS encryption, we could reduce the required depenencies. This "
-"would result in gnunet packages to include re:claimID by default. In short, "
-"the goals are to... <ol> <li> ... improve performance by reducing encryption "
-"overhead.</li> <li> ... reduce dependencies.</li> </ol> <br/> "
-"<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:140
-msgid ""
-"One great problem of the current Internet is the lack of disintermediation. "
-"When people want to talk they need a chat service. When they want to share "
-"files they need a file transfer service. Although GNUnet already possesses "
-"quite advanced integration into Linux networking, a little extra work is "
-"needed for existing applications like irc, www, ftp, rsh, nntpd to run over "
-"it in a peer-to-peer way, simply by using a GNS hostname like friend.gnu. "
-"Once people have added a person to their GNS they can immediately message, "
-"exchange files and suchlike directly, with nothing but the GNUnet in the "
-"middle, using applications that have been distributed with unix systems ever "
-"since the 1980's. We can produce an OS distribution where these things work "
-"out of the box with the nicknames of people instead of cloud services. For "
-"more information and context, read"
-msgstr ""
-
-#: template/gsoc.html.j2:161
-msgid "<strong>Mentors:</strong> lynX &amp; dvn"
-msgstr ""
-
-#: template/gsoc.html.j2:169
-msgid ""
-"There are a variety of GNUNet APIs that should be exposed in the Rust "
-"wrappers. Implementing these will require extending the port of GNUNet utils "
-"written by Andrew Cann and Kelong Cong."
-msgstr ""
-
-#: template/gsoc.html.j2:177
-msgid ""
-"As an introduction to the code base, we suggest that the student and Jeff "
-"Burdges together update the asynchronous IO system from gjio to futures-rs "
-"or another layer built upon it. Jeff Burdges is expected to concurrently be "
-"implementing a GNUNet API for his own mix network work."
-msgstr ""
-
-#: template/gsoc.html.j2:187 template/gsoc.html.j2:211
-#: template/gsoc.html.j2:265 template/gsoc.html.j2:295
-#: template/gsoc.html.j2:539
-msgid "<strong>Mentors:</strong> Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:192
-msgid "Required Skills: Rust"
-msgstr ""
-
-#: template/gsoc.html.j2:197
-msgid "Difficulty level: low"
-msgstr ""
-
-#: template/gsoc.html.j2:205
-msgid ""
-"Implement the AnycastExit spec to enable GNUnet clients to connect over Tor."
-msgstr ""
-
-#: template/gsoc.html.j2:216
-msgid ""
-"Note: There was a Special TLDs spec to allow Tor to resolve domain names "
-"using GNS over Tor too, but currently that's on hold until folks think more "
-"about how names should be moved around the local system. We're calling this "
-"more collaborative approach NSS2 for now."
-msgstr ""
-
-#: template/gsoc.html.j2:225 template/gsoc.html.j2:399
-#: template/gsoc.html.j2:439 template/gsoc.html.j2:469
-msgid "Required Skills: C"
-msgstr ""
-
-#: template/gsoc.html.j2:230 template/gsoc.html.j2:474
-#: template/gsoc.html.j2:619
-msgid "Difficulty level: medium"
-msgstr ""
-
-#: template/gsoc.html.j2:238
-msgid ""
-"Design and implementation of <a href=\"http://jsonapi.org/\";>REST APIs</a> "
-"that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.html";
-"\">GNUnet API</a> so that easy, hands-on development is possible. Also, "
-"browser-based UIs will be much easier to create on top of REST APIs."
-msgstr ""
-
-#: template/gsoc.html.j2:249 template/gsoc.html.j2:609
-msgid "<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:257
-msgid ""
-"Improve the Rust implementation of GNUnet utils, possibly including adding "
-"support for asynchronous IO using mio, or perhaps a higher level "
-"asynchronous IO library built upon it, such as rotor, mioco, eventual_io, or "
-"gj."
-msgstr ""
-
-#: template/gsoc.html.j2:273
-msgid ""
-"Implement rudimentary Android compatibility for GNUnet, in part by porting "
-"the GNUnet utils scheduler to act as a thin wrapper over libuv."
-msgstr ""
-
-#: template/gsoc.html.j2:280
-msgid "<strong>Mentors:</strong> Jeff Burdges and Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:288 template/gsoc.html.j2:532
-msgid ""
-"Implementation of a replacement for PANDA (see Pond) with better security, "
-"and maybe integration with the GNU Name System for key exchange."
-msgstr ""
-
-#: template/gsoc.html.j2:300
-msgid "Required Skills: Rust or C, crypto"
-msgstr ""
-
-#: template/gsoc.html.j2:305 template/gsoc.html.j2:362
-#: template/gsoc.html.j2:404 template/gsoc.html.j2:444
-msgid "Difficulty level: high"
-msgstr ""
-
-#: template/gsoc.html.j2:313
-msgid ""
-"Implement different place types and file sharing by creating a new place for "
-"the shared content."
-msgstr ""
-
-#: template/gsoc.html.j2:319
-msgid "Place types to be implemented:"
-msgstr ""
-
-#: template/gsoc.html.j2:323
-msgid ""
-"<ul> <li>File: generic file with comments</li> <li>Image: display an image "
-"with comments referencing a region of the image</li> <li>Sound: play a sound "
-"file with comments referencing a timestamp</li> <li>Directory/Album: "
-"pointers to File / Image / Sound places</li> <li>Event: with RSVP</li> "
-"<li>Survey: ask your social neighborhood questions in a structured form</li> "
-"</ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:334
-msgid "Also provide the following UI functionality:"
-msgstr ""
-
-#: template/gsoc.html.j2:338
-msgid ""
-"<ul> <li>Fork existing channels, reorganize people into new chatrooms or "
-"channels.</li> <li>Share a post (edit and repost something elsewhere, on a "
-"fan page for example).</li> <li>Edit a previously published post + offer "
-"edit history to readers.</li> <li>Control expiry of channel history.</li> </"
-"ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:347
-msgid ""
-"See also <a href=\"http://secushare.org/features\";>http://secushare.org/";
-"features</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:352
-msgid "<strong>Mentors:</strong> lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:357
-msgid "Required Skills: C/C++"
-msgstr ""
-
-#: template/gsoc.html.j2:370
-msgid ""
-"Implement aggregation of distributed state from various channels in order to "
-"provide for a powerful social graph API capable of producing social network "
-"profiles, dashboards, a calendar out of upcoming event invitations (if "
-"available), social search functionality and most of all to make it easy for "
-"users to adopt cryptographic identities of their contacts/friends simply by "
-"finding them in the social graph of their existing contacts (\"This is "
-"Linda. You have 11 contacts in common with her. [ADD]\")."
-msgstr ""
-
-#: template/gsoc.html.j2:388
-msgid ""
-"Related to <a href=\"http://secushare.org/rendezvous\";>secushare.org/"
-"rendezvous</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:394 template/gsoc.html.j2:434
-msgid "<strong>Mentors:</strong> t3sserakt, lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:411
-msgid ""
-"<ul> <li> Emulate IMAP/SMTP protocols as necessary to transform traditional "
-"mail clients into secushare user interfaces. </li> <li> Think of ways to map "
-"e-mail addresses to secushare identities. </li> <li> Encode or translate "
-"various e-mail features into secushare equivalents. </li> <li> Parts of "
-"secushare are currently written in Rust, therefore Rust is preferred for "
-"this task but it is not an requirement. </li> </ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:452
-msgid ""
-"Implementation of the GNUnet auction system described in Chapter 3 of <a "
-"href=\"https://grothoff.org/christian/teich2017ms.pdf\";>this thesis</a>. "
-"Specific tasks are adding smart contract creation and round time enforcement "
-"to libbrandt as well as creating the GNUnet auction service, library and the "
-"three user interface programs create, info and join."
-msgstr ""
-
-#: template/gsoc.html.j2:464
-msgid "<strong>Mentors:</strong> mate, cg"
-msgstr ""
-
-#: template/gsoc.html.j2:482
-msgid ""
-"Implementation of additional transports to make GNUnet communication more "
-"robust in the presence of problematic networks: GNUnet-over-SMTP, GNUnet-"
-"over-DNS"
-msgstr ""
-
-#: template/gsoc.html.j2:489 template/gsoc.html.j2:503
-msgid "<strong>Mentors:</strong> Matthias Wachs"
-msgstr ""
-
-#: template/gsoc.html.j2:497
-msgid ""
-"Implementation of ALG-based NAT traversal methods (FTP/SIP-based hole "
-"punching, better STUN support)"
-msgstr ""
-
-#: template/gsoc.html.j2:511
-msgid ""
-"<strong>Mentors:</strong> Matthias Wachs, Christian Grothoff, Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:519
-msgid ""
-"Improving libaboss to make computation on shared secrets (including repeated "
-"multiplication) based on <a href=\"https://dl.acm.org/citation.cfm?";
-"doid=62212.62213\">Ben-Or et al.</a> if possible. This in particular means "
-"moving libaboss to bignums (gcry_mpi)."
-msgstr ""
-
-#: template/gsoc.html.j2:547
-msgid ""
-"Please refer to the description for this project listed under GNU Guix "
-"project ideas."
-msgstr ""
-
-#: template/gsoc.html.j2:559
-msgid ""
-"Python 2.7 is reaching its end-of-life, and we want to get rid of the "
-"dependency on Python. The existing gnunet-qr tool is a rather simple wrapper "
-"around python-zbar, which itself wraps libzbar. The goal of this project is "
-"to directly use libzbar to scan QR codes for GNUnet / the GNU Name System "
-"(see also <a href=\"https://bugs.gnunet.org/view.php?id=5562\";>#5562</a>)."
-msgstr ""
-
-#: template/gsoc.html.j2:569
-msgid "<strong>Mentors:</strong> Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:574
-msgid "Required Skills:"
-msgstr ""
-
-#: template/gsoc.html.j2:579
-msgid "Difficulty level:"
-msgstr ""
-
-#: template/gsoc.html.j2:584
-msgid "Report:"
-msgstr ""
-
-#: template/gsoc.html.j2:589
-msgid "Unfinished/Abandoned as gnunet-qr was moved to C outside of GSoC."
-msgstr ""
-
-#: template/gsoc.html.j2:599
-msgid ""
-"Implementation of a Web-based UI for GNUnet similar to GNUnet-Gtk with a yet "
-"to be determined framework such as Angular2. This includes the design and "
-"implementation of not yet existing <a href=\"http://jsonapi.org/\";>REST "
-"APIs</a> that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.";
-"html\">GNUnet API</a>."
-msgstr ""
-
-#: template/gsoc.html.j2:614
-msgid "Required Skills: C, JavaScript, CSS"
-msgstr ""
-
-#: template/gsoc.html.j2:624
-msgid ""
-"Report: <a href=\"gsoc-2018-gnunet-webui.html\">GSoC 2018: GNUnet WebUI</a>"
-msgstr ""
-
-#: template/index.html.j2:19
-msgid ""
-"GNUnet is a new network protocol stack for building secure, distributed, and "
-"privacy-preserving applications. With strong roots in <a href=\"https://bib.";
-"gnunet.org\">academic research</a>, our goal is to replace the <a href="
-"\"https://secushare.org/broken-internet\";>old insecure Internet</a> protocol "
-"stack."
-msgstr ""
-
-#: template/index.html.j2:29
-msgid ""
-"GNUnet is typically run as an <a href=\"https://en.wikipedia.org/wiki/";
-"Overlay_network\">overlay network</a> on top of the existing Internet "
-"infrastructure forming the basis of a hybrid <a href=\"architecture.html"
-"\">peer-to-peer mesh and relay backbone</a> for applications to run on. It "
-"could just as well be run independently of the Internet, over <a href="
-"\"https://en.wikipedia.org/wiki/Physical_layer\";>dedicated radio and cable</"
-"a>."
-msgstr ""
-
-#: template/index.html.j2:38
-msgid ""
-"GNUnet is made for a free and open society: It&#39;s a self-organizing "
-"network and it is <a href=\"http://www.gnu.org/philosophy/free-sw.html";
-"\">free software</a> as in freedom. GNUnet puts you in control of your data. "
-"You determine which data to share with whom, and you&#39;re not pressured to "
-"accept compromises."
-msgstr ""
-
-#: template/index.html.j2:89
-msgid "The Internet of tomorrow needs GNUnet today"
-msgstr ""
-
-#: template/index.html.j2:95
-msgid "Imagine..."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid ""
-"The conventional Internet is currently like a system of roads with deep "
-"potholes and highwaymen all over the place. Even if you still can use the "
-"roads (e.g. send emails, or browse websites) your vehicle might get "
-"hijacked, damaged, or long arms might reach into its back and steal your "
-"items (data) to use it against you and sell it to others - while you can&#39;"
-"t even notice the thievery nor accuse and hold the scroungers accountable. "
-"<!-- Proposal from Fabian Gerlach: The conventional Internet is currently "
-"like a system of roads with deep potholes and surveillance cameras all over "
-"the place. Even if you still can use the roads (e.g. send emails, or browse "
-"websites) your vehicle might gets damaged. And the surveillance cameras will "
-"create a movement profile about your life: They recognize your car license "
-"plate, track you everywhere you drive, and save this information in a "
-"central data base. -->"
-msgstr ""
-
-#: template/index.html.j2:121
-msgid "The Internet is broken"
-msgstr ""
-
-#: template/index.html.j2:123
-msgid ""
-"Protocols from Ethernet and IP to BGP and X.509 PKI are insecure by default: "
-"protecting against address forgery, routers learning metadata, or choosing "
-"trustworthy CAs is nontrivial and sometimes impossible. <!-- Proposal from "
-"Fabian Gerlach: The Internet is not designed with security in mind: The "
-"network generally learns too much about users; it has insecure defaults and "
-"high complexity; and it is centralized. That makes it very vulnerable for "
-"multiple attacks massively threatening our freedom. -->"
-msgstr ""
-
-#: template/index.html.j2:137
-msgid ""
-"GNUnet provides <a href=\"https://www.w3.org/2014/strint/papers/65.pdf";
-"\">privacy by design</a>, improving addressing, routing, naming and content "
-"distribution in a technically robust manner - as opposed to ad-hoc designs "
-"in place today. <!-- Proposal from fabian gerlach: GNUnet is built <a href="
-"\"https://www.w3.org/2014/strint/papers/65.pdf\";>\"privacy by design\"</a> "
-"and \"distributed by design\". This improves addressing, routing, naming and "
-"content distribution in a technically robust manner. -->"
-msgstr ""
-
-#: template/index.html.j2:155
-msgid "Decentralization is hard"
-msgstr ""
-
-#: template/index.html.j2:158
-msgid ""
-"<!-- replaced with Proposal from Fabian Gerlach: It seems as if every other "
-"distributed or P2P project develops its own library stack, covering "
-"transports, stream muxing, discovery and others. This divides effort and "
-"multiplies bug count. --> Instead of sharing common components and tools for "
-"building P2P systems, every P2P project seems to re-invent the wheel. <!-- "
-"TODO: rework this sentence. --> This heightens the effort and increases the "
-"potential number of vulnerabilities."
-msgstr ""
-
-#: template/index.html.j2:174
-msgid ""
-"GNUnet is a metadata-preserving foundation for your application, covering "
-"areas from addressing to reliable bidirectional Axolotl-encrypted channels, "
-"with advanced routing. Our work is based on continuous research spanning "
-"almost two decades."
-msgstr ""
-
-#: template/index.html.j2:188
-msgid "Metadata is exposed"
-msgstr ""
-
-#: template/index.html.j2:190
-msgid ""
-"Your metadata is just as revealing as the actual content; and it gets "
-"exposed on the Internet.<br> Even though transport encryption is "
-"increasingly being deployed on the Internet, it still reveals data that can "
-"threaten democracy: the identities of senders and receivers, the times, "
-"frequency and the volume of communication are all still revealed.<br> <!-- "
-"Looks like a weak argumentation to me: which <a href=\"https://www.freehaven.";
-"net/anonbib/cache/websitefingerprinting-pets2016.pdf\">enables reverse-"
-"engineering pages visited via website fingerprinting</a>. --> GNUnet <a href="
-"\"https://secushare.org/anonymity\";>addresses</a> these concerns with "
-"perfect forward secrecy via ephemeral public key addressing, fixed packet "
-"size to hinder traffic analysis, layered encryption, Sybil-resistant "
-"routing, and more."
-msgstr ""
-
-#: template/index.html.j2:213
-msgid "Freedoms are not respected"
-msgstr ""
-
-#: template/index.html.j2:215
-msgid ""
-"Today, monitoring increasingly centralized infrastructure, proprietary "
-"implementations, traffic shapers and firewalls restrict all of the <a href="
-"\"https://www.gnu.org/philosophy/free-sw.html\";>essential freedoms</a> to "
-"various degrees."
-msgstr ""
-
-#: template/index.html.j2:224
-msgid ""
-"GNUnet gives users freedoms to securely access information (\"run\" the "
-"network), to study all aspects of the network&#39;s operation (\"access the "
-"code\"), to distribute information (\"copy\"), as well as the freedom to "
-"deploy new applications (\"modify\")."
-msgstr ""
-
-#: template/index.html.j2:236
-#, fuzzy
-#| msgid "About GNUnet"
-msgid "Learn more about GNUnet"
-msgstr "Über GNUnet"
-
-#: template/index.html.j2:238
-msgid ""
-"If you want to know more about the GNUnet please continue reading the <a "
-"href=\"about.html\">about page</a>. There are much more resources, such as "
-"the <a href=\"https://docs.gnunet.org\";>main handbook / reference manual</"
-"a>, a <a href=\"https://bib.gnunet.org/\";>bibliography</a> and <a href="
-"\"https://gnunet.org/en/video.html\";>videos</a>."
-msgstr ""
-
-#: template/index.html.j2:247
-msgid ""
-"You are very welcome to <a href=\"https://gnunet.org/en/engage.html\";> get "
-"engaged into the conversation</a>, <a href=\"https://gnunet.org/en/install.";
-"html\">install GNUnet</a>, <a href=\"https://gnunet.org/en/use.html\";>use "
-"it</a> and <a href=\"https://gnunet.org/en/engage.html\";>contribute</a>. "
-"<br> Be aware that this project is still in an early alpha stage when it "
-"comes to software &#8211; it is not an easy task to rewrite the whole "
-"Internet!"
-msgstr ""
-
-#: template/index.html.j2:269
-msgid "Featured Applications"
-msgstr ""
-
-#: template/index.html.j2:275
-msgid "GNU Taler (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:277
-msgid ""
-"<a href=\"https://taler.net/\";>GNU Taler</a> is a new privacy-preserving "
-"electronic payment system. Payments are cryptographically secured and are "
-"confirmed within milliseconds with extremely low transaction costs."
-msgstr ""
-
-#: template/index.html.j2:289
-msgid "The GNU Name System"
-msgstr ""
-
-#: template/index.html.j2:292
-msgid ""
-"<!-- The <a href=\"use.html#gns\">GNU Name System (GNS)</a> --> The <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System\";>GNU "
-"Name System (GNS)</a> is a fully decentralized replacement for the Domain "
-"Name System (DNS). Instead of using a hierarchy, GNS uses a directed graph. "
-"Naming conventions are similar to DNS, but queries and replies are private "
-"even with respect to peers providing the answers. The integrity of records "
-"and privacy of look-ups is cryptographically secured. <!-- Too technical: "
-"GNS integrates a robust, efficient and instant key revocation mechanism. -->"
-msgstr ""
-
-#: template/index.html.j2:309
-msgid "re:claimID"
-msgstr ""
-
-#: template/index.html.j2:311
-msgid ""
-"<a href=\"https://reclaim-identity.io/\";>re:claimID</a> is a decentralized "
-"Identity Provider (IdP) service built in top of the GNU Name System. It "
-"allows users to securely share personal information with websites using "
-"standardized protocols (OpenID Connect)."
-msgstr ""
-
-#: template/index.html.j2:324
-msgid "Filesharing (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:326
-msgid ""
-"GNUnet <a href=\"use.html#fs\">filesharing</a> is an application that aims "
-"to provide censorship-resistant, anonymous filesharing. The publisher is "
-"empowered to make a gradual choice between performance and anonymity."
-msgstr ""
-
-#: template/index.html.j2:337
-#, fuzzy
-#| msgid "Motivation"
-msgid "Conversation (Pre-Alpha)"
-msgstr "Motivation"
-
-#: template/index.html.j2:339
-msgid ""
-"GNUnet conversation is an application that provides secure voice "
-"communication in a fully decentralized way by employing GNUnet for routing "
-"and transport."
-msgstr ""
-
-#: template/index.html.j2:355
-msgid "Upcoming Applications"
-msgstr ""
-
-#: template/index.html.j2:361
-msgid "secushare"
-msgstr ""
-
-#: template/index.html.j2:363
-msgid ""
-"<a href=\"https://secushare.org/\";>secushare</a> is creating a decentralized "
-"social networking application on top of GNUnet. Using overlay multicast and "
-"the extensible PSYC protocol, notifications are distributed end-to-end "
-"encrypted to authorized recipients only."
-msgstr ""
-
-#: template/index.html.j2:375
-msgid "pretty Easy privacy"
-msgstr ""
-
-#: template/index.html.j2:377
-msgid ""
-"<a href=\"https://pep.foundation/\";>pretty Easy privacy</a> (p&#8801;p) is "
-"creating a usable end-to-end encrypted e-mail solution using opportunistic "
-"key exchange. p&#8801;p will use GNUnet to protect metadata and exploit new "
-"cryptographic protocols to verify keys."
-msgstr ""
-
-#: template/install-on-archpi.html.j2:6
-msgid "Tutorial: GNUnet on Arch Linux/Pi"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:16
-msgid "Requirements for Raspberry Pi 3"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:40
-msgid "Get the Source Code"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:62
-#: template/install-on-debian9.html.j2:130
-msgid "In Addition: gnunet-gtk"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:79
-msgid "Run"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:131
-msgid "Make sure, it works!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:6
-msgid "Tutorial: GNUnet on Debian 9"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:9
-#: template/install-on-ubuntu1804.html.j2:9
-msgid "Introduction"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:29 template/install-on-macos.html.j2:17
-#: template/install-on-netbsd.html.j2:19
-#: template/install-on-ubuntu1804.html.j2:26
-msgid "Requirements"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:45
-#: template/install-on-ubuntu1804.html.j2:41
-msgid "Make an installation directory"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:59
-#: template/install-on-macos.html.j2:134
-#: template/install-on-netbsd.html.j2:224
-#: template/install-on-ubuntu1804.html.j2:53
-msgid "Get the source code"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:78
-#: template/install-on-macos.html.j2:142
-#: template/install-on-netbsd.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:61
-msgid "Compile and Install"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:103
-#: template/install-on-ubuntu1804.html.j2:70
-msgid "Option 1: GNUnet for testing / usage"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:116
-#: template/install-on-ubuntu1804.html.j2:82
-msgid "Option 2: GNUnet for development"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:153
-#: template/install-on-ubuntu1804.html.j2:97
-msgid "Install GNUnet plugin for name resolution"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:207
-#: template/install-on-ubuntu1804.html.j2:134
-msgid "Create configuration file"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:227
-#: template/install-on-ubuntu1804.html.j2:156
-#, fuzzy
-#| msgid "GNUnet"
-msgid "Use GNUnet!"
-msgstr "GNUnet"
-
-#: template/install-on-debian9.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:162
-msgid "Uninstall GNUnet and its dependencies"
-msgstr ""
-
-#: template/install-on-macos.html.j2:6
-msgid "Tutorial: GNUnet on macOS 10.14 (Mojave)"
-msgstr ""
-
-#: template/install-on-macos.html.j2:24 template/install-on-netbsd.html.j2:30
-msgid "Installation"
-msgstr ""
-
-#: template/install-on-macos.html.j2:42 template/install-on-netbsd.html.j2:102
-msgid "First steps"
-msgstr ""
-
-#: template/install-on-macos.html.j2:109
-#: template/install-on-netbsd.html.j2:182
-msgid "Alternative: Installation from source"
-msgstr ""
-
-#: template/install-on-macos.html.j2:154
-#: template/install-on-netbsd.html.j2:242
-msgid "Option 1: GNUnet for production / usage"
-msgstr ""
-
-#: template/install-on-macos.html.j2:187
-#: template/install-on-netbsd.html.j2:267
-msgid "Option 2: GNUnet experimental"
-msgstr ""
-
-#: template/install-on-netbsd.html.j2:6
-msgid "Tutorial: GNUnet on NetBSD 8.0 CURRENT"
-msgstr ""
-
-#: template/install-on-ubuntu1804.html.j2:6
-msgid "Tutorial: GNUnet on Ubuntu 18.04"
-msgstr ""
-
-#: template/install.html.j2:11
-msgid ""
-"<p>The following GNUnet installation instructions help you building from "
-"source for your distribution.</p> <p><i>Please note that the installation "
-"process will get much easier once we have proper packages again (planned for "
-"winter 2019).</i></p> <p>You have already installed GNUnet and want to use "
-"it? <a href=\"https://gnunet.org/en/use\";>Check this out!</a> </p>"
-msgstr ""
-
-#: template/install.html.j2:19
-msgid ""
-"<p>Please be aware that this project is still in an early alpha stage when "
-"it comes to running software &#8211; its not an easy task to rewrite the "
-"whole Internet! We are happy to get your <a href=\"engage.html\">helping "
-"hand</a> anytime!</p> <p>Further information is available in our <a href="
-"\"https://docs.gnunet.org/#toc-Using-GNUnet-1\";>handbook</a>.</p> <p>If you "
-"have any queries about the installation or the usage, please <a href="
-"\"engage.html\">get in touch!</a></p>"
-msgstr ""
-
-#: template/use.html.j2:6
-msgid "How to use GNUnet - in a nutshell"
-msgstr ""
-
-#: template/use.html.j2:12 template/use.html.j2:123
-msgid "Filesharing"
-msgstr ""
-
-#: template/use.html.j2:13
-msgid "CADET"
-msgstr ""
-
-#: template/use.html.j2:14
-msgid "Minimal Groupchat"
-msgstr ""
-
-#: template/use.html.j2:15
-msgid "GNS with CLI"
-msgstr ""
-
-#: template/use.html.j2:16
-msgid "GNS with Browser"
-msgstr ""
-
-#: template/use.html.j2:17 template/use.html.j2:441
-msgid "VPN"
-msgstr ""
-
-#: template/use.html.j2:18 template/use.html.j2:501
-#, fuzzy
-#| msgid "Motivation"
-msgid "Conversation"
-msgstr "Motivation"
-
-#: template/use.html.j2:19 template/use.html.j2:512
-msgid "Trouble Shooting"
-msgstr ""
-
-#: template/use.html.j2:34
 #, fuzzy
-#| msgid "GNUnet"
-msgid "Get on GNUnet"
-msgstr "GNUnet"
-
-#: template/use.html.j2:78
-#, fuzzy
-#| msgid "GNUnet"
-msgid "Get off GNUnet"
-msgstr "GNUnet"
-
-#: template/use.html.j2:88
-msgid "Make sure your GNUnet installation works..."
-msgstr ""
-
-#: template/use.html.j2:105
-msgid "... and play around with it."
-msgstr ""
-
-#: template/use.html.j2:181
-msgid "CADET (and Chat)"
-msgstr ""
-
-#: template/use.html.j2:215
-msgid "Chatting with a (simple) client"
-msgstr ""
-
-#: template/use.html.j2:289
-msgid "Name resolution using GNS on the command line"
-msgstr ""
-
-#: template/use.html.j2:361
-msgid "Name resolution using GNS with a browser"
-msgstr ""
-
-#: template/use.html.j2:514
-msgid "You can't reach other people's nodes"
-msgstr ""
-
-#: template/use.html.j2:550
-msgid "OMG you guys broke my internet"
-msgstr ""
-
-#: template/video.html.j2:12
-msgid "Videos related to GNUnet"
-msgstr ""
+#~| msgid "GNUnet"
+#~ msgid "Get off GNUnet"
+#~ msgstr "GNUnet"
 
 #~ msgid "2013-12 (constitutional meeting)"
 #~ msgstr "2013-12 (Gründungstreffen)"
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index 9f92361..522e678 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -1,1930 +1,3 @@
-#: common/base.j2:5 common/news.j2:5
-msgid "GNUnet"
-msgstr ""
-
-#: common/base.j2:6 common/news.j2:6
-msgid "GNU's framework for secure p2p networking"
-msgstr ""
-
-#: common/footer.j2.inc:7
-msgid "Contact"
-msgstr ""
-
-#: common/footer.j2.inc:8 common/navigation.j2.inc:48
-msgid "GNUnet e.V."
-msgstr ""
-
-#: common/footer.j2.inc:9 template/about.html.j2:6
-msgid "About GNUnet"
-msgstr ""
-
-#: common/footer.j2.inc:14 common/navigation.j2.inc:61
-msgid "Bug Tracker"
-msgstr ""
-
-#: common/footer.j2.inc:19 template/copyright.html.j2:6
-msgid "Copyright Assignment"
-msgstr ""
-
-#: common/footer.j2.inc:20 common/navigation.j2.inc:89
-#: template/developers.html.j2:24
-msgid "Bibliography"
-msgstr ""
-
-#: common/footer.j2.inc:31
-msgid "Source code of this site."
-msgstr ""
-
-#: common/footer.j2.inc:32
-msgid "Report issues with this website."
-msgstr ""
-
-#: common/navigation.j2.inc:38 template/index.html.j2:51
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:39 news/index.html.j2:9 template/index.html.j2:64
-msgid "News"
-msgstr ""
-
-#: common/navigation.j2.inc:43
-msgid "Community"
-msgstr ""
-
-#: common/navigation.j2.inc:46 template/index.html.j2:55
-msgid "Engage"
-msgstr ""
-
-#: common/navigation.j2.inc:47
-msgid "GSoC Projects"
-msgstr ""
-
-#: common/navigation.j2.inc:49
-msgid "Copyright for Contributors"
-msgstr ""
-
-#: common/navigation.j2.inc:50
-msgid "IRC Archive"
-msgstr ""
-
-#: common/navigation.j2.inc:57
-msgid "Development"
-msgstr ""
-
-#: common/navigation.j2.inc:60
-msgid "System Architecture"
-msgstr ""
-
-#: common/navigation.j2.inc:62 template/gnurl.html.j2:147
-msgid "Source Code"
-msgstr ""
-
-#: common/navigation.j2.inc:63
-msgid "Source Code Documentation"
-msgstr ""
-
-#: common/navigation.j2.inc:66
-msgid "Continuous Integration"
-msgstr ""
-
-#: common/navigation.j2.inc:68
-msgid "Development Tutorial"
-msgstr ""
-
-#: common/navigation.j2.inc:79
-msgid "Documentation"
-msgstr ""
-
-#: common/navigation.j2.inc:82 template/index.html.j2:53
-#: template/install.html.j2:6
-msgid "Install"
-msgstr ""
-
-#: common/navigation.j2.inc:83
-msgid "Use"
-msgstr ""
-
-#: common/navigation.j2.inc:84
-msgid "Videos"
-msgstr ""
-
-#: common/navigation.j2.inc:85 template/glossary.html.j2:6
-msgid "Glossary"
-msgstr ""
-
-#: common/navigation.j2.inc:86
-msgid "Handbook"
-msgstr ""
-
-#: common/navigation.j2.inc:87
-msgid "REST API"
-msgstr ""
-
-#: common/navigation.j2.inc:88
-msgid "FAQ"
-msgstr ""
-
-#: inc/news.macro.j2:10
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:11
-msgid "What is GNUnet?"
-msgstr ""
-
-#: template/about.html.j2:13
-msgid ""
-"GNUnet is an alternative network stack for building secure, decentralized "
-"and privacy-preserving distributed applications. Our goal is to replace the "
-"old insecure Internet protocol stack. Starting from an application for "
-"secure publication of files, it has grown to include all kinds of basic "
-"protocol components and applications towards the creation of a GNU internet."
-msgstr ""
-
-#: template/about.html.j2:23
-msgid ""
-"Today, the actual use and thus the social requirements for a global network "
-"differs widely from those goals of 1970. While the Internet remains suitable "
-"for military use, where the network equipment is operated by a command "
-"hierarchy and when necessary isolated from the rest of the world, the "
-"situation is less tenable for civil society."
-msgstr ""
-
-#: template/about.html.j2:32
-msgid ""
-"Due to fundamental Internet design choices, Internet traffic can be "
-"misdirected, intercepted, censored and manipulated by hostile routers on the "
-"network. And indeed, the modern Internet has evolved exactly to the point "
-"where, as Matthew Green put it, <a href=\"https://blog.";
-"cryptographyengineering.com/2015/08/16/the-network-is-hostile/\">\"the "
-"network is hostile\"</a>."
-msgstr ""
-
-#: template/about.html.j2:41
-msgid ""
-"We believe liberal societies need a network architecture that uses the anti-"
-"authoritarian decentralized peer-to-peer paradigm and privacy-preserving "
-"cryptographic protocols. The goal of the GNUnet project is to provide a Free "
-"Software realization of this ideal."
-msgstr ""
-
-#: template/about.html.j2:49
-msgid ""
-"Specifically, GNUnet tries to follow the following design principles, in "
-"order of importance:"
-msgstr ""
-
-#: template/about.html.j2:56
-msgid ""
-"GNUnet must be implemented as <a href=\"https://www.gnu.org/philosophy/free-";
-"sw.html\">Free Software</a>."
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"GNUnet must minimize the amount of personally identifiable information "
-"exposed."
-msgstr ""
-
-#: template/about.html.j2:61
-msgid ""
-"GNUnet must be fully distributed and resilient to external attacks and rogue "
-"participants."
-msgstr ""
-
-#: template/about.html.j2:62
-msgid ""
-"GNUnet must be self-organizing and not depend on administrators or "
-"centralized infrastructure."
-msgstr ""
-
-#: template/about.html.j2:63
-msgid ""
-"GNUnet must inform the user which other participants have to be trusted when "
-"establishing private communications."
-msgstr ""
-
-#: template/about.html.j2:64
-msgid "GNUnet must be open and permit new peers to join."
-msgstr ""
-
-#: template/about.html.j2:65
-msgid "GNUnet must support a diverse range of applications and devices."
-msgstr ""
-
-#: template/about.html.j2:66
-msgid "GNUnet must use compartmentalization to protect sensitive information."
-msgstr ""
-
-#: template/about.html.j2:67
-msgid "The GNUnet architecture must be resource efficient."
-msgstr ""
-
-#: template/about.html.j2:68
-msgid ""
-"GNUnet must provide incentives for peers to contribute more resources than "
-"they consume."
-msgstr ""
-
-#: template/about.html.j2:72
-msgid ""
-"To get know and learn more, please check our <a href=\"https://docs.gnunet.";
-"org/handbook/gnunet.html\">handbook</a>, especially the <a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Key-Concepts\">chapter on \"Key Concepts"
-"\"</a>, explaining the fundamental concepts of GNUnet: <ul> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Authentication";
-"\">Authentication</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Accounting-to-Encourage-Resource-Sharing\">Accounting to "
-"Encourage Resource Sharing</a></li> <li><a href=\"https://docs.gnunet.org/";
-"handbook/gnunet.html#Confidentiality\">Confidentiality</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Anonymity\";>Anonymity</a></"
-"li> <li><a href=\"https://docs.gnunet.org/handbook/gnunet.html#Deniability";
-"\">Deniability</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Peer-Identities\">Peer Identities</a></li> <li><a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Zones-in-the-GNU-Name-System-_0028GNS-"
-"Zones_0029\">Zones in the GNU Name System (GNS Zones)</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Egos\";>Egos</a></li> </ul>"
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "More Resources"
-msgstr ""
-
-#: template/about.html.j2:90
-msgid ""
-"There are many more resources to learn about GNUnet besides the <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html\";>handbook</a>, such as the "
-"<a href=\"https://bib.gnunet.org/\";>bibliography</a> with papers covering "
-"the various layers, many <a href=\"https://gnunet.org/en/video.html";
-"\">videos</a> or a brief <a href=\"https://gnunet.org/en/glossary.html";
-"\">glossary</a>."
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"You are most welcome to <a href=\"engage.html\">get engaged into the "
-"conversation</a>, <a href=\"install.html\">install GNUnet</a>, <a href=\"use."
-"html\">use it</a> and <a href=\"engage.html\">contribute and get engaged</a> "
-"in various ways."
-msgstr ""
-
-#: template/about.html.j2:100
-msgid ""
-"Please be aware that this project is (despite of it's age) still in an early "
-"alpha stage when it comes to software &#8211; its not an easy task to "
-"rewrite the whole Internet!"
-msgstr ""
-
-#: template/about.html.j2:105
-msgid "Current funding"
-msgstr ""
-
-#: template/about.html.j2:110
-msgid ""
-"We're receiving funding from NLnet's Next Generation Internet funding line "
-"to document and implement the GNU Name System protocol in a way suitable for "
-"the IETF standardization process."
-msgstr ""
-
-#: template/about.html.j2:123
-msgid ""
-"We are grateful for free hosting offered by the following organizations:"
-msgstr ""
-
-#: template/about.html.j2:132
-msgid "Past funding"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "We are grateful for past funding from the following organizations:"
-msgstr ""
-
-#: template/architecture.html.j2:6
-msgid "GNUnet System Architecture"
-msgstr ""
-
-#: template/architecture.html.j2:15
-msgid "Legend"
-msgstr ""
-
-#: template/architecture.html.j2:55
-msgid "Foundations"
-msgstr ""
-
-#: template/architecture.html.j2:57
-msgid ""
-"The foundations of GNUnet are a distributed hash table (R5N), an SCTP-like "
-"end-to-end encrypted messaging layer (CADET), a public key infrastructure "
-"(GNS) and a pluggable transport system (TRANSPORT).<br> Using public keys "
-"for addresses and self-organized decentralized routing algorithms, these "
-"subsystems replace the traditional TCP/IP stack."
-msgstr ""
-
-#: template/architecture.html.j2:70
-msgid "Security"
-msgstr ""
-
-#: template/architecture.html.j2:73
-msgid ""
-"GNUnet is implemented using a multi-process architecture. Each subsystem "
-"runs as a separate process, providing fault-isolation and enabling tight "
-"permissions to be granted to each subsystem. Naturally, the implementation "
-"is a <a href=\"https://www.gnu.org/\";>GNU</a> package, and will always "
-"remain free software."
-msgstr ""
-
-#: template/architecture.html.j2:87
-msgid "System architecture"
-msgstr ""
-
-#: template/architecture.html.j2:93
-msgid "Subsystems"
-msgstr ""
-
-#: template/architecture.html.j2:102
-msgid "libgnunetutil"
-msgstr ""
-
-#: template/architecture.html.j2:108
-msgid "APIs"
-msgstr ""
-
-#: template/contact.html.j2:6
-msgid "Contact information"
-msgstr ""
-
-#: template/contact.html.j2:11
-msgid "The mailing list"
-msgstr ""
-
-#: template/contact.html.j2:13
-msgid ""
-"An archived, public mailing list for GNUnet is hosted at <a href=\"https://";
-"lists.gnu.org/mailman/listinfo/gnunet-developers\">https://lists.gnu.org/";
-"mailman/listinfo/gnunet-developers</a>. You can send messages to the list at "
-"<a href=\"mailto:address@hidden\";>address@hidden</a>."
-msgstr ""
-
-#: template/contact.html.j2:23
-msgid "The IRC channel"
-msgstr ""
-
-#: template/contact.html.j2:25
-msgid ""
-"<tt>#gnunet</tt> is reachable via <a href=\"https://freenode.net\";>irc."
-"freenode.net</a>. There is also an <a href=\"https://old.gnunet.org/bot/log/";
-"gnunet\">archive</a> available (currently unavailable, we are working on "
-"restoring access to it)."
-msgstr ""
-
-#: template/contact.html.j2:38
-msgid "Contacting individuals"
-msgstr ""
-
-#: template/contact.html.j2:40
-msgid ""
-"GNUnet developers are generally reachable at either <tt>PSEUDONYM@gnunet."
-"org</tt> or <tt>address@hidden</tt>. Most of us support receiving GnuPG "
-"encrypted Emails."
-msgstr ""
-
-#: template/contact.html.j2:50
-msgid "Reporting bugs"
-msgstr ""
-
-#: template/contact.html.j2:52
-msgid ""
-"We track open feature requests and bugs for projects within GNUnet in our <a "
-"href=\"https://bugs.gnunet.org/\";>Bug tracker</a>. You can also report bugs "
-"or feature requests to the <a href=\"https://lists.gnu.org/mailman/listinfo/";
-"bug-gnunet\">bug-gnunet</a> mailing list. The mailinglist requires no "
-"subscription."
-msgstr ""
-
-#: template/copyright.html.j2:11
-msgid ""
-"<p> Contributors to GNUnet with Git access must sign the <a href=\"/static/"
-"pdf/copyright.pdf\">copyright assignment</a> to ensure that the <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/gnunet_taler_agreement.tex";
-"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
-"development</a> of the GNUnet and GNU Taler projects is satisfied. </p>"
-msgstr ""
-
-#: template/copyright.html.j2:22
-msgid ""
-"<p>The agreements ensure that the code will continue to be made available "
-"under free software licenses, but gives developers the freedom to move code "
-"between GNUnet and GNU Taler without worrying about licenses and to give the "
-"company the ability to dual-license (for example, so that we can distribute "
-"via App-stores that are hostile to free software).</p>"
-msgstr ""
-
-#: template/copyright.html.j2:30
-msgid ""
-"<p>Minor contributions (basically, anyone without Git access) do not require "
-"copyright assignment. Pseudonymous contributions are accepted, in this case "
-"simply sign the agreement with your pseudonym. Scanned copies are "
-"sufficient, but snail mail is preferred.</p>"
-msgstr ""
-
-#: template/developers.html.j2:5
-msgid "GNUnet for developers"
-msgstr ""
-
-#: template/developers.html.j2:13
-msgid "Repositories"
-msgstr ""
-
-#: template/developers.html.j2:16
-msgid ""
-"A list of our Git repositories can be found on our our <a href=\"https://git.";
-"gnunet.org/\">Git Server</a>."
-msgstr ""
-
-#: template/developers.html.j2:27
-msgid ""
-"Technical papers can be found in our <a href=\"https://old.gnunet.org/";
-"bibliography\">bibliography</a>."
-msgstr ""
-
-#: template/developers.html.j2:34
-msgid "Discussion"
-msgstr ""
-
-#: template/developers.html.j2:37
-msgid ""
-"We have a mailing list for developer discussions. You can subscribe to or "
-"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/";
-"gnunet-developers\">http://lists.gnu.org/mailman/listinfo/gnunet-developers</"
-"a>."
-msgstr ""
-
-#: template/developers.html.j2:47
-msgid "Regression Testing"
-msgstr ""
-
-#: template/developers.html.j2:50
-msgid ""
-"We have <a href=\"https://buildbot.net/\";>Buildbot</a> automation tests to "
-"detect regressions and check for portability at <a href=\"https://old.gnunet.";
-"org/buildbot/gnunet/\">https://old.gnunet.org/buildbot/gnunet/</a>."
-msgstr ""
-
-#: template/developers.html.j2:59
-msgid "Code Coverage Analysis"
-msgstr ""
-
-#: template/developers.html.j2:62
-msgid ""
-"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\";>LCOV</a> to "
-"analyze the code coverage of our tests, the results are available at <a href="
-"\"https://old.gnunet.org/coverage/\";>https://old.gnunet.org/coverage/</a>."
-msgstr ""
-
-#: template/developers.html.j2:72
-msgid "Performance Analysis"
-msgstr ""
-
-#: template/developers.html.j2:75
-msgid ""
-"We use <a href=\"https://old.gnunet.org/gauger\";>Gauger</a> for performance "
-"regression analysis of the exchange backend at <a href=\"https://old.gnunet.";
-"org/gauger/\">https://old.gnunet.org/gauger/</a>."
-msgstr ""
-
-#: template/download.html.j2:7 template/gnurl.html.j2:169
-msgid "Downloads"
-msgstr ""
-
-#: template/download.html.j2:11
-msgid ""
-"Here you can download releases of our software and find links to the various "
-"versions."
-msgstr ""
-
-#: template/download.html.j2:17
-msgid "0.11.x series"
-msgstr ""
-
-#: template/download.html.j2:18
-msgid "tarball"
-msgstr ""
-
-#: template/download.html.j2:20
-msgid ""
-"The tarball of the latest version can be obtained from GNU FTP and its "
-"mirrors."
-msgstr ""
-
-#: template/download.html.j2:30
-msgid "git"
-msgstr ""
-
-#: template/download.html.j2:32
-msgid ""
-"You can fetch the git tag of version 0.11.x from our development server:"
-msgstr ""
-
-#: template/engage.html.j2:6
-msgid "Engage!"
-msgstr ""
-
-#: template/ev.html.j2:6
-msgid "Verein zur F&ouml;rderung von GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:11
-msgid "About GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:13
-msgid ""
-"On December 27th 2013 a group of GNUnet hackers met at 30c3 to create the "
-"\"Verein zur F&ouml;rderung von GNUnet e.V.\", an association under German "
-"law to support GNUnet development. The Amtsgericht M&uuml;nchen registered "
-"the association on the 7th of March under VR 205287."
-msgstr ""
-
-#: template/ev.html.j2:22
-msgid ""
-"The association is officially dedicated to supporting research, development "
-"and education in the area of secure decentralized networking in general, and "
-"GNUnet specifically. This is the official website for the association."
-msgstr ""
-
-#: template/ev.html.j2:31
-msgid "Becoming a Member of GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:33
-msgid ""
-"GNUnet developers with git (write) access can become members to participate "
-"in the decision process and formally support GNUnet e.V. For this, all you "
-"have to do is update the <tt>members.txt</tt> file in the <a href=\"https://";
-"git.gnunet.org/gnunet-ev.git/\">gnunet-ev</a> repository. There are no "
-"membership dues; however, members are required to support GNUnet e.V. and in "
-"particularly contribute to the technical development within their means. For "
-"further details, we refer to the <a href=\"https://git.gnunet.org/gnunet-ev.";
-"git/\">Satzung</a> (currently only available in German, translations "
-"welcome)."
-msgstr ""
-
-#: template/ev.html.j2:52
-msgid "Governance"
-msgstr ""
-
-#: template/ev.html.j2:54
-msgid ""
-"You can find our \"Satzung\", and the list of members under <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex\";>https://git.gnunet.";
-"org/gnunet-ev.git/tree/satzung.tex</a>. The current board consists of: "
-"<dl><dt>Vorsitz</dt> <dd><a href=\"https://grothoff.org/christian/";
-"\">Christian Grothoff</a></dd> <dt>stellvertretender Vorsitz</dt> <dd>xrs</"
-"dd> <dt>Kassenwart</dt> <dd>Florian Dold</dd> <dt>Beisitzer</dt> <dd>Lurchi</"
-"dd> </dl>"
-msgstr ""
-
-#: template/ev.html.j2:71
-msgid "Official Meeting Notes"
-msgstr ""
-
-#: template/ev.html.j2:84
-msgid "Support Us!"
-msgstr ""
-
-#: template/ev.html.j2:86
-msgid ""
-"Everybody is welcome to support us via donations. For financial "
-"contributions, Europeans are able to donate via SEPA. We hope to setup "
-"accounts in other major currency areas in the future. You can also donate "
-"via Bitcoin, routing details are given below. Please note that we are unable "
-"to provide receipts for your donations. If you are planning to donate a "
-"significant amount of money, please contact us first as it might be better "
-"to come to a custom arrangement. <dl><dt>BitCoin</dt> "
-"<dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd> <dt>SEPA/IBAN</dt> "
-"<dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd> </dl>"
-msgstr ""
-
-#: template/faq.html.j2:12
-msgid ""
-"I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. "
-"Should I worry?"
-msgstr ""
-
-#: template/faq.html.j2:14
-msgid ""
-"A: Right now, this is expected and a known cause for high latency in GNUnet. "
-"We have started a major rewrite to address this and other problems, but "
-"until the Transport Next Generation (TNG) is ready, these warnings are "
-"expected."
-msgstr ""
-
-#: template/faq.html.j2:23
-msgid "Is there a graphical user interface?"
-msgstr ""
-
-#: template/faq.html.j2:25
-msgid ""
-"A: gnunet-gtk is a separate download. The package contains various GTK+ "
-"based graphical interfaces, including a graphical tool for configuration."
-msgstr ""
-
-#: template/glossary.html.j2:12
-msgid "Ego"
-msgstr ""
-
-#: template/glossary.html.j2:14
-msgid ""
-"We use the term \"Ego\" to refer to the fact that users in GNUnet can have "
-"multiple unlinkable identities, in the sense of alter egos. The ability to "
-"have more than one identity is crucial, as we may want to keep our egos for "
-"business separate from those we use for political activities or romance.<br> "
-"Egos in GNUnet are technically equivalent to identities (and the code does "
-"not distinguish between them). We simply sometimes use the term \"ego\" to "
-"stress that you can have more than one."
-msgstr ""
-
-#: template/glossary.html.j2:27
-msgid "Identity"
-msgstr ""
-
-#: template/glossary.html.j2:29
-msgid ""
-"In GNUnet users are identified via a public key, and that public key is then "
-"often referred to as the \"Identity\" of the user. However, the concept is "
-"not as draconian as it often is in real life where many are forced to have "
-"one name, one passport and one unique identification number. <br> As long as "
-"identities in GNUnet are simply public keys, users are free to create any "
-"number of identities, and we call those egos to emphasize the difference. "
-"Even though users can create such egos freely, it is possible to have an ego "
-"certified by some certification authority, resulting in something that more "
-"closely resembles the traditional concept of an identity.<br> For example, a "
-"university may certify the identities of its students such that they can "
-"prove that they are studying. Students may keep their (certified) student "
-"identity separate from other egos that they use for other activities in life."
-msgstr ""
-
-#: template/glossary.html.j2:50
-msgid "Pseudonym"
-msgstr ""
-
-#: template/glossary.html.j2:52
-msgid ""
-"A pseudonym is an ego that is specifically intended to not be linked to "
-"one's real name. GNUnet users can create many egos, and thus also many "
-"pseudonyms. <br> Repeated uses of the same pseudonym are linkable by "
-"definition, as they involve the same public key. Anonymity requires the use "
-"of either the special \"anonymous\" pseudonym (for GNUnet, this is the "
-"neutral element on the elliptic curve) or a throw-away pseudonym that is "
-"only used once."
-msgstr ""
-
-#: template/glossary.html.j2:71
-msgid "Namespaces"
-msgstr ""
-
-#: template/glossary.html.j2:73
-msgid ""
-"The GNU Name System allows every ego (or identity) to securely and privately "
-"associate any number of label-value pairs with an ego. The values are called "
-"record sets following the terminology of the Domain Name System (DNS). The "
-"mapping of labels to record sets for a given ego is called a namespace. <br> "
-"If records are made public and thus published, it is possible for other "
-"users to lookup the record given the ego's public key and the label. Here, "
-"not only the label can thus act as a passphrase but also the public key -- "
-"which despite its name may not be public knowledge and is never disclosed by "
-"the GNS protocol itself."
-msgstr ""
-
-#: template/glossary.html.j2:89
-msgid "Peer"
-msgstr ""
-
-#: template/glossary.html.j2:91
-msgid ""
-"A \"peer\" is an instance of GNUnet with its own per-instance public key and "
-"network addresses. Technically, it is possible to run multiple peers on the "
-"same host, but this only makes sense for testing. <br> By design GNUnet "
-"supports multiple users to share the same peer, just as UNIX is a multi-user "
-"system. A \"peer\" typically consists of a set of foundational GNUnet "
-"services running as the \"gnunet\" user and allowing all users in the "
-"\"gnunet\" group to utilize the API. On multi-user systems, additional "
-"\"personalized\" services may be required per user. <br> While peers are "
-"also identified by public keys, these public keys are completely unrelated "
-"to egos or identities. Namespaces cannot be associated with a peer, only "
-"with egos."
-msgstr ""
-
-#: template/gnurl.html.j2:20
-msgid ""
-"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
-"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
-"ensure a small footprint and uniform experience for developers regardless of "
-"how libcurl was compiled.<br> Our main usecase is for GNUnet, but it might "
-"be usable for others, hence we're releasing the code to the general public."
-"<br> libgnurl is released under the same license as libcurl. Please read the "
-"README for instructions, as you must supply the correct options to configure "
-"to get a proper build of libgnurl."
-msgstr ""
-
-#: template/gnurl.html.j2:35
-msgid "About gnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:37
-msgid ""
-"Large parts of the following 6 paragraphs are old and need to be rewritten."
-msgstr ""
-
-#: template/gnurl.html.j2:43
-msgid "Motivation"
-msgstr ""
-
-#: template/gnurl.html.j2:45
-msgid ""
-"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
-"other variants are used by some distributions. Supporting other crypto "
-"backends would again expose us to a wider array of security issues, may "
-"create licensing issues and most importantly introduce new bugs as some "
-"crypto backends are known to introduce subtle runtime issues. While it is "
-"possible to have two versions of libcurl installed on the same system, this "
-"is error-prone, especially as if we are linked against the wrong version, "
-"the bugs that arise might be rather subtle."
-msgstr ""
-
-#: template/gnurl.html.j2:58
-msgid ""
-"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
-"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
-"one links cURL against this version of GnuTLS? Well, first one would install "
-"GnuTLS by hand in the system. Then, we build cURL. cURL will build against "
-"it just fine, but the linker will eventually complain bitterly. The reason "
-"is that cURL also links against a bunch of other system libraries (gssapi, "
-"ldap, ssh2, rtmp, krb5, sasl2, see discussion on obscure protocols above), "
-"which --- as they are part of the distribution --- were linked against an "
-"older version of GnuTLS. As a result, the same binary would be linked "
-"against two different versions of GnuTLS. That is typically a recipe for "
-"disaster. Thus, in order to avoid updating a dozen system libraries (and "
-"having two versions of those installed), it is necessary to disable all of "
-"those cURL features that GNUnet does not use, and there are many of those. "
-"For GNUnet, the more obscure protocols supported by cURL are close to dead "
-"code --- mostly harmless, but not useful. However, as some application may "
-"use one of those features, distributions are typically forced to enable all "
-"of those features, and thus including security issues that might arise from "
-"that code."
-msgstr ""
-
-#: template/gnurl.html.j2:82
-msgid ""
-"So to use a modern version of GnuTLS, a sane approach is to disable all of "
-"the \"optional\" features of cURL that drag in system libraries that link "
-"against the older GnuTLS. That works, except that one should then NEVER "
-"install that version of libcurl in say /usr or /usr/local, as that may break "
-"other parts of the system that might depend on these features that we just "
-"disabled. Libtool versioning doesn't help here, as it is not intended to "
-"deal with libraries that have optional features. Naturally, installing cURL "
-"somewhere else is also problematic, as we now need to be really careful that "
-"the linker will link GNUnet against the right version. Note that none of "
-"this can really be trivially fixed by the cURL developers."
-msgstr ""
-
-#: template/gnurl.html.j2:97
-msgid "Rename to fix"
-msgstr ""
-
-#: template/gnurl.html.j2:99
-#, python-format
-msgid ""
-"How does forking fix it? Easy. First, we can get rid of all of the "
-"compatibility issues --- if you use libgnurl, you state that you don't need "
-"anything but HTTP/HTTPS. Those applications that need more, should stick "
-"with the original cURL. Those that do not, can choose to move to something "
-"simpler. As the library gets a new name, we do not have to worry about tons "
-"of packages breaking as soon as one rebuilds it. So renaming itself and "
-"saying that \"libgnurl = libcurl with only HTTP/HTTPS support and GnuTLS\" "
-"fixes 99%% of the problems that darkened my mood. Note that this pretty much "
-"CANNOT be done without a fork, as renaming is an essential part of the fix. "
-"Now, there might be creative solutions to achieve the same thing within the "
-"standard cURL build system, but I'm not happy to wait for a decade for "
-"Daniel to review the patches. The changes libgnurl makes to curl are "
-"miniscule and can easily be applied again and again whenever libcurl makes a "
-"new release."
-msgstr ""
-
-#: template/gnurl.html.j2:118
-msgid "Using libgnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:120
-msgid ""
-"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
-"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
-"That's it. No changes to the source code should be required, as libgnurl "
-"strives for bug-for-bug compatibility with the HTTP/HTTPS/GnuTLS subset of "
-"cURL. We might add new features relating to this core subset if they are "
-"proposed, but so far we have kept our changes minimal and no additions to "
-"the original curl source have been written."
-msgstr ""
-
-#: template/gnurl.html.j2:133
-msgid "Gotchas"
-msgstr ""
-
-#: template/gnurl.html.j2:135
-msgid ""
-"libgnurl and gnurl are not intended to be used as a replacement for curl for "
-"users. Since no conflicts in filenames should occur you are not expected to "
-"remove curl to make use of gnurl and viceversa."
-msgstr ""
-
-#: template/gnurl.html.j2:149
-msgid "You can get the gnurl git repository using:"
-msgstr ""
-
-#: template/gnurl.html.j2:162
-msgid "The versions are checked in as (signed) git tags."
-msgstr ""
-
-#: template/gnurl.html.j2:171
-msgid ""
-"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/";
-"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
-"variety of distributions and package managers. Package Managers which "
-"include gnurl are: <a href=\"https://www.gnu.org/software/guix/\";>GNU Guix</"
-"a> (available as \"gnurl\"), <a href=\"https://gentoo.org\";>Gentoo</a> "
-"through the collaborative ebuild collection <a href=\"https://git.gnunet.org/";
-"youbroketheinternet-overlay.git/\">youbroketheinternet</a>, <a href="
-"\"https://nixos.org/nix/\";>Nix</a>, and as www/gnurl in <a href=\"https://";
-"pkgsrc.org\">pkgsrc</a>."
-msgstr ""
-
-#: template/gnurl.html.j2:188
-msgid "Building gnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:190
-msgid ""
-"We suggest to closely follow release announcements, as they might indicate "
-"changes in how gnurl is to be build. <br> If your package manager provides a "
-"binary build or build instructions to build gnurl from source automated and "
-"integrated with your environment, we strongly suggest to use this binary "
-"build. <br> There are two ways to build gnurl. The first one builds from the "
-"most recent git tag, the second one uses the distributed tarball. "
-"Distributors generally are supposed to build from the tarball, but we "
-"describe both methods here. Both methods are written with a NetBSD 9 "
-"userland in mind, substitute tools as necessary. <br> You should <b>avoid</"
-"b> building gnurl from the tip of the default git branch, as only tags are "
-"considered to be stable and approved builds."
-msgstr ""
-
-#: template/gnurl.html.j2:211
-msgid "Building from the distributed tarball (prefered method)"
-msgstr ""
-
-#: template/gnurl.html.j2:213
-msgid ""
-"If you want to verify the signature, install an OpenPGP compatible tool such "
-"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
-msgstr ""
-
-#: template/gnurl.html.j2:227
-msgid "Fetch the signature key from"
-msgstr ""
-
-#: template/gnurl.html.j2:231
-msgid "or via commandline with gnupg2."
-msgstr ""
-
-#: template/gnurl.html.j2:236
-msgid ""
-"Fetch the release, the signature, the checksum file as well as its signature:"
-msgstr ""
-
-#: template/gnurl.html.j2:255
-msgid ""
-"verify the signatures, and verify the checksums against the checksums in "
-"the .sum.txt file."
-msgstr ""
-
-#: template/gnurl.html.j2:261
-msgid "unpack the tarball:"
-msgstr ""
-
-#: template/gnurl.html.j2:271
-msgid "Change into the directory"
-msgstr ""
-
-#: template/gnurl.html.j2:281
-msgid "Now you can either run"
-msgstr ""
-
-#: template/gnurl.html.j2:291
-msgid "directly (and read configure-gnurl before you do so) or invoke"
-msgstr ""
-
-#: template/gnurl.html.j2:301
-msgid ""
-"and pass additional parameters such as a custom PREFIX location. Further "
-"reference can be the"
-msgstr ""
-
-#: template/gnurl.html.j2:306
-msgid "Now run"
-msgstr ""
-
-#: template/gnurl.html.j2:316
-msgid "(this is optional)"
-msgstr ""
-
-#: template/gnurl.html.j2:325
-msgid "and you are done."
-msgstr ""
-
-#: template/gnurl.html.j2:329
-msgid "Building from a tagged git commit"
-msgstr ""
-
-#: template/gnurl.html.j2:331
-msgid ""
-"Follow the steps above, but instead of downloading the tarball, clone the "
-"git tag you want to build from."
-msgstr ""
-
-#: template/gnurl.html.j2:342
-msgid "Reporting Bugs"
-msgstr ""
-
-#: template/gnurl.html.j2:344
-msgid ""
-"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/";
-"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
-"we prefer to track bugs on the bugtracker."
-msgstr ""
-
-#: template/gnurl.html.j2:354
-msgid "Maintainer and Cryptographic signatures"
-msgstr ""
-
-#: template/gnurl.html.j2:356
-msgid ""
-"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
-"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
-"fingerprint <b>A88C 8ADD 1298 28D7 EAC0 2E52 E22F 9BBF EE34 8588</b>."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:7
-msgid "GSoC 2018: GNUnet WebUI"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:11
-msgid "Tue, 08/14/2018 - 07:55, Phil Buschmann"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:17
-msgid ""
-"<strong>What was done?</strong><br /> In the context of Google Summer of "
-"Code 2018, my mentor (Martin Schanzenbach) and I have worked on creating and "
-"extending the REST API of GNUnet. Currently, we mirrored the functionality "
-"of following commands:"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:32
-msgid ""
-"Additionally, we developed a website with the Javascript framework Angular 6 "
-"and the design framework iotaCSS to use the new REST API. The REST API of "
-"GNUnet is now documented with Sphinx."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:40
-msgid ""
-"<strong>Why did we create a REST API?</strong><br /> ... when you can use "
-"the command line tools?<br /> We need to keep in mind, that everyone has the "
-"right to stay secure and private but not everyone feels comfortable using a "
-"terminal. The further developed REST access to GNUnet APIs in addition to "
-"the new web application allows new users to interact with GNUnet over a well "
-"known tool: their browsers. This addition to the C API and the command line "
-"tools may attract new users and developers."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:52
-msgid ""
-"<strong>How can we use it?</strong><br /> 1. The REST API developed in "
-"GNUnet<br /> The REST API is already merged into the gnunet.git repository "
-"(<a href=\"https://gnunet.org/git/gnunet.git/\";>GNUnet Main Git</a>).<br /> "
-"To use the new features, clone the repository and follow the <a href="
-"\"https://gnunet.org/en/install.html\";>Installation</a> on gnunet.org. Then, "
-"start the rest service with \"gnunet-arm -i rest\"."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:63
-msgid ""
-"2. The Web Application<br /> The web application is available under the "
-"gnunet-webui.git repository (<a href=\"https://gnunet.org/git/gnunet-webui.";
-"git/\">GNUnet WebUI Git</a>).<br /> You need to install the newest version "
-"of 'node' and 'yarn'. Dependent on your system, you may need to download "
-"newer versions and install them manually and not over your packet manager. "
-"After the installation succeeded, you need to clone the repository. Then, "
-"you need to run \"yarn install\" and \"yarn start\" for testing purposes. To "
-"deploy the website (keep in mind, that this website communicates with "
-"another localhost instance) use \"yarn build\" for building the web "
-"application and use the output in the 'dist' directory."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:80
-msgid ""
-"3. The Documentation<br /> The documentation is available under the gnunet-"
-"rest-api.git repository (<a href=\"https://gnunet.org/git/gnunet-rest-api.";
-"git/\">GNUnet REST API Docmentation Git</a>).<br /> Clone the repository and "
-"\"make html\". Then open the 'index.html' under 'build/html/'."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:91
-msgid ""
-"Please, give it a try and contact me, if you find any bugs or unintentional "
-"features. ;)"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:97
-msgid ""
-"<strong>What can be improved?</strong><br /> Right now, the build process of "
-"the web application may be a little too complex for a casual user. We may be "
-"able to solve this by using docker.<br /> Additionally, the web application "
-"does not prevent wrong inputs but responds with error messages. Adding "
-"GNUnet Records is currently only usable for people, who know how a GNS "
-"Record looks like. This can be adapted to each record type.<br /> Last but "
-"not least, additional features, design changes, etc..."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:111
-msgid "Thanks for reading."
-msgstr ""
-
-#: template/gsoc.html.j2:6
-msgid "GNUnet's Google Summer of Code projects"
-msgstr ""
-
-#: template/gsoc.html.j2:12 template/gsoc.html.j2:28
-msgid "Current projects"
-msgstr ""
-
-#: template/gsoc.html.j2:13 template/gsoc.html.j2:30
-msgid "Past projects"
-msgstr ""
-
-#: template/gsoc.html.j2:14 template/gsoc.html.j2:553
-msgid "Finished projects"
-msgstr ""
-
-#: template/gsoc.html.j2:21
-msgid ""
-"As a GNU project, GNUnet has participated in the Google Summer of Code "
-"(GSoC) for a number of years. This page lists all current, past, and "
-"finished projects."
-msgstr ""
-
-#: template/gsoc.html.j2:37
-msgid ""
-"It is time for GNUnet to run properly on Android. Note that GNUnet is "
-"written in C, and this is not about rewriting GNUnet in Java, but about "
-"getting the C code to run on Android."
-msgstr ""
-
-#: template/gsoc.html.j2:44
-msgid ""
-"<strong>Mentors:</strong> <a href=\"https://www.goebel-consult.de/\";>Hartmut "
-"Goebel</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:53
-msgid ""
-"There is a push for migrating our CI to Gitlab. The CI should eventually not "
-"just run \"make check\" on various platforms, but also perform tests with "
-"multiple peers running in different VMs with specific network topologies (i."
-"e. NAT) between them being simulated. The CI should also be integrated with "
-"Gauger for performance regression analysis. Running jobs only when "
-"dependencies have changed and scripting more granular triggers or ideally "
-"automatic dependency discovery (as done by the autotools) is also important."
-msgstr ""
-
-#: template/gsoc.html.j2:65
-msgid "<strong>Mentors:</strong> TBD"
-msgstr ""
-
-#: template/gsoc.html.j2:74
-msgid ""
-"reclaimID is a decentralized identity system build on top of the GNU Name "
-"System. Upon authorization, the user provides a requesting party (RP) such "
-"as a website with an authorization ticket (e.g. piggybacked in an OpenID "
-"authorization code). The RP uses information contained in this ticket to "
-"<ol> <li> Retrieve the decryption key from GNS</li> <li> Retrieve the user "
-"attributes from GNS</li> </ol> The GNS lookups ensure that the RP receives "
-"up-to-date attributes and functional decryption keys. However, in particular "
-"the RP-specific encryption key resolution can be slow and even fail "
-"depending on the network topology. We propose that in an initial exchange, "
-"in particular OpenID authorization code flows, we try to incorporate key and "
-"maybe even an attribute set in the ticket exchange. In order to mitigate "
-"this issue, this project is meant to investigate and implement how... <ol> "
-"<li> ... decryption keys can be added to an initial exchange in OpenID.</li> "
-"<li> ... initial set(s) of attributes can be piggybacked in OpenID.</li> </"
-"ol> <br/> <strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:105
-msgid ""
-"re:claimID is a decentralized identity system build on top of the GNU Name "
-"System. The initial design and implementation of re:claimID includes an "
-"attribute-based encryption module in order to prevent unauthorized access to "
-"attributes in the name system. Our motivation for re:claimID was for it to "
-"be name system agnostic, which means the design theoretically also works for "
-"other name systems such as namecoin. Other name systems often do not have "
-"built-in mechanisms in order to do this. Hence, we implemented an ABE access "
-"control layer. Our ABE implementation requires two third party libraries: "
-"libpbc and libgabe. While we could merge libgabe into the gnunet service "
-"implementation of re:claimID, libpbc is a rather large, third party library "
-"which lacks packaging in distributions and for platforms. On the other hand, "
-"GNS supports record data encryption using symmetric keys as labels. If we "
-"make the access control layer of re:claimID more generic in order to support "
-"both ABE and GNS encryption, we could reduce the required depenencies. This "
-"would result in gnunet packages to include re:claimID by default. In short, "
-"the goals are to... <ol> <li> ... improve performance by reducing encryption "
-"overhead.</li> <li> ... reduce dependencies.</li> </ol> <br/> "
-"<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:140
-msgid ""
-"One great problem of the current Internet is the lack of disintermediation. "
-"When people want to talk they need a chat service. When they want to share "
-"files they need a file transfer service. Although GNUnet already possesses "
-"quite advanced integration into Linux networking, a little extra work is "
-"needed for existing applications like irc, www, ftp, rsh, nntpd to run over "
-"it in a peer-to-peer way, simply by using a GNS hostname like friend.gnu. "
-"Once people have added a person to their GNS they can immediately message, "
-"exchange files and suchlike directly, with nothing but the GNUnet in the "
-"middle, using applications that have been distributed with unix systems ever "
-"since the 1980's. We can produce an OS distribution where these things work "
-"out of the box with the nicknames of people instead of cloud services. For "
-"more information and context, read"
-msgstr ""
-
-#: template/gsoc.html.j2:161
-msgid "<strong>Mentors:</strong> lynX &amp; dvn"
-msgstr ""
-
-#: template/gsoc.html.j2:169
-msgid ""
-"There are a variety of GNUNet APIs that should be exposed in the Rust "
-"wrappers. Implementing these will require extending the port of GNUNet utils "
-"written by Andrew Cann and Kelong Cong."
-msgstr ""
-
-#: template/gsoc.html.j2:177
-msgid ""
-"As an introduction to the code base, we suggest that the student and Jeff "
-"Burdges together update the asynchronous IO system from gjio to futures-rs "
-"or another layer built upon it. Jeff Burdges is expected to concurrently be "
-"implementing a GNUNet API for his own mix network work."
-msgstr ""
-
-#: template/gsoc.html.j2:187 template/gsoc.html.j2:211
-#: template/gsoc.html.j2:265 template/gsoc.html.j2:295
-#: template/gsoc.html.j2:539
-msgid "<strong>Mentors:</strong> Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:192
-msgid "Required Skills: Rust"
-msgstr ""
-
-#: template/gsoc.html.j2:197
-msgid "Difficulty level: low"
-msgstr ""
-
-#: template/gsoc.html.j2:205
-msgid ""
-"Implement the AnycastExit spec to enable GNUnet clients to connect over Tor."
-msgstr ""
-
-#: template/gsoc.html.j2:216
-msgid ""
-"Note: There was a Special TLDs spec to allow Tor to resolve domain names "
-"using GNS over Tor too, but currently that's on hold until folks think more "
-"about how names should be moved around the local system. We're calling this "
-"more collaborative approach NSS2 for now."
-msgstr ""
-
-#: template/gsoc.html.j2:225 template/gsoc.html.j2:399
-#: template/gsoc.html.j2:439 template/gsoc.html.j2:469
-msgid "Required Skills: C"
-msgstr ""
-
-#: template/gsoc.html.j2:230 template/gsoc.html.j2:474
-#: template/gsoc.html.j2:619
-msgid "Difficulty level: medium"
-msgstr ""
-
-#: template/gsoc.html.j2:238
-msgid ""
-"Design and implementation of <a href=\"http://jsonapi.org/\";>REST APIs</a> "
-"that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.html";
-"\">GNUnet API</a> so that easy, hands-on development is possible. Also, "
-"browser-based UIs will be much easier to create on top of REST APIs."
-msgstr ""
-
-#: template/gsoc.html.j2:249 template/gsoc.html.j2:609
-msgid "<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:257
-msgid ""
-"Improve the Rust implementation of GNUnet utils, possibly including adding "
-"support for asynchronous IO using mio, or perhaps a higher level "
-"asynchronous IO library built upon it, such as rotor, mioco, eventual_io, or "
-"gj."
-msgstr ""
-
-#: template/gsoc.html.j2:273
-msgid ""
-"Implement rudimentary Android compatibility for GNUnet, in part by porting "
-"the GNUnet utils scheduler to act as a thin wrapper over libuv."
-msgstr ""
-
-#: template/gsoc.html.j2:280
-msgid "<strong>Mentors:</strong> Jeff Burdges and Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:288 template/gsoc.html.j2:532
-msgid ""
-"Implementation of a replacement for PANDA (see Pond) with better security, "
-"and maybe integration with the GNU Name System for key exchange."
-msgstr ""
-
-#: template/gsoc.html.j2:300
-msgid "Required Skills: Rust or C, crypto"
-msgstr ""
-
-#: template/gsoc.html.j2:305 template/gsoc.html.j2:362
-#: template/gsoc.html.j2:404 template/gsoc.html.j2:444
-msgid "Difficulty level: high"
-msgstr ""
-
-#: template/gsoc.html.j2:313
-msgid ""
-"Implement different place types and file sharing by creating a new place for "
-"the shared content."
-msgstr ""
-
-#: template/gsoc.html.j2:319
-msgid "Place types to be implemented:"
-msgstr ""
-
-#: template/gsoc.html.j2:323
-msgid ""
-"<ul> <li>File: generic file with comments</li> <li>Image: display an image "
-"with comments referencing a region of the image</li> <li>Sound: play a sound "
-"file with comments referencing a timestamp</li> <li>Directory/Album: "
-"pointers to File / Image / Sound places</li> <li>Event: with RSVP</li> "
-"<li>Survey: ask your social neighborhood questions in a structured form</li> "
-"</ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:334
-msgid "Also provide the following UI functionality:"
-msgstr ""
-
-#: template/gsoc.html.j2:338
-msgid ""
-"<ul> <li>Fork existing channels, reorganize people into new chatrooms or "
-"channels.</li> <li>Share a post (edit and repost something elsewhere, on a "
-"fan page for example).</li> <li>Edit a previously published post + offer "
-"edit history to readers.</li> <li>Control expiry of channel history.</li> </"
-"ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:347
-msgid ""
-"See also <a href=\"http://secushare.org/features\";>http://secushare.org/";
-"features</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:352
-msgid "<strong>Mentors:</strong> lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:357
-msgid "Required Skills: C/C++"
-msgstr ""
-
-#: template/gsoc.html.j2:370
-msgid ""
-"Implement aggregation of distributed state from various channels in order to "
-"provide for a powerful social graph API capable of producing social network "
-"profiles, dashboards, a calendar out of upcoming event invitations (if "
-"available), social search functionality and most of all to make it easy for "
-"users to adopt cryptographic identities of their contacts/friends simply by "
-"finding them in the social graph of their existing contacts (\"This is "
-"Linda. You have 11 contacts in common with her. [ADD]\")."
-msgstr ""
-
-#: template/gsoc.html.j2:388
-msgid ""
-"Related to <a href=\"http://secushare.org/rendezvous\";>secushare.org/"
-"rendezvous</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:394 template/gsoc.html.j2:434
-msgid "<strong>Mentors:</strong> t3sserakt, lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:411
-msgid ""
-"<ul> <li> Emulate IMAP/SMTP protocols as necessary to transform traditional "
-"mail clients into secushare user interfaces. </li> <li> Think of ways to map "
-"e-mail addresses to secushare identities. </li> <li> Encode or translate "
-"various e-mail features into secushare equivalents. </li> <li> Parts of "
-"secushare are currently written in Rust, therefore Rust is preferred for "
-"this task but it is not an requirement. </li> </ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:452
-msgid ""
-"Implementation of the GNUnet auction system described in Chapter 3 of <a "
-"href=\"https://grothoff.org/christian/teich2017ms.pdf\";>this thesis</a>. "
-"Specific tasks are adding smart contract creation and round time enforcement "
-"to libbrandt as well as creating the GNUnet auction service, library and the "
-"three user interface programs create, info and join."
-msgstr ""
-
-#: template/gsoc.html.j2:464
-msgid "<strong>Mentors:</strong> mate, cg"
-msgstr ""
-
-#: template/gsoc.html.j2:482
-msgid ""
-"Implementation of additional transports to make GNUnet communication more "
-"robust in the presence of problematic networks: GNUnet-over-SMTP, GNUnet-"
-"over-DNS"
-msgstr ""
-
-#: template/gsoc.html.j2:489 template/gsoc.html.j2:503
-msgid "<strong>Mentors:</strong> Matthias Wachs"
-msgstr ""
-
-#: template/gsoc.html.j2:497
-msgid ""
-"Implementation of ALG-based NAT traversal methods (FTP/SIP-based hole "
-"punching, better STUN support)"
-msgstr ""
-
-#: template/gsoc.html.j2:511
-msgid ""
-"<strong>Mentors:</strong> Matthias Wachs, Christian Grothoff, Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:519
-msgid ""
-"Improving libaboss to make computation on shared secrets (including repeated "
-"multiplication) based on <a href=\"https://dl.acm.org/citation.cfm?";
-"doid=62212.62213\">Ben-Or et al.</a> if possible. This in particular means "
-"moving libaboss to bignums (gcry_mpi)."
-msgstr ""
-
-#: template/gsoc.html.j2:547
-msgid ""
-"Please refer to the description for this project listed under GNU Guix "
-"project ideas."
-msgstr ""
-
-#: template/gsoc.html.j2:559
-msgid ""
-"Python 2.7 is reaching its end-of-life, and we want to get rid of the "
-"dependency on Python. The existing gnunet-qr tool is a rather simple wrapper "
-"around python-zbar, which itself wraps libzbar. The goal of this project is "
-"to directly use libzbar to scan QR codes for GNUnet / the GNU Name System "
-"(see also <a href=\"https://bugs.gnunet.org/view.php?id=5562\";>#5562</a>)."
-msgstr ""
-
-#: template/gsoc.html.j2:569
-msgid "<strong>Mentors:</strong> Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:574
-msgid "Required Skills:"
-msgstr ""
-
-#: template/gsoc.html.j2:579
-msgid "Difficulty level:"
-msgstr ""
-
-#: template/gsoc.html.j2:584
-msgid "Report:"
-msgstr ""
-
-#: template/gsoc.html.j2:589
-msgid "Unfinished/Abandoned as gnunet-qr was moved to C outside of GSoC."
-msgstr ""
-
-#: template/gsoc.html.j2:599
-msgid ""
-"Implementation of a Web-based UI for GNUnet similar to GNUnet-Gtk with a yet "
-"to be determined framework such as Angular2. This includes the design and "
-"implementation of not yet existing <a href=\"http://jsonapi.org/\";>REST "
-"APIs</a> that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.";
-"html\">GNUnet API</a>."
-msgstr ""
-
-#: template/gsoc.html.j2:614
-msgid "Required Skills: C, JavaScript, CSS"
-msgstr ""
-
-#: template/gsoc.html.j2:624
-msgid ""
-"Report: <a href=\"gsoc-2018-gnunet-webui.html\">GSoC 2018: GNUnet WebUI</a>"
-msgstr ""
-
-#: template/index.html.j2:19
-msgid ""
-"GNUnet is a new network protocol stack for building secure, distributed, and "
-"privacy-preserving applications. With strong roots in <a href=\"https://bib.";
-"gnunet.org\">academic research</a>, our goal is to replace the <a href="
-"\"https://secushare.org/broken-internet\";>old insecure Internet</a> protocol "
-"stack."
-msgstr ""
-
-#: template/index.html.j2:29
-msgid ""
-"GNUnet is typically run as an <a href=\"https://en.wikipedia.org/wiki/";
-"Overlay_network\">overlay network</a> on top of the existing Internet "
-"infrastructure forming the basis of a hybrid <a href=\"architecture.html"
-"\">peer-to-peer mesh and relay backbone</a> for applications to run on. It "
-"could just as well be run independently of the Internet, over <a href="
-"\"https://en.wikipedia.org/wiki/Physical_layer\";>dedicated radio and cable</"
-"a>."
-msgstr ""
-
-#: template/index.html.j2:38
-msgid ""
-"GNUnet is made for a free and open society: It&#39;s a self-organizing "
-"network and it is <a href=\"http://www.gnu.org/philosophy/free-sw.html";
-"\">free software</a> as in freedom. GNUnet puts you in control of your data. "
-"You determine which data to share with whom, and you&#39;re not pressured to "
-"accept compromises."
-msgstr ""
-
-#: template/index.html.j2:89
-msgid "The Internet of tomorrow needs GNUnet today"
-msgstr ""
-
-#: template/index.html.j2:95
-msgid "Imagine..."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid ""
-"The conventional Internet is currently like a system of roads with deep "
-"potholes and highwaymen all over the place. Even if you still can use the "
-"roads (e.g. send emails, or browse websites) your vehicle might get "
-"hijacked, damaged, or long arms might reach into its back and steal your "
-"items (data) to use it against you and sell it to others - while you can&#39;"
-"t even notice the thievery nor accuse and hold the scroungers accountable. "
-"<!-- Proposal from Fabian Gerlach: The conventional Internet is currently "
-"like a system of roads with deep potholes and surveillance cameras all over "
-"the place. Even if you still can use the roads (e.g. send emails, or browse "
-"websites) your vehicle might gets damaged. And the surveillance cameras will "
-"create a movement profile about your life: They recognize your car license "
-"plate, track you everywhere you drive, and save this information in a "
-"central data base. -->"
-msgstr ""
-
-#: template/index.html.j2:121
-msgid "The Internet is broken"
-msgstr ""
-
-#: template/index.html.j2:123
-msgid ""
-"Protocols from Ethernet and IP to BGP and X.509 PKI are insecure by default: "
-"protecting against address forgery, routers learning metadata, or choosing "
-"trustworthy CAs is nontrivial and sometimes impossible. <!-- Proposal from "
-"Fabian Gerlach: The Internet is not designed with security in mind: The "
-"network generally learns too much about users; it has insecure defaults and "
-"high complexity; and it is centralized. That makes it very vulnerable for "
-"multiple attacks massively threatening our freedom. -->"
-msgstr ""
-
-#: template/index.html.j2:137
-msgid ""
-"GNUnet provides <a href=\"https://www.w3.org/2014/strint/papers/65.pdf";
-"\">privacy by design</a>, improving addressing, routing, naming and content "
-"distribution in a technically robust manner - as opposed to ad-hoc designs "
-"in place today. <!-- Proposal from fabian gerlach: GNUnet is built <a href="
-"\"https://www.w3.org/2014/strint/papers/65.pdf\";>\"privacy by design\"</a> "
-"and \"distributed by design\". This improves addressing, routing, naming and "
-"content distribution in a technically robust manner. -->"
-msgstr ""
-
-#: template/index.html.j2:155
-msgid "Decentralization is hard"
-msgstr ""
-
-#: template/index.html.j2:158
-msgid ""
-"<!-- replaced with Proposal from Fabian Gerlach: It seems as if every other "
-"distributed or P2P project develops its own library stack, covering "
-"transports, stream muxing, discovery and others. This divides effort and "
-"multiplies bug count. --> Instead of sharing common components and tools for "
-"building P2P systems, every P2P project seems to re-invent the wheel. <!-- "
-"TODO: rework this sentence. --> This heightens the effort and increases the "
-"potential number of vulnerabilities."
-msgstr ""
-
-#: template/index.html.j2:174
-msgid ""
-"GNUnet is a metadata-preserving foundation for your application, covering "
-"areas from addressing to reliable bidirectional Axolotl-encrypted channels, "
-"with advanced routing. Our work is based on continuous research spanning "
-"almost two decades."
-msgstr ""
-
-#: template/index.html.j2:188
-msgid "Metadata is exposed"
-msgstr ""
-
-#: template/index.html.j2:190
-msgid ""
-"Your metadata is just as revealing as the actual content; and it gets "
-"exposed on the Internet.<br> Even though transport encryption is "
-"increasingly being deployed on the Internet, it still reveals data that can "
-"threaten democracy: the identities of senders and receivers, the times, "
-"frequency and the volume of communication are all still revealed.<br> <!-- "
-"Looks like a weak argumentation to me: which <a href=\"https://www.freehaven.";
-"net/anonbib/cache/websitefingerprinting-pets2016.pdf\">enables reverse-"
-"engineering pages visited via website fingerprinting</a>. --> GNUnet <a href="
-"\"https://secushare.org/anonymity\";>addresses</a> these concerns with "
-"perfect forward secrecy via ephemeral public key addressing, fixed packet "
-"size to hinder traffic analysis, layered encryption, Sybil-resistant "
-"routing, and more."
-msgstr ""
-
-#: template/index.html.j2:213
-msgid "Freedoms are not respected"
-msgstr ""
-
-#: template/index.html.j2:215
-msgid ""
-"Today, monitoring increasingly centralized infrastructure, proprietary "
-"implementations, traffic shapers and firewalls restrict all of the <a href="
-"\"https://www.gnu.org/philosophy/free-sw.html\";>essential freedoms</a> to "
-"various degrees."
-msgstr ""
-
-#: template/index.html.j2:224
-msgid ""
-"GNUnet gives users freedoms to securely access information (\"run\" the "
-"network), to study all aspects of the network&#39;s operation (\"access the "
-"code\"), to distribute information (\"copy\"), as well as the freedom to "
-"deploy new applications (\"modify\")."
-msgstr ""
-
-#: template/index.html.j2:236
-msgid "Learn more about GNUnet"
-msgstr ""
-
-#: template/index.html.j2:238
-msgid ""
-"If you want to know more about the GNUnet please continue reading the <a "
-"href=\"about.html\">about page</a>. There are much more resources, such as "
-"the <a href=\"https://docs.gnunet.org\";>main handbook / reference manual</"
-"a>, a <a href=\"https://bib.gnunet.org/\";>bibliography</a> and <a href="
-"\"https://gnunet.org/en/video.html\";>videos</a>."
-msgstr ""
-
-#: template/index.html.j2:247
-msgid ""
-"You are very welcome to <a href=\"https://gnunet.org/en/engage.html\";> get "
-"engaged into the conversation</a>, <a href=\"https://gnunet.org/en/install.";
-"html\">install GNUnet</a>, <a href=\"https://gnunet.org/en/use.html\";>use "
-"it</a> and <a href=\"https://gnunet.org/en/engage.html\";>contribute</a>. "
-"<br> Be aware that this project is still in an early alpha stage when it "
-"comes to software &#8211; it is not an easy task to rewrite the whole "
-"Internet!"
-msgstr ""
-
-#: template/index.html.j2:269
-msgid "Featured Applications"
-msgstr ""
-
-#: template/index.html.j2:275
-msgid "GNU Taler (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:277
-msgid ""
-"<a href=\"https://taler.net/\";>GNU Taler</a> is a new privacy-preserving "
-"electronic payment system. Payments are cryptographically secured and are "
-"confirmed within milliseconds with extremely low transaction costs."
-msgstr ""
-
-#: template/index.html.j2:289
-msgid "The GNU Name System"
-msgstr ""
-
-#: template/index.html.j2:292
-msgid ""
-"<!-- The <a href=\"use.html#gns\">GNU Name System (GNS)</a> --> The <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System\";>GNU "
-"Name System (GNS)</a> is a fully decentralized replacement for the Domain "
-"Name System (DNS). Instead of using a hierarchy, GNS uses a directed graph. "
-"Naming conventions are similar to DNS, but queries and replies are private "
-"even with respect to peers providing the answers. The integrity of records "
-"and privacy of look-ups is cryptographically secured. <!-- Too technical: "
-"GNS integrates a robust, efficient and instant key revocation mechanism. -->"
-msgstr ""
-
-#: template/index.html.j2:309
-msgid "re:claimID"
-msgstr ""
-
-#: template/index.html.j2:311
-msgid ""
-"<a href=\"https://reclaim-identity.io/\";>re:claimID</a> is a decentralized "
-"Identity Provider (IdP) service built in top of the GNU Name System. It "
-"allows users to securely share personal information with websites using "
-"standardized protocols (OpenID Connect)."
-msgstr ""
-
-#: template/index.html.j2:324
-msgid "Filesharing (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:326
-msgid ""
-"GNUnet <a href=\"use.html#fs\">filesharing</a> is an application that aims "
-"to provide censorship-resistant, anonymous filesharing. The publisher is "
-"empowered to make a gradual choice between performance and anonymity."
-msgstr ""
-
-#: template/index.html.j2:337
-msgid "Conversation (Pre-Alpha)"
-msgstr ""
-
-#: template/index.html.j2:339
-msgid ""
-"GNUnet conversation is an application that provides secure voice "
-"communication in a fully decentralized way by employing GNUnet for routing "
-"and transport."
-msgstr ""
-
-#: template/index.html.j2:355
-msgid "Upcoming Applications"
-msgstr ""
-
-#: template/index.html.j2:361
-msgid "secushare"
-msgstr ""
-
-#: template/index.html.j2:363
-msgid ""
-"<a href=\"https://secushare.org/\";>secushare</a> is creating a decentralized "
-"social networking application on top of GNUnet. Using overlay multicast and "
-"the extensible PSYC protocol, notifications are distributed end-to-end "
-"encrypted to authorized recipients only."
-msgstr ""
-
-#: template/index.html.j2:375
-msgid "pretty Easy privacy"
-msgstr ""
-
-#: template/index.html.j2:377
-msgid ""
-"<a href=\"https://pep.foundation/\";>pretty Easy privacy</a> (p&#8801;p) is "
-"creating a usable end-to-end encrypted e-mail solution using opportunistic "
-"key exchange. p&#8801;p will use GNUnet to protect metadata and exploit new "
-"cryptographic protocols to verify keys."
-msgstr ""
-
-#: template/install-on-archpi.html.j2:6
-msgid "Tutorial: GNUnet on Arch Linux/Pi"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:16
-msgid "Requirements for Raspberry Pi 3"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:40
-msgid "Get the Source Code"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:62
-#: template/install-on-debian9.html.j2:130
-msgid "In Addition: gnunet-gtk"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:79
-msgid "Run"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:131
-msgid "Make sure, it works!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:6
-msgid "Tutorial: GNUnet on Debian 9"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:9
-#: template/install-on-ubuntu1804.html.j2:9
-msgid "Introduction"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:29 template/install-on-macos.html.j2:17
-#: template/install-on-netbsd.html.j2:19
-#: template/install-on-ubuntu1804.html.j2:26
-msgid "Requirements"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:45
-#: template/install-on-ubuntu1804.html.j2:41
-msgid "Make an installation directory"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:59
-#: template/install-on-macos.html.j2:134
-#: template/install-on-netbsd.html.j2:224
-#: template/install-on-ubuntu1804.html.j2:53
-msgid "Get the source code"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:78
-#: template/install-on-macos.html.j2:142
-#: template/install-on-netbsd.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:61
-msgid "Compile and Install"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:103
-#: template/install-on-ubuntu1804.html.j2:70
-msgid "Option 1: GNUnet for testing / usage"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:116
-#: template/install-on-ubuntu1804.html.j2:82
-msgid "Option 2: GNUnet for development"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:153
-#: template/install-on-ubuntu1804.html.j2:97
-msgid "Install GNUnet plugin for name resolution"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:207
-#: template/install-on-ubuntu1804.html.j2:134
-msgid "Create configuration file"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:227
-#: template/install-on-ubuntu1804.html.j2:156
-msgid "Use GNUnet!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:162
-msgid "Uninstall GNUnet and its dependencies"
-msgstr ""
-
-#: template/install-on-macos.html.j2:6
-msgid "Tutorial: GNUnet on macOS 10.14 (Mojave)"
-msgstr ""
-
-#: template/install-on-macos.html.j2:24 template/install-on-netbsd.html.j2:30
-msgid "Installation"
-msgstr ""
-
-#: template/install-on-macos.html.j2:42 template/install-on-netbsd.html.j2:102
-msgid "First steps"
-msgstr ""
-
-#: template/install-on-macos.html.j2:109
-#: template/install-on-netbsd.html.j2:182
-msgid "Alternative: Installation from source"
-msgstr ""
-
-#: template/install-on-macos.html.j2:154
-#: template/install-on-netbsd.html.j2:242
-msgid "Option 1: GNUnet for production / usage"
-msgstr ""
-
-#: template/install-on-macos.html.j2:187
-#: template/install-on-netbsd.html.j2:267
-msgid "Option 2: GNUnet experimental"
-msgstr ""
-
-#: template/install-on-netbsd.html.j2:6
-msgid "Tutorial: GNUnet on NetBSD 8.0 CURRENT"
-msgstr ""
-
-#: template/install-on-ubuntu1804.html.j2:6
-msgid "Tutorial: GNUnet on Ubuntu 18.04"
-msgstr ""
-
-#: template/install.html.j2:11
-msgid ""
-"<p>The following GNUnet installation instructions help you building from "
-"source for your distribution.</p> <p><i>Please note that the installation "
-"process will get much easier once we have proper packages again (planned for "
-"winter 2019).</i></p> <p>You have already installed GNUnet and want to use "
-"it? <a href=\"https://gnunet.org/en/use\";>Check this out!</a> </p>"
-msgstr ""
-
-#: template/install.html.j2:19
-msgid ""
-"<p>Please be aware that this project is still in an early alpha stage when "
-"it comes to running software &#8211; its not an easy task to rewrite the "
-"whole Internet! We are happy to get your <a href=\"engage.html\">helping "
-"hand</a> anytime!</p> <p>Further information is available in our <a href="
-"\"https://docs.gnunet.org/#toc-Using-GNUnet-1\";>handbook</a>.</p> <p>If you "
-"have any queries about the installation or the usage, please <a href="
-"\"engage.html\">get in touch!</a></p>"
-msgstr ""
-
-#: template/use.html.j2:6
-msgid "How to use GNUnet - in a nutshell"
-msgstr ""
-
-#: template/use.html.j2:12 template/use.html.j2:123
-msgid "Filesharing"
-msgstr ""
-
-#: template/use.html.j2:13
-msgid "CADET"
-msgstr ""
-
-#: template/use.html.j2:14
-msgid "Minimal Groupchat"
-msgstr ""
-
-#: template/use.html.j2:15
-msgid "GNS with CLI"
-msgstr ""
-
-#: template/use.html.j2:16
-msgid "GNS with Browser"
-msgstr ""
-
-#: template/use.html.j2:17 template/use.html.j2:441
-msgid "VPN"
-msgstr ""
-
-#: template/use.html.j2:18 template/use.html.j2:501
-msgid "Conversation"
-msgstr ""
-
-#: template/use.html.j2:19 template/use.html.j2:512
-msgid "Trouble Shooting"
-msgstr ""
-
-#: template/use.html.j2:34
-msgid "Get on GNUnet"
-msgstr ""
-
-#: template/use.html.j2:78
-msgid "Get off GNUnet"
-msgstr ""
-
-#: template/use.html.j2:88
-msgid "Make sure your GNUnet installation works..."
-msgstr ""
-
-#: template/use.html.j2:105
-msgid "... and play around with it."
-msgstr ""
-
-#: template/use.html.j2:181
-msgid "CADET (and Chat)"
-msgstr ""
-
-#: template/use.html.j2:215
-msgid "Chatting with a (simple) client"
-msgstr ""
-
-#: template/use.html.j2:289
-msgid "Name resolution using GNS on the command line"
-msgstr ""
-
-#: template/use.html.j2:361
-msgid "Name resolution using GNS with a browser"
-msgstr ""
-
-#: template/use.html.j2:514
-msgid "You can't reach other people's nodes"
-msgstr ""
-
-#: template/use.html.j2:550
-msgid "OMG you guys broke my internet"
-msgstr ""
-
-#: template/video.html.j2:12
-msgid "Videos related to GNUnet"
-msgstr ""
 
 #~ msgid "_project_title"
 #~ msgstr "GNUnet is the Next Generation Internet"
diff --git a/locale/es/LC_MESSAGES/messages.po 
b/locale/es/LC_MESSAGES/messages.po
index 9c44b69..13e165e 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -18,1949 +18,123 @@ msgstr ""
 "Language: es\n"
 "Generated-By: Babel 2.4.0\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "GNUnet"
-msgstr ""
-
-#: common/base.j2:6 common/news.j2:6
-msgid "GNU's framework for secure p2p networking"
-msgstr ""
-
-#: common/footer.j2.inc:7
-msgid "Contact"
-msgstr "Contacto"
+#~ msgid "Contact"
+#~ msgstr "Contacto"
 
-#: common/footer.j2.inc:8 common/navigation.j2.inc:48
-msgid "GNUnet e.V."
-msgstr "GNUnet a. r."
+#~ msgid "GNUnet e.V."
+#~ msgstr "GNUnet a. r."
 
-#: common/footer.j2.inc:9 template/about.html.j2:6
-msgid "About GNUnet"
-msgstr "Sobre GNUnet"
+#~ msgid "About GNUnet"
+#~ msgstr "Sobre GNUnet"
 
-#: common/footer.j2.inc:14 common/navigation.j2.inc:61
-msgid "Bug Tracker"
-msgstr "Herramienta de seguimiento de errores"
+#~ msgid "Bug Tracker"
+#~ msgstr "Herramienta de seguimiento de errores"
 
-#: common/footer.j2.inc:19 template/copyright.html.j2:6
-msgid "Copyright Assignment"
-msgstr "Transmisión de derechos de autor"
+#~ msgid "Copyright Assignment"
+#~ msgstr "Transmisión de derechos de autor"
 
-#: common/footer.j2.inc:20 common/navigation.j2.inc:89
-#: template/developers.html.j2:24
-msgid "Bibliography"
-msgstr "Bibliografía"
-
-#: common/footer.j2.inc:31
-msgid "Source code of this site."
-msgstr ""
-
-#: common/footer.j2.inc:32
-msgid "Report issues with this website."
-msgstr ""
+#~ msgid "Bibliography"
+#~ msgstr "Bibliografía"
 
-#: common/navigation.j2.inc:38 template/index.html.j2:51
-msgid "About"
-msgstr "Sobre"
+#~ msgid "About"
+#~ msgstr "Sobre"
 
-#: common/navigation.j2.inc:39 news/index.html.j2:9 template/index.html.j2:64
-msgid "News"
-msgstr "Nuevo"
+#~ msgid "News"
+#~ msgstr "Nuevo"
 
-#: common/navigation.j2.inc:43
-msgid "Community"
-msgstr "Comunidad"
+#~ msgid "Community"
+#~ msgstr "Comunidad"
 
-#: common/navigation.j2.inc:46 template/index.html.j2:55
-msgid "Engage"
-msgstr "Participa"
+#~ msgid "Engage"
+#~ msgstr "Participa"
 
-#: common/navigation.j2.inc:47
-msgid "GSoC Projects"
-msgstr "Projectos de GSoC"
+#~ msgid "GSoC Projects"
+#~ msgstr "Projectos de GSoC"
 
-#: common/navigation.j2.inc:49
-msgid "Copyright for Contributors"
-msgstr "Derecho de autor para contributores"
+#~ msgid "Copyright for Contributors"
+#~ msgstr "Derecho de autor para contributores"
 
-#: common/navigation.j2.inc:50
-msgid "IRC Archive"
-msgstr "Archivo de IRC"
+#~ msgid "IRC Archive"
+#~ msgstr "Archivo de IRC"
 
-#: common/navigation.j2.inc:57
-msgid "Development"
-msgstr "Desarrollo"
+#~ msgid "Development"
+#~ msgstr "Desarrollo"
 
-#: common/navigation.j2.inc:60
-msgid "System Architecture"
-msgstr "Architectura del sistema"
+#~ msgid "System Architecture"
+#~ msgstr "Architectura del sistema"
 
-#: common/navigation.j2.inc:62 template/gnurl.html.j2:147
-msgid "Source Code"
-msgstr "Códico fuente"
+#~ msgid "Source Code"
+#~ msgstr "Códico fuente"
 
-#: common/navigation.j2.inc:63
 #, fuzzy
-#| msgid "Documentation"
-msgid "Source Code Documentation"
-msgstr "Documentación"
+#~| msgid "Documentation"
+#~ msgid "Source Code Documentation"
+#~ msgstr "Documentación"
 
-#: common/navigation.j2.inc:66
-msgid "Continuous Integration"
-msgstr "Integración continua"
+#~ msgid "Continuous Integration"
+#~ msgstr "Integración continua"
 
-#: common/navigation.j2.inc:68
 #, fuzzy
-#| msgid "Development"
-msgid "Development Tutorial"
-msgstr "Desarrollo"
-
-#: common/navigation.j2.inc:79
-msgid "Documentation"
-msgstr "Documentación"
-
-#: common/navigation.j2.inc:82 template/index.html.j2:53
-#: template/install.html.j2:6
-msgid "Install"
-msgstr "Instala"
-
-#: common/navigation.j2.inc:83
-msgid "Use"
-msgstr "Usa"
-
-#: common/navigation.j2.inc:84
-msgid "Videos"
-msgstr "Videos"
-
-#: common/navigation.j2.inc:85 template/glossary.html.j2:6
-msgid "Glossary"
-msgstr "Glosario"
-
-#: common/navigation.j2.inc:86
-msgid "Handbook"
-msgstr "Manual"
-
-#: common/navigation.j2.inc:87
-msgid "REST API"
-msgstr "REST API"
-
-#: common/navigation.j2.inc:88
-msgid "FAQ"
-msgstr "FAQ"
-
-#: inc/news.macro.j2:10
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:11
-msgid "What is GNUnet?"
-msgstr "Qué es GNUnet?"
-
-#: template/about.html.j2:13
-msgid ""
-"GNUnet is an alternative network stack for building secure, decentralized "
-"and privacy-preserving distributed applications. Our goal is to replace the "
-"old insecure Internet protocol stack. Starting from an application for "
-"secure publication of files, it has grown to include all kinds of basic "
-"protocol components and applications towards the creation of a GNU internet."
-msgstr ""
-
-#: template/about.html.j2:23
-msgid ""
-"Today, the actual use and thus the social requirements for a global network "
-"differs widely from those goals of 1970. While the Internet remains suitable "
-"for military use, where the network equipment is operated by a command "
-"hierarchy and when necessary isolated from the rest of the world, the "
-"situation is less tenable for civil society."
-msgstr ""
-
-#: template/about.html.j2:32
-msgid ""
-"Due to fundamental Internet design choices, Internet traffic can be "
-"misdirected, intercepted, censored and manipulated by hostile routers on the "
-"network. And indeed, the modern Internet has evolved exactly to the point "
-"where, as Matthew Green put it, <a href=\"https://blog.";
-"cryptographyengineering.com/2015/08/16/the-network-is-hostile/\">\"the "
-"network is hostile\"</a>."
-msgstr ""
-
-#: template/about.html.j2:41
-msgid ""
-"We believe liberal societies need a network architecture that uses the anti-"
-"authoritarian decentralized peer-to-peer paradigm and privacy-preserving "
-"cryptographic protocols. The goal of the GNUnet project is to provide a Free "
-"Software realization of this ideal."
-msgstr ""
-
-#: template/about.html.j2:49
-msgid ""
-"Specifically, GNUnet tries to follow the following design principles, in "
-"order of importance:"
-msgstr ""
-
-#: template/about.html.j2:56
-msgid ""
-"GNUnet must be implemented as <a href=\"https://www.gnu.org/philosophy/free-";
-"sw.html\">Free Software</a>."
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"GNUnet must minimize the amount of personally identifiable information "
-"exposed."
-msgstr ""
-
-#: template/about.html.j2:61
-msgid ""
-"GNUnet must be fully distributed and resilient to external attacks and rogue "
-"participants."
-msgstr ""
-
-#: template/about.html.j2:62
-msgid ""
-"GNUnet must be self-organizing and not depend on administrators or "
-"centralized infrastructure."
-msgstr ""
-
-#: template/about.html.j2:63
-msgid ""
-"GNUnet must inform the user which other participants have to be trusted when "
-"establishing private communications."
-msgstr ""
-
-#: template/about.html.j2:64
-msgid "GNUnet must be open and permit new peers to join."
-msgstr ""
-
-#: template/about.html.j2:65
-msgid "GNUnet must support a diverse range of applications and devices."
-msgstr ""
-
-#: template/about.html.j2:66
-msgid "GNUnet must use compartmentalization to protect sensitive information."
-msgstr ""
-
-#: template/about.html.j2:67
-msgid "The GNUnet architecture must be resource efficient."
-msgstr ""
-
-#: template/about.html.j2:68
-msgid ""
-"GNUnet must provide incentives for peers to contribute more resources than "
-"they consume."
-msgstr ""
-
-#: template/about.html.j2:72
-msgid ""
-"To get know and learn more, please check our <a href=\"https://docs.gnunet.";
-"org/handbook/gnunet.html\">handbook</a>, especially the <a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Key-Concepts\">chapter on \"Key Concepts"
-"\"</a>, explaining the fundamental concepts of GNUnet: <ul> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Authentication";
-"\">Authentication</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Accounting-to-Encourage-Resource-Sharing\">Accounting to "
-"Encourage Resource Sharing</a></li> <li><a href=\"https://docs.gnunet.org/";
-"handbook/gnunet.html#Confidentiality\">Confidentiality</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Anonymity\";>Anonymity</a></"
-"li> <li><a href=\"https://docs.gnunet.org/handbook/gnunet.html#Deniability";
-"\">Deniability</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Peer-Identities\">Peer Identities</a></li> <li><a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Zones-in-the-GNU-Name-System-_0028GNS-"
-"Zones_0029\">Zones in the GNU Name System (GNS Zones)</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Egos\";>Egos</a></li> </ul>"
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "More Resources"
-msgstr ""
-
-#: template/about.html.j2:90
-msgid ""
-"There are many more resources to learn about GNUnet besides the <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html\";>handbook</a>, such as the "
-"<a href=\"https://bib.gnunet.org/\";>bibliography</a> with papers covering "
-"the various layers, many <a href=\"https://gnunet.org/en/video.html";
-"\">videos</a> or a brief <a href=\"https://gnunet.org/en/glossary.html";
-"\">glossary</a>."
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"You are most welcome to <a href=\"engage.html\">get engaged into the "
-"conversation</a>, <a href=\"install.html\">install GNUnet</a>, <a href=\"use."
-"html\">use it</a> and <a href=\"engage.html\">contribute and get engaged</a> "
-"in various ways."
-msgstr ""
-
-#: template/about.html.j2:100
-msgid ""
-"Please be aware that this project is (despite of it's age) still in an early "
-"alpha stage when it comes to software &#8211; its not an easy task to "
-"rewrite the whole Internet!"
-msgstr ""
-
-#: template/about.html.j2:105
-msgid "Current funding"
-msgstr ""
-
-#: template/about.html.j2:110
-msgid ""
-"We're receiving funding from NLnet's Next Generation Internet funding line "
-"to document and implement the GNU Name System protocol in a way suitable for "
-"the IETF standardization process."
-msgstr ""
-
-#: template/about.html.j2:123
-msgid ""
-"We are grateful for free hosting offered by the following organizations:"
-msgstr ""
-
-#: template/about.html.j2:132
-msgid "Past funding"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "We are grateful for past funding from the following organizations:"
-msgstr ""
-
-#: template/architecture.html.j2:6
-msgid "GNUnet System Architecture"
-msgstr ""
-
-#: template/architecture.html.j2:15
-msgid "Legend"
-msgstr ""
-
-#: template/architecture.html.j2:55
-msgid "Foundations"
-msgstr ""
-
-#: template/architecture.html.j2:57
-msgid ""
-"The foundations of GNUnet are a distributed hash table (R5N), an SCTP-like "
-"end-to-end encrypted messaging layer (CADET), a public key infrastructure "
-"(GNS) and a pluggable transport system (TRANSPORT).<br> Using public keys "
-"for addresses and self-organized decentralized routing algorithms, these "
-"subsystems replace the traditional TCP/IP stack."
-msgstr ""
-
-#: template/architecture.html.j2:70
-msgid "Security"
-msgstr ""
-
-#: template/architecture.html.j2:73
-msgid ""
-"GNUnet is implemented using a multi-process architecture. Each subsystem "
-"runs as a separate process, providing fault-isolation and enabling tight "
-"permissions to be granted to each subsystem. Naturally, the implementation "
-"is a <a href=\"https://www.gnu.org/\";>GNU</a> package, and will always "
-"remain free software."
-msgstr ""
-
-#: template/architecture.html.j2:87
-msgid "System architecture"
-msgstr ""
-
-#: template/architecture.html.j2:93
-msgid "Subsystems"
-msgstr ""
-
-#: template/architecture.html.j2:102
-msgid "libgnunetutil"
-msgstr ""
-
-#: template/architecture.html.j2:108
-msgid "APIs"
-msgstr ""
-
-#: template/contact.html.j2:6
-msgid "Contact information"
-msgstr ""
-
-#: template/contact.html.j2:11
-msgid "The mailing list"
-msgstr ""
-
-#: template/contact.html.j2:13
-msgid ""
-"An archived, public mailing list for GNUnet is hosted at <a href=\"https://";
-"lists.gnu.org/mailman/listinfo/gnunet-developers\">https://lists.gnu.org/";
-"mailman/listinfo/gnunet-developers</a>. You can send messages to the list at "
-"<a href=\"mailto:address@hidden\";>address@hidden</a>."
-msgstr ""
-
-#: template/contact.html.j2:23
-msgid "The IRC channel"
-msgstr ""
-
-#: template/contact.html.j2:25
-msgid ""
-"<tt>#gnunet</tt> is reachable via <a href=\"https://freenode.net\";>irc."
-"freenode.net</a>. There is also an <a href=\"https://old.gnunet.org/bot/log/";
-"gnunet\">archive</a> available (currently unavailable, we are working on "
-"restoring access to it)."
-msgstr ""
-
-#: template/contact.html.j2:38
-msgid "Contacting individuals"
-msgstr ""
-
-#: template/contact.html.j2:40
-msgid ""
-"GNUnet developers are generally reachable at either <tt>PSEUDONYM@gnunet."
-"org</tt> or <tt>address@hidden</tt>. Most of us support receiving GnuPG "
-"encrypted Emails."
-msgstr ""
-
-#: template/contact.html.j2:50
-msgid "Reporting bugs"
-msgstr ""
-
-#: template/contact.html.j2:52
-msgid ""
-"We track open feature requests and bugs for projects within GNUnet in our <a "
-"href=\"https://bugs.gnunet.org/\";>Bug tracker</a>. You can also report bugs "
-"or feature requests to the <a href=\"https://lists.gnu.org/mailman/listinfo/";
-"bug-gnunet\">bug-gnunet</a> mailing list. The mailinglist requires no "
-"subscription."
-msgstr ""
-
-#: template/copyright.html.j2:11
-msgid ""
-"<p> Contributors to GNUnet with Git access must sign the <a href=\"/static/"
-"pdf/copyright.pdf\">copyright assignment</a> to ensure that the <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/gnunet_taler_agreement.tex";
-"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
-"development</a> of the GNUnet and GNU Taler projects is satisfied. </p>"
-msgstr ""
-
-#: template/copyright.html.j2:22
-msgid ""
-"<p>The agreements ensure that the code will continue to be made available "
-"under free software licenses, but gives developers the freedom to move code "
-"between GNUnet and GNU Taler without worrying about licenses and to give the "
-"company the ability to dual-license (for example, so that we can distribute "
-"via App-stores that are hostile to free software).</p>"
-msgstr ""
-
-#: template/copyright.html.j2:30
-msgid ""
-"<p>Minor contributions (basically, anyone without Git access) do not require "
-"copyright assignment. Pseudonymous contributions are accepted, in this case "
-"simply sign the agreement with your pseudonym. Scanned copies are "
-"sufficient, but snail mail is preferred.</p>"
-msgstr ""
-
-#: template/developers.html.j2:5
-msgid "GNUnet for developers"
-msgstr ""
-
-#: template/developers.html.j2:13
-msgid "Repositories"
-msgstr ""
-
-#: template/developers.html.j2:16
-msgid ""
-"A list of our Git repositories can be found on our our <a href=\"https://git.";
-"gnunet.org/\">Git Server</a>."
-msgstr ""
-
-#: template/developers.html.j2:27
-msgid ""
-"Technical papers can be found in our <a href=\"https://old.gnunet.org/";
-"bibliography\">bibliography</a>."
-msgstr ""
-
-#: template/developers.html.j2:34
-msgid "Discussion"
-msgstr ""
-
-#: template/developers.html.j2:37
-msgid ""
-"We have a mailing list for developer discussions. You can subscribe to or "
-"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/";
-"gnunet-developers\">http://lists.gnu.org/mailman/listinfo/gnunet-developers</"
-"a>."
-msgstr ""
-
-#: template/developers.html.j2:47
-msgid "Regression Testing"
-msgstr ""
-
-#: template/developers.html.j2:50
-msgid ""
-"We have <a href=\"https://buildbot.net/\";>Buildbot</a> automation tests to "
-"detect regressions and check for portability at <a href=\"https://old.gnunet.";
-"org/buildbot/gnunet/\">https://old.gnunet.org/buildbot/gnunet/</a>."
-msgstr ""
-
-#: template/developers.html.j2:59
-msgid "Code Coverage Analysis"
-msgstr ""
-
-#: template/developers.html.j2:62
-msgid ""
-"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\";>LCOV</a> to "
-"analyze the code coverage of our tests, the results are available at <a href="
-"\"https://old.gnunet.org/coverage/\";>https://old.gnunet.org/coverage/</a>."
-msgstr ""
-
-#: template/developers.html.j2:72
-msgid "Performance Analysis"
-msgstr ""
-
-#: template/developers.html.j2:75
-msgid ""
-"We use <a href=\"https://old.gnunet.org/gauger\";>Gauger</a> for performance "
-"regression analysis of the exchange backend at <a href=\"https://old.gnunet.";
-"org/gauger/\">https://old.gnunet.org/gauger/</a>."
-msgstr ""
+#~| msgid "Development"
+#~ msgid "Development Tutorial"
+#~ msgstr "Desarrollo"
 
-#: template/download.html.j2:7 template/gnurl.html.j2:169
-msgid "Downloads"
-msgstr ""
+#~ msgid "Documentation"
+#~ msgstr "Documentación"
 
-#: template/download.html.j2:11
-msgid ""
-"Here you can download releases of our software and find links to the various "
-"versions."
-msgstr ""
+#~ msgid "Install"
+#~ msgstr "Instala"
 
-#: template/download.html.j2:17
-msgid "0.11.x series"
-msgstr ""
+#~ msgid "Use"
+#~ msgstr "Usa"
 
-#: template/download.html.j2:18
-msgid "tarball"
-msgstr ""
+#~ msgid "Videos"
+#~ msgstr "Videos"
 
-#: template/download.html.j2:20
-msgid ""
-"The tarball of the latest version can be obtained from GNU FTP and its "
-"mirrors."
-msgstr ""
+#~ msgid "Glossary"
+#~ msgstr "Glosario"
 
-#: template/download.html.j2:30
-msgid "git"
-msgstr ""
+#~ msgid "Handbook"
+#~ msgstr "Manual"
 
-#: template/download.html.j2:32
-msgid ""
-"You can fetch the git tag of version 0.11.x from our development server:"
-msgstr ""
+#~ msgid "REST API"
+#~ msgstr "REST API"
 
-#: template/engage.html.j2:6
-msgid "Engage!"
-msgstr ""
+#~ msgid "FAQ"
+#~ msgstr "FAQ"
 
-#: template/ev.html.j2:6
-msgid "Verein zur F&ouml;rderung von GNUnet e.V."
-msgstr ""
+#~ msgid "What is GNUnet?"
+#~ msgstr "Qué es GNUnet?"
 
-#: template/ev.html.j2:11
 #, fuzzy
-#| msgid "About GNUnet"
-msgid "About GNUnet e.V."
-msgstr "Sobre GNUnet"
-
-#: template/ev.html.j2:13
-msgid ""
-"On December 27th 2013 a group of GNUnet hackers met at 30c3 to create the "
-"\"Verein zur F&ouml;rderung von GNUnet e.V.\", an association under German "
-"law to support GNUnet development. The Amtsgericht M&uuml;nchen registered "
-"the association on the 7th of March under VR 205287."
-msgstr ""
-
-#: template/ev.html.j2:22
-msgid ""
-"The association is officially dedicated to supporting research, development "
-"and education in the area of secure decentralized networking in general, and "
-"GNUnet specifically. This is the official website for the association."
-msgstr ""
-
-#: template/ev.html.j2:31
-msgid "Becoming a Member of GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:33
-msgid ""
-"GNUnet developers with git (write) access can become members to participate "
-"in the decision process and formally support GNUnet e.V. For this, all you "
-"have to do is update the <tt>members.txt</tt> file in the <a href=\"https://";
-"git.gnunet.org/gnunet-ev.git/\">gnunet-ev</a> repository. There are no "
-"membership dues; however, members are required to support GNUnet e.V. and in "
-"particularly contribute to the technical development within their means. For "
-"further details, we refer to the <a href=\"https://git.gnunet.org/gnunet-ev.";
-"git/\">Satzung</a> (currently only available in German, translations "
-"welcome)."
-msgstr ""
+#~| msgid "About GNUnet"
+#~ msgid "About GNUnet e.V."
+#~ msgstr "Sobre GNUnet"
 
-#: template/ev.html.j2:52
-msgid "Governance"
-msgstr ""
-
-#: template/ev.html.j2:54
-msgid ""
-"You can find our \"Satzung\", and the list of members under <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex\";>https://git.gnunet.";
-"org/gnunet-ev.git/tree/satzung.tex</a>. The current board consists of: "
-"<dl><dt>Vorsitz</dt> <dd><a href=\"https://grothoff.org/christian/";
-"\">Christian Grothoff</a></dd> <dt>stellvertretender Vorsitz</dt> <dd>xrs</"
-"dd> <dt>Kassenwart</dt> <dd>Florian Dold</dd> <dt>Beisitzer</dt> <dd>Lurchi</"
-"dd> </dl>"
-msgstr ""
-
-#: template/ev.html.j2:71
-msgid "Official Meeting Notes"
-msgstr ""
-
-#: template/ev.html.j2:84
-msgid "Support Us!"
-msgstr ""
-
-#: template/ev.html.j2:86
-msgid ""
-"Everybody is welcome to support us via donations. For financial "
-"contributions, Europeans are able to donate via SEPA. We hope to setup "
-"accounts in other major currency areas in the future. You can also donate "
-"via Bitcoin, routing details are given below. Please note that we are unable "
-"to provide receipts for your donations. If you are planning to donate a "
-"significant amount of money, please contact us first as it might be better "
-"to come to a custom arrangement. <dl><dt>BitCoin</dt> "
-"<dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd> <dt>SEPA/IBAN</dt> "
-"<dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd> </dl>"
-msgstr ""
-
-#: template/faq.html.j2:12
-msgid ""
-"I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. "
-"Should I worry?"
-msgstr ""
-
-#: template/faq.html.j2:14
-msgid ""
-"A: Right now, this is expected and a known cause for high latency in GNUnet. "
-"We have started a major rewrite to address this and other problems, but "
-"until the Transport Next Generation (TNG) is ready, these warnings are "
-"expected."
-msgstr ""
-
-#: template/faq.html.j2:23
-msgid "Is there a graphical user interface?"
-msgstr ""
-
-#: template/faq.html.j2:25
-msgid ""
-"A: gnunet-gtk is a separate download. The package contains various GTK+ "
-"based graphical interfaces, including a graphical tool for configuration."
-msgstr ""
-
-#: template/glossary.html.j2:12
-msgid "Ego"
-msgstr ""
-
-#: template/glossary.html.j2:14
-msgid ""
-"We use the term \"Ego\" to refer to the fact that users in GNUnet can have "
-"multiple unlinkable identities, in the sense of alter egos. The ability to "
-"have more than one identity is crucial, as we may want to keep our egos for "
-"business separate from those we use for political activities or romance.<br> "
-"Egos in GNUnet are technically equivalent to identities (and the code does "
-"not distinguish between them). We simply sometimes use the term \"ego\" to "
-"stress that you can have more than one."
-msgstr ""
-
-#: template/glossary.html.j2:27
-msgid "Identity"
-msgstr ""
-
-#: template/glossary.html.j2:29
-msgid ""
-"In GNUnet users are identified via a public key, and that public key is then "
-"often referred to as the \"Identity\" of the user. However, the concept is "
-"not as draconian as it often is in real life where many are forced to have "
-"one name, one passport and one unique identification number. <br> As long as "
-"identities in GNUnet are simply public keys, users are free to create any "
-"number of identities, and we call those egos to emphasize the difference. "
-"Even though users can create such egos freely, it is possible to have an ego "
-"certified by some certification authority, resulting in something that more "
-"closely resembles the traditional concept of an identity.<br> For example, a "
-"university may certify the identities of its students such that they can "
-"prove that they are studying. Students may keep their (certified) student "
-"identity separate from other egos that they use for other activities in life."
-msgstr ""
-
-#: template/glossary.html.j2:50
-msgid "Pseudonym"
-msgstr ""
-
-#: template/glossary.html.j2:52
-msgid ""
-"A pseudonym is an ego that is specifically intended to not be linked to "
-"one's real name. GNUnet users can create many egos, and thus also many "
-"pseudonyms. <br> Repeated uses of the same pseudonym are linkable by "
-"definition, as they involve the same public key. Anonymity requires the use "
-"of either the special \"anonymous\" pseudonym (for GNUnet, this is the "
-"neutral element on the elliptic curve) or a throw-away pseudonym that is "
-"only used once."
-msgstr ""
-
-#: template/glossary.html.j2:71
-msgid "Namespaces"
-msgstr ""
-
-#: template/glossary.html.j2:73
-msgid ""
-"The GNU Name System allows every ego (or identity) to securely and privately "
-"associate any number of label-value pairs with an ego. The values are called "
-"record sets following the terminology of the Domain Name System (DNS). The "
-"mapping of labels to record sets for a given ego is called a namespace. <br> "
-"If records are made public and thus published, it is possible for other "
-"users to lookup the record given the ego's public key and the label. Here, "
-"not only the label can thus act as a passphrase but also the public key -- "
-"which despite its name may not be public knowledge and is never disclosed by "
-"the GNS protocol itself."
-msgstr ""
-
-#: template/glossary.html.j2:89
-msgid "Peer"
-msgstr ""
-
-#: template/glossary.html.j2:91
-msgid ""
-"A \"peer\" is an instance of GNUnet with its own per-instance public key and "
-"network addresses. Technically, it is possible to run multiple peers on the "
-"same host, but this only makes sense for testing. <br> By design GNUnet "
-"supports multiple users to share the same peer, just as UNIX is a multi-user "
-"system. A \"peer\" typically consists of a set of foundational GNUnet "
-"services running as the \"gnunet\" user and allowing all users in the "
-"\"gnunet\" group to utilize the API. On multi-user systems, additional "
-"\"personalized\" services may be required per user. <br> While peers are "
-"also identified by public keys, these public keys are completely unrelated "
-"to egos or identities. Namespaces cannot be associated with a peer, only "
-"with egos."
-msgstr ""
-
-#: template/gnurl.html.j2:20
-msgid ""
-"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
-"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
-"ensure a small footprint and uniform experience for developers regardless of "
-"how libcurl was compiled.<br> Our main usecase is for GNUnet, but it might "
-"be usable for others, hence we're releasing the code to the general public."
-"<br> libgnurl is released under the same license as libcurl. Please read the "
-"README for instructions, as you must supply the correct options to configure "
-"to get a proper build of libgnurl."
-msgstr ""
-
-#: template/gnurl.html.j2:35
 #, fuzzy
-#| msgid "About"
-msgid "About gnurl"
-msgstr "Sobre"
-
-#: template/gnurl.html.j2:37
-msgid ""
-"Large parts of the following 6 paragraphs are old and need to be rewritten."
-msgstr ""
+#~| msgid "About"
+#~ msgid "About gnurl"
+#~ msgstr "Sobre"
 
-#: template/gnurl.html.j2:43
-msgid "Motivation"
-msgstr ""
+#, fuzzy
+#~| msgid "GSoC Projects"
+#~ msgid "Current projects"
+#~ msgstr "Projectos de GSoC"
 
-#: template/gnurl.html.j2:45
-msgid ""
-"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
-"other variants are used by some distributions. Supporting other crypto "
-"backends would again expose us to a wider array of security issues, may "
-"create licensing issues and most importantly introduce new bugs as some "
-"crypto backends are known to introduce subtle runtime issues. While it is "
-"possible to have two versions of libcurl installed on the same system, this "
-"is error-prone, especially as if we are linked against the wrong version, "
-"the bugs that arise might be rather subtle."
-msgstr ""
+#, fuzzy
+#~| msgid "About GNUnet"
+#~ msgid "Learn more about GNUnet"
+#~ msgstr "Sobre GNUnet"
 
-#: template/gnurl.html.j2:58
-msgid ""
-"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
-"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
-"one links cURL against this version of GnuTLS? Well, first one would install "
-"GnuTLS by hand in the system. Then, we build cURL. cURL will build against "
-"it just fine, but the linker will eventually complain bitterly. The reason "
-"is that cURL also links against a bunch of other system libraries (gssapi, "
-"ldap, ssh2, rtmp, krb5, sasl2, see discussion on obscure protocols above), "
-"which --- as they are part of the distribution --- were linked against an "
-"older version of GnuTLS. As a result, the same binary would be linked "
-"against two different versions of GnuTLS. That is typically a recipe for "
-"disaster. Thus, in order to avoid updating a dozen system libraries (and "
-"having two versions of those installed), it is necessary to disable all of "
-"those cURL features that GNUnet does not use, and there are many of those. "
-"For GNUnet, the more obscure protocols supported by cURL are close to dead "
-"code --- mostly harmless, but not useful. However, as some application may "
-"use one of those features, distributions are typically forced to enable all "
-"of those features, and thus including security issues that might arise from "
-"that code."
-msgstr ""
+#, fuzzy
+#~| msgid "What is GNUnet?"
+#~ msgid "Get on GNUnet"
+#~ msgstr "Qué es GNUnet?"
 
-#: template/gnurl.html.j2:82
-msgid ""
-"So to use a modern version of GnuTLS, a sane approach is to disable all of "
-"the \"optional\" features of cURL that drag in system libraries that link "
-"against the older GnuTLS. That works, except that one should then NEVER "
-"install that version of libcurl in say /usr or /usr/local, as that may break "
-"other parts of the system that might depend on these features that we just "
-"disabled. Libtool versioning doesn't help here, as it is not intended to "
-"deal with libraries that have optional features. Naturally, installing cURL "
-"somewhere else is also problematic, as we now need to be really careful that "
-"the linker will link GNUnet against the right version. Note that none of "
-"this can really be trivially fixed by the cURL developers."
-msgstr ""
-
-#: template/gnurl.html.j2:97
-msgid "Rename to fix"
-msgstr ""
-
-#: template/gnurl.html.j2:99
-#, python-format
-msgid ""
-"How does forking fix it? Easy. First, we can get rid of all of the "
-"compatibility issues --- if you use libgnurl, you state that you don't need "
-"anything but HTTP/HTTPS. Those applications that need more, should stick "
-"with the original cURL. Those that do not, can choose to move to something "
-"simpler. As the library gets a new name, we do not have to worry about tons "
-"of packages breaking as soon as one rebuilds it. So renaming itself and "
-"saying that \"libgnurl = libcurl with only HTTP/HTTPS support and GnuTLS\" "
-"fixes 99%% of the problems that darkened my mood. Note that this pretty much "
-"CANNOT be done without a fork, as renaming is an essential part of the fix. "
-"Now, there might be creative solutions to achieve the same thing within the "
-"standard cURL build system, but I'm not happy to wait for a decade for "
-"Daniel to review the patches. The changes libgnurl makes to curl are "
-"miniscule and can easily be applied again and again whenever libcurl makes a "
-"new release."
-msgstr ""
-
-#: template/gnurl.html.j2:118
-msgid "Using libgnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:120
-msgid ""
-"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
-"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
-"That's it. No changes to the source code should be required, as libgnurl "
-"strives for bug-for-bug compatibility with the HTTP/HTTPS/GnuTLS subset of "
-"cURL. We might add new features relating to this core subset if they are "
-"proposed, but so far we have kept our changes minimal and no additions to "
-"the original curl source have been written."
-msgstr ""
-
-#: template/gnurl.html.j2:133
-msgid "Gotchas"
-msgstr ""
-
-#: template/gnurl.html.j2:135
-msgid ""
-"libgnurl and gnurl are not intended to be used as a replacement for curl for "
-"users. Since no conflicts in filenames should occur you are not expected to "
-"remove curl to make use of gnurl and viceversa."
-msgstr ""
-
-#: template/gnurl.html.j2:149
-msgid "You can get the gnurl git repository using:"
-msgstr ""
-
-#: template/gnurl.html.j2:162
-msgid "The versions are checked in as (signed) git tags."
-msgstr ""
-
-#: template/gnurl.html.j2:171
-msgid ""
-"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/";
-"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
-"variety of distributions and package managers. Package Managers which "
-"include gnurl are: <a href=\"https://www.gnu.org/software/guix/\";>GNU Guix</"
-"a> (available as \"gnurl\"), <a href=\"https://gentoo.org\";>Gentoo</a> "
-"through the collaborative ebuild collection <a href=\"https://git.gnunet.org/";
-"youbroketheinternet-overlay.git/\">youbroketheinternet</a>, <a href="
-"\"https://nixos.org/nix/\";>Nix</a>, and as www/gnurl in <a href=\"https://";
-"pkgsrc.org\">pkgsrc</a>."
-msgstr ""
-
-#: template/gnurl.html.j2:188
-msgid "Building gnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:190
-msgid ""
-"We suggest to closely follow release announcements, as they might indicate "
-"changes in how gnurl is to be build. <br> If your package manager provides a "
-"binary build or build instructions to build gnurl from source automated and "
-"integrated with your environment, we strongly suggest to use this binary "
-"build. <br> There are two ways to build gnurl. The first one builds from the "
-"most recent git tag, the second one uses the distributed tarball. "
-"Distributors generally are supposed to build from the tarball, but we "
-"describe both methods here. Both methods are written with a NetBSD 9 "
-"userland in mind, substitute tools as necessary. <br> You should <b>avoid</"
-"b> building gnurl from the tip of the default git branch, as only tags are "
-"considered to be stable and approved builds."
-msgstr ""
-
-#: template/gnurl.html.j2:211
-msgid "Building from the distributed tarball (prefered method)"
-msgstr ""
-
-#: template/gnurl.html.j2:213
-msgid ""
-"If you want to verify the signature, install an OpenPGP compatible tool such "
-"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
-msgstr ""
-
-#: template/gnurl.html.j2:227
-msgid "Fetch the signature key from"
-msgstr ""
-
-#: template/gnurl.html.j2:231
-msgid "or via commandline with gnupg2."
-msgstr ""
-
-#: template/gnurl.html.j2:236
-msgid ""
-"Fetch the release, the signature, the checksum file as well as its signature:"
-msgstr ""
-
-#: template/gnurl.html.j2:255
-msgid ""
-"verify the signatures, and verify the checksums against the checksums in "
-"the .sum.txt file."
-msgstr ""
-
-#: template/gnurl.html.j2:261
-msgid "unpack the tarball:"
-msgstr ""
-
-#: template/gnurl.html.j2:271
-msgid "Change into the directory"
-msgstr ""
-
-#: template/gnurl.html.j2:281
-msgid "Now you can either run"
-msgstr ""
-
-#: template/gnurl.html.j2:291
-msgid "directly (and read configure-gnurl before you do so) or invoke"
-msgstr ""
-
-#: template/gnurl.html.j2:301
-msgid ""
-"and pass additional parameters such as a custom PREFIX location. Further "
-"reference can be the"
-msgstr ""
-
-#: template/gnurl.html.j2:306
-msgid "Now run"
-msgstr ""
-
-#: template/gnurl.html.j2:316
-msgid "(this is optional)"
-msgstr ""
-
-#: template/gnurl.html.j2:325
-msgid "and you are done."
-msgstr ""
-
-#: template/gnurl.html.j2:329
-msgid "Building from a tagged git commit"
-msgstr ""
-
-#: template/gnurl.html.j2:331
-msgid ""
-"Follow the steps above, but instead of downloading the tarball, clone the "
-"git tag you want to build from."
-msgstr ""
-
-#: template/gnurl.html.j2:342
-msgid "Reporting Bugs"
-msgstr ""
-
-#: template/gnurl.html.j2:344
-msgid ""
-"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/";
-"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
-"we prefer to track bugs on the bugtracker."
-msgstr ""
-
-#: template/gnurl.html.j2:354
-msgid "Maintainer and Cryptographic signatures"
-msgstr ""
-
-#: template/gnurl.html.j2:356
-msgid ""
-"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
-"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
-"fingerprint <b>A88C 8ADD 1298 28D7 EAC0 2E52 E22F 9BBF EE34 8588</b>."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:7
-msgid "GSoC 2018: GNUnet WebUI"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:11
-msgid "Tue, 08/14/2018 - 07:55, Phil Buschmann"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:17
-msgid ""
-"<strong>What was done?</strong><br /> In the context of Google Summer of "
-"Code 2018, my mentor (Martin Schanzenbach) and I have worked on creating and "
-"extending the REST API of GNUnet. Currently, we mirrored the functionality "
-"of following commands:"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:32
-msgid ""
-"Additionally, we developed a website with the Javascript framework Angular 6 "
-"and the design framework iotaCSS to use the new REST API. The REST API of "
-"GNUnet is now documented with Sphinx."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:40
-msgid ""
-"<strong>Why did we create a REST API?</strong><br /> ... when you can use "
-"the command line tools?<br /> We need to keep in mind, that everyone has the "
-"right to stay secure and private but not everyone feels comfortable using a "
-"terminal. The further developed REST access to GNUnet APIs in addition to "
-"the new web application allows new users to interact with GNUnet over a well "
-"known tool: their browsers. This addition to the C API and the command line "
-"tools may attract new users and developers."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:52
-msgid ""
-"<strong>How can we use it?</strong><br /> 1. The REST API developed in "
-"GNUnet<br /> The REST API is already merged into the gnunet.git repository "
-"(<a href=\"https://gnunet.org/git/gnunet.git/\";>GNUnet Main Git</a>).<br /> "
-"To use the new features, clone the repository and follow the <a href="
-"\"https://gnunet.org/en/install.html\";>Installation</a> on gnunet.org. Then, "
-"start the rest service with \"gnunet-arm -i rest\"."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:63
-msgid ""
-"2. The Web Application<br /> The web application is available under the "
-"gnunet-webui.git repository (<a href=\"https://gnunet.org/git/gnunet-webui.";
-"git/\">GNUnet WebUI Git</a>).<br /> You need to install the newest version "
-"of 'node' and 'yarn'. Dependent on your system, you may need to download "
-"newer versions and install them manually and not over your packet manager. "
-"After the installation succeeded, you need to clone the repository. Then, "
-"you need to run \"yarn install\" and \"yarn start\" for testing purposes. To "
-"deploy the website (keep in mind, that this website communicates with "
-"another localhost instance) use \"yarn build\" for building the web "
-"application and use the output in the 'dist' directory."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:80
-msgid ""
-"3. The Documentation<br /> The documentation is available under the gnunet-"
-"rest-api.git repository (<a href=\"https://gnunet.org/git/gnunet-rest-api.";
-"git/\">GNUnet REST API Docmentation Git</a>).<br /> Clone the repository and "
-"\"make html\". Then open the 'index.html' under 'build/html/'."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:91
-msgid ""
-"Please, give it a try and contact me, if you find any bugs or unintentional "
-"features. ;)"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:97
-msgid ""
-"<strong>What can be improved?</strong><br /> Right now, the build process of "
-"the web application may be a little too complex for a casual user. We may be "
-"able to solve this by using docker.<br /> Additionally, the web application "
-"does not prevent wrong inputs but responds with error messages. Adding "
-"GNUnet Records is currently only usable for people, who know how a GNS "
-"Record looks like. This can be adapted to each record type.<br /> Last but "
-"not least, additional features, design changes, etc..."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:111
-msgid "Thanks for reading."
-msgstr ""
-
-#: template/gsoc.html.j2:6
-msgid "GNUnet's Google Summer of Code projects"
-msgstr ""
-
-#: template/gsoc.html.j2:12 template/gsoc.html.j2:28
-#, fuzzy
-#| msgid "GSoC Projects"
-msgid "Current projects"
-msgstr "Projectos de GSoC"
-
-#: template/gsoc.html.j2:13 template/gsoc.html.j2:30
-msgid "Past projects"
-msgstr ""
-
-#: template/gsoc.html.j2:14 template/gsoc.html.j2:553
-msgid "Finished projects"
-msgstr ""
-
-#: template/gsoc.html.j2:21
-msgid ""
-"As a GNU project, GNUnet has participated in the Google Summer of Code "
-"(GSoC) for a number of years. This page lists all current, past, and "
-"finished projects."
-msgstr ""
-
-#: template/gsoc.html.j2:37
-msgid ""
-"It is time for GNUnet to run properly on Android. Note that GNUnet is "
-"written in C, and this is not about rewriting GNUnet in Java, but about "
-"getting the C code to run on Android."
-msgstr ""
-
-#: template/gsoc.html.j2:44
-msgid ""
-"<strong>Mentors:</strong> <a href=\"https://www.goebel-consult.de/\";>Hartmut "
-"Goebel</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:53
-msgid ""
-"There is a push for migrating our CI to Gitlab. The CI should eventually not "
-"just run \"make check\" on various platforms, but also perform tests with "
-"multiple peers running in different VMs with specific network topologies (i."
-"e. NAT) between them being simulated. The CI should also be integrated with "
-"Gauger for performance regression analysis. Running jobs only when "
-"dependencies have changed and scripting more granular triggers or ideally "
-"automatic dependency discovery (as done by the autotools) is also important."
-msgstr ""
-
-#: template/gsoc.html.j2:65
-msgid "<strong>Mentors:</strong> TBD"
-msgstr ""
-
-#: template/gsoc.html.j2:74
-msgid ""
-"reclaimID is a decentralized identity system build on top of the GNU Name "
-"System. Upon authorization, the user provides a requesting party (RP) such "
-"as a website with an authorization ticket (e.g. piggybacked in an OpenID "
-"authorization code). The RP uses information contained in this ticket to "
-"<ol> <li> Retrieve the decryption key from GNS</li> <li> Retrieve the user "
-"attributes from GNS</li> </ol> The GNS lookups ensure that the RP receives "
-"up-to-date attributes and functional decryption keys. However, in particular "
-"the RP-specific encryption key resolution can be slow and even fail "
-"depending on the network topology. We propose that in an initial exchange, "
-"in particular OpenID authorization code flows, we try to incorporate key and "
-"maybe even an attribute set in the ticket exchange. In order to mitigate "
-"this issue, this project is meant to investigate and implement how... <ol> "
-"<li> ... decryption keys can be added to an initial exchange in OpenID.</li> "
-"<li> ... initial set(s) of attributes can be piggybacked in OpenID.</li> </"
-"ol> <br/> <strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:105
-msgid ""
-"re:claimID is a decentralized identity system build on top of the GNU Name "
-"System. The initial design and implementation of re:claimID includes an "
-"attribute-based encryption module in order to prevent unauthorized access to "
-"attributes in the name system. Our motivation for re:claimID was for it to "
-"be name system agnostic, which means the design theoretically also works for "
-"other name systems such as namecoin. Other name systems often do not have "
-"built-in mechanisms in order to do this. Hence, we implemented an ABE access "
-"control layer. Our ABE implementation requires two third party libraries: "
-"libpbc and libgabe. While we could merge libgabe into the gnunet service "
-"implementation of re:claimID, libpbc is a rather large, third party library "
-"which lacks packaging in distributions and for platforms. On the other hand, "
-"GNS supports record data encryption using symmetric keys as labels. If we "
-"make the access control layer of re:claimID more generic in order to support "
-"both ABE and GNS encryption, we could reduce the required depenencies. This "
-"would result in gnunet packages to include re:claimID by default. In short, "
-"the goals are to... <ol> <li> ... improve performance by reducing encryption "
-"overhead.</li> <li> ... reduce dependencies.</li> </ol> <br/> "
-"<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:140
-msgid ""
-"One great problem of the current Internet is the lack of disintermediation. "
-"When people want to talk they need a chat service. When they want to share "
-"files they need a file transfer service. Although GNUnet already possesses "
-"quite advanced integration into Linux networking, a little extra work is "
-"needed for existing applications like irc, www, ftp, rsh, nntpd to run over "
-"it in a peer-to-peer way, simply by using a GNS hostname like friend.gnu. "
-"Once people have added a person to their GNS they can immediately message, "
-"exchange files and suchlike directly, with nothing but the GNUnet in the "
-"middle, using applications that have been distributed with unix systems ever "
-"since the 1980's. We can produce an OS distribution where these things work "
-"out of the box with the nicknames of people instead of cloud services. For "
-"more information and context, read"
-msgstr ""
-
-#: template/gsoc.html.j2:161
-msgid "<strong>Mentors:</strong> lynX &amp; dvn"
-msgstr ""
-
-#: template/gsoc.html.j2:169
-msgid ""
-"There are a variety of GNUNet APIs that should be exposed in the Rust "
-"wrappers. Implementing these will require extending the port of GNUNet utils "
-"written by Andrew Cann and Kelong Cong."
-msgstr ""
-
-#: template/gsoc.html.j2:177
-msgid ""
-"As an introduction to the code base, we suggest that the student and Jeff "
-"Burdges together update the asynchronous IO system from gjio to futures-rs "
-"or another layer built upon it. Jeff Burdges is expected to concurrently be "
-"implementing a GNUNet API for his own mix network work."
-msgstr ""
-
-#: template/gsoc.html.j2:187 template/gsoc.html.j2:211
-#: template/gsoc.html.j2:265 template/gsoc.html.j2:295
-#: template/gsoc.html.j2:539
-msgid "<strong>Mentors:</strong> Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:192
-msgid "Required Skills: Rust"
-msgstr ""
-
-#: template/gsoc.html.j2:197
-msgid "Difficulty level: low"
-msgstr ""
-
-#: template/gsoc.html.j2:205
-msgid ""
-"Implement the AnycastExit spec to enable GNUnet clients to connect over Tor."
-msgstr ""
-
-#: template/gsoc.html.j2:216
-msgid ""
-"Note: There was a Special TLDs spec to allow Tor to resolve domain names "
-"using GNS over Tor too, but currently that's on hold until folks think more "
-"about how names should be moved around the local system. We're calling this "
-"more collaborative approach NSS2 for now."
-msgstr ""
-
-#: template/gsoc.html.j2:225 template/gsoc.html.j2:399
-#: template/gsoc.html.j2:439 template/gsoc.html.j2:469
-msgid "Required Skills: C"
-msgstr ""
-
-#: template/gsoc.html.j2:230 template/gsoc.html.j2:474
-#: template/gsoc.html.j2:619
-msgid "Difficulty level: medium"
-msgstr ""
-
-#: template/gsoc.html.j2:238
-msgid ""
-"Design and implementation of <a href=\"http://jsonapi.org/\";>REST APIs</a> "
-"that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.html";
-"\">GNUnet API</a> so that easy, hands-on development is possible. Also, "
-"browser-based UIs will be much easier to create on top of REST APIs."
-msgstr ""
-
-#: template/gsoc.html.j2:249 template/gsoc.html.j2:609
-msgid "<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:257
-msgid ""
-"Improve the Rust implementation of GNUnet utils, possibly including adding "
-"support for asynchronous IO using mio, or perhaps a higher level "
-"asynchronous IO library built upon it, such as rotor, mioco, eventual_io, or "
-"gj."
-msgstr ""
-
-#: template/gsoc.html.j2:273
-msgid ""
-"Implement rudimentary Android compatibility for GNUnet, in part by porting "
-"the GNUnet utils scheduler to act as a thin wrapper over libuv."
-msgstr ""
-
-#: template/gsoc.html.j2:280
-msgid "<strong>Mentors:</strong> Jeff Burdges and Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:288 template/gsoc.html.j2:532
-msgid ""
-"Implementation of a replacement for PANDA (see Pond) with better security, "
-"and maybe integration with the GNU Name System for key exchange."
-msgstr ""
-
-#: template/gsoc.html.j2:300
-msgid "Required Skills: Rust or C, crypto"
-msgstr ""
-
-#: template/gsoc.html.j2:305 template/gsoc.html.j2:362
-#: template/gsoc.html.j2:404 template/gsoc.html.j2:444
-msgid "Difficulty level: high"
-msgstr ""
-
-#: template/gsoc.html.j2:313
-msgid ""
-"Implement different place types and file sharing by creating a new place for "
-"the shared content."
-msgstr ""
-
-#: template/gsoc.html.j2:319
-msgid "Place types to be implemented:"
-msgstr ""
-
-#: template/gsoc.html.j2:323
-msgid ""
-"<ul> <li>File: generic file with comments</li> <li>Image: display an image "
-"with comments referencing a region of the image</li> <li>Sound: play a sound "
-"file with comments referencing a timestamp</li> <li>Directory/Album: "
-"pointers to File / Image / Sound places</li> <li>Event: with RSVP</li> "
-"<li>Survey: ask your social neighborhood questions in a structured form</li> "
-"</ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:334
-msgid "Also provide the following UI functionality:"
-msgstr ""
-
-#: template/gsoc.html.j2:338
-msgid ""
-"<ul> <li>Fork existing channels, reorganize people into new chatrooms or "
-"channels.</li> <li>Share a post (edit and repost something elsewhere, on a "
-"fan page for example).</li> <li>Edit a previously published post + offer "
-"edit history to readers.</li> <li>Control expiry of channel history.</li> </"
-"ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:347
-msgid ""
-"See also <a href=\"http://secushare.org/features\";>http://secushare.org/";
-"features</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:352
-msgid "<strong>Mentors:</strong> lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:357
-msgid "Required Skills: C/C++"
-msgstr ""
-
-#: template/gsoc.html.j2:370
-msgid ""
-"Implement aggregation of distributed state from various channels in order to "
-"provide for a powerful social graph API capable of producing social network "
-"profiles, dashboards, a calendar out of upcoming event invitations (if "
-"available), social search functionality and most of all to make it easy for "
-"users to adopt cryptographic identities of their contacts/friends simply by "
-"finding them in the social graph of their existing contacts (\"This is "
-"Linda. You have 11 contacts in common with her. [ADD]\")."
-msgstr ""
-
-#: template/gsoc.html.j2:388
-msgid ""
-"Related to <a href=\"http://secushare.org/rendezvous\";>secushare.org/"
-"rendezvous</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:394 template/gsoc.html.j2:434
-msgid "<strong>Mentors:</strong> t3sserakt, lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:411
-msgid ""
-"<ul> <li> Emulate IMAP/SMTP protocols as necessary to transform traditional "
-"mail clients into secushare user interfaces. </li> <li> Think of ways to map "
-"e-mail addresses to secushare identities. </li> <li> Encode or translate "
-"various e-mail features into secushare equivalents. </li> <li> Parts of "
-"secushare are currently written in Rust, therefore Rust is preferred for "
-"this task but it is not an requirement. </li> </ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:452
-msgid ""
-"Implementation of the GNUnet auction system described in Chapter 3 of <a "
-"href=\"https://grothoff.org/christian/teich2017ms.pdf\";>this thesis</a>. "
-"Specific tasks are adding smart contract creation and round time enforcement "
-"to libbrandt as well as creating the GNUnet auction service, library and the "
-"three user interface programs create, info and join."
-msgstr ""
-
-#: template/gsoc.html.j2:464
-msgid "<strong>Mentors:</strong> mate, cg"
-msgstr ""
-
-#: template/gsoc.html.j2:482
-msgid ""
-"Implementation of additional transports to make GNUnet communication more "
-"robust in the presence of problematic networks: GNUnet-over-SMTP, GNUnet-"
-"over-DNS"
-msgstr ""
-
-#: template/gsoc.html.j2:489 template/gsoc.html.j2:503
-msgid "<strong>Mentors:</strong> Matthias Wachs"
-msgstr ""
-
-#: template/gsoc.html.j2:497
-msgid ""
-"Implementation of ALG-based NAT traversal methods (FTP/SIP-based hole "
-"punching, better STUN support)"
-msgstr ""
-
-#: template/gsoc.html.j2:511
-msgid ""
-"<strong>Mentors:</strong> Matthias Wachs, Christian Grothoff, Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:519
-msgid ""
-"Improving libaboss to make computation on shared secrets (including repeated "
-"multiplication) based on <a href=\"https://dl.acm.org/citation.cfm?";
-"doid=62212.62213\">Ben-Or et al.</a> if possible. This in particular means "
-"moving libaboss to bignums (gcry_mpi)."
-msgstr ""
-
-#: template/gsoc.html.j2:547
-msgid ""
-"Please refer to the description for this project listed under GNU Guix "
-"project ideas."
-msgstr ""
-
-#: template/gsoc.html.j2:559
-msgid ""
-"Python 2.7 is reaching its end-of-life, and we want to get rid of the "
-"dependency on Python. The existing gnunet-qr tool is a rather simple wrapper "
-"around python-zbar, which itself wraps libzbar. The goal of this project is "
-"to directly use libzbar to scan QR codes for GNUnet / the GNU Name System "
-"(see also <a href=\"https://bugs.gnunet.org/view.php?id=5562\";>#5562</a>)."
-msgstr ""
-
-#: template/gsoc.html.j2:569
-msgid "<strong>Mentors:</strong> Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:574
-msgid "Required Skills:"
-msgstr ""
-
-#: template/gsoc.html.j2:579
-msgid "Difficulty level:"
-msgstr ""
-
-#: template/gsoc.html.j2:584
-msgid "Report:"
-msgstr ""
-
-#: template/gsoc.html.j2:589
-msgid "Unfinished/Abandoned as gnunet-qr was moved to C outside of GSoC."
-msgstr ""
-
-#: template/gsoc.html.j2:599
-msgid ""
-"Implementation of a Web-based UI for GNUnet similar to GNUnet-Gtk with a yet "
-"to be determined framework such as Angular2. This includes the design and "
-"implementation of not yet existing <a href=\"http://jsonapi.org/\";>REST "
-"APIs</a> that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.";
-"html\">GNUnet API</a>."
-msgstr ""
-
-#: template/gsoc.html.j2:614
-msgid "Required Skills: C, JavaScript, CSS"
-msgstr ""
-
-#: template/gsoc.html.j2:624
-msgid ""
-"Report: <a href=\"gsoc-2018-gnunet-webui.html\">GSoC 2018: GNUnet WebUI</a>"
-msgstr ""
-
-#: template/index.html.j2:19
-msgid ""
-"GNUnet is a new network protocol stack for building secure, distributed, and "
-"privacy-preserving applications. With strong roots in <a href=\"https://bib.";
-"gnunet.org\">academic research</a>, our goal is to replace the <a href="
-"\"https://secushare.org/broken-internet\";>old insecure Internet</a> protocol "
-"stack."
-msgstr ""
-
-#: template/index.html.j2:29
-msgid ""
-"GNUnet is typically run as an <a href=\"https://en.wikipedia.org/wiki/";
-"Overlay_network\">overlay network</a> on top of the existing Internet "
-"infrastructure forming the basis of a hybrid <a href=\"architecture.html"
-"\">peer-to-peer mesh and relay backbone</a> for applications to run on. It "
-"could just as well be run independently of the Internet, over <a href="
-"\"https://en.wikipedia.org/wiki/Physical_layer\";>dedicated radio and cable</"
-"a>."
-msgstr ""
-
-#: template/index.html.j2:38
-msgid ""
-"GNUnet is made for a free and open society: It&#39;s a self-organizing "
-"network and it is <a href=\"http://www.gnu.org/philosophy/free-sw.html";
-"\">free software</a> as in freedom. GNUnet puts you in control of your data. "
-"You determine which data to share with whom, and you&#39;re not pressured to "
-"accept compromises."
-msgstr ""
-
-#: template/index.html.j2:89
-msgid "The Internet of tomorrow needs GNUnet today"
-msgstr ""
-
-#: template/index.html.j2:95
-msgid "Imagine..."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid ""
-"The conventional Internet is currently like a system of roads with deep "
-"potholes and highwaymen all over the place. Even if you still can use the "
-"roads (e.g. send emails, or browse websites) your vehicle might get "
-"hijacked, damaged, or long arms might reach into its back and steal your "
-"items (data) to use it against you and sell it to others - while you can&#39;"
-"t even notice the thievery nor accuse and hold the scroungers accountable. "
-"<!-- Proposal from Fabian Gerlach: The conventional Internet is currently "
-"like a system of roads with deep potholes and surveillance cameras all over "
-"the place. Even if you still can use the roads (e.g. send emails, or browse "
-"websites) your vehicle might gets damaged. And the surveillance cameras will "
-"create a movement profile about your life: They recognize your car license "
-"plate, track you everywhere you drive, and save this information in a "
-"central data base. -->"
-msgstr ""
-
-#: template/index.html.j2:121
-msgid "The Internet is broken"
-msgstr ""
-
-#: template/index.html.j2:123
-msgid ""
-"Protocols from Ethernet and IP to BGP and X.509 PKI are insecure by default: "
-"protecting against address forgery, routers learning metadata, or choosing "
-"trustworthy CAs is nontrivial and sometimes impossible. <!-- Proposal from "
-"Fabian Gerlach: The Internet is not designed with security in mind: The "
-"network generally learns too much about users; it has insecure defaults and "
-"high complexity; and it is centralized. That makes it very vulnerable for "
-"multiple attacks massively threatening our freedom. -->"
-msgstr ""
-
-#: template/index.html.j2:137
-msgid ""
-"GNUnet provides <a href=\"https://www.w3.org/2014/strint/papers/65.pdf";
-"\">privacy by design</a>, improving addressing, routing, naming and content "
-"distribution in a technically robust manner - as opposed to ad-hoc designs "
-"in place today. <!-- Proposal from fabian gerlach: GNUnet is built <a href="
-"\"https://www.w3.org/2014/strint/papers/65.pdf\";>\"privacy by design\"</a> "
-"and \"distributed by design\". This improves addressing, routing, naming and "
-"content distribution in a technically robust manner. -->"
-msgstr ""
-
-#: template/index.html.j2:155
-msgid "Decentralization is hard"
-msgstr ""
-
-#: template/index.html.j2:158
-msgid ""
-"<!-- replaced with Proposal from Fabian Gerlach: It seems as if every other "
-"distributed or P2P project develops its own library stack, covering "
-"transports, stream muxing, discovery and others. This divides effort and "
-"multiplies bug count. --> Instead of sharing common components and tools for "
-"building P2P systems, every P2P project seems to re-invent the wheel. <!-- "
-"TODO: rework this sentence. --> This heightens the effort and increases the "
-"potential number of vulnerabilities."
-msgstr ""
-
-#: template/index.html.j2:174
-msgid ""
-"GNUnet is a metadata-preserving foundation for your application, covering "
-"areas from addressing to reliable bidirectional Axolotl-encrypted channels, "
-"with advanced routing. Our work is based on continuous research spanning "
-"almost two decades."
-msgstr ""
-
-#: template/index.html.j2:188
-msgid "Metadata is exposed"
-msgstr ""
-
-#: template/index.html.j2:190
-msgid ""
-"Your metadata is just as revealing as the actual content; and it gets "
-"exposed on the Internet.<br> Even though transport encryption is "
-"increasingly being deployed on the Internet, it still reveals data that can "
-"threaten democracy: the identities of senders and receivers, the times, "
-"frequency and the volume of communication are all still revealed.<br> <!-- "
-"Looks like a weak argumentation to me: which <a href=\"https://www.freehaven.";
-"net/anonbib/cache/websitefingerprinting-pets2016.pdf\">enables reverse-"
-"engineering pages visited via website fingerprinting</a>. --> GNUnet <a href="
-"\"https://secushare.org/anonymity\";>addresses</a> these concerns with "
-"perfect forward secrecy via ephemeral public key addressing, fixed packet "
-"size to hinder traffic analysis, layered encryption, Sybil-resistant "
-"routing, and more."
-msgstr ""
-
-#: template/index.html.j2:213
-msgid "Freedoms are not respected"
-msgstr ""
-
-#: template/index.html.j2:215
-msgid ""
-"Today, monitoring increasingly centralized infrastructure, proprietary "
-"implementations, traffic shapers and firewalls restrict all of the <a href="
-"\"https://www.gnu.org/philosophy/free-sw.html\";>essential freedoms</a> to "
-"various degrees."
-msgstr ""
-
-#: template/index.html.j2:224
-msgid ""
-"GNUnet gives users freedoms to securely access information (\"run\" the "
-"network), to study all aspects of the network&#39;s operation (\"access the "
-"code\"), to distribute information (\"copy\"), as well as the freedom to "
-"deploy new applications (\"modify\")."
-msgstr ""
-
-#: template/index.html.j2:236
 #, fuzzy
-#| msgid "About GNUnet"
-msgid "Learn more about GNUnet"
-msgstr "Sobre GNUnet"
-
-#: template/index.html.j2:238
-msgid ""
-"If you want to know more about the GNUnet please continue reading the <a "
-"href=\"about.html\">about page</a>. There are much more resources, such as "
-"the <a href=\"https://docs.gnunet.org\";>main handbook / reference manual</"
-"a>, a <a href=\"https://bib.gnunet.org/\";>bibliography</a> and <a href="
-"\"https://gnunet.org/en/video.html\";>videos</a>."
-msgstr ""
-
-#: template/index.html.j2:247
-msgid ""
-"You are very welcome to <a href=\"https://gnunet.org/en/engage.html\";> get "
-"engaged into the conversation</a>, <a href=\"https://gnunet.org/en/install.";
-"html\">install GNUnet</a>, <a href=\"https://gnunet.org/en/use.html\";>use "
-"it</a> and <a href=\"https://gnunet.org/en/engage.html\";>contribute</a>. "
-"<br> Be aware that this project is still in an early alpha stage when it "
-"comes to software &#8211; it is not an easy task to rewrite the whole "
-"Internet!"
-msgstr ""
-
-#: template/index.html.j2:269
-msgid "Featured Applications"
-msgstr ""
-
-#: template/index.html.j2:275
-msgid "GNU Taler (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:277
-msgid ""
-"<a href=\"https://taler.net/\";>GNU Taler</a> is a new privacy-preserving "
-"electronic payment system. Payments are cryptographically secured and are "
-"confirmed within milliseconds with extremely low transaction costs."
-msgstr ""
-
-#: template/index.html.j2:289
-msgid "The GNU Name System"
-msgstr ""
-
-#: template/index.html.j2:292
-msgid ""
-"<!-- The <a href=\"use.html#gns\">GNU Name System (GNS)</a> --> The <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System\";>GNU "
-"Name System (GNS)</a> is a fully decentralized replacement for the Domain "
-"Name System (DNS). Instead of using a hierarchy, GNS uses a directed graph. "
-"Naming conventions are similar to DNS, but queries and replies are private "
-"even with respect to peers providing the answers. The integrity of records "
-"and privacy of look-ups is cryptographically secured. <!-- Too technical: "
-"GNS integrates a robust, efficient and instant key revocation mechanism. -->"
-msgstr ""
-
-#: template/index.html.j2:309
-msgid "re:claimID"
-msgstr ""
-
-#: template/index.html.j2:311
-msgid ""
-"<a href=\"https://reclaim-identity.io/\";>re:claimID</a> is a decentralized "
-"Identity Provider (IdP) service built in top of the GNU Name System. It "
-"allows users to securely share personal information with websites using "
-"standardized protocols (OpenID Connect)."
-msgstr ""
-
-#: template/index.html.j2:324
-msgid "Filesharing (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:326
-msgid ""
-"GNUnet <a href=\"use.html#fs\">filesharing</a> is an application that aims "
-"to provide censorship-resistant, anonymous filesharing. The publisher is "
-"empowered to make a gradual choice between performance and anonymity."
-msgstr ""
-
-#: template/index.html.j2:337
-msgid "Conversation (Pre-Alpha)"
-msgstr ""
-
-#: template/index.html.j2:339
-msgid ""
-"GNUnet conversation is an application that provides secure voice "
-"communication in a fully decentralized way by employing GNUnet for routing "
-"and transport."
-msgstr ""
-
-#: template/index.html.j2:355
-msgid "Upcoming Applications"
-msgstr ""
-
-#: template/index.html.j2:361
-msgid "secushare"
-msgstr ""
-
-#: template/index.html.j2:363
-msgid ""
-"<a href=\"https://secushare.org/\";>secushare</a> is creating a decentralized "
-"social networking application on top of GNUnet. Using overlay multicast and "
-"the extensible PSYC protocol, notifications are distributed end-to-end "
-"encrypted to authorized recipients only."
-msgstr ""
-
-#: template/index.html.j2:375
-msgid "pretty Easy privacy"
-msgstr ""
-
-#: template/index.html.j2:377
-msgid ""
-"<a href=\"https://pep.foundation/\";>pretty Easy privacy</a> (p&#8801;p) is "
-"creating a usable end-to-end encrypted e-mail solution using opportunistic "
-"key exchange. p&#8801;p will use GNUnet to protect metadata and exploit new "
-"cryptographic protocols to verify keys."
-msgstr ""
-
-#: template/install-on-archpi.html.j2:6
-msgid "Tutorial: GNUnet on Arch Linux/Pi"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:16
-msgid "Requirements for Raspberry Pi 3"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:40
-msgid "Get the Source Code"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:62
-#: template/install-on-debian9.html.j2:130
-msgid "In Addition: gnunet-gtk"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:79
-msgid "Run"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:131
-msgid "Make sure, it works!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:6
-msgid "Tutorial: GNUnet on Debian 9"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:9
-#: template/install-on-ubuntu1804.html.j2:9
-msgid "Introduction"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:29 template/install-on-macos.html.j2:17
-#: template/install-on-netbsd.html.j2:19
-#: template/install-on-ubuntu1804.html.j2:26
-msgid "Requirements"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:45
-#: template/install-on-ubuntu1804.html.j2:41
-msgid "Make an installation directory"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:59
-#: template/install-on-macos.html.j2:134
-#: template/install-on-netbsd.html.j2:224
-#: template/install-on-ubuntu1804.html.j2:53
-msgid "Get the source code"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:78
-#: template/install-on-macos.html.j2:142
-#: template/install-on-netbsd.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:61
-msgid "Compile and Install"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:103
-#: template/install-on-ubuntu1804.html.j2:70
-msgid "Option 1: GNUnet for testing / usage"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:116
-#: template/install-on-ubuntu1804.html.j2:82
-msgid "Option 2: GNUnet for development"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:153
-#: template/install-on-ubuntu1804.html.j2:97
-msgid "Install GNUnet plugin for name resolution"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:207
-#: template/install-on-ubuntu1804.html.j2:134
-msgid "Create configuration file"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:227
-#: template/install-on-ubuntu1804.html.j2:156
-msgid "Use GNUnet!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:162
-msgid "Uninstall GNUnet and its dependencies"
-msgstr ""
-
-#: template/install-on-macos.html.j2:6
-msgid "Tutorial: GNUnet on macOS 10.14 (Mojave)"
-msgstr ""
-
-#: template/install-on-macos.html.j2:24 template/install-on-netbsd.html.j2:30
-msgid "Installation"
-msgstr ""
-
-#: template/install-on-macos.html.j2:42 template/install-on-netbsd.html.j2:102
-msgid "First steps"
-msgstr ""
-
-#: template/install-on-macos.html.j2:109
-#: template/install-on-netbsd.html.j2:182
-msgid "Alternative: Installation from source"
-msgstr ""
-
-#: template/install-on-macos.html.j2:154
-#: template/install-on-netbsd.html.j2:242
-msgid "Option 1: GNUnet for production / usage"
-msgstr ""
-
-#: template/install-on-macos.html.j2:187
-#: template/install-on-netbsd.html.j2:267
-msgid "Option 2: GNUnet experimental"
-msgstr ""
-
-#: template/install-on-netbsd.html.j2:6
-msgid "Tutorial: GNUnet on NetBSD 8.0 CURRENT"
-msgstr ""
-
-#: template/install-on-ubuntu1804.html.j2:6
-msgid "Tutorial: GNUnet on Ubuntu 18.04"
-msgstr ""
-
-#: template/install.html.j2:11
-msgid ""
-"<p>The following GNUnet installation instructions help you building from "
-"source for your distribution.</p> <p><i>Please note that the installation "
-"process will get much easier once we have proper packages again (planned for "
-"winter 2019).</i></p> <p>You have already installed GNUnet and want to use "
-"it? <a href=\"https://gnunet.org/en/use\";>Check this out!</a> </p>"
-msgstr ""
-
-#: template/install.html.j2:19
-msgid ""
-"<p>Please be aware that this project is still in an early alpha stage when "
-"it comes to running software &#8211; its not an easy task to rewrite the "
-"whole Internet! We are happy to get your <a href=\"engage.html\">helping "
-"hand</a> anytime!</p> <p>Further information is available in our <a href="
-"\"https://docs.gnunet.org/#toc-Using-GNUnet-1\";>handbook</a>.</p> <p>If you "
-"have any queries about the installation or the usage, please <a href="
-"\"engage.html\">get in touch!</a></p>"
-msgstr ""
-
-#: template/use.html.j2:6
-msgid "How to use GNUnet - in a nutshell"
-msgstr ""
-
-#: template/use.html.j2:12 template/use.html.j2:123
-msgid "Filesharing"
-msgstr ""
-
-#: template/use.html.j2:13
-msgid "CADET"
-msgstr ""
-
-#: template/use.html.j2:14
-msgid "Minimal Groupchat"
-msgstr ""
-
-#: template/use.html.j2:15
-msgid "GNS with CLI"
-msgstr ""
-
-#: template/use.html.j2:16
-msgid "GNS with Browser"
-msgstr ""
-
-#: template/use.html.j2:17 template/use.html.j2:441
-msgid "VPN"
-msgstr ""
-
-#: template/use.html.j2:18 template/use.html.j2:501
-msgid "Conversation"
-msgstr ""
-
-#: template/use.html.j2:19 template/use.html.j2:512
-msgid "Trouble Shooting"
-msgstr ""
-
-#: template/use.html.j2:34
-#, fuzzy
-#| msgid "What is GNUnet?"
-msgid "Get on GNUnet"
-msgstr "Qué es GNUnet?"
-
-#: template/use.html.j2:78
-#, fuzzy
-#| msgid "What is GNUnet?"
-msgid "Get off GNUnet"
-msgstr "Qué es GNUnet?"
-
-#: template/use.html.j2:88
-msgid "Make sure your GNUnet installation works..."
-msgstr ""
-
-#: template/use.html.j2:105
-msgid "... and play around with it."
-msgstr ""
-
-#: template/use.html.j2:181
-msgid "CADET (and Chat)"
-msgstr ""
-
-#: template/use.html.j2:215
-msgid "Chatting with a (simple) client"
-msgstr ""
-
-#: template/use.html.j2:289
-msgid "Name resolution using GNS on the command line"
-msgstr ""
-
-#: template/use.html.j2:361
-msgid "Name resolution using GNS with a browser"
-msgstr ""
-
-#: template/use.html.j2:514
-msgid "You can't reach other people's nodes"
-msgstr ""
-
-#: template/use.html.j2:550
-msgid "OMG you guys broke my internet"
-msgstr ""
-
-#: template/video.html.j2:12
-msgid "Videos related to GNUnet"
-msgstr ""
+#~| msgid "What is GNUnet?"
+#~ msgid "Get off GNUnet"
+#~ msgstr "Qué es GNUnet?"
 
 #~ msgid "IRC archive"
 #~ msgstr "Archivo IRC"
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index 114a8dd..2a89f10 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -17,1931 +17,3 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Language: fr\n"
 "Generated-By: Babel 2.4.0\n"
-
-#: common/base.j2:5 common/news.j2:5
-msgid "GNUnet"
-msgstr ""
-
-#: common/base.j2:6 common/news.j2:6
-msgid "GNU's framework for secure p2p networking"
-msgstr ""
-
-#: common/footer.j2.inc:7
-msgid "Contact"
-msgstr ""
-
-#: common/footer.j2.inc:8 common/navigation.j2.inc:48
-msgid "GNUnet e.V."
-msgstr ""
-
-#: common/footer.j2.inc:9 template/about.html.j2:6
-msgid "About GNUnet"
-msgstr ""
-
-#: common/footer.j2.inc:14 common/navigation.j2.inc:61
-msgid "Bug Tracker"
-msgstr ""
-
-#: common/footer.j2.inc:19 template/copyright.html.j2:6
-msgid "Copyright Assignment"
-msgstr ""
-
-#: common/footer.j2.inc:20 common/navigation.j2.inc:89
-#: template/developers.html.j2:24
-msgid "Bibliography"
-msgstr ""
-
-#: common/footer.j2.inc:31
-msgid "Source code of this site."
-msgstr ""
-
-#: common/footer.j2.inc:32
-msgid "Report issues with this website."
-msgstr ""
-
-#: common/navigation.j2.inc:38 template/index.html.j2:51
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:39 news/index.html.j2:9 template/index.html.j2:64
-msgid "News"
-msgstr ""
-
-#: common/navigation.j2.inc:43
-msgid "Community"
-msgstr ""
-
-#: common/navigation.j2.inc:46 template/index.html.j2:55
-msgid "Engage"
-msgstr ""
-
-#: common/navigation.j2.inc:47
-msgid "GSoC Projects"
-msgstr ""
-
-#: common/navigation.j2.inc:49
-msgid "Copyright for Contributors"
-msgstr ""
-
-#: common/navigation.j2.inc:50
-msgid "IRC Archive"
-msgstr ""
-
-#: common/navigation.j2.inc:57
-msgid "Development"
-msgstr ""
-
-#: common/navigation.j2.inc:60
-msgid "System Architecture"
-msgstr ""
-
-#: common/navigation.j2.inc:62 template/gnurl.html.j2:147
-msgid "Source Code"
-msgstr ""
-
-#: common/navigation.j2.inc:63
-msgid "Source Code Documentation"
-msgstr ""
-
-#: common/navigation.j2.inc:66
-msgid "Continuous Integration"
-msgstr ""
-
-#: common/navigation.j2.inc:68
-msgid "Development Tutorial"
-msgstr ""
-
-#: common/navigation.j2.inc:79
-msgid "Documentation"
-msgstr ""
-
-#: common/navigation.j2.inc:82 template/index.html.j2:53
-#: template/install.html.j2:6
-msgid "Install"
-msgstr ""
-
-#: common/navigation.j2.inc:83
-msgid "Use"
-msgstr ""
-
-#: common/navigation.j2.inc:84
-msgid "Videos"
-msgstr ""
-
-#: common/navigation.j2.inc:85 template/glossary.html.j2:6
-msgid "Glossary"
-msgstr ""
-
-#: common/navigation.j2.inc:86
-msgid "Handbook"
-msgstr ""
-
-#: common/navigation.j2.inc:87
-msgid "REST API"
-msgstr ""
-
-#: common/navigation.j2.inc:88
-msgid "FAQ"
-msgstr ""
-
-#: inc/news.macro.j2:10
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:11
-msgid "What is GNUnet?"
-msgstr ""
-
-#: template/about.html.j2:13
-msgid ""
-"GNUnet is an alternative network stack for building secure, decentralized "
-"and privacy-preserving distributed applications. Our goal is to replace the "
-"old insecure Internet protocol stack. Starting from an application for "
-"secure publication of files, it has grown to include all kinds of basic "
-"protocol components and applications towards the creation of a GNU internet."
-msgstr ""
-
-#: template/about.html.j2:23
-msgid ""
-"Today, the actual use and thus the social requirements for a global network "
-"differs widely from those goals of 1970. While the Internet remains suitable "
-"for military use, where the network equipment is operated by a command "
-"hierarchy and when necessary isolated from the rest of the world, the "
-"situation is less tenable for civil society."
-msgstr ""
-
-#: template/about.html.j2:32
-msgid ""
-"Due to fundamental Internet design choices, Internet traffic can be "
-"misdirected, intercepted, censored and manipulated by hostile routers on the "
-"network. And indeed, the modern Internet has evolved exactly to the point "
-"where, as Matthew Green put it, <a href=\"https://blog.";
-"cryptographyengineering.com/2015/08/16/the-network-is-hostile/\">\"the "
-"network is hostile\"</a>."
-msgstr ""
-
-#: template/about.html.j2:41
-msgid ""
-"We believe liberal societies need a network architecture that uses the anti-"
-"authoritarian decentralized peer-to-peer paradigm and privacy-preserving "
-"cryptographic protocols. The goal of the GNUnet project is to provide a Free "
-"Software realization of this ideal."
-msgstr ""
-
-#: template/about.html.j2:49
-msgid ""
-"Specifically, GNUnet tries to follow the following design principles, in "
-"order of importance:"
-msgstr ""
-
-#: template/about.html.j2:56
-msgid ""
-"GNUnet must be implemented as <a href=\"https://www.gnu.org/philosophy/free-";
-"sw.html\">Free Software</a>."
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"GNUnet must minimize the amount of personally identifiable information "
-"exposed."
-msgstr ""
-
-#: template/about.html.j2:61
-msgid ""
-"GNUnet must be fully distributed and resilient to external attacks and rogue "
-"participants."
-msgstr ""
-
-#: template/about.html.j2:62
-msgid ""
-"GNUnet must be self-organizing and not depend on administrators or "
-"centralized infrastructure."
-msgstr ""
-
-#: template/about.html.j2:63
-msgid ""
-"GNUnet must inform the user which other participants have to be trusted when "
-"establishing private communications."
-msgstr ""
-
-#: template/about.html.j2:64
-msgid "GNUnet must be open and permit new peers to join."
-msgstr ""
-
-#: template/about.html.j2:65
-msgid "GNUnet must support a diverse range of applications and devices."
-msgstr ""
-
-#: template/about.html.j2:66
-msgid "GNUnet must use compartmentalization to protect sensitive information."
-msgstr ""
-
-#: template/about.html.j2:67
-msgid "The GNUnet architecture must be resource efficient."
-msgstr ""
-
-#: template/about.html.j2:68
-msgid ""
-"GNUnet must provide incentives for peers to contribute more resources than "
-"they consume."
-msgstr ""
-
-#: template/about.html.j2:72
-msgid ""
-"To get know and learn more, please check our <a href=\"https://docs.gnunet.";
-"org/handbook/gnunet.html\">handbook</a>, especially the <a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Key-Concepts\">chapter on \"Key Concepts"
-"\"</a>, explaining the fundamental concepts of GNUnet: <ul> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Authentication";
-"\">Authentication</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Accounting-to-Encourage-Resource-Sharing\">Accounting to "
-"Encourage Resource Sharing</a></li> <li><a href=\"https://docs.gnunet.org/";
-"handbook/gnunet.html#Confidentiality\">Confidentiality</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Anonymity\";>Anonymity</a></"
-"li> <li><a href=\"https://docs.gnunet.org/handbook/gnunet.html#Deniability";
-"\">Deniability</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Peer-Identities\">Peer Identities</a></li> <li><a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Zones-in-the-GNU-Name-System-_0028GNS-"
-"Zones_0029\">Zones in the GNU Name System (GNS Zones)</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Egos\";>Egos</a></li> </ul>"
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "More Resources"
-msgstr ""
-
-#: template/about.html.j2:90
-msgid ""
-"There are many more resources to learn about GNUnet besides the <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html\";>handbook</a>, such as the "
-"<a href=\"https://bib.gnunet.org/\";>bibliography</a> with papers covering "
-"the various layers, many <a href=\"https://gnunet.org/en/video.html";
-"\">videos</a> or a brief <a href=\"https://gnunet.org/en/glossary.html";
-"\">glossary</a>."
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"You are most welcome to <a href=\"engage.html\">get engaged into the "
-"conversation</a>, <a href=\"install.html\">install GNUnet</a>, <a href=\"use."
-"html\">use it</a> and <a href=\"engage.html\">contribute and get engaged</a> "
-"in various ways."
-msgstr ""
-
-#: template/about.html.j2:100
-msgid ""
-"Please be aware that this project is (despite of it's age) still in an early "
-"alpha stage when it comes to software &#8211; its not an easy task to "
-"rewrite the whole Internet!"
-msgstr ""
-
-#: template/about.html.j2:105
-msgid "Current funding"
-msgstr ""
-
-#: template/about.html.j2:110
-msgid ""
-"We're receiving funding from NLnet's Next Generation Internet funding line "
-"to document and implement the GNU Name System protocol in a way suitable for "
-"the IETF standardization process."
-msgstr ""
-
-#: template/about.html.j2:123
-msgid ""
-"We are grateful for free hosting offered by the following organizations:"
-msgstr ""
-
-#: template/about.html.j2:132
-msgid "Past funding"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "We are grateful for past funding from the following organizations:"
-msgstr ""
-
-#: template/architecture.html.j2:6
-msgid "GNUnet System Architecture"
-msgstr ""
-
-#: template/architecture.html.j2:15
-msgid "Legend"
-msgstr ""
-
-#: template/architecture.html.j2:55
-msgid "Foundations"
-msgstr ""
-
-#: template/architecture.html.j2:57
-msgid ""
-"The foundations of GNUnet are a distributed hash table (R5N), an SCTP-like "
-"end-to-end encrypted messaging layer (CADET), a public key infrastructure "
-"(GNS) and a pluggable transport system (TRANSPORT).<br> Using public keys "
-"for addresses and self-organized decentralized routing algorithms, these "
-"subsystems replace the traditional TCP/IP stack."
-msgstr ""
-
-#: template/architecture.html.j2:70
-msgid "Security"
-msgstr ""
-
-#: template/architecture.html.j2:73
-msgid ""
-"GNUnet is implemented using a multi-process architecture. Each subsystem "
-"runs as a separate process, providing fault-isolation and enabling tight "
-"permissions to be granted to each subsystem. Naturally, the implementation "
-"is a <a href=\"https://www.gnu.org/\";>GNU</a> package, and will always "
-"remain free software."
-msgstr ""
-
-#: template/architecture.html.j2:87
-msgid "System architecture"
-msgstr ""
-
-#: template/architecture.html.j2:93
-msgid "Subsystems"
-msgstr ""
-
-#: template/architecture.html.j2:102
-msgid "libgnunetutil"
-msgstr ""
-
-#: template/architecture.html.j2:108
-msgid "APIs"
-msgstr ""
-
-#: template/contact.html.j2:6
-msgid "Contact information"
-msgstr ""
-
-#: template/contact.html.j2:11
-msgid "The mailing list"
-msgstr ""
-
-#: template/contact.html.j2:13
-msgid ""
-"An archived, public mailing list for GNUnet is hosted at <a href=\"https://";
-"lists.gnu.org/mailman/listinfo/gnunet-developers\">https://lists.gnu.org/";
-"mailman/listinfo/gnunet-developers</a>. You can send messages to the list at "
-"<a href=\"mailto:address@hidden\";>address@hidden</a>."
-msgstr ""
-
-#: template/contact.html.j2:23
-msgid "The IRC channel"
-msgstr ""
-
-#: template/contact.html.j2:25
-msgid ""
-"<tt>#gnunet</tt> is reachable via <a href=\"https://freenode.net\";>irc."
-"freenode.net</a>. There is also an <a href=\"https://old.gnunet.org/bot/log/";
-"gnunet\">archive</a> available (currently unavailable, we are working on "
-"restoring access to it)."
-msgstr ""
-
-#: template/contact.html.j2:38
-msgid "Contacting individuals"
-msgstr ""
-
-#: template/contact.html.j2:40
-msgid ""
-"GNUnet developers are generally reachable at either <tt>PSEUDONYM@gnunet."
-"org</tt> or <tt>address@hidden</tt>. Most of us support receiving GnuPG "
-"encrypted Emails."
-msgstr ""
-
-#: template/contact.html.j2:50
-msgid "Reporting bugs"
-msgstr ""
-
-#: template/contact.html.j2:52
-msgid ""
-"We track open feature requests and bugs for projects within GNUnet in our <a "
-"href=\"https://bugs.gnunet.org/\";>Bug tracker</a>. You can also report bugs "
-"or feature requests to the <a href=\"https://lists.gnu.org/mailman/listinfo/";
-"bug-gnunet\">bug-gnunet</a> mailing list. The mailinglist requires no "
-"subscription."
-msgstr ""
-
-#: template/copyright.html.j2:11
-msgid ""
-"<p> Contributors to GNUnet with Git access must sign the <a href=\"/static/"
-"pdf/copyright.pdf\">copyright assignment</a> to ensure that the <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/gnunet_taler_agreement.tex";
-"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
-"development</a> of the GNUnet and GNU Taler projects is satisfied. </p>"
-msgstr ""
-
-#: template/copyright.html.j2:22
-msgid ""
-"<p>The agreements ensure that the code will continue to be made available "
-"under free software licenses, but gives developers the freedom to move code "
-"between GNUnet and GNU Taler without worrying about licenses and to give the "
-"company the ability to dual-license (for example, so that we can distribute "
-"via App-stores that are hostile to free software).</p>"
-msgstr ""
-
-#: template/copyright.html.j2:30
-msgid ""
-"<p>Minor contributions (basically, anyone without Git access) do not require "
-"copyright assignment. Pseudonymous contributions are accepted, in this case "
-"simply sign the agreement with your pseudonym. Scanned copies are "
-"sufficient, but snail mail is preferred.</p>"
-msgstr ""
-
-#: template/developers.html.j2:5
-msgid "GNUnet for developers"
-msgstr ""
-
-#: template/developers.html.j2:13
-msgid "Repositories"
-msgstr ""
-
-#: template/developers.html.j2:16
-msgid ""
-"A list of our Git repositories can be found on our our <a href=\"https://git.";
-"gnunet.org/\">Git Server</a>."
-msgstr ""
-
-#: template/developers.html.j2:27
-msgid ""
-"Technical papers can be found in our <a href=\"https://old.gnunet.org/";
-"bibliography\">bibliography</a>."
-msgstr ""
-
-#: template/developers.html.j2:34
-msgid "Discussion"
-msgstr ""
-
-#: template/developers.html.j2:37
-msgid ""
-"We have a mailing list for developer discussions. You can subscribe to or "
-"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/";
-"gnunet-developers\">http://lists.gnu.org/mailman/listinfo/gnunet-developers</"
-"a>."
-msgstr ""
-
-#: template/developers.html.j2:47
-msgid "Regression Testing"
-msgstr ""
-
-#: template/developers.html.j2:50
-msgid ""
-"We have <a href=\"https://buildbot.net/\";>Buildbot</a> automation tests to "
-"detect regressions and check for portability at <a href=\"https://old.gnunet.";
-"org/buildbot/gnunet/\">https://old.gnunet.org/buildbot/gnunet/</a>."
-msgstr ""
-
-#: template/developers.html.j2:59
-msgid "Code Coverage Analysis"
-msgstr ""
-
-#: template/developers.html.j2:62
-msgid ""
-"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\";>LCOV</a> to "
-"analyze the code coverage of our tests, the results are available at <a href="
-"\"https://old.gnunet.org/coverage/\";>https://old.gnunet.org/coverage/</a>."
-msgstr ""
-
-#: template/developers.html.j2:72
-msgid "Performance Analysis"
-msgstr ""
-
-#: template/developers.html.j2:75
-msgid ""
-"We use <a href=\"https://old.gnunet.org/gauger\";>Gauger</a> for performance "
-"regression analysis of the exchange backend at <a href=\"https://old.gnunet.";
-"org/gauger/\">https://old.gnunet.org/gauger/</a>."
-msgstr ""
-
-#: template/download.html.j2:7 template/gnurl.html.j2:169
-msgid "Downloads"
-msgstr ""
-
-#: template/download.html.j2:11
-msgid ""
-"Here you can download releases of our software and find links to the various "
-"versions."
-msgstr ""
-
-#: template/download.html.j2:17
-msgid "0.11.x series"
-msgstr ""
-
-#: template/download.html.j2:18
-msgid "tarball"
-msgstr ""
-
-#: template/download.html.j2:20
-msgid ""
-"The tarball of the latest version can be obtained from GNU FTP and its "
-"mirrors."
-msgstr ""
-
-#: template/download.html.j2:30
-msgid "git"
-msgstr ""
-
-#: template/download.html.j2:32
-msgid ""
-"You can fetch the git tag of version 0.11.x from our development server:"
-msgstr ""
-
-#: template/engage.html.j2:6
-msgid "Engage!"
-msgstr ""
-
-#: template/ev.html.j2:6
-msgid "Verein zur F&ouml;rderung von GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:11
-msgid "About GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:13
-msgid ""
-"On December 27th 2013 a group of GNUnet hackers met at 30c3 to create the "
-"\"Verein zur F&ouml;rderung von GNUnet e.V.\", an association under German "
-"law to support GNUnet development. The Amtsgericht M&uuml;nchen registered "
-"the association on the 7th of March under VR 205287."
-msgstr ""
-
-#: template/ev.html.j2:22
-msgid ""
-"The association is officially dedicated to supporting research, development "
-"and education in the area of secure decentralized networking in general, and "
-"GNUnet specifically. This is the official website for the association."
-msgstr ""
-
-#: template/ev.html.j2:31
-msgid "Becoming a Member of GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:33
-msgid ""
-"GNUnet developers with git (write) access can become members to participate "
-"in the decision process and formally support GNUnet e.V. For this, all you "
-"have to do is update the <tt>members.txt</tt> file in the <a href=\"https://";
-"git.gnunet.org/gnunet-ev.git/\">gnunet-ev</a> repository. There are no "
-"membership dues; however, members are required to support GNUnet e.V. and in "
-"particularly contribute to the technical development within their means. For "
-"further details, we refer to the <a href=\"https://git.gnunet.org/gnunet-ev.";
-"git/\">Satzung</a> (currently only available in German, translations "
-"welcome)."
-msgstr ""
-
-#: template/ev.html.j2:52
-msgid "Governance"
-msgstr ""
-
-#: template/ev.html.j2:54
-msgid ""
-"You can find our \"Satzung\", and the list of members under <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex\";>https://git.gnunet.";
-"org/gnunet-ev.git/tree/satzung.tex</a>. The current board consists of: "
-"<dl><dt>Vorsitz</dt> <dd><a href=\"https://grothoff.org/christian/";
-"\">Christian Grothoff</a></dd> <dt>stellvertretender Vorsitz</dt> <dd>xrs</"
-"dd> <dt>Kassenwart</dt> <dd>Florian Dold</dd> <dt>Beisitzer</dt> <dd>Lurchi</"
-"dd> </dl>"
-msgstr ""
-
-#: template/ev.html.j2:71
-msgid "Official Meeting Notes"
-msgstr ""
-
-#: template/ev.html.j2:84
-msgid "Support Us!"
-msgstr ""
-
-#: template/ev.html.j2:86
-msgid ""
-"Everybody is welcome to support us via donations. For financial "
-"contributions, Europeans are able to donate via SEPA. We hope to setup "
-"accounts in other major currency areas in the future. You can also donate "
-"via Bitcoin, routing details are given below. Please note that we are unable "
-"to provide receipts for your donations. If you are planning to donate a "
-"significant amount of money, please contact us first as it might be better "
-"to come to a custom arrangement. <dl><dt>BitCoin</dt> "
-"<dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd> <dt>SEPA/IBAN</dt> "
-"<dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd> </dl>"
-msgstr ""
-
-#: template/faq.html.j2:12
-msgid ""
-"I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. "
-"Should I worry?"
-msgstr ""
-
-#: template/faq.html.j2:14
-msgid ""
-"A: Right now, this is expected and a known cause for high latency in GNUnet. "
-"We have started a major rewrite to address this and other problems, but "
-"until the Transport Next Generation (TNG) is ready, these warnings are "
-"expected."
-msgstr ""
-
-#: template/faq.html.j2:23
-msgid "Is there a graphical user interface?"
-msgstr ""
-
-#: template/faq.html.j2:25
-msgid ""
-"A: gnunet-gtk is a separate download. The package contains various GTK+ "
-"based graphical interfaces, including a graphical tool for configuration."
-msgstr ""
-
-#: template/glossary.html.j2:12
-msgid "Ego"
-msgstr ""
-
-#: template/glossary.html.j2:14
-msgid ""
-"We use the term \"Ego\" to refer to the fact that users in GNUnet can have "
-"multiple unlinkable identities, in the sense of alter egos. The ability to "
-"have more than one identity is crucial, as we may want to keep our egos for "
-"business separate from those we use for political activities or romance.<br> "
-"Egos in GNUnet are technically equivalent to identities (and the code does "
-"not distinguish between them). We simply sometimes use the term \"ego\" to "
-"stress that you can have more than one."
-msgstr ""
-
-#: template/glossary.html.j2:27
-msgid "Identity"
-msgstr ""
-
-#: template/glossary.html.j2:29
-msgid ""
-"In GNUnet users are identified via a public key, and that public key is then "
-"often referred to as the \"Identity\" of the user. However, the concept is "
-"not as draconian as it often is in real life where many are forced to have "
-"one name, one passport and one unique identification number. <br> As long as "
-"identities in GNUnet are simply public keys, users are free to create any "
-"number of identities, and we call those egos to emphasize the difference. "
-"Even though users can create such egos freely, it is possible to have an ego "
-"certified by some certification authority, resulting in something that more "
-"closely resembles the traditional concept of an identity.<br> For example, a "
-"university may certify the identities of its students such that they can "
-"prove that they are studying. Students may keep their (certified) student "
-"identity separate from other egos that they use for other activities in life."
-msgstr ""
-
-#: template/glossary.html.j2:50
-msgid "Pseudonym"
-msgstr ""
-
-#: template/glossary.html.j2:52
-msgid ""
-"A pseudonym is an ego that is specifically intended to not be linked to "
-"one's real name. GNUnet users can create many egos, and thus also many "
-"pseudonyms. <br> Repeated uses of the same pseudonym are linkable by "
-"definition, as they involve the same public key. Anonymity requires the use "
-"of either the special \"anonymous\" pseudonym (for GNUnet, this is the "
-"neutral element on the elliptic curve) or a throw-away pseudonym that is "
-"only used once."
-msgstr ""
-
-#: template/glossary.html.j2:71
-msgid "Namespaces"
-msgstr ""
-
-#: template/glossary.html.j2:73
-msgid ""
-"The GNU Name System allows every ego (or identity) to securely and privately "
-"associate any number of label-value pairs with an ego. The values are called "
-"record sets following the terminology of the Domain Name System (DNS). The "
-"mapping of labels to record sets for a given ego is called a namespace. <br> "
-"If records are made public and thus published, it is possible for other "
-"users to lookup the record given the ego's public key and the label. Here, "
-"not only the label can thus act as a passphrase but also the public key -- "
-"which despite its name may not be public knowledge and is never disclosed by "
-"the GNS protocol itself."
-msgstr ""
-
-#: template/glossary.html.j2:89
-msgid "Peer"
-msgstr ""
-
-#: template/glossary.html.j2:91
-msgid ""
-"A \"peer\" is an instance of GNUnet with its own per-instance public key and "
-"network addresses. Technically, it is possible to run multiple peers on the "
-"same host, but this only makes sense for testing. <br> By design GNUnet "
-"supports multiple users to share the same peer, just as UNIX is a multi-user "
-"system. A \"peer\" typically consists of a set of foundational GNUnet "
-"services running as the \"gnunet\" user and allowing all users in the "
-"\"gnunet\" group to utilize the API. On multi-user systems, additional "
-"\"personalized\" services may be required per user. <br> While peers are "
-"also identified by public keys, these public keys are completely unrelated "
-"to egos or identities. Namespaces cannot be associated with a peer, only "
-"with egos."
-msgstr ""
-
-#: template/gnurl.html.j2:20
-msgid ""
-"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
-"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
-"ensure a small footprint and uniform experience for developers regardless of "
-"how libcurl was compiled.<br> Our main usecase is for GNUnet, but it might "
-"be usable for others, hence we're releasing the code to the general public."
-"<br> libgnurl is released under the same license as libcurl. Please read the "
-"README for instructions, as you must supply the correct options to configure "
-"to get a proper build of libgnurl."
-msgstr ""
-
-#: template/gnurl.html.j2:35
-msgid "About gnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:37
-msgid ""
-"Large parts of the following 6 paragraphs are old and need to be rewritten."
-msgstr ""
-
-#: template/gnurl.html.j2:43
-msgid "Motivation"
-msgstr ""
-
-#: template/gnurl.html.j2:45
-msgid ""
-"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
-"other variants are used by some distributions. Supporting other crypto "
-"backends would again expose us to a wider array of security issues, may "
-"create licensing issues and most importantly introduce new bugs as some "
-"crypto backends are known to introduce subtle runtime issues. While it is "
-"possible to have two versions of libcurl installed on the same system, this "
-"is error-prone, especially as if we are linked against the wrong version, "
-"the bugs that arise might be rather subtle."
-msgstr ""
-
-#: template/gnurl.html.j2:58
-msgid ""
-"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
-"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
-"one links cURL against this version of GnuTLS? Well, first one would install "
-"GnuTLS by hand in the system. Then, we build cURL. cURL will build against "
-"it just fine, but the linker will eventually complain bitterly. The reason "
-"is that cURL also links against a bunch of other system libraries (gssapi, "
-"ldap, ssh2, rtmp, krb5, sasl2, see discussion on obscure protocols above), "
-"which --- as they are part of the distribution --- were linked against an "
-"older version of GnuTLS. As a result, the same binary would be linked "
-"against two different versions of GnuTLS. That is typically a recipe for "
-"disaster. Thus, in order to avoid updating a dozen system libraries (and "
-"having two versions of those installed), it is necessary to disable all of "
-"those cURL features that GNUnet does not use, and there are many of those. "
-"For GNUnet, the more obscure protocols supported by cURL are close to dead "
-"code --- mostly harmless, but not useful. However, as some application may "
-"use one of those features, distributions are typically forced to enable all "
-"of those features, and thus including security issues that might arise from "
-"that code."
-msgstr ""
-
-#: template/gnurl.html.j2:82
-msgid ""
-"So to use a modern version of GnuTLS, a sane approach is to disable all of "
-"the \"optional\" features of cURL that drag in system libraries that link "
-"against the older GnuTLS. That works, except that one should then NEVER "
-"install that version of libcurl in say /usr or /usr/local, as that may break "
-"other parts of the system that might depend on these features that we just "
-"disabled. Libtool versioning doesn't help here, as it is not intended to "
-"deal with libraries that have optional features. Naturally, installing cURL "
-"somewhere else is also problematic, as we now need to be really careful that "
-"the linker will link GNUnet against the right version. Note that none of "
-"this can really be trivially fixed by the cURL developers."
-msgstr ""
-
-#: template/gnurl.html.j2:97
-msgid "Rename to fix"
-msgstr ""
-
-#: template/gnurl.html.j2:99
-#, python-format
-msgid ""
-"How does forking fix it? Easy. First, we can get rid of all of the "
-"compatibility issues --- if you use libgnurl, you state that you don't need "
-"anything but HTTP/HTTPS. Those applications that need more, should stick "
-"with the original cURL. Those that do not, can choose to move to something "
-"simpler. As the library gets a new name, we do not have to worry about tons "
-"of packages breaking as soon as one rebuilds it. So renaming itself and "
-"saying that \"libgnurl = libcurl with only HTTP/HTTPS support and GnuTLS\" "
-"fixes 99%% of the problems that darkened my mood. Note that this pretty much "
-"CANNOT be done without a fork, as renaming is an essential part of the fix. "
-"Now, there might be creative solutions to achieve the same thing within the "
-"standard cURL build system, but I'm not happy to wait for a decade for "
-"Daniel to review the patches. The changes libgnurl makes to curl are "
-"miniscule and can easily be applied again and again whenever libcurl makes a "
-"new release."
-msgstr ""
-
-#: template/gnurl.html.j2:118
-msgid "Using libgnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:120
-msgid ""
-"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
-"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
-"That's it. No changes to the source code should be required, as libgnurl "
-"strives for bug-for-bug compatibility with the HTTP/HTTPS/GnuTLS subset of "
-"cURL. We might add new features relating to this core subset if they are "
-"proposed, but so far we have kept our changes minimal and no additions to "
-"the original curl source have been written."
-msgstr ""
-
-#: template/gnurl.html.j2:133
-msgid "Gotchas"
-msgstr ""
-
-#: template/gnurl.html.j2:135
-msgid ""
-"libgnurl and gnurl are not intended to be used as a replacement for curl for "
-"users. Since no conflicts in filenames should occur you are not expected to "
-"remove curl to make use of gnurl and viceversa."
-msgstr ""
-
-#: template/gnurl.html.j2:149
-msgid "You can get the gnurl git repository using:"
-msgstr ""
-
-#: template/gnurl.html.j2:162
-msgid "The versions are checked in as (signed) git tags."
-msgstr ""
-
-#: template/gnurl.html.j2:171
-msgid ""
-"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/";
-"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
-"variety of distributions and package managers. Package Managers which "
-"include gnurl are: <a href=\"https://www.gnu.org/software/guix/\";>GNU Guix</"
-"a> (available as \"gnurl\"), <a href=\"https://gentoo.org\";>Gentoo</a> "
-"through the collaborative ebuild collection <a href=\"https://git.gnunet.org/";
-"youbroketheinternet-overlay.git/\">youbroketheinternet</a>, <a href="
-"\"https://nixos.org/nix/\";>Nix</a>, and as www/gnurl in <a href=\"https://";
-"pkgsrc.org\">pkgsrc</a>."
-msgstr ""
-
-#: template/gnurl.html.j2:188
-msgid "Building gnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:190
-msgid ""
-"We suggest to closely follow release announcements, as they might indicate "
-"changes in how gnurl is to be build. <br> If your package manager provides a "
-"binary build or build instructions to build gnurl from source automated and "
-"integrated with your environment, we strongly suggest to use this binary "
-"build. <br> There are two ways to build gnurl. The first one builds from the "
-"most recent git tag, the second one uses the distributed tarball. "
-"Distributors generally are supposed to build from the tarball, but we "
-"describe both methods here. Both methods are written with a NetBSD 9 "
-"userland in mind, substitute tools as necessary. <br> You should <b>avoid</"
-"b> building gnurl from the tip of the default git branch, as only tags are "
-"considered to be stable and approved builds."
-msgstr ""
-
-#: template/gnurl.html.j2:211
-msgid "Building from the distributed tarball (prefered method)"
-msgstr ""
-
-#: template/gnurl.html.j2:213
-msgid ""
-"If you want to verify the signature, install an OpenPGP compatible tool such "
-"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
-msgstr ""
-
-#: template/gnurl.html.j2:227
-msgid "Fetch the signature key from"
-msgstr ""
-
-#: template/gnurl.html.j2:231
-msgid "or via commandline with gnupg2."
-msgstr ""
-
-#: template/gnurl.html.j2:236
-msgid ""
-"Fetch the release, the signature, the checksum file as well as its signature:"
-msgstr ""
-
-#: template/gnurl.html.j2:255
-msgid ""
-"verify the signatures, and verify the checksums against the checksums in "
-"the .sum.txt file."
-msgstr ""
-
-#: template/gnurl.html.j2:261
-msgid "unpack the tarball:"
-msgstr ""
-
-#: template/gnurl.html.j2:271
-msgid "Change into the directory"
-msgstr ""
-
-#: template/gnurl.html.j2:281
-msgid "Now you can either run"
-msgstr ""
-
-#: template/gnurl.html.j2:291
-msgid "directly (and read configure-gnurl before you do so) or invoke"
-msgstr ""
-
-#: template/gnurl.html.j2:301
-msgid ""
-"and pass additional parameters such as a custom PREFIX location. Further "
-"reference can be the"
-msgstr ""
-
-#: template/gnurl.html.j2:306
-msgid "Now run"
-msgstr ""
-
-#: template/gnurl.html.j2:316
-msgid "(this is optional)"
-msgstr ""
-
-#: template/gnurl.html.j2:325
-msgid "and you are done."
-msgstr ""
-
-#: template/gnurl.html.j2:329
-msgid "Building from a tagged git commit"
-msgstr ""
-
-#: template/gnurl.html.j2:331
-msgid ""
-"Follow the steps above, but instead of downloading the tarball, clone the "
-"git tag you want to build from."
-msgstr ""
-
-#: template/gnurl.html.j2:342
-msgid "Reporting Bugs"
-msgstr ""
-
-#: template/gnurl.html.j2:344
-msgid ""
-"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/";
-"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
-"we prefer to track bugs on the bugtracker."
-msgstr ""
-
-#: template/gnurl.html.j2:354
-msgid "Maintainer and Cryptographic signatures"
-msgstr ""
-
-#: template/gnurl.html.j2:356
-msgid ""
-"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
-"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
-"fingerprint <b>A88C 8ADD 1298 28D7 EAC0 2E52 E22F 9BBF EE34 8588</b>."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:7
-msgid "GSoC 2018: GNUnet WebUI"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:11
-msgid "Tue, 08/14/2018 - 07:55, Phil Buschmann"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:17
-msgid ""
-"<strong>What was done?</strong><br /> In the context of Google Summer of "
-"Code 2018, my mentor (Martin Schanzenbach) and I have worked on creating and "
-"extending the REST API of GNUnet. Currently, we mirrored the functionality "
-"of following commands:"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:32
-msgid ""
-"Additionally, we developed a website with the Javascript framework Angular 6 "
-"and the design framework iotaCSS to use the new REST API. The REST API of "
-"GNUnet is now documented with Sphinx."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:40
-msgid ""
-"<strong>Why did we create a REST API?</strong><br /> ... when you can use "
-"the command line tools?<br /> We need to keep in mind, that everyone has the "
-"right to stay secure and private but not everyone feels comfortable using a "
-"terminal. The further developed REST access to GNUnet APIs in addition to "
-"the new web application allows new users to interact with GNUnet over a well "
-"known tool: their browsers. This addition to the C API and the command line "
-"tools may attract new users and developers."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:52
-msgid ""
-"<strong>How can we use it?</strong><br /> 1. The REST API developed in "
-"GNUnet<br /> The REST API is already merged into the gnunet.git repository "
-"(<a href=\"https://gnunet.org/git/gnunet.git/\";>GNUnet Main Git</a>).<br /> "
-"To use the new features, clone the repository and follow the <a href="
-"\"https://gnunet.org/en/install.html\";>Installation</a> on gnunet.org. Then, "
-"start the rest service with \"gnunet-arm -i rest\"."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:63
-msgid ""
-"2. The Web Application<br /> The web application is available under the "
-"gnunet-webui.git repository (<a href=\"https://gnunet.org/git/gnunet-webui.";
-"git/\">GNUnet WebUI Git</a>).<br /> You need to install the newest version "
-"of 'node' and 'yarn'. Dependent on your system, you may need to download "
-"newer versions and install them manually and not over your packet manager. "
-"After the installation succeeded, you need to clone the repository. Then, "
-"you need to run \"yarn install\" and \"yarn start\" for testing purposes. To "
-"deploy the website (keep in mind, that this website communicates with "
-"another localhost instance) use \"yarn build\" for building the web "
-"application and use the output in the 'dist' directory."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:80
-msgid ""
-"3. The Documentation<br /> The documentation is available under the gnunet-"
-"rest-api.git repository (<a href=\"https://gnunet.org/git/gnunet-rest-api.";
-"git/\">GNUnet REST API Docmentation Git</a>).<br /> Clone the repository and "
-"\"make html\". Then open the 'index.html' under 'build/html/'."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:91
-msgid ""
-"Please, give it a try and contact me, if you find any bugs or unintentional "
-"features. ;)"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:97
-msgid ""
-"<strong>What can be improved?</strong><br /> Right now, the build process of "
-"the web application may be a little too complex for a casual user. We may be "
-"able to solve this by using docker.<br /> Additionally, the web application "
-"does not prevent wrong inputs but responds with error messages. Adding "
-"GNUnet Records is currently only usable for people, who know how a GNS "
-"Record looks like. This can be adapted to each record type.<br /> Last but "
-"not least, additional features, design changes, etc..."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:111
-msgid "Thanks for reading."
-msgstr ""
-
-#: template/gsoc.html.j2:6
-msgid "GNUnet's Google Summer of Code projects"
-msgstr ""
-
-#: template/gsoc.html.j2:12 template/gsoc.html.j2:28
-msgid "Current projects"
-msgstr ""
-
-#: template/gsoc.html.j2:13 template/gsoc.html.j2:30
-msgid "Past projects"
-msgstr ""
-
-#: template/gsoc.html.j2:14 template/gsoc.html.j2:553
-msgid "Finished projects"
-msgstr ""
-
-#: template/gsoc.html.j2:21
-msgid ""
-"As a GNU project, GNUnet has participated in the Google Summer of Code "
-"(GSoC) for a number of years. This page lists all current, past, and "
-"finished projects."
-msgstr ""
-
-#: template/gsoc.html.j2:37
-msgid ""
-"It is time for GNUnet to run properly on Android. Note that GNUnet is "
-"written in C, and this is not about rewriting GNUnet in Java, but about "
-"getting the C code to run on Android."
-msgstr ""
-
-#: template/gsoc.html.j2:44
-msgid ""
-"<strong>Mentors:</strong> <a href=\"https://www.goebel-consult.de/\";>Hartmut "
-"Goebel</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:53
-msgid ""
-"There is a push for migrating our CI to Gitlab. The CI should eventually not "
-"just run \"make check\" on various platforms, but also perform tests with "
-"multiple peers running in different VMs with specific network topologies (i."
-"e. NAT) between them being simulated. The CI should also be integrated with "
-"Gauger for performance regression analysis. Running jobs only when "
-"dependencies have changed and scripting more granular triggers or ideally "
-"automatic dependency discovery (as done by the autotools) is also important."
-msgstr ""
-
-#: template/gsoc.html.j2:65
-msgid "<strong>Mentors:</strong> TBD"
-msgstr ""
-
-#: template/gsoc.html.j2:74
-msgid ""
-"reclaimID is a decentralized identity system build on top of the GNU Name "
-"System. Upon authorization, the user provides a requesting party (RP) such "
-"as a website with an authorization ticket (e.g. piggybacked in an OpenID "
-"authorization code). The RP uses information contained in this ticket to "
-"<ol> <li> Retrieve the decryption key from GNS</li> <li> Retrieve the user "
-"attributes from GNS</li> </ol> The GNS lookups ensure that the RP receives "
-"up-to-date attributes and functional decryption keys. However, in particular "
-"the RP-specific encryption key resolution can be slow and even fail "
-"depending on the network topology. We propose that in an initial exchange, "
-"in particular OpenID authorization code flows, we try to incorporate key and "
-"maybe even an attribute set in the ticket exchange. In order to mitigate "
-"this issue, this project is meant to investigate and implement how... <ol> "
-"<li> ... decryption keys can be added to an initial exchange in OpenID.</li> "
-"<li> ... initial set(s) of attributes can be piggybacked in OpenID.</li> </"
-"ol> <br/> <strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:105
-msgid ""
-"re:claimID is a decentralized identity system build on top of the GNU Name "
-"System. The initial design and implementation of re:claimID includes an "
-"attribute-based encryption module in order to prevent unauthorized access to "
-"attributes in the name system. Our motivation for re:claimID was for it to "
-"be name system agnostic, which means the design theoretically also works for "
-"other name systems such as namecoin. Other name systems often do not have "
-"built-in mechanisms in order to do this. Hence, we implemented an ABE access "
-"control layer. Our ABE implementation requires two third party libraries: "
-"libpbc and libgabe. While we could merge libgabe into the gnunet service "
-"implementation of re:claimID, libpbc is a rather large, third party library "
-"which lacks packaging in distributions and for platforms. On the other hand, "
-"GNS supports record data encryption using symmetric keys as labels. If we "
-"make the access control layer of re:claimID more generic in order to support "
-"both ABE and GNS encryption, we could reduce the required depenencies. This "
-"would result in gnunet packages to include re:claimID by default. In short, "
-"the goals are to... <ol> <li> ... improve performance by reducing encryption "
-"overhead.</li> <li> ... reduce dependencies.</li> </ol> <br/> "
-"<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:140
-msgid ""
-"One great problem of the current Internet is the lack of disintermediation. "
-"When people want to talk they need a chat service. When they want to share "
-"files they need a file transfer service. Although GNUnet already possesses "
-"quite advanced integration into Linux networking, a little extra work is "
-"needed for existing applications like irc, www, ftp, rsh, nntpd to run over "
-"it in a peer-to-peer way, simply by using a GNS hostname like friend.gnu. "
-"Once people have added a person to their GNS they can immediately message, "
-"exchange files and suchlike directly, with nothing but the GNUnet in the "
-"middle, using applications that have been distributed with unix systems ever "
-"since the 1980's. We can produce an OS distribution where these things work "
-"out of the box with the nicknames of people instead of cloud services. For "
-"more information and context, read"
-msgstr ""
-
-#: template/gsoc.html.j2:161
-msgid "<strong>Mentors:</strong> lynX &amp; dvn"
-msgstr ""
-
-#: template/gsoc.html.j2:169
-msgid ""
-"There are a variety of GNUNet APIs that should be exposed in the Rust "
-"wrappers. Implementing these will require extending the port of GNUNet utils "
-"written by Andrew Cann and Kelong Cong."
-msgstr ""
-
-#: template/gsoc.html.j2:177
-msgid ""
-"As an introduction to the code base, we suggest that the student and Jeff "
-"Burdges together update the asynchronous IO system from gjio to futures-rs "
-"or another layer built upon it. Jeff Burdges is expected to concurrently be "
-"implementing a GNUNet API for his own mix network work."
-msgstr ""
-
-#: template/gsoc.html.j2:187 template/gsoc.html.j2:211
-#: template/gsoc.html.j2:265 template/gsoc.html.j2:295
-#: template/gsoc.html.j2:539
-msgid "<strong>Mentors:</strong> Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:192
-msgid "Required Skills: Rust"
-msgstr ""
-
-#: template/gsoc.html.j2:197
-msgid "Difficulty level: low"
-msgstr ""
-
-#: template/gsoc.html.j2:205
-msgid ""
-"Implement the AnycastExit spec to enable GNUnet clients to connect over Tor."
-msgstr ""
-
-#: template/gsoc.html.j2:216
-msgid ""
-"Note: There was a Special TLDs spec to allow Tor to resolve domain names "
-"using GNS over Tor too, but currently that's on hold until folks think more "
-"about how names should be moved around the local system. We're calling this "
-"more collaborative approach NSS2 for now."
-msgstr ""
-
-#: template/gsoc.html.j2:225 template/gsoc.html.j2:399
-#: template/gsoc.html.j2:439 template/gsoc.html.j2:469
-msgid "Required Skills: C"
-msgstr ""
-
-#: template/gsoc.html.j2:230 template/gsoc.html.j2:474
-#: template/gsoc.html.j2:619
-msgid "Difficulty level: medium"
-msgstr ""
-
-#: template/gsoc.html.j2:238
-msgid ""
-"Design and implementation of <a href=\"http://jsonapi.org/\";>REST APIs</a> "
-"that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.html";
-"\">GNUnet API</a> so that easy, hands-on development is possible. Also, "
-"browser-based UIs will be much easier to create on top of REST APIs."
-msgstr ""
-
-#: template/gsoc.html.j2:249 template/gsoc.html.j2:609
-msgid "<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:257
-msgid ""
-"Improve the Rust implementation of GNUnet utils, possibly including adding "
-"support for asynchronous IO using mio, or perhaps a higher level "
-"asynchronous IO library built upon it, such as rotor, mioco, eventual_io, or "
-"gj."
-msgstr ""
-
-#: template/gsoc.html.j2:273
-msgid ""
-"Implement rudimentary Android compatibility for GNUnet, in part by porting "
-"the GNUnet utils scheduler to act as a thin wrapper over libuv."
-msgstr ""
-
-#: template/gsoc.html.j2:280
-msgid "<strong>Mentors:</strong> Jeff Burdges and Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:288 template/gsoc.html.j2:532
-msgid ""
-"Implementation of a replacement for PANDA (see Pond) with better security, "
-"and maybe integration with the GNU Name System for key exchange."
-msgstr ""
-
-#: template/gsoc.html.j2:300
-msgid "Required Skills: Rust or C, crypto"
-msgstr ""
-
-#: template/gsoc.html.j2:305 template/gsoc.html.j2:362
-#: template/gsoc.html.j2:404 template/gsoc.html.j2:444
-msgid "Difficulty level: high"
-msgstr ""
-
-#: template/gsoc.html.j2:313
-msgid ""
-"Implement different place types and file sharing by creating a new place for "
-"the shared content."
-msgstr ""
-
-#: template/gsoc.html.j2:319
-msgid "Place types to be implemented:"
-msgstr ""
-
-#: template/gsoc.html.j2:323
-msgid ""
-"<ul> <li>File: generic file with comments</li> <li>Image: display an image "
-"with comments referencing a region of the image</li> <li>Sound: play a sound "
-"file with comments referencing a timestamp</li> <li>Directory/Album: "
-"pointers to File / Image / Sound places</li> <li>Event: with RSVP</li> "
-"<li>Survey: ask your social neighborhood questions in a structured form</li> "
-"</ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:334
-msgid "Also provide the following UI functionality:"
-msgstr ""
-
-#: template/gsoc.html.j2:338
-msgid ""
-"<ul> <li>Fork existing channels, reorganize people into new chatrooms or "
-"channels.</li> <li>Share a post (edit and repost something elsewhere, on a "
-"fan page for example).</li> <li>Edit a previously published post + offer "
-"edit history to readers.</li> <li>Control expiry of channel history.</li> </"
-"ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:347
-msgid ""
-"See also <a href=\"http://secushare.org/features\";>http://secushare.org/";
-"features</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:352
-msgid "<strong>Mentors:</strong> lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:357
-msgid "Required Skills: C/C++"
-msgstr ""
-
-#: template/gsoc.html.j2:370
-msgid ""
-"Implement aggregation of distributed state from various channels in order to "
-"provide for a powerful social graph API capable of producing social network "
-"profiles, dashboards, a calendar out of upcoming event invitations (if "
-"available), social search functionality and most of all to make it easy for "
-"users to adopt cryptographic identities of their contacts/friends simply by "
-"finding them in the social graph of their existing contacts (\"This is "
-"Linda. You have 11 contacts in common with her. [ADD]\")."
-msgstr ""
-
-#: template/gsoc.html.j2:388
-msgid ""
-"Related to <a href=\"http://secushare.org/rendezvous\";>secushare.org/"
-"rendezvous</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:394 template/gsoc.html.j2:434
-msgid "<strong>Mentors:</strong> t3sserakt, lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:411
-msgid ""
-"<ul> <li> Emulate IMAP/SMTP protocols as necessary to transform traditional "
-"mail clients into secushare user interfaces. </li> <li> Think of ways to map "
-"e-mail addresses to secushare identities. </li> <li> Encode or translate "
-"various e-mail features into secushare equivalents. </li> <li> Parts of "
-"secushare are currently written in Rust, therefore Rust is preferred for "
-"this task but it is not an requirement. </li> </ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:452
-msgid ""
-"Implementation of the GNUnet auction system described in Chapter 3 of <a "
-"href=\"https://grothoff.org/christian/teich2017ms.pdf\";>this thesis</a>. "
-"Specific tasks are adding smart contract creation and round time enforcement "
-"to libbrandt as well as creating the GNUnet auction service, library and the "
-"three user interface programs create, info and join."
-msgstr ""
-
-#: template/gsoc.html.j2:464
-msgid "<strong>Mentors:</strong> mate, cg"
-msgstr ""
-
-#: template/gsoc.html.j2:482
-msgid ""
-"Implementation of additional transports to make GNUnet communication more "
-"robust in the presence of problematic networks: GNUnet-over-SMTP, GNUnet-"
-"over-DNS"
-msgstr ""
-
-#: template/gsoc.html.j2:489 template/gsoc.html.j2:503
-msgid "<strong>Mentors:</strong> Matthias Wachs"
-msgstr ""
-
-#: template/gsoc.html.j2:497
-msgid ""
-"Implementation of ALG-based NAT traversal methods (FTP/SIP-based hole "
-"punching, better STUN support)"
-msgstr ""
-
-#: template/gsoc.html.j2:511
-msgid ""
-"<strong>Mentors:</strong> Matthias Wachs, Christian Grothoff, Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:519
-msgid ""
-"Improving libaboss to make computation on shared secrets (including repeated "
-"multiplication) based on <a href=\"https://dl.acm.org/citation.cfm?";
-"doid=62212.62213\">Ben-Or et al.</a> if possible. This in particular means "
-"moving libaboss to bignums (gcry_mpi)."
-msgstr ""
-
-#: template/gsoc.html.j2:547
-msgid ""
-"Please refer to the description for this project listed under GNU Guix "
-"project ideas."
-msgstr ""
-
-#: template/gsoc.html.j2:559
-msgid ""
-"Python 2.7 is reaching its end-of-life, and we want to get rid of the "
-"dependency on Python. The existing gnunet-qr tool is a rather simple wrapper "
-"around python-zbar, which itself wraps libzbar. The goal of this project is "
-"to directly use libzbar to scan QR codes for GNUnet / the GNU Name System "
-"(see also <a href=\"https://bugs.gnunet.org/view.php?id=5562\";>#5562</a>)."
-msgstr ""
-
-#: template/gsoc.html.j2:569
-msgid "<strong>Mentors:</strong> Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:574
-msgid "Required Skills:"
-msgstr ""
-
-#: template/gsoc.html.j2:579
-msgid "Difficulty level:"
-msgstr ""
-
-#: template/gsoc.html.j2:584
-msgid "Report:"
-msgstr ""
-
-#: template/gsoc.html.j2:589
-msgid "Unfinished/Abandoned as gnunet-qr was moved to C outside of GSoC."
-msgstr ""
-
-#: template/gsoc.html.j2:599
-msgid ""
-"Implementation of a Web-based UI for GNUnet similar to GNUnet-Gtk with a yet "
-"to be determined framework such as Angular2. This includes the design and "
-"implementation of not yet existing <a href=\"http://jsonapi.org/\";>REST "
-"APIs</a> that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.";
-"html\">GNUnet API</a>."
-msgstr ""
-
-#: template/gsoc.html.j2:614
-msgid "Required Skills: C, JavaScript, CSS"
-msgstr ""
-
-#: template/gsoc.html.j2:624
-msgid ""
-"Report: <a href=\"gsoc-2018-gnunet-webui.html\">GSoC 2018: GNUnet WebUI</a>"
-msgstr ""
-
-#: template/index.html.j2:19
-msgid ""
-"GNUnet is a new network protocol stack for building secure, distributed, and "
-"privacy-preserving applications. With strong roots in <a href=\"https://bib.";
-"gnunet.org\">academic research</a>, our goal is to replace the <a href="
-"\"https://secushare.org/broken-internet\";>old insecure Internet</a> protocol "
-"stack."
-msgstr ""
-
-#: template/index.html.j2:29
-msgid ""
-"GNUnet is typically run as an <a href=\"https://en.wikipedia.org/wiki/";
-"Overlay_network\">overlay network</a> on top of the existing Internet "
-"infrastructure forming the basis of a hybrid <a href=\"architecture.html"
-"\">peer-to-peer mesh and relay backbone</a> for applications to run on. It "
-"could just as well be run independently of the Internet, over <a href="
-"\"https://en.wikipedia.org/wiki/Physical_layer\";>dedicated radio and cable</"
-"a>."
-msgstr ""
-
-#: template/index.html.j2:38
-msgid ""
-"GNUnet is made for a free and open society: It&#39;s a self-organizing "
-"network and it is <a href=\"http://www.gnu.org/philosophy/free-sw.html";
-"\">free software</a> as in freedom. GNUnet puts you in control of your data. "
-"You determine which data to share with whom, and you&#39;re not pressured to "
-"accept compromises."
-msgstr ""
-
-#: template/index.html.j2:89
-msgid "The Internet of tomorrow needs GNUnet today"
-msgstr ""
-
-#: template/index.html.j2:95
-msgid "Imagine..."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid ""
-"The conventional Internet is currently like a system of roads with deep "
-"potholes and highwaymen all over the place. Even if you still can use the "
-"roads (e.g. send emails, or browse websites) your vehicle might get "
-"hijacked, damaged, or long arms might reach into its back and steal your "
-"items (data) to use it against you and sell it to others - while you can&#39;"
-"t even notice the thievery nor accuse and hold the scroungers accountable. "
-"<!-- Proposal from Fabian Gerlach: The conventional Internet is currently "
-"like a system of roads with deep potholes and surveillance cameras all over "
-"the place. Even if you still can use the roads (e.g. send emails, or browse "
-"websites) your vehicle might gets damaged. And the surveillance cameras will "
-"create a movement profile about your life: They recognize your car license "
-"plate, track you everywhere you drive, and save this information in a "
-"central data base. -->"
-msgstr ""
-
-#: template/index.html.j2:121
-msgid "The Internet is broken"
-msgstr ""
-
-#: template/index.html.j2:123
-msgid ""
-"Protocols from Ethernet and IP to BGP and X.509 PKI are insecure by default: "
-"protecting against address forgery, routers learning metadata, or choosing "
-"trustworthy CAs is nontrivial and sometimes impossible. <!-- Proposal from "
-"Fabian Gerlach: The Internet is not designed with security in mind: The "
-"network generally learns too much about users; it has insecure defaults and "
-"high complexity; and it is centralized. That makes it very vulnerable for "
-"multiple attacks massively threatening our freedom. -->"
-msgstr ""
-
-#: template/index.html.j2:137
-msgid ""
-"GNUnet provides <a href=\"https://www.w3.org/2014/strint/papers/65.pdf";
-"\">privacy by design</a>, improving addressing, routing, naming and content "
-"distribution in a technically robust manner - as opposed to ad-hoc designs "
-"in place today. <!-- Proposal from fabian gerlach: GNUnet is built <a href="
-"\"https://www.w3.org/2014/strint/papers/65.pdf\";>\"privacy by design\"</a> "
-"and \"distributed by design\". This improves addressing, routing, naming and "
-"content distribution in a technically robust manner. -->"
-msgstr ""
-
-#: template/index.html.j2:155
-msgid "Decentralization is hard"
-msgstr ""
-
-#: template/index.html.j2:158
-msgid ""
-"<!-- replaced with Proposal from Fabian Gerlach: It seems as if every other "
-"distributed or P2P project develops its own library stack, covering "
-"transports, stream muxing, discovery and others. This divides effort and "
-"multiplies bug count. --> Instead of sharing common components and tools for "
-"building P2P systems, every P2P project seems to re-invent the wheel. <!-- "
-"TODO: rework this sentence. --> This heightens the effort and increases the "
-"potential number of vulnerabilities."
-msgstr ""
-
-#: template/index.html.j2:174
-msgid ""
-"GNUnet is a metadata-preserving foundation for your application, covering "
-"areas from addressing to reliable bidirectional Axolotl-encrypted channels, "
-"with advanced routing. Our work is based on continuous research spanning "
-"almost two decades."
-msgstr ""
-
-#: template/index.html.j2:188
-msgid "Metadata is exposed"
-msgstr ""
-
-#: template/index.html.j2:190
-msgid ""
-"Your metadata is just as revealing as the actual content; and it gets "
-"exposed on the Internet.<br> Even though transport encryption is "
-"increasingly being deployed on the Internet, it still reveals data that can "
-"threaten democracy: the identities of senders and receivers, the times, "
-"frequency and the volume of communication are all still revealed.<br> <!-- "
-"Looks like a weak argumentation to me: which <a href=\"https://www.freehaven.";
-"net/anonbib/cache/websitefingerprinting-pets2016.pdf\">enables reverse-"
-"engineering pages visited via website fingerprinting</a>. --> GNUnet <a href="
-"\"https://secushare.org/anonymity\";>addresses</a> these concerns with "
-"perfect forward secrecy via ephemeral public key addressing, fixed packet "
-"size to hinder traffic analysis, layered encryption, Sybil-resistant "
-"routing, and more."
-msgstr ""
-
-#: template/index.html.j2:213
-msgid "Freedoms are not respected"
-msgstr ""
-
-#: template/index.html.j2:215
-msgid ""
-"Today, monitoring increasingly centralized infrastructure, proprietary "
-"implementations, traffic shapers and firewalls restrict all of the <a href="
-"\"https://www.gnu.org/philosophy/free-sw.html\";>essential freedoms</a> to "
-"various degrees."
-msgstr ""
-
-#: template/index.html.j2:224
-msgid ""
-"GNUnet gives users freedoms to securely access information (\"run\" the "
-"network), to study all aspects of the network&#39;s operation (\"access the "
-"code\"), to distribute information (\"copy\"), as well as the freedom to "
-"deploy new applications (\"modify\")."
-msgstr ""
-
-#: template/index.html.j2:236
-msgid "Learn more about GNUnet"
-msgstr ""
-
-#: template/index.html.j2:238
-msgid ""
-"If you want to know more about the GNUnet please continue reading the <a "
-"href=\"about.html\">about page</a>. There are much more resources, such as "
-"the <a href=\"https://docs.gnunet.org\";>main handbook / reference manual</"
-"a>, a <a href=\"https://bib.gnunet.org/\";>bibliography</a> and <a href="
-"\"https://gnunet.org/en/video.html\";>videos</a>."
-msgstr ""
-
-#: template/index.html.j2:247
-msgid ""
-"You are very welcome to <a href=\"https://gnunet.org/en/engage.html\";> get "
-"engaged into the conversation</a>, <a href=\"https://gnunet.org/en/install.";
-"html\">install GNUnet</a>, <a href=\"https://gnunet.org/en/use.html\";>use "
-"it</a> and <a href=\"https://gnunet.org/en/engage.html\";>contribute</a>. "
-"<br> Be aware that this project is still in an early alpha stage when it "
-"comes to software &#8211; it is not an easy task to rewrite the whole "
-"Internet!"
-msgstr ""
-
-#: template/index.html.j2:269
-msgid "Featured Applications"
-msgstr ""
-
-#: template/index.html.j2:275
-msgid "GNU Taler (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:277
-msgid ""
-"<a href=\"https://taler.net/\";>GNU Taler</a> is a new privacy-preserving "
-"electronic payment system. Payments are cryptographically secured and are "
-"confirmed within milliseconds with extremely low transaction costs."
-msgstr ""
-
-#: template/index.html.j2:289
-msgid "The GNU Name System"
-msgstr ""
-
-#: template/index.html.j2:292
-msgid ""
-"<!-- The <a href=\"use.html#gns\">GNU Name System (GNS)</a> --> The <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System\";>GNU "
-"Name System (GNS)</a> is a fully decentralized replacement for the Domain "
-"Name System (DNS). Instead of using a hierarchy, GNS uses a directed graph. "
-"Naming conventions are similar to DNS, but queries and replies are private "
-"even with respect to peers providing the answers. The integrity of records "
-"and privacy of look-ups is cryptographically secured. <!-- Too technical: "
-"GNS integrates a robust, efficient and instant key revocation mechanism. -->"
-msgstr ""
-
-#: template/index.html.j2:309
-msgid "re:claimID"
-msgstr ""
-
-#: template/index.html.j2:311
-msgid ""
-"<a href=\"https://reclaim-identity.io/\";>re:claimID</a> is a decentralized "
-"Identity Provider (IdP) service built in top of the GNU Name System. It "
-"allows users to securely share personal information with websites using "
-"standardized protocols (OpenID Connect)."
-msgstr ""
-
-#: template/index.html.j2:324
-msgid "Filesharing (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:326
-msgid ""
-"GNUnet <a href=\"use.html#fs\">filesharing</a> is an application that aims "
-"to provide censorship-resistant, anonymous filesharing. The publisher is "
-"empowered to make a gradual choice between performance and anonymity."
-msgstr ""
-
-#: template/index.html.j2:337
-msgid "Conversation (Pre-Alpha)"
-msgstr ""
-
-#: template/index.html.j2:339
-msgid ""
-"GNUnet conversation is an application that provides secure voice "
-"communication in a fully decentralized way by employing GNUnet for routing "
-"and transport."
-msgstr ""
-
-#: template/index.html.j2:355
-msgid "Upcoming Applications"
-msgstr ""
-
-#: template/index.html.j2:361
-msgid "secushare"
-msgstr ""
-
-#: template/index.html.j2:363
-msgid ""
-"<a href=\"https://secushare.org/\";>secushare</a> is creating a decentralized "
-"social networking application on top of GNUnet. Using overlay multicast and "
-"the extensible PSYC protocol, notifications are distributed end-to-end "
-"encrypted to authorized recipients only."
-msgstr ""
-
-#: template/index.html.j2:375
-msgid "pretty Easy privacy"
-msgstr ""
-
-#: template/index.html.j2:377
-msgid ""
-"<a href=\"https://pep.foundation/\";>pretty Easy privacy</a> (p&#8801;p) is "
-"creating a usable end-to-end encrypted e-mail solution using opportunistic "
-"key exchange. p&#8801;p will use GNUnet to protect metadata and exploit new "
-"cryptographic protocols to verify keys."
-msgstr ""
-
-#: template/install-on-archpi.html.j2:6
-msgid "Tutorial: GNUnet on Arch Linux/Pi"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:16
-msgid "Requirements for Raspberry Pi 3"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:40
-msgid "Get the Source Code"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:62
-#: template/install-on-debian9.html.j2:130
-msgid "In Addition: gnunet-gtk"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:79
-msgid "Run"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:131
-msgid "Make sure, it works!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:6
-msgid "Tutorial: GNUnet on Debian 9"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:9
-#: template/install-on-ubuntu1804.html.j2:9
-msgid "Introduction"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:29 template/install-on-macos.html.j2:17
-#: template/install-on-netbsd.html.j2:19
-#: template/install-on-ubuntu1804.html.j2:26
-msgid "Requirements"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:45
-#: template/install-on-ubuntu1804.html.j2:41
-msgid "Make an installation directory"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:59
-#: template/install-on-macos.html.j2:134
-#: template/install-on-netbsd.html.j2:224
-#: template/install-on-ubuntu1804.html.j2:53
-msgid "Get the source code"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:78
-#: template/install-on-macos.html.j2:142
-#: template/install-on-netbsd.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:61
-msgid "Compile and Install"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:103
-#: template/install-on-ubuntu1804.html.j2:70
-msgid "Option 1: GNUnet for testing / usage"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:116
-#: template/install-on-ubuntu1804.html.j2:82
-msgid "Option 2: GNUnet for development"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:153
-#: template/install-on-ubuntu1804.html.j2:97
-msgid "Install GNUnet plugin for name resolution"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:207
-#: template/install-on-ubuntu1804.html.j2:134
-msgid "Create configuration file"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:227
-#: template/install-on-ubuntu1804.html.j2:156
-msgid "Use GNUnet!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:162
-msgid "Uninstall GNUnet and its dependencies"
-msgstr ""
-
-#: template/install-on-macos.html.j2:6
-msgid "Tutorial: GNUnet on macOS 10.14 (Mojave)"
-msgstr ""
-
-#: template/install-on-macos.html.j2:24 template/install-on-netbsd.html.j2:30
-msgid "Installation"
-msgstr ""
-
-#: template/install-on-macos.html.j2:42 template/install-on-netbsd.html.j2:102
-msgid "First steps"
-msgstr ""
-
-#: template/install-on-macos.html.j2:109
-#: template/install-on-netbsd.html.j2:182
-msgid "Alternative: Installation from source"
-msgstr ""
-
-#: template/install-on-macos.html.j2:154
-#: template/install-on-netbsd.html.j2:242
-msgid "Option 1: GNUnet for production / usage"
-msgstr ""
-
-#: template/install-on-macos.html.j2:187
-#: template/install-on-netbsd.html.j2:267
-msgid "Option 2: GNUnet experimental"
-msgstr ""
-
-#: template/install-on-netbsd.html.j2:6
-msgid "Tutorial: GNUnet on NetBSD 8.0 CURRENT"
-msgstr ""
-
-#: template/install-on-ubuntu1804.html.j2:6
-msgid "Tutorial: GNUnet on Ubuntu 18.04"
-msgstr ""
-
-#: template/install.html.j2:11
-msgid ""
-"<p>The following GNUnet installation instructions help you building from "
-"source for your distribution.</p> <p><i>Please note that the installation "
-"process will get much easier once we have proper packages again (planned for "
-"winter 2019).</i></p> <p>You have already installed GNUnet and want to use "
-"it? <a href=\"https://gnunet.org/en/use\";>Check this out!</a> </p>"
-msgstr ""
-
-#: template/install.html.j2:19
-msgid ""
-"<p>Please be aware that this project is still in an early alpha stage when "
-"it comes to running software &#8211; its not an easy task to rewrite the "
-"whole Internet! We are happy to get your <a href=\"engage.html\">helping "
-"hand</a> anytime!</p> <p>Further information is available in our <a href="
-"\"https://docs.gnunet.org/#toc-Using-GNUnet-1\";>handbook</a>.</p> <p>If you "
-"have any queries about the installation or the usage, please <a href="
-"\"engage.html\">get in touch!</a></p>"
-msgstr ""
-
-#: template/use.html.j2:6
-msgid "How to use GNUnet - in a nutshell"
-msgstr ""
-
-#: template/use.html.j2:12 template/use.html.j2:123
-msgid "Filesharing"
-msgstr ""
-
-#: template/use.html.j2:13
-msgid "CADET"
-msgstr ""
-
-#: template/use.html.j2:14
-msgid "Minimal Groupchat"
-msgstr ""
-
-#: template/use.html.j2:15
-msgid "GNS with CLI"
-msgstr ""
-
-#: template/use.html.j2:16
-msgid "GNS with Browser"
-msgstr ""
-
-#: template/use.html.j2:17 template/use.html.j2:441
-msgid "VPN"
-msgstr ""
-
-#: template/use.html.j2:18 template/use.html.j2:501
-msgid "Conversation"
-msgstr ""
-
-#: template/use.html.j2:19 template/use.html.j2:512
-msgid "Trouble Shooting"
-msgstr ""
-
-#: template/use.html.j2:34
-msgid "Get on GNUnet"
-msgstr ""
-
-#: template/use.html.j2:78
-msgid "Get off GNUnet"
-msgstr ""
-
-#: template/use.html.j2:88
-msgid "Make sure your GNUnet installation works..."
-msgstr ""
-
-#: template/use.html.j2:105
-msgid "... and play around with it."
-msgstr ""
-
-#: template/use.html.j2:181
-msgid "CADET (and Chat)"
-msgstr ""
-
-#: template/use.html.j2:215
-msgid "Chatting with a (simple) client"
-msgstr ""
-
-#: template/use.html.j2:289
-msgid "Name resolution using GNS on the command line"
-msgstr ""
-
-#: template/use.html.j2:361
-msgid "Name resolution using GNS with a browser"
-msgstr ""
-
-#: template/use.html.j2:514
-msgid "You can't reach other people's nodes"
-msgstr ""
-
-#: template/use.html.j2:550
-msgid "OMG you guys broke my internet"
-msgstr ""
-
-#: template/video.html.j2:12
-msgid "Videos related to GNUnet"
-msgstr ""
diff --git a/locale/it/LC_MESSAGES/messages.po 
b/locale/it/LC_MESSAGES/messages.po
index 99bca68..433198f 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -18,1933 +18,5 @@ msgstr ""
 "Language: it\n"
 "Generated-By: Babel 2.4.0\n"
 
-#: common/base.j2:5 common/news.j2:5
-msgid "GNUnet"
-msgstr ""
-
-#: common/base.j2:6 common/news.j2:6
-msgid "GNU's framework for secure p2p networking"
-msgstr ""
-
-#: common/footer.j2.inc:7
-msgid "Contact"
-msgstr ""
-
-#: common/footer.j2.inc:8 common/navigation.j2.inc:48
-msgid "GNUnet e.V."
-msgstr ""
-
-#: common/footer.j2.inc:9 template/about.html.j2:6
-msgid "About GNUnet"
-msgstr ""
-
-#: common/footer.j2.inc:14 common/navigation.j2.inc:61
-msgid "Bug Tracker"
-msgstr ""
-
-#: common/footer.j2.inc:19 template/copyright.html.j2:6
-msgid "Copyright Assignment"
-msgstr ""
-
-#: common/footer.j2.inc:20 common/navigation.j2.inc:89
-#: template/developers.html.j2:24
-msgid "Bibliography"
-msgstr ""
-
-#: common/footer.j2.inc:31
-msgid "Source code of this site."
-msgstr ""
-
-#: common/footer.j2.inc:32
-msgid "Report issues with this website."
-msgstr ""
-
-#: common/navigation.j2.inc:38 template/index.html.j2:51
-msgid "About"
-msgstr ""
-
-#: common/navigation.j2.inc:39 news/index.html.j2:9 template/index.html.j2:64
-msgid "News"
-msgstr ""
-
-#: common/navigation.j2.inc:43
-msgid "Community"
-msgstr ""
-
-#: common/navigation.j2.inc:46 template/index.html.j2:55
-msgid "Engage"
-msgstr ""
-
-#: common/navigation.j2.inc:47
-msgid "GSoC Projects"
-msgstr ""
-
-#: common/navigation.j2.inc:49
-msgid "Copyright for Contributors"
-msgstr ""
-
-#: common/navigation.j2.inc:50
-msgid "IRC Archive"
-msgstr ""
-
-#: common/navigation.j2.inc:57
-msgid "Development"
-msgstr ""
-
-#: common/navigation.j2.inc:60
-msgid "System Architecture"
-msgstr ""
-
-#: common/navigation.j2.inc:62 template/gnurl.html.j2:147
-msgid "Source Code"
-msgstr ""
-
-#: common/navigation.j2.inc:63
-msgid "Source Code Documentation"
-msgstr ""
-
-#: common/navigation.j2.inc:66
-msgid "Continuous Integration"
-msgstr ""
-
-#: common/navigation.j2.inc:68
-msgid "Development Tutorial"
-msgstr ""
-
-#: common/navigation.j2.inc:79
-msgid "Documentation"
-msgstr ""
-
-#: common/navigation.j2.inc:82 template/index.html.j2:53
-#: template/install.html.j2:6
-msgid "Install"
-msgstr ""
-
-#: common/navigation.j2.inc:83
-msgid "Use"
-msgstr ""
-
-#: common/navigation.j2.inc:84
-msgid "Videos"
-msgstr ""
-
-#: common/navigation.j2.inc:85 template/glossary.html.j2:6
-msgid "Glossary"
-msgstr ""
-
-#: common/navigation.j2.inc:86
-msgid "Handbook"
-msgstr ""
-
-#: common/navigation.j2.inc:87
-msgid "REST API"
-msgstr ""
-
-#: common/navigation.j2.inc:88
-msgid "FAQ"
-msgstr ""
-
-#: inc/news.macro.j2:10
-msgid "read more"
-msgstr ""
-
-#: template/about.html.j2:11
-msgid "What is GNUnet?"
-msgstr ""
-
-#: template/about.html.j2:13
-msgid ""
-"GNUnet is an alternative network stack for building secure, decentralized "
-"and privacy-preserving distributed applications. Our goal is to replace the "
-"old insecure Internet protocol stack. Starting from an application for "
-"secure publication of files, it has grown to include all kinds of basic "
-"protocol components and applications towards the creation of a GNU internet."
-msgstr ""
-
-#: template/about.html.j2:23
-msgid ""
-"Today, the actual use and thus the social requirements for a global network "
-"differs widely from those goals of 1970. While the Internet remains suitable "
-"for military use, where the network equipment is operated by a command "
-"hierarchy and when necessary isolated from the rest of the world, the "
-"situation is less tenable for civil society."
-msgstr ""
-
-#: template/about.html.j2:32
-msgid ""
-"Due to fundamental Internet design choices, Internet traffic can be "
-"misdirected, intercepted, censored and manipulated by hostile routers on the "
-"network. And indeed, the modern Internet has evolved exactly to the point "
-"where, as Matthew Green put it, <a href=\"https://blog.";
-"cryptographyengineering.com/2015/08/16/the-network-is-hostile/\">\"the "
-"network is hostile\"</a>."
-msgstr ""
-
-#: template/about.html.j2:41
-msgid ""
-"We believe liberal societies need a network architecture that uses the anti-"
-"authoritarian decentralized peer-to-peer paradigm and privacy-preserving "
-"cryptographic protocols. The goal of the GNUnet project is to provide a Free "
-"Software realization of this ideal."
-msgstr ""
-
-#: template/about.html.j2:49
-msgid ""
-"Specifically, GNUnet tries to follow the following design principles, in "
-"order of importance:"
-msgstr ""
-
-#: template/about.html.j2:56
-msgid ""
-"GNUnet must be implemented as <a href=\"https://www.gnu.org/philosophy/free-";
-"sw.html\">Free Software</a>."
-msgstr ""
-
-#: template/about.html.j2:60
-msgid ""
-"GNUnet must minimize the amount of personally identifiable information "
-"exposed."
-msgstr ""
-
-#: template/about.html.j2:61
-msgid ""
-"GNUnet must be fully distributed and resilient to external attacks and rogue "
-"participants."
-msgstr ""
-
-#: template/about.html.j2:62
-msgid ""
-"GNUnet must be self-organizing and not depend on administrators or "
-"centralized infrastructure."
-msgstr ""
-
-#: template/about.html.j2:63
-msgid ""
-"GNUnet must inform the user which other participants have to be trusted when "
-"establishing private communications."
-msgstr ""
-
-#: template/about.html.j2:64
-msgid "GNUnet must be open and permit new peers to join."
-msgstr ""
-
-#: template/about.html.j2:65
-msgid "GNUnet must support a diverse range of applications and devices."
-msgstr ""
-
-#: template/about.html.j2:66
-msgid "GNUnet must use compartmentalization to protect sensitive information."
-msgstr ""
-
-#: template/about.html.j2:67
-msgid "The GNUnet architecture must be resource efficient."
-msgstr ""
-
-#: template/about.html.j2:68
-msgid ""
-"GNUnet must provide incentives for peers to contribute more resources than "
-"they consume."
-msgstr ""
-
-#: template/about.html.j2:72
-msgid ""
-"To get know and learn more, please check our <a href=\"https://docs.gnunet.";
-"org/handbook/gnunet.html\">handbook</a>, especially the <a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Key-Concepts\">chapter on \"Key Concepts"
-"\"</a>, explaining the fundamental concepts of GNUnet: <ul> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Authentication";
-"\">Authentication</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Accounting-to-Encourage-Resource-Sharing\">Accounting to "
-"Encourage Resource Sharing</a></li> <li><a href=\"https://docs.gnunet.org/";
-"handbook/gnunet.html#Confidentiality\">Confidentiality</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Anonymity\";>Anonymity</a></"
-"li> <li><a href=\"https://docs.gnunet.org/handbook/gnunet.html#Deniability";
-"\">Deniability</a></li> <li><a href=\"https://docs.gnunet.org/handbook/";
-"gnunet.html#Peer-Identities\">Peer Identities</a></li> <li><a href=\"https://";
-"docs.gnunet.org/handbook/gnunet.html#Zones-in-the-GNU-Name-System-_0028GNS-"
-"Zones_0029\">Zones in the GNU Name System (GNS Zones)</a></li> <li><a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#Egos\";>Egos</a></li> </ul>"
-msgstr ""
-
-#: template/about.html.j2:88
-msgid "More Resources"
-msgstr ""
-
-#: template/about.html.j2:90
-msgid ""
-"There are many more resources to learn about GNUnet besides the <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html\";>handbook</a>, such as the "
-"<a href=\"https://bib.gnunet.org/\";>bibliography</a> with papers covering "
-"the various layers, many <a href=\"https://gnunet.org/en/video.html";
-"\">videos</a> or a brief <a href=\"https://gnunet.org/en/glossary.html";
-"\">glossary</a>."
-msgstr ""
-
-#: template/about.html.j2:95
-msgid ""
-"You are most welcome to <a href=\"engage.html\">get engaged into the "
-"conversation</a>, <a href=\"install.html\">install GNUnet</a>, <a href=\"use."
-"html\">use it</a> and <a href=\"engage.html\">contribute and get engaged</a> "
-"in various ways."
-msgstr ""
-
-#: template/about.html.j2:100
-msgid ""
-"Please be aware that this project is (despite of it's age) still in an early "
-"alpha stage when it comes to software &#8211; its not an easy task to "
-"rewrite the whole Internet!"
-msgstr ""
-
-#: template/about.html.j2:105
-msgid "Current funding"
-msgstr ""
-
-#: template/about.html.j2:110
-msgid ""
-"We're receiving funding from NLnet's Next Generation Internet funding line "
-"to document and implement the GNU Name System protocol in a way suitable for "
-"the IETF standardization process."
-msgstr ""
-
-#: template/about.html.j2:123
-msgid ""
-"We are grateful for free hosting offered by the following organizations:"
-msgstr ""
-
-#: template/about.html.j2:132
-msgid "Past funding"
-msgstr ""
-
-#: template/about.html.j2:134
-msgid "We are grateful for past funding from the following organizations:"
-msgstr ""
-
-#: template/architecture.html.j2:6
-msgid "GNUnet System Architecture"
-msgstr ""
-
-#: template/architecture.html.j2:15
-msgid "Legend"
-msgstr ""
-
-#: template/architecture.html.j2:55
-msgid "Foundations"
-msgstr ""
-
-#: template/architecture.html.j2:57
-msgid ""
-"The foundations of GNUnet are a distributed hash table (R5N), an SCTP-like "
-"end-to-end encrypted messaging layer (CADET), a public key infrastructure "
-"(GNS) and a pluggable transport system (TRANSPORT).<br> Using public keys "
-"for addresses and self-organized decentralized routing algorithms, these "
-"subsystems replace the traditional TCP/IP stack."
-msgstr ""
-
-#: template/architecture.html.j2:70
-msgid "Security"
-msgstr ""
-
-#: template/architecture.html.j2:73
-msgid ""
-"GNUnet is implemented using a multi-process architecture. Each subsystem "
-"runs as a separate process, providing fault-isolation and enabling tight "
-"permissions to be granted to each subsystem. Naturally, the implementation "
-"is a <a href=\"https://www.gnu.org/\";>GNU</a> package, and will always "
-"remain free software."
-msgstr ""
-
-#: template/architecture.html.j2:87
-msgid "System architecture"
-msgstr ""
-
-#: template/architecture.html.j2:93
-msgid "Subsystems"
-msgstr ""
-
-#: template/architecture.html.j2:102
-msgid "libgnunetutil"
-msgstr ""
-
-#: template/architecture.html.j2:108
-msgid "APIs"
-msgstr ""
-
-#: template/contact.html.j2:6
-msgid "Contact information"
-msgstr ""
-
-#: template/contact.html.j2:11
-msgid "The mailing list"
-msgstr ""
-
-#: template/contact.html.j2:13
-msgid ""
-"An archived, public mailing list for GNUnet is hosted at <a href=\"https://";
-"lists.gnu.org/mailman/listinfo/gnunet-developers\">https://lists.gnu.org/";
-"mailman/listinfo/gnunet-developers</a>. You can send messages to the list at "
-"<a href=\"mailto:address@hidden\";>address@hidden</a>."
-msgstr ""
-
-#: template/contact.html.j2:23
-msgid "The IRC channel"
-msgstr ""
-
-#: template/contact.html.j2:25
-msgid ""
-"<tt>#gnunet</tt> is reachable via <a href=\"https://freenode.net\";>irc."
-"freenode.net</a>. There is also an <a href=\"https://old.gnunet.org/bot/log/";
-"gnunet\">archive</a> available (currently unavailable, we are working on "
-"restoring access to it)."
-msgstr ""
-
-#: template/contact.html.j2:38
-msgid "Contacting individuals"
-msgstr ""
-
-#: template/contact.html.j2:40
-msgid ""
-"GNUnet developers are generally reachable at either <tt>PSEUDONYM@gnunet."
-"org</tt> or <tt>address@hidden</tt>. Most of us support receiving GnuPG "
-"encrypted Emails."
-msgstr ""
-
-#: template/contact.html.j2:50
-msgid "Reporting bugs"
-msgstr ""
-
-#: template/contact.html.j2:52
-msgid ""
-"We track open feature requests and bugs for projects within GNUnet in our <a "
-"href=\"https://bugs.gnunet.org/\";>Bug tracker</a>. You can also report bugs "
-"or feature requests to the <a href=\"https://lists.gnu.org/mailman/listinfo/";
-"bug-gnunet\">bug-gnunet</a> mailing list. The mailinglist requires no "
-"subscription."
-msgstr ""
-
-#: template/copyright.html.j2:11
-msgid ""
-"<p> Contributors to GNUnet with Git access must sign the <a href=\"/static/"
-"pdf/copyright.pdf\">copyright assignment</a> to ensure that the <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/gnunet_taler_agreement.tex";
-"\">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative "
-"development</a> of the GNUnet and GNU Taler projects is satisfied. </p>"
-msgstr ""
-
-#: template/copyright.html.j2:22
-msgid ""
-"<p>The agreements ensure that the code will continue to be made available "
-"under free software licenses, but gives developers the freedom to move code "
-"between GNUnet and GNU Taler without worrying about licenses and to give the "
-"company the ability to dual-license (for example, so that we can distribute "
-"via App-stores that are hostile to free software).</p>"
-msgstr ""
-
-#: template/copyright.html.j2:30
-msgid ""
-"<p>Minor contributions (basically, anyone without Git access) do not require "
-"copyright assignment. Pseudonymous contributions are accepted, in this case "
-"simply sign the agreement with your pseudonym. Scanned copies are "
-"sufficient, but snail mail is preferred.</p>"
-msgstr ""
-
-#: template/developers.html.j2:5
-msgid "GNUnet for developers"
-msgstr ""
-
-#: template/developers.html.j2:13
-msgid "Repositories"
-msgstr ""
-
-#: template/developers.html.j2:16
-msgid ""
-"A list of our Git repositories can be found on our our <a href=\"https://git.";
-"gnunet.org/\">Git Server</a>."
-msgstr ""
-
-#: template/developers.html.j2:27
-msgid ""
-"Technical papers can be found in our <a href=\"https://old.gnunet.org/";
-"bibliography\">bibliography</a>."
-msgstr ""
-
-#: template/developers.html.j2:34
-msgid "Discussion"
-msgstr ""
-
-#: template/developers.html.j2:37
-msgid ""
-"We have a mailing list for developer discussions. You can subscribe to or "
-"read the list archive at <a href=\"http://lists.gnu.org/mailman/listinfo/";
-"gnunet-developers\">http://lists.gnu.org/mailman/listinfo/gnunet-developers</"
-"a>."
-msgstr ""
-
-#: template/developers.html.j2:47
-msgid "Regression Testing"
-msgstr ""
-
-#: template/developers.html.j2:50
-msgid ""
-"We have <a href=\"https://buildbot.net/\";>Buildbot</a> automation tests to "
-"detect regressions and check for portability at <a href=\"https://old.gnunet.";
-"org/buildbot/gnunet/\">https://old.gnunet.org/buildbot/gnunet/</a>."
-msgstr ""
-
-#: template/developers.html.j2:59
-msgid "Code Coverage Analysis"
-msgstr ""
-
-#: template/developers.html.j2:62
-msgid ""
-"We use <a href=\"http://ltp.sourceforge.net/coverage/lcov.php\";>LCOV</a> to "
-"analyze the code coverage of our tests, the results are available at <a href="
-"\"https://old.gnunet.org/coverage/\";>https://old.gnunet.org/coverage/</a>."
-msgstr ""
-
-#: template/developers.html.j2:72
-msgid "Performance Analysis"
-msgstr ""
-
-#: template/developers.html.j2:75
-msgid ""
-"We use <a href=\"https://old.gnunet.org/gauger\";>Gauger</a> for performance "
-"regression analysis of the exchange backend at <a href=\"https://old.gnunet.";
-"org/gauger/\">https://old.gnunet.org/gauger/</a>."
-msgstr ""
-
-#: template/download.html.j2:7 template/gnurl.html.j2:169
-msgid "Downloads"
-msgstr ""
-
-#: template/download.html.j2:11
-msgid ""
-"Here you can download releases of our software and find links to the various "
-"versions."
-msgstr ""
-
-#: template/download.html.j2:17
-msgid "0.11.x series"
-msgstr ""
-
-#: template/download.html.j2:18
-msgid "tarball"
-msgstr ""
-
-#: template/download.html.j2:20
-msgid ""
-"The tarball of the latest version can be obtained from GNU FTP and its "
-"mirrors."
-msgstr ""
-
-#: template/download.html.j2:30
-msgid "git"
-msgstr ""
-
-#: template/download.html.j2:32
-msgid ""
-"You can fetch the git tag of version 0.11.x from our development server:"
-msgstr ""
-
-#: template/engage.html.j2:6
-msgid "Engage!"
-msgstr ""
-
-#: template/ev.html.j2:6
-msgid "Verein zur F&ouml;rderung von GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:11
-msgid "About GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:13
-msgid ""
-"On December 27th 2013 a group of GNUnet hackers met at 30c3 to create the "
-"\"Verein zur F&ouml;rderung von GNUnet e.V.\", an association under German "
-"law to support GNUnet development. The Amtsgericht M&uuml;nchen registered "
-"the association on the 7th of March under VR 205287."
-msgstr ""
-
-#: template/ev.html.j2:22
-msgid ""
-"The association is officially dedicated to supporting research, development "
-"and education in the area of secure decentralized networking in general, and "
-"GNUnet specifically. This is the official website for the association."
-msgstr ""
-
-#: template/ev.html.j2:31
-msgid "Becoming a Member of GNUnet e.V."
-msgstr ""
-
-#: template/ev.html.j2:33
-msgid ""
-"GNUnet developers with git (write) access can become members to participate "
-"in the decision process and formally support GNUnet e.V. For this, all you "
-"have to do is update the <tt>members.txt</tt> file in the <a href=\"https://";
-"git.gnunet.org/gnunet-ev.git/\">gnunet-ev</a> repository. There are no "
-"membership dues; however, members are required to support GNUnet e.V. and in "
-"particularly contribute to the technical development within their means. For "
-"further details, we refer to the <a href=\"https://git.gnunet.org/gnunet-ev.";
-"git/\">Satzung</a> (currently only available in German, translations "
-"welcome)."
-msgstr ""
-
-#: template/ev.html.j2:52
-msgid "Governance"
-msgstr ""
-
-#: template/ev.html.j2:54
-msgid ""
-"You can find our \"Satzung\", and the list of members under <a href="
-"\"https://git.gnunet.org/gnunet-ev.git/tree/satzung.tex\";>https://git.gnunet.";
-"org/gnunet-ev.git/tree/satzung.tex</a>. The current board consists of: "
-"<dl><dt>Vorsitz</dt> <dd><a href=\"https://grothoff.org/christian/";
-"\">Christian Grothoff</a></dd> <dt>stellvertretender Vorsitz</dt> <dd>xrs</"
-"dd> <dt>Kassenwart</dt> <dd>Florian Dold</dd> <dt>Beisitzer</dt> <dd>Lurchi</"
-"dd> </dl>"
-msgstr ""
-
-#: template/ev.html.j2:71
-msgid "Official Meeting Notes"
-msgstr ""
-
-#: template/ev.html.j2:84
-msgid "Support Us!"
-msgstr ""
-
-#: template/ev.html.j2:86
-msgid ""
-"Everybody is welcome to support us via donations. For financial "
-"contributions, Europeans are able to donate via SEPA. We hope to setup "
-"accounts in other major currency areas in the future. You can also donate "
-"via Bitcoin, routing details are given below. Please note that we are unable "
-"to provide receipts for your donations. If you are planning to donate a "
-"significant amount of money, please contact us first as it might be better "
-"to come to a custom arrangement. <dl><dt>BitCoin</dt> "
-"<dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd> <dt>SEPA/IBAN</dt> "
-"<dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd> </dl>"
-msgstr ""
-
-#: template/faq.html.j2:12
-msgid ""
-"I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. "
-"Should I worry?"
-msgstr ""
-
-#: template/faq.html.j2:14
-msgid ""
-"A: Right now, this is expected and a known cause for high latency in GNUnet. "
-"We have started a major rewrite to address this and other problems, but "
-"until the Transport Next Generation (TNG) is ready, these warnings are "
-"expected."
-msgstr ""
-
-#: template/faq.html.j2:23
-msgid "Is there a graphical user interface?"
-msgstr ""
-
-#: template/faq.html.j2:25
-msgid ""
-"A: gnunet-gtk is a separate download. The package contains various GTK+ "
-"based graphical interfaces, including a graphical tool for configuration."
-msgstr ""
-
-#: template/glossary.html.j2:12
-msgid "Ego"
-msgstr ""
-
-#: template/glossary.html.j2:14
-msgid ""
-"We use the term \"Ego\" to refer to the fact that users in GNUnet can have "
-"multiple unlinkable identities, in the sense of alter egos. The ability to "
-"have more than one identity is crucial, as we may want to keep our egos for "
-"business separate from those we use for political activities or romance.<br> "
-"Egos in GNUnet are technically equivalent to identities (and the code does "
-"not distinguish between them). We simply sometimes use the term \"ego\" to "
-"stress that you can have more than one."
-msgstr ""
-
-#: template/glossary.html.j2:27
-msgid "Identity"
-msgstr ""
-
-#: template/glossary.html.j2:29
-msgid ""
-"In GNUnet users are identified via a public key, and that public key is then "
-"often referred to as the \"Identity\" of the user. However, the concept is "
-"not as draconian as it often is in real life where many are forced to have "
-"one name, one passport and one unique identification number. <br> As long as "
-"identities in GNUnet are simply public keys, users are free to create any "
-"number of identities, and we call those egos to emphasize the difference. "
-"Even though users can create such egos freely, it is possible to have an ego "
-"certified by some certification authority, resulting in something that more "
-"closely resembles the traditional concept of an identity.<br> For example, a "
-"university may certify the identities of its students such that they can "
-"prove that they are studying. Students may keep their (certified) student "
-"identity separate from other egos that they use for other activities in life."
-msgstr ""
-
-#: template/glossary.html.j2:50
-msgid "Pseudonym"
-msgstr ""
-
-#: template/glossary.html.j2:52
-msgid ""
-"A pseudonym is an ego that is specifically intended to not be linked to "
-"one's real name. GNUnet users can create many egos, and thus also many "
-"pseudonyms. <br> Repeated uses of the same pseudonym are linkable by "
-"definition, as they involve the same public key. Anonymity requires the use "
-"of either the special \"anonymous\" pseudonym (for GNUnet, this is the "
-"neutral element on the elliptic curve) or a throw-away pseudonym that is "
-"only used once."
-msgstr ""
-
-#: template/glossary.html.j2:71
-msgid "Namespaces"
-msgstr ""
-
-#: template/glossary.html.j2:73
-msgid ""
-"The GNU Name System allows every ego (or identity) to securely and privately "
-"associate any number of label-value pairs with an ego. The values are called "
-"record sets following the terminology of the Domain Name System (DNS). The "
-"mapping of labels to record sets for a given ego is called a namespace. <br> "
-"If records are made public and thus published, it is possible for other "
-"users to lookup the record given the ego's public key and the label. Here, "
-"not only the label can thus act as a passphrase but also the public key -- "
-"which despite its name may not be public knowledge and is never disclosed by "
-"the GNS protocol itself."
-msgstr ""
-
-#: template/glossary.html.j2:89
-msgid "Peer"
-msgstr ""
-
-#: template/glossary.html.j2:91
-msgid ""
-"A \"peer\" is an instance of GNUnet with its own per-instance public key and "
-"network addresses. Technically, it is possible to run multiple peers on the "
-"same host, but this only makes sense for testing. <br> By design GNUnet "
-"supports multiple users to share the same peer, just as UNIX is a multi-user "
-"system. A \"peer\" typically consists of a set of foundational GNUnet "
-"services running as the \"gnunet\" user and allowing all users in the "
-"\"gnunet\" group to utilize the API. On multi-user systems, additional "
-"\"personalized\" services may be required per user. <br> While peers are "
-"also identified by public keys, these public keys are completely unrelated "
-"to egos or identities. Namespaces cannot be associated with a peer, only "
-"with egos."
-msgstr ""
-
-#: template/gnurl.html.j2:20
-msgid ""
-"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
-"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
-"ensure a small footprint and uniform experience for developers regardless of "
-"how libcurl was compiled.<br> Our main usecase is for GNUnet, but it might "
-"be usable for others, hence we're releasing the code to the general public."
-"<br> libgnurl is released under the same license as libcurl. Please read the "
-"README for instructions, as you must supply the correct options to configure "
-"to get a proper build of libgnurl."
-msgstr ""
-
-#: template/gnurl.html.j2:35
-msgid "About gnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:37
-msgid ""
-"Large parts of the following 6 paragraphs are old and need to be rewritten."
-msgstr ""
-
-#: template/gnurl.html.j2:43
-msgid "Motivation"
-msgstr ""
-
-#: template/gnurl.html.j2:45
-msgid ""
-"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
-"other variants are used by some distributions. Supporting other crypto "
-"backends would again expose us to a wider array of security issues, may "
-"create licensing issues and most importantly introduce new bugs as some "
-"crypto backends are known to introduce subtle runtime issues. While it is "
-"possible to have two versions of libcurl installed on the same system, this "
-"is error-prone, especially as if we are linked against the wrong version, "
-"the bugs that arise might be rather subtle."
-msgstr ""
-
-#: template/gnurl.html.j2:58
-msgid ""
-"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
-"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
-"one links cURL against this version of GnuTLS? Well, first one would install "
-"GnuTLS by hand in the system. Then, we build cURL. cURL will build against "
-"it just fine, but the linker will eventually complain bitterly. The reason "
-"is that cURL also links against a bunch of other system libraries (gssapi, "
-"ldap, ssh2, rtmp, krb5, sasl2, see discussion on obscure protocols above), "
-"which --- as they are part of the distribution --- were linked against an "
-"older version of GnuTLS. As a result, the same binary would be linked "
-"against two different versions of GnuTLS. That is typically a recipe for "
-"disaster. Thus, in order to avoid updating a dozen system libraries (and "
-"having two versions of those installed), it is necessary to disable all of "
-"those cURL features that GNUnet does not use, and there are many of those. "
-"For GNUnet, the more obscure protocols supported by cURL are close to dead "
-"code --- mostly harmless, but not useful. However, as some application may "
-"use one of those features, distributions are typically forced to enable all "
-"of those features, and thus including security issues that might arise from "
-"that code."
-msgstr ""
-
-#: template/gnurl.html.j2:82
-msgid ""
-"So to use a modern version of GnuTLS, a sane approach is to disable all of "
-"the \"optional\" features of cURL that drag in system libraries that link "
-"against the older GnuTLS. That works, except that one should then NEVER "
-"install that version of libcurl in say /usr or /usr/local, as that may break "
-"other parts of the system that might depend on these features that we just "
-"disabled. Libtool versioning doesn't help here, as it is not intended to "
-"deal with libraries that have optional features. Naturally, installing cURL "
-"somewhere else is also problematic, as we now need to be really careful that "
-"the linker will link GNUnet against the right version. Note that none of "
-"this can really be trivially fixed by the cURL developers."
-msgstr ""
-
-#: template/gnurl.html.j2:97
-msgid "Rename to fix"
-msgstr ""
-
-#: template/gnurl.html.j2:99
-#, python-format
-msgid ""
-"How does forking fix it? Easy. First, we can get rid of all of the "
-"compatibility issues --- if you use libgnurl, you state that you don't need "
-"anything but HTTP/HTTPS. Those applications that need more, should stick "
-"with the original cURL. Those that do not, can choose to move to something "
-"simpler. As the library gets a new name, we do not have to worry about tons "
-"of packages breaking as soon as one rebuilds it. So renaming itself and "
-"saying that \"libgnurl = libcurl with only HTTP/HTTPS support and GnuTLS\" "
-"fixes 99%% of the problems that darkened my mood. Note that this pretty much "
-"CANNOT be done without a fork, as renaming is an essential part of the fix. "
-"Now, there might be creative solutions to achieve the same thing within the "
-"standard cURL build system, but I'm not happy to wait for a decade for "
-"Daniel to review the patches. The changes libgnurl makes to curl are "
-"miniscule and can easily be applied again and again whenever libcurl makes a "
-"new release."
-msgstr ""
-
-#: template/gnurl.html.j2:118
-msgid "Using libgnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:120
-msgid ""
-"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
-"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
-"That's it. No changes to the source code should be required, as libgnurl "
-"strives for bug-for-bug compatibility with the HTTP/HTTPS/GnuTLS subset of "
-"cURL. We might add new features relating to this core subset if they are "
-"proposed, but so far we have kept our changes minimal and no additions to "
-"the original curl source have been written."
-msgstr ""
-
-#: template/gnurl.html.j2:133
-msgid "Gotchas"
-msgstr ""
-
-#: template/gnurl.html.j2:135
-msgid ""
-"libgnurl and gnurl are not intended to be used as a replacement for curl for "
-"users. Since no conflicts in filenames should occur you are not expected to "
-"remove curl to make use of gnurl and viceversa."
-msgstr ""
-
-#: template/gnurl.html.j2:149
-msgid "You can get the gnurl git repository using:"
-msgstr ""
-
-#: template/gnurl.html.j2:162
-msgid "The versions are checked in as (signed) git tags."
-msgstr ""
-
-#: template/gnurl.html.j2:171
-msgid ""
-"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/";
-"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
-"variety of distributions and package managers. Package Managers which "
-"include gnurl are: <a href=\"https://www.gnu.org/software/guix/\";>GNU Guix</"
-"a> (available as \"gnurl\"), <a href=\"https://gentoo.org\";>Gentoo</a> "
-"through the collaborative ebuild collection <a href=\"https://git.gnunet.org/";
-"youbroketheinternet-overlay.git/\">youbroketheinternet</a>, <a href="
-"\"https://nixos.org/nix/\";>Nix</a>, and as www/gnurl in <a href=\"https://";
-"pkgsrc.org\">pkgsrc</a>."
-msgstr ""
-
-#: template/gnurl.html.j2:188
-msgid "Building gnurl"
-msgstr ""
-
-#: template/gnurl.html.j2:190
-msgid ""
-"We suggest to closely follow release announcements, as they might indicate "
-"changes in how gnurl is to be build. <br> If your package manager provides a "
-"binary build or build instructions to build gnurl from source automated and "
-"integrated with your environment, we strongly suggest to use this binary "
-"build. <br> There are two ways to build gnurl. The first one builds from the "
-"most recent git tag, the second one uses the distributed tarball. "
-"Distributors generally are supposed to build from the tarball, but we "
-"describe both methods here. Both methods are written with a NetBSD 9 "
-"userland in mind, substitute tools as necessary. <br> You should <b>avoid</"
-"b> building gnurl from the tip of the default git branch, as only tags are "
-"considered to be stable and approved builds."
-msgstr ""
-
-#: template/gnurl.html.j2:211
-msgid "Building from the distributed tarball (prefered method)"
-msgstr ""
-
-#: template/gnurl.html.j2:213
-msgid ""
-"If you want to verify the signature, install an OpenPGP compatible tool such "
-"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
-msgstr ""
-
-#: template/gnurl.html.j2:227
-msgid "Fetch the signature key from"
-msgstr ""
-
-#: template/gnurl.html.j2:231
-msgid "or via commandline with gnupg2."
-msgstr ""
-
-#: template/gnurl.html.j2:236
-msgid ""
-"Fetch the release, the signature, the checksum file as well as its signature:"
-msgstr ""
-
-#: template/gnurl.html.j2:255
-msgid ""
-"verify the signatures, and verify the checksums against the checksums in "
-"the .sum.txt file."
-msgstr ""
-
-#: template/gnurl.html.j2:261
-msgid "unpack the tarball:"
-msgstr ""
-
-#: template/gnurl.html.j2:271
-msgid "Change into the directory"
-msgstr ""
-
-#: template/gnurl.html.j2:281
-msgid "Now you can either run"
-msgstr ""
-
-#: template/gnurl.html.j2:291
-msgid "directly (and read configure-gnurl before you do so) or invoke"
-msgstr ""
-
-#: template/gnurl.html.j2:301
-msgid ""
-"and pass additional parameters such as a custom PREFIX location. Further "
-"reference can be the"
-msgstr ""
-
-#: template/gnurl.html.j2:306
-msgid "Now run"
-msgstr ""
-
-#: template/gnurl.html.j2:316
-msgid "(this is optional)"
-msgstr ""
-
-#: template/gnurl.html.j2:325
-msgid "and you are done."
-msgstr ""
-
-#: template/gnurl.html.j2:329
-msgid "Building from a tagged git commit"
-msgstr ""
-
-#: template/gnurl.html.j2:331
-msgid ""
-"Follow the steps above, but instead of downloading the tarball, clone the "
-"git tag you want to build from."
-msgstr ""
-
-#: template/gnurl.html.j2:342
-msgid "Reporting Bugs"
-msgstr ""
-
-#: template/gnurl.html.j2:344
-msgid ""
-"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/";
-"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
-"we prefer to track bugs on the bugtracker."
-msgstr ""
-
-#: template/gnurl.html.j2:354
-msgid "Maintainer and Cryptographic signatures"
-msgstr ""
-
-#: template/gnurl.html.j2:356
-msgid ""
-"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
-"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
-"fingerprint <b>A88C 8ADD 1298 28D7 EAC0 2E52 E22F 9BBF EE34 8588</b>."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:7
-msgid "GSoC 2018: GNUnet WebUI"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:11
-msgid "Tue, 08/14/2018 - 07:55, Phil Buschmann"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:17
-msgid ""
-"<strong>What was done?</strong><br /> In the context of Google Summer of "
-"Code 2018, my mentor (Martin Schanzenbach) and I have worked on creating and "
-"extending the REST API of GNUnet. Currently, we mirrored the functionality "
-"of following commands:"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:32
-msgid ""
-"Additionally, we developed a website with the Javascript framework Angular 6 "
-"and the design framework iotaCSS to use the new REST API. The REST API of "
-"GNUnet is now documented with Sphinx."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:40
-msgid ""
-"<strong>Why did we create a REST API?</strong><br /> ... when you can use "
-"the command line tools?<br /> We need to keep in mind, that everyone has the "
-"right to stay secure and private but not everyone feels comfortable using a "
-"terminal. The further developed REST access to GNUnet APIs in addition to "
-"the new web application allows new users to interact with GNUnet over a well "
-"known tool: their browsers. This addition to the C API and the command line "
-"tools may attract new users and developers."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:52
-msgid ""
-"<strong>How can we use it?</strong><br /> 1. The REST API developed in "
-"GNUnet<br /> The REST API is already merged into the gnunet.git repository "
-"(<a href=\"https://gnunet.org/git/gnunet.git/\";>GNUnet Main Git</a>).<br /> "
-"To use the new features, clone the repository and follow the <a href="
-"\"https://gnunet.org/en/install.html\";>Installation</a> on gnunet.org. Then, "
-"start the rest service with \"gnunet-arm -i rest\"."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:63
-msgid ""
-"2. The Web Application<br /> The web application is available under the "
-"gnunet-webui.git repository (<a href=\"https://gnunet.org/git/gnunet-webui.";
-"git/\">GNUnet WebUI Git</a>).<br /> You need to install the newest version "
-"of 'node' and 'yarn'. Dependent on your system, you may need to download "
-"newer versions and install them manually and not over your packet manager. "
-"After the installation succeeded, you need to clone the repository. Then, "
-"you need to run \"yarn install\" and \"yarn start\" for testing purposes. To "
-"deploy the website (keep in mind, that this website communicates with "
-"another localhost instance) use \"yarn build\" for building the web "
-"application and use the output in the 'dist' directory."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:80
-msgid ""
-"3. The Documentation<br /> The documentation is available under the gnunet-"
-"rest-api.git repository (<a href=\"https://gnunet.org/git/gnunet-rest-api.";
-"git/\">GNUnet REST API Docmentation Git</a>).<br /> Clone the repository and "
-"\"make html\". Then open the 'index.html' under 'build/html/'."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:91
-msgid ""
-"Please, give it a try and contact me, if you find any bugs or unintentional "
-"features. ;)"
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:97
-msgid ""
-"<strong>What can be improved?</strong><br /> Right now, the build process of "
-"the web application may be a little too complex for a casual user. We may be "
-"able to solve this by using docker.<br /> Additionally, the web application "
-"does not prevent wrong inputs but responds with error messages. Adding "
-"GNUnet Records is currently only usable for people, who know how a GNS "
-"Record looks like. This can be adapted to each record type.<br /> Last but "
-"not least, additional features, design changes, etc..."
-msgstr ""
-
-#: template/gsoc-2018-gnunet-webui.html.j2:111
-msgid "Thanks for reading."
-msgstr ""
-
-#: template/gsoc.html.j2:6
-msgid "GNUnet's Google Summer of Code projects"
-msgstr ""
-
-#: template/gsoc.html.j2:12 template/gsoc.html.j2:28
-msgid "Current projects"
-msgstr ""
-
-#: template/gsoc.html.j2:13 template/gsoc.html.j2:30
-msgid "Past projects"
-msgstr ""
-
-#: template/gsoc.html.j2:14 template/gsoc.html.j2:553
-msgid "Finished projects"
-msgstr ""
-
-#: template/gsoc.html.j2:21
-msgid ""
-"As a GNU project, GNUnet has participated in the Google Summer of Code "
-"(GSoC) for a number of years. This page lists all current, past, and "
-"finished projects."
-msgstr ""
-
-#: template/gsoc.html.j2:37
-msgid ""
-"It is time for GNUnet to run properly on Android. Note that GNUnet is "
-"written in C, and this is not about rewriting GNUnet in Java, but about "
-"getting the C code to run on Android."
-msgstr ""
-
-#: template/gsoc.html.j2:44
-msgid ""
-"<strong>Mentors:</strong> <a href=\"https://www.goebel-consult.de/\";>Hartmut "
-"Goebel</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:53
-msgid ""
-"There is a push for migrating our CI to Gitlab. The CI should eventually not "
-"just run \"make check\" on various platforms, but also perform tests with "
-"multiple peers running in different VMs with specific network topologies (i."
-"e. NAT) between them being simulated. The CI should also be integrated with "
-"Gauger for performance regression analysis. Running jobs only when "
-"dependencies have changed and scripting more granular triggers or ideally "
-"automatic dependency discovery (as done by the autotools) is also important."
-msgstr ""
-
-#: template/gsoc.html.j2:65
-msgid "<strong>Mentors:</strong> TBD"
-msgstr ""
-
-#: template/gsoc.html.j2:74
-msgid ""
-"reclaimID is a decentralized identity system build on top of the GNU Name "
-"System. Upon authorization, the user provides a requesting party (RP) such "
-"as a website with an authorization ticket (e.g. piggybacked in an OpenID "
-"authorization code). The RP uses information contained in this ticket to "
-"<ol> <li> Retrieve the decryption key from GNS</li> <li> Retrieve the user "
-"attributes from GNS</li> </ol> The GNS lookups ensure that the RP receives "
-"up-to-date attributes and functional decryption keys. However, in particular "
-"the RP-specific encryption key resolution can be slow and even fail "
-"depending on the network topology. We propose that in an initial exchange, "
-"in particular OpenID authorization code flows, we try to incorporate key and "
-"maybe even an attribute set in the ticket exchange. In order to mitigate "
-"this issue, this project is meant to investigate and implement how... <ol> "
-"<li> ... decryption keys can be added to an initial exchange in OpenID.</li> "
-"<li> ... initial set(s) of attributes can be piggybacked in OpenID.</li> </"
-"ol> <br/> <strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:105
-msgid ""
-"re:claimID is a decentralized identity system build on top of the GNU Name "
-"System. The initial design and implementation of re:claimID includes an "
-"attribute-based encryption module in order to prevent unauthorized access to "
-"attributes in the name system. Our motivation for re:claimID was for it to "
-"be name system agnostic, which means the design theoretically also works for "
-"other name systems such as namecoin. Other name systems often do not have "
-"built-in mechanisms in order to do this. Hence, we implemented an ABE access "
-"control layer. Our ABE implementation requires two third party libraries: "
-"libpbc and libgabe. While we could merge libgabe into the gnunet service "
-"implementation of re:claimID, libpbc is a rather large, third party library "
-"which lacks packaging in distributions and for platforms. On the other hand, "
-"GNS supports record data encryption using symmetric keys as labels. If we "
-"make the access control layer of re:claimID more generic in order to support "
-"both ABE and GNS encryption, we could reduce the required depenencies. This "
-"would result in gnunet packages to include re:claimID by default. In short, "
-"the goals are to... <ol> <li> ... improve performance by reducing encryption "
-"overhead.</li> <li> ... reduce dependencies.</li> </ol> <br/> "
-"<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:140
-msgid ""
-"One great problem of the current Internet is the lack of disintermediation. "
-"When people want to talk they need a chat service. When they want to share "
-"files they need a file transfer service. Although GNUnet already possesses "
-"quite advanced integration into Linux networking, a little extra work is "
-"needed for existing applications like irc, www, ftp, rsh, nntpd to run over "
-"it in a peer-to-peer way, simply by using a GNS hostname like friend.gnu. "
-"Once people have added a person to their GNS they can immediately message, "
-"exchange files and suchlike directly, with nothing but the GNUnet in the "
-"middle, using applications that have been distributed with unix systems ever "
-"since the 1980's. We can produce an OS distribution where these things work "
-"out of the box with the nicknames of people instead of cloud services. For "
-"more information and context, read"
-msgstr ""
-
-#: template/gsoc.html.j2:161
-msgid "<strong>Mentors:</strong> lynX &amp; dvn"
-msgstr ""
-
-#: template/gsoc.html.j2:169
-msgid ""
-"There are a variety of GNUNet APIs that should be exposed in the Rust "
-"wrappers. Implementing these will require extending the port of GNUNet utils "
-"written by Andrew Cann and Kelong Cong."
-msgstr ""
-
-#: template/gsoc.html.j2:177
-msgid ""
-"As an introduction to the code base, we suggest that the student and Jeff "
-"Burdges together update the asynchronous IO system from gjio to futures-rs "
-"or another layer built upon it. Jeff Burdges is expected to concurrently be "
-"implementing a GNUNet API for his own mix network work."
-msgstr ""
-
-#: template/gsoc.html.j2:187 template/gsoc.html.j2:211
-#: template/gsoc.html.j2:265 template/gsoc.html.j2:295
-#: template/gsoc.html.j2:539
-msgid "<strong>Mentors:</strong> Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:192
-msgid "Required Skills: Rust"
-msgstr ""
-
-#: template/gsoc.html.j2:197
-msgid "Difficulty level: low"
-msgstr ""
-
-#: template/gsoc.html.j2:205
-msgid ""
-"Implement the AnycastExit spec to enable GNUnet clients to connect over Tor."
-msgstr ""
-
-#: template/gsoc.html.j2:216
-msgid ""
-"Note: There was a Special TLDs spec to allow Tor to resolve domain names "
-"using GNS over Tor too, but currently that's on hold until folks think more "
-"about how names should be moved around the local system. We're calling this "
-"more collaborative approach NSS2 for now."
-msgstr ""
-
-#: template/gsoc.html.j2:225 template/gsoc.html.j2:399
-#: template/gsoc.html.j2:439 template/gsoc.html.j2:469
-msgid "Required Skills: C"
-msgstr ""
-
-#: template/gsoc.html.j2:230 template/gsoc.html.j2:474
-#: template/gsoc.html.j2:619
-msgid "Difficulty level: medium"
-msgstr ""
-
-#: template/gsoc.html.j2:238
-msgid ""
-"Design and implementation of <a href=\"http://jsonapi.org/\";>REST APIs</a> "
-"that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.html";
-"\">GNUnet API</a> so that easy, hands-on development is possible. Also, "
-"browser-based UIs will be much easier to create on top of REST APIs."
-msgstr ""
-
-#: template/gsoc.html.j2:249 template/gsoc.html.j2:609
-msgid "<strong>Mentors:</strong> Martin Schanzenbach"
-msgstr ""
-
-#: template/gsoc.html.j2:257
-msgid ""
-"Improve the Rust implementation of GNUnet utils, possibly including adding "
-"support for asynchronous IO using mio, or perhaps a higher level "
-"asynchronous IO library built upon it, such as rotor, mioco, eventual_io, or "
-"gj."
-msgstr ""
-
-#: template/gsoc.html.j2:273
-msgid ""
-"Implement rudimentary Android compatibility for GNUnet, in part by porting "
-"the GNUnet utils scheduler to act as a thin wrapper over libuv."
-msgstr ""
-
-#: template/gsoc.html.j2:280
-msgid "<strong>Mentors:</strong> Jeff Burdges and Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:288 template/gsoc.html.j2:532
-msgid ""
-"Implementation of a replacement for PANDA (see Pond) with better security, "
-"and maybe integration with the GNU Name System for key exchange."
-msgstr ""
-
-#: template/gsoc.html.j2:300
-msgid "Required Skills: Rust or C, crypto"
-msgstr ""
-
-#: template/gsoc.html.j2:305 template/gsoc.html.j2:362
-#: template/gsoc.html.j2:404 template/gsoc.html.j2:444
-msgid "Difficulty level: high"
-msgstr ""
-
-#: template/gsoc.html.j2:313
-msgid ""
-"Implement different place types and file sharing by creating a new place for "
-"the shared content."
-msgstr ""
-
-#: template/gsoc.html.j2:319
-msgid "Place types to be implemented:"
-msgstr ""
-
-#: template/gsoc.html.j2:323
-msgid ""
-"<ul> <li>File: generic file with comments</li> <li>Image: display an image "
-"with comments referencing a region of the image</li> <li>Sound: play a sound "
-"file with comments referencing a timestamp</li> <li>Directory/Album: "
-"pointers to File / Image / Sound places</li> <li>Event: with RSVP</li> "
-"<li>Survey: ask your social neighborhood questions in a structured form</li> "
-"</ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:334
-msgid "Also provide the following UI functionality:"
-msgstr ""
-
-#: template/gsoc.html.j2:338
-msgid ""
-"<ul> <li>Fork existing channels, reorganize people into new chatrooms or "
-"channels.</li> <li>Share a post (edit and repost something elsewhere, on a "
-"fan page for example).</li> <li>Edit a previously published post + offer "
-"edit history to readers.</li> <li>Control expiry of channel history.</li> </"
-"ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:347
-msgid ""
-"See also <a href=\"http://secushare.org/features\";>http://secushare.org/";
-"features</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:352
-msgid "<strong>Mentors:</strong> lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:357
-msgid "Required Skills: C/C++"
-msgstr ""
-
-#: template/gsoc.html.j2:370
-msgid ""
-"Implement aggregation of distributed state from various channels in order to "
-"provide for a powerful social graph API capable of producing social network "
-"profiles, dashboards, a calendar out of upcoming event invitations (if "
-"available), social search functionality and most of all to make it easy for "
-"users to adopt cryptographic identities of their contacts/friends simply by "
-"finding them in the social graph of their existing contacts (\"This is "
-"Linda. You have 11 contacts in common with her. [ADD]\")."
-msgstr ""
-
-#: template/gsoc.html.j2:388
-msgid ""
-"Related to <a href=\"http://secushare.org/rendezvous\";>secushare.org/"
-"rendezvous</a>"
-msgstr ""
-
-#: template/gsoc.html.j2:394 template/gsoc.html.j2:434
-msgid "<strong>Mentors:</strong> t3sserakt, lynX"
-msgstr ""
-
-#: template/gsoc.html.j2:411
-msgid ""
-"<ul> <li> Emulate IMAP/SMTP protocols as necessary to transform traditional "
-"mail clients into secushare user interfaces. </li> <li> Think of ways to map "
-"e-mail addresses to secushare identities. </li> <li> Encode or translate "
-"various e-mail features into secushare equivalents. </li> <li> Parts of "
-"secushare are currently written in Rust, therefore Rust is preferred for "
-"this task but it is not an requirement. </li> </ul>"
-msgstr ""
-
-#: template/gsoc.html.j2:452
-msgid ""
-"Implementation of the GNUnet auction system described in Chapter 3 of <a "
-"href=\"https://grothoff.org/christian/teich2017ms.pdf\";>this thesis</a>. "
-"Specific tasks are adding smart contract creation and round time enforcement "
-"to libbrandt as well as creating the GNUnet auction service, library and the "
-"three user interface programs create, info and join."
-msgstr ""
-
-#: template/gsoc.html.j2:464
-msgid "<strong>Mentors:</strong> mate, cg"
-msgstr ""
-
-#: template/gsoc.html.j2:482
-msgid ""
-"Implementation of additional transports to make GNUnet communication more "
-"robust in the presence of problematic networks: GNUnet-over-SMTP, GNUnet-"
-"over-DNS"
-msgstr ""
-
-#: template/gsoc.html.j2:489 template/gsoc.html.j2:503
-msgid "<strong>Mentors:</strong> Matthias Wachs"
-msgstr ""
-
-#: template/gsoc.html.j2:497
-msgid ""
-"Implementation of ALG-based NAT traversal methods (FTP/SIP-based hole "
-"punching, better STUN support)"
-msgstr ""
-
-#: template/gsoc.html.j2:511
-msgid ""
-"<strong>Mentors:</strong> Matthias Wachs, Christian Grothoff, Jeff Burdges"
-msgstr ""
-
-#: template/gsoc.html.j2:519
-msgid ""
-"Improving libaboss to make computation on shared secrets (including repeated "
-"multiplication) based on <a href=\"https://dl.acm.org/citation.cfm?";
-"doid=62212.62213\">Ben-Or et al.</a> if possible. This in particular means "
-"moving libaboss to bignums (gcry_mpi)."
-msgstr ""
-
-#: template/gsoc.html.j2:547
-msgid ""
-"Please refer to the description for this project listed under GNU Guix "
-"project ideas."
-msgstr ""
-
-#: template/gsoc.html.j2:559
-msgid ""
-"Python 2.7 is reaching its end-of-life, and we want to get rid of the "
-"dependency on Python. The existing gnunet-qr tool is a rather simple wrapper "
-"around python-zbar, which itself wraps libzbar. The goal of this project is "
-"to directly use libzbar to scan QR codes for GNUnet / the GNU Name System "
-"(see also <a href=\"https://bugs.gnunet.org/view.php?id=5562\";>#5562</a>)."
-msgstr ""
-
-#: template/gsoc.html.j2:569
-msgid "<strong>Mentors:</strong> Christian Grothoff"
-msgstr ""
-
-#: template/gsoc.html.j2:574
-msgid "Required Skills:"
-msgstr ""
-
-#: template/gsoc.html.j2:579
-msgid "Difficulty level:"
-msgstr ""
-
-#: template/gsoc.html.j2:584
-msgid "Report:"
-msgstr ""
-
-#: template/gsoc.html.j2:589
-msgid "Unfinished/Abandoned as gnunet-qr was moved to C outside of GSoC."
-msgstr ""
-
-#: template/gsoc.html.j2:599
-msgid ""
-"Implementation of a Web-based UI for GNUnet similar to GNUnet-Gtk with a yet "
-"to be determined framework such as Angular2. This includes the design and "
-"implementation of not yet existing <a href=\"http://jsonapi.org/\";>REST "
-"APIs</a> that expose the <a href=\"https://docs.gnunet.org/doxygen/modules.";
-"html\">GNUnet API</a>."
-msgstr ""
-
-#: template/gsoc.html.j2:614
-msgid "Required Skills: C, JavaScript, CSS"
-msgstr ""
-
-#: template/gsoc.html.j2:624
-msgid ""
-"Report: <a href=\"gsoc-2018-gnunet-webui.html\">GSoC 2018: GNUnet WebUI</a>"
-msgstr ""
-
-#: template/index.html.j2:19
-msgid ""
-"GNUnet is a new network protocol stack for building secure, distributed, and "
-"privacy-preserving applications. With strong roots in <a href=\"https://bib.";
-"gnunet.org\">academic research</a>, our goal is to replace the <a href="
-"\"https://secushare.org/broken-internet\";>old insecure Internet</a> protocol "
-"stack."
-msgstr ""
-
-#: template/index.html.j2:29
-msgid ""
-"GNUnet is typically run as an <a href=\"https://en.wikipedia.org/wiki/";
-"Overlay_network\">overlay network</a> on top of the existing Internet "
-"infrastructure forming the basis of a hybrid <a href=\"architecture.html"
-"\">peer-to-peer mesh and relay backbone</a> for applications to run on. It "
-"could just as well be run independently of the Internet, over <a href="
-"\"https://en.wikipedia.org/wiki/Physical_layer\";>dedicated radio and cable</"
-"a>."
-msgstr ""
-
-#: template/index.html.j2:38
-msgid ""
-"GNUnet is made for a free and open society: It&#39;s a self-organizing "
-"network and it is <a href=\"http://www.gnu.org/philosophy/free-sw.html";
-"\">free software</a> as in freedom. GNUnet puts you in control of your data. "
-"You determine which data to share with whom, and you&#39;re not pressured to "
-"accept compromises."
-msgstr ""
-
-#: template/index.html.j2:89
-msgid "The Internet of tomorrow needs GNUnet today"
-msgstr ""
-
-#: template/index.html.j2:95
-msgid "Imagine..."
-msgstr ""
-
-#: template/index.html.j2:97
-msgid ""
-"The conventional Internet is currently like a system of roads with deep "
-"potholes and highwaymen all over the place. Even if you still can use the "
-"roads (e.g. send emails, or browse websites) your vehicle might get "
-"hijacked, damaged, or long arms might reach into its back and steal your "
-"items (data) to use it against you and sell it to others - while you can&#39;"
-"t even notice the thievery nor accuse and hold the scroungers accountable. "
-"<!-- Proposal from Fabian Gerlach: The conventional Internet is currently "
-"like a system of roads with deep potholes and surveillance cameras all over "
-"the place. Even if you still can use the roads (e.g. send emails, or browse "
-"websites) your vehicle might gets damaged. And the surveillance cameras will "
-"create a movement profile about your life: They recognize your car license "
-"plate, track you everywhere you drive, and save this information in a "
-"central data base. -->"
-msgstr ""
-
-#: template/index.html.j2:121
-msgid "The Internet is broken"
-msgstr ""
-
-#: template/index.html.j2:123
-msgid ""
-"Protocols from Ethernet and IP to BGP and X.509 PKI are insecure by default: "
-"protecting against address forgery, routers learning metadata, or choosing "
-"trustworthy CAs is nontrivial and sometimes impossible. <!-- Proposal from "
-"Fabian Gerlach: The Internet is not designed with security in mind: The "
-"network generally learns too much about users; it has insecure defaults and "
-"high complexity; and it is centralized. That makes it very vulnerable for "
-"multiple attacks massively threatening our freedom. -->"
-msgstr ""
-
-#: template/index.html.j2:137
-msgid ""
-"GNUnet provides <a href=\"https://www.w3.org/2014/strint/papers/65.pdf";
-"\">privacy by design</a>, improving addressing, routing, naming and content "
-"distribution in a technically robust manner - as opposed to ad-hoc designs "
-"in place today. <!-- Proposal from fabian gerlach: GNUnet is built <a href="
-"\"https://www.w3.org/2014/strint/papers/65.pdf\";>\"privacy by design\"</a> "
-"and \"distributed by design\". This improves addressing, routing, naming and "
-"content distribution in a technically robust manner. -->"
-msgstr ""
-
-#: template/index.html.j2:155
-msgid "Decentralization is hard"
-msgstr ""
-
-#: template/index.html.j2:158
-msgid ""
-"<!-- replaced with Proposal from Fabian Gerlach: It seems as if every other "
-"distributed or P2P project develops its own library stack, covering "
-"transports, stream muxing, discovery and others. This divides effort and "
-"multiplies bug count. --> Instead of sharing common components and tools for "
-"building P2P systems, every P2P project seems to re-invent the wheel. <!-- "
-"TODO: rework this sentence. --> This heightens the effort and increases the "
-"potential number of vulnerabilities."
-msgstr ""
-
-#: template/index.html.j2:174
-msgid ""
-"GNUnet is a metadata-preserving foundation for your application, covering "
-"areas from addressing to reliable bidirectional Axolotl-encrypted channels, "
-"with advanced routing. Our work is based on continuous research spanning "
-"almost two decades."
-msgstr ""
-
-#: template/index.html.j2:188
-msgid "Metadata is exposed"
-msgstr ""
-
-#: template/index.html.j2:190
-msgid ""
-"Your metadata is just as revealing as the actual content; and it gets "
-"exposed on the Internet.<br> Even though transport encryption is "
-"increasingly being deployed on the Internet, it still reveals data that can "
-"threaten democracy: the identities of senders and receivers, the times, "
-"frequency and the volume of communication are all still revealed.<br> <!-- "
-"Looks like a weak argumentation to me: which <a href=\"https://www.freehaven.";
-"net/anonbib/cache/websitefingerprinting-pets2016.pdf\">enables reverse-"
-"engineering pages visited via website fingerprinting</a>. --> GNUnet <a href="
-"\"https://secushare.org/anonymity\";>addresses</a> these concerns with "
-"perfect forward secrecy via ephemeral public key addressing, fixed packet "
-"size to hinder traffic analysis, layered encryption, Sybil-resistant "
-"routing, and more."
-msgstr ""
-
-#: template/index.html.j2:213
-msgid "Freedoms are not respected"
-msgstr ""
-
-#: template/index.html.j2:215
-msgid ""
-"Today, monitoring increasingly centralized infrastructure, proprietary "
-"implementations, traffic shapers and firewalls restrict all of the <a href="
-"\"https://www.gnu.org/philosophy/free-sw.html\";>essential freedoms</a> to "
-"various degrees."
-msgstr ""
-
-#: template/index.html.j2:224
-msgid ""
-"GNUnet gives users freedoms to securely access information (\"run\" the "
-"network), to study all aspects of the network&#39;s operation (\"access the "
-"code\"), to distribute information (\"copy\"), as well as the freedom to "
-"deploy new applications (\"modify\")."
-msgstr ""
-
-#: template/index.html.j2:236
-msgid "Learn more about GNUnet"
-msgstr ""
-
-#: template/index.html.j2:238
-msgid ""
-"If you want to know more about the GNUnet please continue reading the <a "
-"href=\"about.html\">about page</a>. There are much more resources, such as "
-"the <a href=\"https://docs.gnunet.org\";>main handbook / reference manual</"
-"a>, a <a href=\"https://bib.gnunet.org/\";>bibliography</a> and <a href="
-"\"https://gnunet.org/en/video.html\";>videos</a>."
-msgstr ""
-
-#: template/index.html.j2:247
-msgid ""
-"You are very welcome to <a href=\"https://gnunet.org/en/engage.html\";> get "
-"engaged into the conversation</a>, <a href=\"https://gnunet.org/en/install.";
-"html\">install GNUnet</a>, <a href=\"https://gnunet.org/en/use.html\";>use "
-"it</a> and <a href=\"https://gnunet.org/en/engage.html\";>contribute</a>. "
-"<br> Be aware that this project is still in an early alpha stage when it "
-"comes to software &#8211; it is not an easy task to rewrite the whole "
-"Internet!"
-msgstr ""
-
-#: template/index.html.j2:269
-msgid "Featured Applications"
-msgstr ""
-
-#: template/index.html.j2:275
-msgid "GNU Taler (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:277
-msgid ""
-"<a href=\"https://taler.net/\";>GNU Taler</a> is a new privacy-preserving "
-"electronic payment system. Payments are cryptographically secured and are "
-"confirmed within milliseconds with extremely low transaction costs."
-msgstr ""
-
-#: template/index.html.j2:289
-msgid "The GNU Name System"
-msgstr ""
-
-#: template/index.html.j2:292
-msgid ""
-"<!-- The <a href=\"use.html#gns\">GNU Name System (GNS)</a> --> The <a href="
-"\"https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System\";>GNU "
-"Name System (GNS)</a> is a fully decentralized replacement for the Domain "
-"Name System (DNS). Instead of using a hierarchy, GNS uses a directed graph. "
-"Naming conventions are similar to DNS, but queries and replies are private "
-"even with respect to peers providing the answers. The integrity of records "
-"and privacy of look-ups is cryptographically secured. <!-- Too technical: "
-"GNS integrates a robust, efficient and instant key revocation mechanism. -->"
-msgstr ""
-
-#: template/index.html.j2:309
-msgid "re:claimID"
-msgstr ""
-
-#: template/index.html.j2:311
-msgid ""
-"<a href=\"https://reclaim-identity.io/\";>re:claimID</a> is a decentralized "
-"Identity Provider (IdP) service built in top of the GNU Name System. It "
-"allows users to securely share personal information with websites using "
-"standardized protocols (OpenID Connect)."
-msgstr ""
-
-#: template/index.html.j2:324
-msgid "Filesharing (Alpha)"
-msgstr ""
-
-#: template/index.html.j2:326
-msgid ""
-"GNUnet <a href=\"use.html#fs\">filesharing</a> is an application that aims "
-"to provide censorship-resistant, anonymous filesharing. The publisher is "
-"empowered to make a gradual choice between performance and anonymity."
-msgstr ""
-
-#: template/index.html.j2:337
-msgid "Conversation (Pre-Alpha)"
-msgstr ""
-
-#: template/index.html.j2:339
-msgid ""
-"GNUnet conversation is an application that provides secure voice "
-"communication in a fully decentralized way by employing GNUnet for routing "
-"and transport."
-msgstr ""
-
-#: template/index.html.j2:355
-msgid "Upcoming Applications"
-msgstr ""
-
-#: template/index.html.j2:361
-msgid "secushare"
-msgstr ""
-
-#: template/index.html.j2:363
-msgid ""
-"<a href=\"https://secushare.org/\";>secushare</a> is creating a decentralized "
-"social networking application on top of GNUnet. Using overlay multicast and "
-"the extensible PSYC protocol, notifications are distributed end-to-end "
-"encrypted to authorized recipients only."
-msgstr ""
-
-#: template/index.html.j2:375
-msgid "pretty Easy privacy"
-msgstr ""
-
-#: template/index.html.j2:377
-msgid ""
-"<a href=\"https://pep.foundation/\";>pretty Easy privacy</a> (p&#8801;p) is "
-"creating a usable end-to-end encrypted e-mail solution using opportunistic "
-"key exchange. p&#8801;p will use GNUnet to protect metadata and exploit new "
-"cryptographic protocols to verify keys."
-msgstr ""
-
-#: template/install-on-archpi.html.j2:6
-msgid "Tutorial: GNUnet on Arch Linux/Pi"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:16
-msgid "Requirements for Raspberry Pi 3"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:40
-msgid "Get the Source Code"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:62
-#: template/install-on-debian9.html.j2:130
-msgid "In Addition: gnunet-gtk"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:79
-msgid "Run"
-msgstr ""
-
-#: template/install-on-archpi.html.j2:131
-msgid "Make sure, it works!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:6
-msgid "Tutorial: GNUnet on Debian 9"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:9
-#: template/install-on-ubuntu1804.html.j2:9
-msgid "Introduction"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:29 template/install-on-macos.html.j2:17
-#: template/install-on-netbsd.html.j2:19
-#: template/install-on-ubuntu1804.html.j2:26
-msgid "Requirements"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:45
-#: template/install-on-ubuntu1804.html.j2:41
-msgid "Make an installation directory"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:59
-#: template/install-on-macos.html.j2:134
-#: template/install-on-netbsd.html.j2:224
-#: template/install-on-ubuntu1804.html.j2:53
-msgid "Get the source code"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:78
-#: template/install-on-macos.html.j2:142
-#: template/install-on-netbsd.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:61
-msgid "Compile and Install"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:103
-#: template/install-on-ubuntu1804.html.j2:70
-msgid "Option 1: GNUnet for testing / usage"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:116
-#: template/install-on-ubuntu1804.html.j2:82
-msgid "Option 2: GNUnet for development"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:153
-#: template/install-on-ubuntu1804.html.j2:97
-msgid "Install GNUnet plugin for name resolution"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:207
-#: template/install-on-ubuntu1804.html.j2:134
-msgid "Create configuration file"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:227
-#: template/install-on-ubuntu1804.html.j2:156
-msgid "Use GNUnet!"
-msgstr ""
-
-#: template/install-on-debian9.html.j2:232
-#: template/install-on-ubuntu1804.html.j2:162
-msgid "Uninstall GNUnet and its dependencies"
-msgstr ""
-
-#: template/install-on-macos.html.j2:6
-msgid "Tutorial: GNUnet on macOS 10.14 (Mojave)"
-msgstr ""
-
-#: template/install-on-macos.html.j2:24 template/install-on-netbsd.html.j2:30
-msgid "Installation"
-msgstr ""
-
-#: template/install-on-macos.html.j2:42 template/install-on-netbsd.html.j2:102
-msgid "First steps"
-msgstr ""
-
-#: template/install-on-macos.html.j2:109
-#: template/install-on-netbsd.html.j2:182
-msgid "Alternative: Installation from source"
-msgstr ""
-
-#: template/install-on-macos.html.j2:154
-#: template/install-on-netbsd.html.j2:242
-msgid "Option 1: GNUnet for production / usage"
-msgstr ""
-
-#: template/install-on-macos.html.j2:187
-#: template/install-on-netbsd.html.j2:267
-msgid "Option 2: GNUnet experimental"
-msgstr ""
-
-#: template/install-on-netbsd.html.j2:6
-msgid "Tutorial: GNUnet on NetBSD 8.0 CURRENT"
-msgstr ""
-
-#: template/install-on-ubuntu1804.html.j2:6
-msgid "Tutorial: GNUnet on Ubuntu 18.04"
-msgstr ""
-
-#: template/install.html.j2:11
-msgid ""
-"<p>The following GNUnet installation instructions help you building from "
-"source for your distribution.</p> <p><i>Please note that the installation "
-"process will get much easier once we have proper packages again (planned for "
-"winter 2019).</i></p> <p>You have already installed GNUnet and want to use "
-"it? <a href=\"https://gnunet.org/en/use\";>Check this out!</a> </p>"
-msgstr ""
-
-#: template/install.html.j2:19
-msgid ""
-"<p>Please be aware that this project is still in an early alpha stage when "
-"it comes to running software &#8211; its not an easy task to rewrite the "
-"whole Internet! We are happy to get your <a href=\"engage.html\">helping "
-"hand</a> anytime!</p> <p>Further information is available in our <a href="
-"\"https://docs.gnunet.org/#toc-Using-GNUnet-1\";>handbook</a>.</p> <p>If you "
-"have any queries about the installation or the usage, please <a href="
-"\"engage.html\">get in touch!</a></p>"
-msgstr ""
-
-#: template/use.html.j2:6
-msgid "How to use GNUnet - in a nutshell"
-msgstr ""
-
-#: template/use.html.j2:12 template/use.html.j2:123
-msgid "Filesharing"
-msgstr ""
-
-#: template/use.html.j2:13
-msgid "CADET"
-msgstr ""
-
-#: template/use.html.j2:14
-msgid "Minimal Groupchat"
-msgstr ""
-
-#: template/use.html.j2:15
-msgid "GNS with CLI"
-msgstr ""
-
-#: template/use.html.j2:16
-msgid "GNS with Browser"
-msgstr ""
-
-#: template/use.html.j2:17 template/use.html.j2:441
-msgid "VPN"
-msgstr ""
-
-#: template/use.html.j2:18 template/use.html.j2:501
-msgid "Conversation"
-msgstr ""
-
-#: template/use.html.j2:19 template/use.html.j2:512
-msgid "Trouble Shooting"
-msgstr ""
-
-#: template/use.html.j2:34
-msgid "Get on GNUnet"
-msgstr ""
-
-#: template/use.html.j2:78
-msgid "Get off GNUnet"
-msgstr ""
-
-#: template/use.html.j2:88
-msgid "Make sure your GNUnet installation works..."
-msgstr ""
-
-#: template/use.html.j2:105
-msgid "... and play around with it."
-msgstr ""
-
-#: template/use.html.j2:181
-msgid "CADET (and Chat)"
-msgstr ""
-
-#: template/use.html.j2:215
-msgid "Chatting with a (simple) client"
-msgstr ""
-
-#: template/use.html.j2:289
-msgid "Name resolution using GNS on the command line"
-msgstr ""
-
-#: template/use.html.j2:361
-msgid "Name resolution using GNS with a browser"
-msgstr ""
-
-#: template/use.html.j2:514
-msgid "You can't reach other people's nodes"
-msgstr ""
-
-#: template/use.html.j2:550
-msgid "OMG you guys broke my internet"
-msgstr ""
-
-#: template/video.html.j2:12
-msgid "Videos related to GNUnet"
-msgstr ""
-
 #~ msgid "_project_title"
 #~ msgstr "Stack di protocolli GNU per un nuovo Internet etico"
diff --git a/make_site.py b/make_site.py
new file mode 100755
index 0000000..16a67b9
--- /dev/null
+++ b/make_site.py
@@ -0,0 +1,76 @@
+#!/usr/bin/env python3
+# coding: utf-8
+#
+# Copyright (C) 2017, 2018, 2019 GNUnet e.V.
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+#
+# ----
+#
+# This script runs the jinja2 templating engine on an input template-file
+# using the specified locale for gettext translations, and outputs
+# the resulting (HTML) output-file.
+#
+# Note that the gettext files need to be prepared first. This script
+# is thus to be invoked via the Makefile.
+
+import jinja2
+import sys
+from pathlib import Path, PurePath
+from inc.site import gen_site
+from inc.fileproc import copy_files
+
+env = 
jinja2.Environment(loader=jinja2.FileSystemLoader(str(PurePath(__file__).parent)),
+                         extensions=["jinja2.ext.i18n"],
+                         lstrip_blocks=True,
+                         trim_blocks=True,
+                         undefined=jinja2.StrictUndefined,
+                         autoescape=False)
+
+if len(sys.argv) >= 2 and sys.argv[1] == "-vv":
+    DEBUG=1
+elif len(sys.argv) >= 2 and sys.argv[1] == "-vvv":
+    DEBUG=2
+elif len(sys.argv) >= 2 and sys.argv[1] == "-vvvv":
+    DEBUG=3
+else:
+    DEBUG=0
+
+def main():
+    # rm_rf("rendered")
+    x = gen_site(DEBUG)
+    conf = x.load_config("www.yml")
+    x.gen_abstract(conf, "newsposts", "abstract", "page", 1000)
+    #    for lang in conf["langs_full"]:
+    #        x.gen_newspost_content(conf, "newsposts", "content", "page", lang)
+    x.gen_newspost_content(conf, "newsposts", "content", "page", "en")
+    x.gen_rss("inc", conf, env)
+    if DEBUG:
+        print("generating html from jinja2 templates...")
+    x.run("template", conf, env)
+    if DEBUG >= 2:
+        print(Path.cwd())
+        _ = Path("rendered")
+        for child in _.iterdir():
+            print(child)
+    if DEBUG >= 2:
+        print(Path.cwd())
+    if DEBUG:
+        print("generating html from jinja2 news templates...")
+    x.run("news", conf, env)
+    #for lang in conf["langs_full"]:
+    #    copy_files("static", conf, lang, "staticfiles", "rendered")
+    if DEBUG:
+        print("copying directories...")
+    x.copy_trees("static")
+    x.copy_trees("dist")
+    # print("generating rss...")
+    # x.generate_rss()
+    # print("generating sitemap...")
+    # x.generate_sitemap()
+
+if __name__ == "__main__":
+    main()
diff --git a/make_sitemap.sh b/make_sitemap.sh
deleted file mode 100755
index bc2578d..0000000
--- a/make_sitemap.sh
+++ /dev/null
@@ -1,74 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2018, 2019 GNUnet e.V.
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.  This file is offered as-is,
-# without any warranty.
-#
-# This initial version builds on code from ssg4
-# copyright is as follows:
-# -----
-# https://www.romanzolotarev.com/bin/ssg4
-# Copyright 2018 Roman Zolotarev <address@hidden>
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# -----
-
-list_pages(){
-cd rendered && find . -type f ! -path '*/.*' ! -path '*/_*' -name '*.html' | 
sed 's#^./##;#'
-}
-
-main(){
-       dst=rendered
-        base_url="$4"
-        date=$(date +%Y-%m-%d)
-        urls=$(list_pages "$src")
-
-        test -n "$urls" &&
-        render_sitemap "$urls" "$base_url" "$date" > "$dst/sitemap.xml"
-
-        print_status 'url' 'urls' "$urls" >&2
-        echo >&2
-}
-
-print_status() {
-        test -z "$3" && printf 'no %s' "$2" && return
-
-        echo "$3" | awk -v singular="$1" -v plural="$2" '
-        END {
-                if (NR==1) printf NR " " singular
-                if (NR>1) printf NR " " plural
-        }'
-}
-
-render_sitemap() {
-        urls="$1"
-        base_url="$2"
-        date="$3"
-
-        echo '<?xml version="1.0" encoding="UTF-8"?>'
-        echo '<urlset'
-        echo 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";'
-        echo 'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9'
-        echo 'http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd";'
-        echo 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>'
-        echo "$urls" |
-        sed -E 's#^(.*)$#<url><loc>'"$base_url"'/\1</loc><lastmod>'\
-"$date"'</lastmod><priority>1.0</priority></url>#'
-        echo '</urlset>'
-}
-
-main "$@"
-
diff --git a/news/2017-10.html.j2 b/news/2017-10.html.j2
deleted file mode 100644
index 043b3aa..0000000
--- a/news/2017-10.html.j2
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "common/news.j2" %}
-{% block body_content %}
-  <h1>Launching the new gnunet.org</h1>
-<p>
-  Welcome to the redesign of gnunet.org, our website about GNUnet.
-</p>
-{% endblock body_content %}
diff --git a/news/2018-08.html.j2 b/news/2018-08.html.j2
deleted file mode 100644
index 3555c0f..0000000
--- a/news/2018-08.html.j2
+++ /dev/null
@@ -1,40 +0,0 @@
-{% extends "common/news.j2" %}
-{% block body_content %}
-  <h1>GSoC 2018 - GNUnet Web-based User Interface</h1>
-<p>
-  Tue, 08/14/2018 - 07:55 - Phil Buschmann 
-</p>
-<h4>What was done?</h4>
-<p>
-  In the context of Google Summer of Code 2018, my mentor (Martin 
Schanzenbach) and I have worked on creating and extending the REST API of 
GNUnet. Currently, we mirrored the functionality of following commands:
-</p>
-<ul>
-  <li>gnunet-identity
-  <li>gnunet-namestore
-  <li>gnunet-gns
-  <li>gnunet-peerinfo
-</ul>
-<p>
-  Additionally, we developed a website with the Javascript framework Angular 6 
and the design framework iotaCSS to use the new REST API. The REST API of 
GNUnet is now documented with Sphinx.
-</p>
-<h4>Why did we create a REST API?</h4>
-<p>
-  ... when you can use the command line tools?  We need to keep in mind, that 
everyone has the right to stay secure and private but not everyone feels 
comfortable using a terminal. The further developed REST access to GNUnet APIs 
in addition to the new web application allows new users to interact with GNUnet 
over a well known tool: their browsers. This addition to the C API and the 
command line tools may attract new users and developers.
-</p>
-<h4>How can we use it?</h4>
-<ol>
-  <li>The REST API developed in GNUnet<br>The REST API is already merged into 
the gnunet.git repository (GNUnet Main Git).  To use the new features, clone 
the repository and follow the Installation on gnunet.org. Then, start the rest 
service with "gnunet-arm -i rest".</li>
-  <li>The Web Application<br>The web application is available under the 
gnunet-webui.git repository (GNUnet WebUI Git).  You need to install the newest 
version of 'node' and 'yarn'. Dependent on your system, you may need to 
download newer versions and install them manually and not over your packet 
manager. After the installation succeeded, you need to clone the repository. 
Then, you need to run "yarn install" and "yarn start" for testing purposes. To 
deploy the website (keep in mind, tha [...]
-  <li>The Documentation<br>The documentation is available under the 
gnunet-rest-api.git repository (GNUnet REST API Docmentation Git). Clone the 
repository and "make html". Then open the 'index.html' under 'build/html/'.</li>
-</ol>
-<p>
-  Please, give it a try and contact me, if you find any bugs or unintentional 
features. ;)
-</p>
-<h4>What can be improved?</h4>
-<p>
-  Right now, the build process of the web application may be a little too 
complex for a casual user. We may be able to solve this by using docker.  
Additionally, the web application does not prevent wrong inputs but responds 
with error messages. Adding GNUnet Records is currently only usable for people, 
who know how a GNS Record looks like. This can be adapted to each record type.  
Last but not least, additional features, design changes, etc...
-</p>
-<p>
-  Thanks for reading.
-</p>
-{% endblock body_content %}
diff --git a/news/index.html.j2 b/news/index.html.j2
index 8c58d9f..bdb716d 100644
--- a/news/index.html.j2
+++ b/news/index.html.j2
@@ -10,7 +10,7 @@
             <section>
               <p>
                 News posts published by GNUnet about changes related to
-                GNUnet, releases, and events.
+                GNUnet, releases, and events &#8211; <a href="{{ 
url_localized('rss.xml')}}">subscribe to our RSS feed</a>
               </p>
             </section>
           </div>
diff --git a/rssg b/rssg
deleted file mode 100755
index e21974f..0000000
--- a/rssg
+++ /dev/null
@@ -1,220 +0,0 @@
-#!/bin/sh
-#
-# https://www.romanzolotarev.com/bin/rssg
-# Copyright 2018 Roman Zolotarev <address@hidden>
-# Copyright 2019 ng0 <address@hidden>
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-#
-set -e
-
-# TODO: Fix date -j for GNU date.
-# TODO: Fix base url (get_url)
-# TODO: Fix link OR a in get_url
-# TODO: get_title: be more dynamic about where the title can be.
-
-main () {
-       test -n "$1" || usage
-       test -n "$2" || usage
-       test -f "$1" || no_file "$1"
-
-
-       index_file=$(readlink -f "$1")
-       test -z "${index_file##*html}" && html=$(cat "$index_file")
-       test -z "${index_file##*md}" && html=$(md_to_html "$index_file")
-       test -n "$html" || usage
-
-       base="${index_file%/*}"
-       base_url="$(echo "$html" | get_url | sed 's#\(.*\)/[^/]*#\1#')"
-
-       url=$(          echo "$html" | get_url)
-
-       title="$2"
-
-       description=$(  echo "$html" | get_description |
-                       remove_tags |
-                       remove_nbsp )
-
-       items=$(        echo "$html" | get_items)
-
-       rss=$(          echo "$items" |
-                       render_items "$base" "$base_url" |
-                       render_feed "$url" "$title" "$description")
-
-       >&2 echo "[rssg] ${index_file##$(pwd)/} $(echo "$rss" | grep -c 
'<item>') items"
-       echo "$rss"
-}
-
-
-usage() {
-       echo "usage: ${0##*/} index.{html,md} title > rss.xml" >&2
-       exit 1
-}
-
-
-no_file() {
-       echo "${0##*/}: $1: No such file" >&2
-       exit 2
-}
-
-
-md_to_html() {
-       test -x "$(which lowdown)" || exit 3
-       lowdown \
-       -D html-skiphtml \
-       -D smarty \
-       -d metadata \
-       -d autolink "$1"
-}
-
-
-get_title() {
-       awk -F '[<>]' '/<h1/ { gsub(/<h1>/, ""); gsub(/<\/h1>/, ""); sub(/ .*/, 
"", $3); print $0}' |
-       sed 's/^[ \t]*//;s/[ \t]*$//' |
-       awk 'FNR==1'
-}
-
-
-get_url() {
-       grep -i '<link .*rss.xml"' | head -1 |
-       sed 's#.*href="\(.*\)".*#\1#' |
-       sed 's#../../#https://gnunet.org/#'
-}
-
-
-get_items() {
-       grep -i 'href=".*" title="' |
-       sed 's#.*href="\(.*\)" title="\(.*\)">\(.*\)</a>.*#\1 \2 \3#'
-}
-
-
-get_description() {
-       start='sub("^.*<"s"*"t"("s"[^>]*)?>","")'
-       stop='sub("</"s"*"t""s"*>.*","")&&x=1'
-       awk -v 's=[[:space:]]' -v 't=[Pp]' "$start,$stop;x{exit}"
-}
-
-remove_tags() {
-       sed 's#<[^>]*>##g;s#</[^>]*>##g'
-}
-
-
-remove_nbsp() {
-       sed 's#\&nbsp;# #g'
-}
-
-
-rel_to_abs_urls() {
-       site_url="$1"
-       base_url="$2"
-
-       abs='s#(src|href)="/([^"]*)"#\1="'"$site_url"/'\2"#g'
-       rel='s#(src|href)="([^:/"]*)"#\1="'"$base_url"/'\2"#g'
-       sed -E "$abs;$rel"
-}
-
-
-date_rfc_822() {
-         if date --version >/dev/null 2>&1; then
-             in="$(echo "$1"| tr -cd '[:digit:]')0000"
-             year=$(echo $in | cut -c1-4)
-             month=$(echo $in | cut -c5-6)
-             day=$(echo $in | cut -c7-8)
-             hour=$(echo $in | cut -c9-10)
-             minute=$(echo $in | cut -c11-12)
-             date -d "$(echo "$year"-"$month"-"$day" "$hour":"$minute")" 
--rfc-822
-       else
-           date -j '+%a, %d %b %Y %H:%M:%S %z' \
-                "$(echo "$1"| tr -cd '[:digit:]')0000"
-       fi
-}
-
-
-feed_date_rfc_822() {
-        if date --version >/dev/null 2>&1; then
-            k="$($1)"
-            date -d "$(echo "$k")" --rfc-822
-       else
-           date -j '+%a, %d %b %Y %H:%M:%S %z' \
-                "$(echo "$1"| tr -cd '[:digit:]')0000"
-       fi
-}
-
-
-render_items() {
-       while read -r i
-       do render_item "$1" "$2" "$i"
-       done
-}
-
-
-render_item() {
-       base="$1"
-       base_url="$2"
-       item="$3"
-
-       site_url="$(echo "$base_url"| sed 's#\(.*//.*\)/.*#\1#')"
-
-       date=$(echo "$item"|awk '{print$2}')
-
-       url=$(echo "$item"|awk '{print$1}')
-
-       f="$base/$url"
-       test -f "$f" && html=$(cat "$f")
-       test -f "${f%\.html}.md" && html=$(md_to_html "${f%\.html}.md")
-
-       description=$(
-               echo "$html" |
-               rel_to_abs_urls "$site_url" "$base_url" |
-               remove_nbsp | awk '/<!--BEGIN-->/,/<!--END-->/'
-       )
-       title=$(echo "$description" | get_title)
-       guid="$base_url/$(echo "$url" | sed 's#^/##')"
-
-       echo '
-<item>
-<guid>'"$guid"'</guid>
-<link>'"$guid"'</link>
-<pubDate>'"$(date_rfc_822 "$date")"'</pubDate>
-<title>'"$title"'</title>
-<description><![CDATA[
-
-'"$description"'
-
-]]></description>
-</item>'
-}
-
-
-render_feed() {
-       url="$1"
-       title=$(echo "$2" | remove_nbsp)
-       description="$3"
-
-       base_url="$(echo "$url" | cut -d '/' -f1-3)"
-
-       echo '<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom";>
-<channel>
-<atom:link href="'"$url"'" rel="self" type="application/rss+xml" />
-<title>'"$title"'</title>
-<language>en</language>
-<description>'"$description"'</description>
-<link>'"$base_url"'/</link>
-<lastBuildDate>'"$(feed_date_rfc_822 date)"'</lastBuildDate>
-'"$(cat)"'
-</channel></rss>'
-}
-
-
-main "$@"
diff --git a/favicon.ico b/static/favicon.ico
similarity index 100%
rename from favicon.ico
rename to static/favicon.ico
diff --git a/static/images/gns-logo.png b/static/images/gns-logo.png
new file mode 100644
index 0000000..fc5dc13
Binary files /dev/null and b/static/images/gns-logo.png differ
diff --git a/static/images/gnunet-logo.svg b/static/images/gnunet-logo.svg
index ad92bf6..bfb6147 100644
--- a/static/images/gnunet-logo.svg
+++ b/static/images/gnunet-logo.svg
@@ -10,12 +10,15 @@
    xmlns:xlink="http://www.w3.org/1999/xlink";
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   width="320"
-   height="280"
+   width="340"
+   height="300"
    id="svg2"
    version="1.1"
    sodipodi:docname="gnunet-logo.svg"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06">
+   inkscape:version="0.92.2 5c3e80d, 2017-08-06"
+   inkscape:export-filename="/tmp/gnunet-logo.png"
+   inkscape:export-xdpi="338.82001"
+   inkscape:export-ydpi="338.82001">
   <sodipodi:namedview
      pagecolor="#ffffff"
      bordercolor="#ff0000"
@@ -25,21 +28,22 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="1440"
-     inkscape:window-height="799"
+     inkscape:window-width="1920"
+     inkscape:window-height="1021"
      id="namedview115"
      showgrid="true"
      inkscape:pagecheckerboard="true"
      inkscape:showpageshadow="false"
      borderlayer="true"
-     inkscape:zoom="1.6857143"
-     inkscape:cx="108.36445"
-     inkscape:cy="138.05767"
+     inkscape:zoom="2.38396"
+     inkscape:cx="146.9737"
+     inkscape:cy="132.50067"
      inkscape:window-x="0"
-     inkscape:window-y="1"
+     inkscape:window-y="0"
      inkscape:window-maximized="1"
-     inkscape:current-layer="g975"
-     inkscape:lockguides="false">
+     inkscape:current-layer="layer1"
+     inkscape:lockguides="false"
+     showguides="false">
     <inkscape:grid
        type="xygrid"
        id="grid117" />
@@ -305,21 +309,37 @@
     </rdf:RDF>
   </metadata>
   <g
-     transform="translate(-387.41463,-609.81931)"
+     inkscape:groupmode="layer"
+     id="layer1"
+     inkscape:label="bg"
+     transform="translate(0,20)"
+     style="display:inline">
+    <rect
+       
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8.27715874;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers
 stroke fill"
+       id="rect1038"
+       width="320"
+       height="280"
+       x="10"
+       y="-10"
+       ry="29.987795" />
+  </g>
+  <g
+     transform="translate(-387.41463,-589.81931)"
      style="display:none"
      inkscape:groupmode="layer"
      id="g5346"
-     inkscape:label="gnu:net ubuntu">
+     inkscape:label="gnu:net ubuntu"
+     sodipodi:insensitive="true">
     <text
        id="text5344"
-       y="869.96057"
-       x="453.95291"
+       y="859.96057"
+       x="463.95291"
        
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.53852463px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;letter-spacing:0px;word-spacing:0px;display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.03365779px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
        xml:space="preserve"><tspan
          dx="0 0 0"
          
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:49.33333206px;font-family:'Ubuntu
 Bold';-inkscape-font-specification:'Ubuntu Bold, 
';fill:#ffffff;stroke-width:1.03365779px"
-         y="869.96057"
-         x="453.95291"
+         y="859.96057"
+         x="463.95291"
          id="tspan5342"
          sodipodi:role="line">gnu net</tspan></text>
   </g>
@@ -328,33 +348,34 @@
      id="g950"
      inkscape:groupmode="layer"
      style="display:none"
-     transform="translate(-387.41463,-609.81931)">
+     transform="translate(-387.41463,-589.81931)"
+     sodipodi:insensitive="true">
     <text
        xml:space="preserve"
        
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.53852463px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;letter-spacing:0px;word-spacing:0px;display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.03365779px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       x="467.77612"
-       y="869.21057"
+       x="477.77612"
+       y="859.21057"
        id="text948"
        inkscape:export-xdpi="240.97"
        inkscape:export-ydpi="240.97"><tspan
          sodipodi:role="line"
          id="tspan946"
-         x="467.77612"
-         y="869.21057"
+         x="477.77612"
+         y="859.21057"
          
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50.66666794px;font-family:'Anonymous
 Pro';-inkscape-font-specification:'Anonymous Pro 
Bold';fill:#ffffff;stroke-width:1.03365779px"
          dx="0 -2.5 -3 0 -19.25 -2.5 -3">gnu net</tspan></text>
   </g>
   <g
-     transform="translate(0,-20)"
      style="display:none"
      inkscape:label="u:n nodes"
      id="g941"
-     inkscape:groupmode="layer">
+     inkscape:groupmode="layer"
+     sodipodi:insensitive="true">
     <ellipse
        inkscape:transform-center-y="-45.614731"
        inkscape:transform-center-x="40.535375"
-       cy="180.65355"
-       cx="157.97346"
+       cy="170.65355"
+       cx="167.97346"
        id="ellipse937"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#ee0000;stroke-width:1.68696308;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.97635139"
        rx="17.68549"
@@ -362,8 +383,8 @@
     <ellipse
        inkscape:transform-center-y="-45.614736"
        inkscape:transform-center-x="40.535375"
-       cy="111.16864"
-       cx="157.97346"
+       cy="101.16864"
+       cx="167.97346"
        id="ellipse939"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#ee0000;stroke-width:1.68696308;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.97635139"
        rx="17.68549"
@@ -374,11 +395,13 @@
      id="g935"
      inkscape:groupmode="layer"
      style="display:none"
-     transform="translate(-387.41463,-609.81931)">
+     transform="translate(-387.41463,-589.81931)"
+     sodipodi:insensitive="true">
     <g
        id="g933"
        
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.53852463px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;letter-spacing:0px;word-spacing:0px;display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.03365779px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;image-rendering:auto"
-       aria-label="gnu net">
+       aria-label="gnu net"
+       transform="translate(10,-10)">
       <path
          inkscape:connector-curvature="0"
          id="path925"
@@ -392,287 +415,259 @@
     </g>
   </g>
   <g
-     transform="translate(0,-67.278107)"
+     transform="translate(0,-47.278107)"
      style="display:none"
      inkscape:label="vertices white"
      id="g1296"
-     inkscape:groupmode="layer">
+     inkscape:groupmode="layer"
+     sodipodi:insensitive="true">
     <path
        inkscape:connector-curvature="0"
        id="path1256"
-       d="m 62.698223,85.778107 -39.5,48.000003 v 0 l -1,2"
+       d="m 72.698223,75.778107 -39.5,48.000003 v 0 l -1,2"
        
style="fill:none;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1258"
-       d="m 12.698223,104.77811 10,29 21,-10.5 v 0 0"
+       d="m 22.698223,94.77811 10,29 21,-10.5 v 0 0"
        
style="fill:none;stroke:#dddddd;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccc"
        inkscape:connector-curvature="0"
        id="path1260"
-       d="m 11.809253,105.24526 63.6227,34.91188 23.31802,-11.09978 
-35.03955,28.74946 11.86161,-17.77468 -53.18435,-5.79678 40.95076,23.69646 
25.32406,0.49689 24.193047,3.02495 v 48.02104 l 21.04995,-32.14943 
-20.559,-15.87161 32.52749,48.02104 -8.06937,31.38386 -24.94907,-31.76198 
24.94907,77.51429 22.25436,-36.69889 21.97354,37.07701 -43.59987,-0.37188 
41.32877,-28.87448 22.05899,-21.17152 -19.90986,50.171 -3.71591,-29.60613 
-8.57843,-31.7682 -9.69437,24.71516 54.37611,-52.19866 -24.9 [...]
+       d="m 21.809253,95.24526 63.6227,34.91188 23.318017,-11.09978 
-35.039547,28.74946 11.86161,-17.77468 -53.18435,-5.79678 40.95076,23.69646 
25.32406,0.49689 24.193047,3.02495 v 48.02104 l 21.04995,-32.14943 
-20.559,-15.87161 32.52749,48.02104 -8.06937,31.38386 -24.94907,-31.76198 
24.94907,77.51429 22.25436,-36.69889 21.97354,37.07701 -43.59987,-0.37188 
41.32877,-28.87448 22.05899,-21.17152 -19.90986,50.171 -3.71591,-29.60613 
-8.57843,-31.7682 -9.69437,24.71516 54.37611,-52.19866 -24. [...]
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1262"
-       d="m 98.868943,129.31358 37.045597,48.02106"
+       d="m 108.86894,119.31358 37.0456,48.02106"
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1264"
-       d="m 88.284483,158.4287 10.96248,-29.11512 12.474537,32.51819"
+       d="m 98.284483,148.4287 10.962477,-29.11512 12.47454,32.51819"
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        sodipodi:nodetypes="ccc"
        inkscape:connector-curvature="0"
        id="path1266"
-       d="m 212.13974,133.78236 54.69043,-3.64603 -31.75647,27.04795"
+       d="m 222.13974,123.78236 54.69043,-3.64603 -31.75647,27.04795"
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        sodipodi:nodetypes="cccccc"
        inkscape:connector-curvature="0"
        id="path1268"
-       d="m 399.11285,648.31931 50.5,-19.5 -14.05,28.1 0.925,-1.725 
-5.875,11.75 -0.25,-0.75"
-       
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#dddddd;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 21.69822,95.77811 50.5,-19.5 -14.05,28.1 0.925,-1.725 -5.875,11.75 
-0.25,-0.75"
+       
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#dddddd;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1270"
-       d="m 601.57854,741.42859 -2.26809,-64.28015"
-       
style="display:inline;opacity:1;fill:#729fcf;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 224.16391,188.88739 -2.26809,-64.28015"
+       
style="display:inline;opacity:1;fill:#729fcf;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1272"
-       d="m 189.57322,206.52811 -44,2.625 25.375,17.125 v 0"
+       d="m 199.57322,196.52811 -44,2.625 25.375,17.125 v 0"
        
style="fill:none;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1274"
-       d="m 475.69911,700.21367 24.57107,51.42411"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 98.28448,147.67247 24.57107,51.42411"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1276"
-       d="m 534.29164,751.63778 12.85257,40.08057"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 156.87701,199.09658 12.85257,40.08057"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1278"
-       d="m 525.21925,783.02162 0.37803,45.75234"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 147.80462,230.48042 0.37803,45.75234"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1280"
-       d="m 601.95657,742.56293 -12.09653,36.6775"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 224.54194,190.02173 -12.09653,36.6775"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        sodipodi:nodetypes="ccc"
        inkscape:connector-curvature="0"
        id="path1282"
-       d="m 475.69911,700.59178 46.98395,22.0278 10.85256,28.26194"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 98.28448,148.05058 46.98395,22.0278 10.85256,28.26194"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1284"
-       d="m 589.104,778.86231 -12.85255,-66.17074 v 36.6775 z"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 211.68937,226.32111 -12.85255,-66.17074 v 36.6775 z"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1286"
-       d="m 557.35064,768.27501 31.75336,10.5873"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 179.93601,215.73381 31.75336,10.5873"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1288"
-       d="m 500.27018,704.37298 v 48.77728 l 24.57105,30.2495 23.81505,9.45293"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 122.85555,151.83178 v 48.77728 l 24.57105,30.2495 23.81505,9.45293"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1290"
-       d="m 524.46323,829.53019 44.98392,-0.37812"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 147.0486,276.98899 44.98392,-0.37812"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        sodipodi:nodetypes="cccccccc"
        inkscape:connector-curvature="0"
        id="path1292"
-       d="m 694.61285,647.31931 -40.285,-17.00922 -4.715,-1.99078 29,57.5 v 
-0.5 0 h 0.5 v 0"
-       
style="display:inline;opacity:1;fill:none;stroke:#dddddd;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 317.19822,94.77811 -40.285,-17.00922 -4.715,-1.99078 29,57.5 v 
-0.5 0 h 0.5 v 0"
+       
style="display:inline;opacity:1;fill:none;stroke:#dddddd;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <path
        inkscape:connector-curvature="0"
        id="path1294"
-       d="m 409.92428,677.14844 54.05634,6.0499"
-       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       transform="translate(-387.41463,-542.5412)" />
+       d="m 32.50965,124.60724 54.05634,6.0499"
+       
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#dddddd;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
   </g>
   <g
      inkscape:groupmode="layer"
      id="g1254"
      inkscape:label="nodes white"
      style="display:none"
-     transform="translate(0,-67.278107)">
+     transform="translate(0,-47.278107)"
+     sodipodi:insensitive="true">
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1194"
-       cx="568.98083"
-       cy="829.24042"
+       cx="191.56621"
+       cy="276.69922"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        inkscape:transform-center-y="-10.724827"
        inkscape:transform-center-x="9.5305949"
-       cy="778.67493"
-       cx="588.85413"
+       cy="226.13373"
+       cx="211.4395"
        id="ellipse1196"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1198"
-       cx="601.57867"
-       cy="740.67249"
+       cx="224.16405"
+       cy="188.13129"
        inkscape:transform-center-x="9.5305654"
        inkscape:transform-center-y="-10.724822"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="829.24042"
-       cx="525.79852"
+       cy="276.69922"
+       cx="148.3839"
        id="ellipse1200"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        inkscape:transform-center-y="-10.724797"
        inkscape:transform-center-x="9.5306167"
-       cy="768.71582"
-       cx="557.82654"
+       cy="216.17462"
+       cx="180.41191"
        id="ellipse1202"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1204"
-       cx="525.21936"
-       cy="783.02173"
+       cx="147.80473"
+       cy="230.48053"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="647.34271"
-       cx="400.09586"
+       cy="94.801514"
+       cx="22.681225"
        id="ellipse1206"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="628.31934"
-       cx="450.11285"
+       cy="75.778137"
+       cx="72.698227"
        id="ellipse1208"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        inkscape:transform-center-y="-10.724823"
        inkscape:transform-center-x="9.5306048"
-       cy="699.45752"
-       cx="622.36951"
+       cy="146.91632"
+       cx="244.95488"
        id="ellipse1210"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="792.29773"
-       cx="547.21771"
+       cy="239.75653"
+       cx="169.80309"
        id="ellipse1212"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        inkscape:transform-center-y="-10.72485"
        inkscape:transform-center-x="9.5306006"
-       cy="800.12549"
-       cx="566.20697"
+       cy="247.58429"
+       cx="188.79234"
        id="ellipse1214"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1216"
-       cx="500.64822"
-       cy="751.63794"
+       cx="123.2336"
+       cy="199.09674"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="751.72632"
-       cx="533.33447"
+       cy="199.18512"
+       cx="155.91985"
        id="ellipse1218"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="699.83545"
-       cx="450.75012"
+       cy="147.29425"
+       cx="73.335495"
        id="ellipse1220"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1222"
-       cx="476.07718"
-       cy="700.59174"
+       cx="98.662552"
+       cy="148.05054"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="719.65314"
-       cx="521.49146"
+       cy="167.11194"
+       cx="144.07683"
        id="ellipse1224"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="703.87305"
-       cx="500.6362"
+       cy="151.33185"
+       cx="123.22157"
        id="ellipse1226"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1228"
-       cx="211.9584"
-       cy="134.28851"
+       cx="221.9584"
+       cy="124.28851"
        inkscape:transform-center-x="9.5305947"
        inkscape:transform-center-y="-10.724852"
        rx="4.1581793"
@@ -680,23 +675,22 @@
     <ellipse
        inkscape:transform-center-y="-10.724851"
        inkscape:transform-center-x="9.5305633"
-       cy="713.44794"
-       cx="576.62964"
+       cy="160.90674"
+       cx="199.21501"
        id="ellipse1230"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1232"
-       cx="43.166531"
-       cy="123.16669"
+       cx="53.166531"
+       cy="113.16669"
        rx="4.1581793"
        ry="4.1593032" />
     <ellipse
-       cy="129.43542"
-       cx="98.865997"
+       cy="119.43542"
+       cx="108.866"
        id="ellipse1234"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
@@ -704,8 +698,8 @@
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1236"
-       cx="267.08618"
-       cy="130.05022"
+       cx="277.08618"
+       cy="120.05022"
        inkscape:transform-center-x="9.5305988"
        inkscape:transform-center-y="-10.724835"
        rx="4.1581793"
@@ -713,381 +707,342 @@
     <ellipse
        inkscape:transform-center-y="-10.724798"
        inkscape:transform-center-x="9.5305824"
-       cy="686.22339"
-       cx="679.07196"
+       cy="133.68219"
+       cx="301.65732"
        id="ellipse1238"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1240"
-       cx="577.00763"
-       cy="748.99109"
+       cx="199.593"
+       cy="196.44989"
        inkscape:transform-center-x="9.5305819"
        inkscape:transform-center-y="-10.724843"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        inkscape:transform-center-y="-10.724843"
        inkscape:transform-center-x="9.5305819"
-       cy="748.99109"
-       cx="577.00763"
+       cy="196.44989"
+       cx="199.593"
        id="ellipse1242"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1244"
-       cx="577.07013"
-       cy="748.99109"
+       cx="199.6555"
+       cy="196.44989"
        inkscape:transform-center-x="9.5305819"
        inkscape:transform-center-y="-10.724843"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1246"
-       cx="22.887779"
-       cy="133.85095"
+       cx="32.887779"
+       cy="123.85095"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(0,-3e-6)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1248"
-       cx="462.47165"
-       cy="682.1922"
+       cx="85.057022"
+       cy="129.651"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1250"
-       cx="694.58264"
-       cy="647.3053"
+       cx="317.168"
+       cy="94.764099"
        inkscape:transform-center-x="9.5306165"
        inkscape:transform-center-y="-10.724829"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
     <ellipse
-       cy="628.31934"
-       cx="649.61285"
+       cy="75.778137"
+       cx="272.19821"
        id="ellipse1252"
        
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
-       ry="4.1593032"
-       transform="translate(-387.41463,-542.5412)" />
+       ry="4.1593032" />
   </g>
   <g
      inkscape:groupmode="layer"
      id="g1533"
      inkscape:label="vertices cyan"
      style="display:inline"
-     transform="translate(0,-67.278107)"
+     transform="translate(0,-47.278107)"
      sodipodi:insensitive="true">
     <path
        
style="fill:none;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 62.698223,85.778107 -39.5,48.000003 v 0 l -1,2"
+       d="m 72.698223,75.778107 -39.5,48.000003 v 0 l -1,2"
        id="path1493"
        inkscape:connector-curvature="0" />
     <path
        
style="fill:none;stroke:#3399cc;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 12.698223,104.77811 10,29 21,-10.5 v 0 0"
+       d="m 22.698223,94.77811 10,29 21,-10.5 v 0 0"
        id="path1495"
        inkscape:connector-curvature="0" />
     <path
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 11.809253,105.24526 63.6227,34.91188 23.31802,-11.09978 
-35.03955,28.74946 11.86161,-17.77468 -53.18435,-5.79678 40.95076,23.69646 
25.32406,0.49689 24.193047,3.02495 v 48.02104 l 21.04995,-32.14943 
-20.559,-15.87161 32.52749,48.02104 -8.06937,31.38386 -24.94907,-31.76198 
24.94907,77.51429 22.25436,-36.69889 21.97354,37.07701 -43.59987,-0.37188 
41.32877,-28.87448 22.05899,-21.17152 -19.90986,50.171 -3.71591,-29.60613 
-8.57843,-31.7682 -9.69437,24.71516 54.37611,-52.19866 -24.9 [...]
+       d="m 21.809253,95.24526 63.6227,34.91188 23.318017,-11.09978 
-35.039547,28.74946 11.86161,-17.77468 -53.18435,-5.79678 40.95076,23.69646 
25.32406,0.49689 24.193047,3.02495 v 48.02104 l 21.04995,-32.14943 
-20.559,-15.87161 32.52749,48.02104 -8.06937,31.38386 -24.94907,-31.76198 
24.94907,77.51429 22.25436,-36.69889 21.97354,37.07701 -43.59987,-0.37188 
41.32877,-28.87448 22.05899,-21.17152 -19.90986,50.171 -3.71591,-29.60613 
-8.57843,-31.7682 -9.69437,24.71516 54.37611,-52.19866 -24. [...]
        id="path1497"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccc" />
     <path
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 98.868943,129.31358 37.045597,48.02106"
+       d="m 108.86894,119.31358 37.0456,48.02106"
        id="path1499"
        inkscape:connector-curvature="0" />
     <path
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 88.284483,158.4287 10.96248,-29.11512 12.474537,32.51819"
+       d="m 98.284483,148.4287 10.962477,-29.11512 12.47454,32.51819"
        id="path1501"
        inkscape:connector-curvature="0" />
     <path
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 212.13974,133.78236 54.69043,-3.64603 -31.75647,27.04795"
+       d="m 222.13974,123.78236 54.69043,-3.64603 -31.75647,27.04795"
        id="path1503"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="ccc" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#3399cc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 399.11285,648.31931 50.5,-19.5 -14.05,28.1 0.925,-1.725 
-5.875,11.75 -0.25,-0.75"
+       d="m 21.69822,95.77811 50.5,-19.5 -14.05,28.1 0.925,-1.725 -5.875,11.75 
-0.25,-0.75"
        id="path1505"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="cccccc" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:#729fcf;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 601.57854,741.42859 -2.26809,-64.28015"
+       d="m 224.16391,188.88739 -2.26809,-64.28015"
        id="path1507"
        inkscape:connector-curvature="0" />
     <path
        
style="fill:none;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 189.57322,206.52811 -44,2.625 25.375,17.125 v 0"
+       d="m 199.57322,196.52811 -44,2.625 25.375,17.125 v 0"
        id="path1509"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 475.69911,700.21367 24.57107,51.42411"
+       d="m 98.28448,147.67247 24.57107,51.42411"
        id="path1511"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 534.29164,751.63778 12.85257,40.08057"
+       d="m 156.87701,199.09658 12.85257,40.08057"
        id="path1513"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 525.21925,783.02162 0.37803,45.75234"
+       d="m 147.80462,230.48042 0.37803,45.75234"
        id="path1515"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 601.95657,742.56293 -12.09653,36.6775"
+       d="m 224.54194,190.02173 -12.09653,36.6775"
        id="path1517"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 475.69911,700.59178 46.98395,22.0278 10.85256,28.26194"
+       d="m 98.28448,148.05058 46.98395,22.0278 10.85256,28.26194"
        id="path1519"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="ccc" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 589.104,778.86231 -12.85255,-66.17074 v 36.6775 z"
+       d="m 211.68937,226.32111 -12.85255,-66.17074 v 36.6775 z"
        id="path1521"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 557.35064,768.27501 31.75336,10.5873"
+       d="m 179.93601,215.73381 31.75336,10.5873"
        id="path1523"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 500.27018,704.37298 v 48.77728 l 24.57105,30.2495 23.81505,9.45293"
+       d="m 122.85555,151.83178 v 48.77728 l 24.57105,30.2495 23.81505,9.45293"
        id="path1525"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 524.46323,829.53019 44.98392,-0.37812"
+       d="m 147.0486,276.98899 44.98392,-0.37812"
        id="path1527"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;stroke:#3399cc;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 694.61285,647.31931 -40.285,-17.00922 -4.715,-1.99078 29,57.5 v 
-0.5 0 h 0.5 v 0"
+       d="m 317.19822,94.77811 -40.285,-17.00922 -4.715,-1.99078 29,57.5 v 
-0.5 0 h 0.5 v 0"
        id="path1529"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="cccccccc" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#3399cc;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="m 409.92428,677.14844 54.05634,6.0499"
+       d="m 32.50965,124.60724 54.05634,6.0499"
        id="path1531"
        inkscape:connector-curvature="0" />
   </g>
   <g
-     transform="translate(0,-67.278107)"
+     transform="translate(0,-47.278107)"
      style="display:inline"
      inkscape:label="nodes cyan"
      id="g1491"
      inkscape:groupmode="layer"
      sodipodi:insensitive="true">
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="829.24042"
-       cx="568.98083"
+       cy="276.69922"
+       cx="191.56621"
        id="ellipse1431"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1433"
-       cx="588.85413"
-       cy="778.67493"
+       cx="211.4395"
+       cy="226.13373"
        inkscape:transform-center-x="9.5305949"
        inkscape:transform-center-y="-10.724827" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724822"
        inkscape:transform-center-x="9.5305654"
-       cy="740.67249"
-       cx="601.57867"
+       cy="188.13129"
+       cx="224.16405"
        id="ellipse1435"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1437"
-       cx="525.79852"
-       cy="829.24042" />
+       cx="148.3839"
+       cy="276.69922" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1439"
-       cx="557.82654"
-       cy="768.71582"
+       cx="180.41191"
+       cy="216.17462"
        inkscape:transform-center-x="9.5306167"
        inkscape:transform-center-y="-10.724797" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="783.02173"
-       cx="525.21936"
+       cy="230.48053"
+       cx="147.80473"
        id="ellipse1441"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1443"
-       cx="400.09586"
-       cy="647.34271" />
+       cx="22.681225"
+       cy="94.801514" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1445"
-       cx="450.11285"
-       cy="628.31934" />
+       cx="72.698227"
+       cy="75.778137" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1447"
-       cx="622.36951"
-       cy="699.45752"
+       cx="244.95488"
+       cy="146.91632"
        inkscape:transform-center-x="9.5306048"
        inkscape:transform-center-y="-10.724823" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1449"
-       cx="547.21771"
-       cy="792.29773" />
+       cx="169.80309"
+       cy="239.75653" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1451"
-       cx="566.20697"
-       cy="800.12549"
+       cx="188.79234"
+       cy="247.58429"
        inkscape:transform-center-x="9.5306006"
        inkscape:transform-center-y="-10.72485" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="751.63794"
-       cx="500.64822"
+       cy="199.09674"
+       cx="123.2336"
        id="ellipse1453"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1455"
-       cx="533.33447"
-       cy="751.72632" />
+       cx="155.91985"
+       cy="199.18512" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1457"
-       cx="450.75012"
-       cy="699.83545" />
+       cx="73.335495"
+       cy="147.29425" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="700.59174"
-       cx="476.07718"
+       cy="148.05054"
+       cx="98.662552"
        id="ellipse1459"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1461"
-       cx="521.49146"
-       cy="719.65314" />
+       cx="144.07683"
+       cy="167.11194" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1463"
-       cx="500.6362"
-       cy="703.87305" />
+       cx="123.22157"
+       cy="151.33185" />
     <ellipse
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724852"
        inkscape:transform-center-x="9.5305947"
-       cy="134.28851"
-       cx="211.9584"
+       cy="124.28851"
+       cx="221.9584"
        id="ellipse1465"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1467"
-       cx="576.62964"
-       cy="713.44794"
+       cx="199.21501"
+       cy="160.90674"
        inkscape:transform-center-x="9.5305633"
        inkscape:transform-center-y="-10.724851" />
     <ellipse
        ry="4.1593032"
        rx="4.1581793"
-       cy="123.16669"
-       cx="43.166531"
+       cy="113.16669"
+       cx="53.166531"
        id="ellipse1469"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
@@ -1095,103 +1050,95 @@
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1471"
-       cx="98.865997"
-       cy="129.43542" />
+       cx="108.866"
+       cy="119.43542" />
     <ellipse
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724835"
        inkscape:transform-center-x="9.5305988"
-       cy="130.05022"
-       cx="267.08618"
+       cy="120.05022"
+       cx="277.08618"
        id="ellipse1473"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1475"
-       cx="679.07196"
-       cy="686.22339"
+       cx="301.65732"
+       cy="133.68219"
        inkscape:transform-center-x="9.5305824"
        inkscape:transform-center-y="-10.724798" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724843"
        inkscape:transform-center-x="9.5305819"
-       cy="748.99109"
-       cx="577.00763"
+       cy="196.44989"
+       cx="199.593"
        id="ellipse1477"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1479"
-       cx="577.00763"
-       cy="748.99109"
+       cx="199.593"
+       cy="196.44989"
        inkscape:transform-center-x="9.5305819"
        inkscape:transform-center-y="-10.724843" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724843"
        inkscape:transform-center-x="9.5305819"
-       cy="748.99109"
-       cx="577.07013"
+       cy="196.44989"
+       cx="199.6555"
        id="ellipse1481"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(0,-3e-6)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="133.85095"
-       cx="22.887779"
+       cy="123.85095"
+       cx="32.887779"
        id="ellipse1483"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="682.1922"
-       cx="462.47165"
+       cy="129.651"
+       cx="85.057022"
        id="ellipse1485"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724829"
        inkscape:transform-center-x="9.5306165"
-       cy="647.3053"
-       cx="694.58264"
+       cy="94.764099"
+       cx="317.168"
        id="ellipse1487"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#419edb;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse1489"
-       cx="649.61285"
-       cy="628.31934" />
+       cx="272.19821"
+       cy="75.778137" />
   </g>
   <g
-     transform="translate(0,-20)"
      style="display:inline"
      inkscape:label="gnu:net no:des cyan"
      id="g1539"
-     inkscape:groupmode="layer">
+     inkscape:groupmode="layer"
+     sodipodi:insensitive="true">
     <ellipse
        inkscape:transform-center-y="-10.72485"
        inkscape:transform-center-x="9.5306006"
-       cy="276.32968"
-       cx="159.80099"
+       cy="266.32968"
+       cx="169.80099"
        id="ellipse1535"
        
style="display:inline;opacity:1;fill:#3399cc;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
@@ -1199,8 +1146,8 @@
     <ellipse
        inkscape:transform-center-y="-10.72485"
        inkscape:transform-center-x="9.5306006"
-       cy="259.99252"
-       cx="159.80099"
+       cy="249.99252"
+       cx="169.80099"
        id="ellipse1537"
        
style="display:inline;opacity:1;fill:#3399cc;fill-opacity:1;stroke:#3399cc;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        rx="4.1581793"
@@ -1211,304 +1158,273 @@
      id="layer3"
      inkscape:label="vertices red"
      style="display:none"
-     transform="translate(0,-67.278107)"
+     transform="translate(0,-47.278107)"
      sodipodi:insensitive="true">
     <path
        
style="fill:none;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 62.698223,85.778107 -39.5,48.000003 v 0 l -1,2"
+       d="m 72.698223,75.778107 -39.5,48.000003 v 0 l -1,2"
        id="path5313"
        inkscape:connector-curvature="0" />
     <path
        
style="fill:none;stroke:#cc0000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 12.698223,104.77811 10,29 21,-10.5 v 0 0"
+       d="m 22.698223,94.77811 10,29 21,-10.5 v 0 0"
        id="path5311"
        inkscape:connector-curvature="0" />
     <path
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 11.809253,105.24526 63.6227,34.91188 23.31802,-11.09978 
-35.03955,28.74946 11.86161,-17.77468 -53.18435,-5.79678 40.95076,23.69646 
25.32406,0.49689 24.193047,3.02495 v 48.02104 l 21.04995,-32.14943 
-20.559,-15.87161 32.52749,48.02104 -8.06937,31.38386 -24.94907,-31.76198 
24.94907,77.51429 22.25436,-36.69889 21.97354,37.07701 -43.59987,-0.37188 
41.32877,-28.87448 22.05899,-21.17152 -19.90986,50.171 -3.71591,-29.60613 
-8.57843,-31.7682 -9.69437,24.71516 54.37611,-52.19866 -24.9 [...]
+       d="m 21.809253,95.24526 63.6227,34.91188 23.318017,-11.09978 
-35.039547,28.74946 11.86161,-17.77468 -53.18435,-5.79678 40.95076,23.69646 
25.32406,0.49689 24.193047,3.02495 v 48.02104 l 21.04995,-32.14943 
-20.559,-15.87161 32.52749,48.02104 -8.06937,31.38386 -24.94907,-31.76198 
24.94907,77.51429 22.25436,-36.69889 21.97354,37.07701 -43.59987,-0.37188 
41.32877,-28.87448 22.05899,-21.17152 -19.90986,50.171 -3.71591,-29.60613 
-8.57843,-31.7682 -9.69437,24.71516 54.37611,-52.19866 -24. [...]
        id="path9316"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccc" />
     <path
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 98.868943,129.31358 37.045597,48.02106"
+       d="m 108.86894,119.31358 37.0456,48.02106"
        id="path9318"
        inkscape:connector-curvature="0" />
     <path
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 88.284483,158.4287 10.96248,-29.11512 12.474537,32.51819"
+       d="m 98.284483,148.4287 10.962477,-29.11512 12.47454,32.51819"
        id="path12058"
        inkscape:connector-curvature="0" />
     <path
        
style="display:inline;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 212.13974,133.78236 54.69043,-3.64603 -31.75647,27.04795"
+       d="m 222.13974,123.78236 54.69043,-3.64603 -31.75647,27.04795"
        id="path12250"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="ccc" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cc0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 399.11285,648.31931 50.5,-19.5 -14.05,28.1 0.925,-1.725 
-5.875,11.75 -0.25,-0.75"
+       d="m 21.69822,95.77811 50.5,-19.5 -14.05,28.1 0.925,-1.725 -5.875,11.75 
-0.25,-0.75"
        id="path5161"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="cccccc" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:#729fcf;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 601.57854,741.42859 -2.26809,-64.28015"
+       d="m 224.16391,188.88739 -2.26809,-64.28015"
        id="path12206"
        inkscape:connector-curvature="0" />
     <path
        
style="fill:none;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 189.57322,206.52811 -44,2.625 25.375,17.125 v 0"
+       d="m 199.57322,196.52811 -44,2.625 25.375,17.125 v 0"
        id="path5331"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 475.69911,700.21367 24.57107,51.42411"
+       d="m 98.28448,147.67247 24.57107,51.42411"
        id="path9320"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 534.29164,751.63778 12.85257,40.08057"
+       d="m 156.87701,199.09658 12.85257,40.08057"
        id="path9322"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 525.21925,783.02162 0.37803,45.75234"
+       d="m 147.80462,230.48042 0.37803,45.75234"
        id="path9324"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 601.95657,742.56293 -12.09653,36.6775"
+       d="m 224.54194,190.02173 -12.09653,36.6775"
        id="path9326"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 475.69911,700.59178 46.98395,22.0278 10.85256,28.26194"
+       d="m 98.28448,148.05058 46.98395,22.0278 10.85256,28.26194"
        id="path12060"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="ccc" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.99607843"
-       d="m 589.104,778.86231 -12.85255,-66.17074 v 36.6775 z"
+       d="m 211.68937,226.32111 -12.85255,-66.17074 v 36.6775 z"
        id="path12208"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.99607843"
-       d="m 557.35064,768.27501 31.75336,10.5873"
+       d="m 179.93601,215.73381 31.75336,10.5873"
        id="path12210"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.99607843"
-       d="m 500.27018,704.37298 v 48.77728 l 24.57105,30.2495 23.81505,9.45293"
+       d="m 122.85555,151.83178 v 48.77728 l 24.57105,30.2495 23.81505,9.45293"
        id="path12212"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 524.46323,829.53019 44.98392,-0.37812"
+       d="m 147.0486,276.98899 44.98392,-0.37812"
        id="path12216"
        inkscape:connector-curvature="0" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;stroke:#cc0000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99607843"
-       d="m 694.61285,647.31931 -40.285,-17.00922 -4.715,-1.99078 29,57.5 v 
-0.5 0 h 0.5 v 0"
+       d="m 317.19822,94.77811 -40.285,-17.00922 -4.715,-1.99078 29,57.5 v 
-0.5 0 h 0.5 v 0"
        id="path5163"
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="cccccccc" />
     <path
-       transform="translate(-387.41463,-542.5412)"
        
style="display:inline;opacity:1;fill:none;fill-rule:evenodd;stroke:#cc0000;stroke-width:1.58654225px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.99607843"
-       d="m 409.92428,677.14844 54.05634,6.0499"
+       d="m 32.50965,124.60724 54.05634,6.0499"
        id="path12214"
        inkscape:connector-curvature="0" />
   </g>
   <g
-     transform="translate(0,-67.278107)"
+     transform="translate(0,-47.278107)"
      style="display:none"
      inkscape:label="nodes red"
      id="g325"
      inkscape:groupmode="layer"
      sodipodi:insensitive="true">
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="829.24042"
-       cx="568.98083"
+       cy="276.69922"
+       cx="191.56621"
        id="ellipse12254"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12290"
-       cx="588.85413"
-       cy="778.67493"
+       cx="211.4395"
+       cy="226.13373"
        inkscape:transform-center-x="9.5305949"
        inkscape:transform-center-y="-10.724827" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724822"
        inkscape:transform-center-x="9.5305654"
-       cy="740.67249"
-       cx="601.57867"
+       cy="188.13129"
+       cx="224.16405"
        id="ellipse12284"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12256"
-       cx="525.79852"
-       cy="829.24042" />
+       cx="148.3839"
+       cy="276.69922" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12306"
-       cx="557.82654"
-       cy="768.71582"
+       cx="180.41191"
+       cy="216.17462"
        inkscape:transform-center-x="9.5306167"
        inkscape:transform-center-y="-10.724797" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="783.02173"
-       cx="525.21936"
+       cy="230.48053"
+       cx="147.80473"
        id="ellipse12280"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12258"
-       cx="400.09586"
-       cy="647.34271" />
+       cx="22.681225"
+       cy="94.801514" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12258-3"
-       cx="450.11285"
-       cy="628.31934" />
+       cx="72.698227"
+       cy="75.778137" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12294"
-       cx="622.36951"
-       cy="699.45752"
+       cx="244.95488"
+       cy="146.91632"
        inkscape:transform-center-x="9.5306048"
        inkscape:transform-center-y="-10.724823" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12252"
-       cx="547.21771"
-       cy="792.29773" />
+       cx="169.80309"
+       cy="239.75653" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12282"
-       cx="566.20697"
-       cy="800.12549"
+       cx="188.79234"
+       cy="247.58429"
        inkscape:transform-center-x="9.5306006"
        inkscape:transform-center-y="-10.72485" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="751.63794"
-       cx="500.64822"
+       cy="199.09674"
+       cx="123.2336"
        id="ellipse12276"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12278"
-       cx="533.33447"
-       cy="751.72632" />
+       cx="155.91985"
+       cy="199.18512" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12262"
-       cx="450.75012"
-       cy="699.83545" />
+       cx="73.335495"
+       cy="147.29425" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="700.59174"
-       cx="476.07718"
+       cy="148.05054"
+       cx="98.662552"
        id="ellipse12268"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12270"
-       cx="521.49146"
-       cy="719.65314" />
+       cx="144.07683"
+       cy="167.11194" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12274"
-       cx="500.6362"
-       cy="703.87305" />
+       cx="123.22157"
+       cy="151.33185" />
     <ellipse
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724852"
        inkscape:transform-center-x="9.5305947"
-       cy="134.28851"
-       cx="211.9584"
+       cy="124.28851"
+       cx="221.9584"
        id="ellipse12292"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12286"
-       cx="576.62964"
-       cy="713.44794"
+       cx="199.21501"
+       cy="160.90674"
        inkscape:transform-center-x="9.5305633"
        inkscape:transform-center-y="-10.724851" />
     <ellipse
        ry="4.1593032"
        rx="4.1581793"
-       cy="123.16669"
-       cx="43.166531"
+       cy="113.16669"
+       cx="53.166531"
        id="ellipse12260"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
@@ -1516,105 +1432,97 @@
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12266"
-       cx="98.865997"
-       cy="129.43542" />
+       cx="108.866"
+       cy="119.43542" />
     <ellipse
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724835"
        inkscape:transform-center-x="9.5305988"
-       cy="130.05022"
-       cx="267.08618"
+       cy="120.05022"
+       cx="277.08618"
        id="ellipse12296"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12298"
-       cx="679.07196"
-       cy="686.22339"
+       cx="301.65732"
+       cy="133.68219"
        inkscape:transform-center-x="9.5305824"
        inkscape:transform-center-y="-10.724798" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724843"
        inkscape:transform-center-x="9.5305819"
-       cy="748.99109"
-       cx="577.00763"
+       cy="196.44989"
+       cx="199.593"
        id="ellipse12288"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12302"
-       cx="577.00763"
-       cy="748.99109"
+       cx="199.593"
+       cy="196.44989"
        inkscape:transform-center-x="9.5305819"
        inkscape:transform-center-y="-10.724843" />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724843"
        inkscape:transform-center-x="9.5305819"
-       cy="748.99109"
-       cx="577.07013"
+       cy="196.44989"
+       cx="199.6555"
        id="ellipse12304"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(0,-3e-6)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="133.85095"
-       cx="22.887779"
+       cy="123.85095"
+       cx="32.887779"
        id="ellipse12264"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
-       cy="682.1922"
-       cx="462.47165"
+       cy="129.651"
+       cx="85.057022"
        id="ellipse12272"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        inkscape:transform-center-y="-10.724829"
        inkscape:transform-center-x="9.5306165"
-       cy="647.3053"
-       cx="694.58264"
+       cy="94.764099"
+       cx="317.168"
        id="ellipse12300"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
     <ellipse
-       transform="translate(-387.41463,-542.5412)"
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#cc0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
        id="ellipse12258-3-0"
-       cx="649.61285"
-       cy="628.31934" />
+       cx="272.19821"
+       cy="75.778137" />
   </g>
   <g
      inkscape:groupmode="layer"
      id="layer6"
      inkscape:label="gnu:net no:des red"
      style="display:none"
-     transform="translate(0,-20)">
+     sodipodi:insensitive="true">
     <ellipse
        ry="4.1593032"
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#ee0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.97635139"
        id="ellipse12282-8-9-0"
-       cx="159.80099"
-       cy="276.32968"
+       cx="169.80099"
+       cy="266.32968"
        inkscape:transform-center-x="9.5306006"
        inkscape:transform-center-y="-10.72485" />
     <ellipse
@@ -1622,13 +1530,13 @@
        rx="4.1581793"
        
style="display:inline;opacity:1;fill:#ee0000;fill-opacity:1;stroke:#ee0000;stroke-width:0.39663559;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.97635139"
        id="ellipse12282-8-9"
-       cx="159.80099"
-       cy="259.99252"
+       cx="169.80099"
+       cy="249.99252"
        inkscape:transform-center-x="9.5306006"
        inkscape:transform-center-y="-10.72485" />
   </g>
   <g
-     transform="translate(-387.41463,-609.81931)"
+     transform="translate(-387.41463,-589.81931)"
      style="display:inline"
      inkscape:groupmode="layer"
      id="g975"
@@ -1636,7 +1544,8 @@
     <g
        aria-label="gnu net"
        
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.53852463px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;letter-spacing:0px;word-spacing:0px;display:inline;opacity:1;fill:#fffefe;fill-opacity:1;stroke:none;stroke-width:1.03365779px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;image-rendering:auto"
-       id="text973">
+       id="text973"
+       transform="translate(10,-10)">
       <path
          d="m 489.62118,868.96318 q 0,2.375 -0.81641,4.23046 -0.81641,1.85547 
-2.30078,3.14193 -1.45964,1.28646 -3.46354,1.95443 -1.97917,0.69271 
-4.42839,0.69271 -6.01172,0 -10.26693,-3.63672 l 2.42448,-3.95834 q 
3.53776,3.04297 7.84245,3.04297 2.64714,0 4.25521,-1.31119 1.63281,-1.28646 
1.63281,-4.0573 v -2.47395 q -1.58333,1.36067 -3.04297,2.02864 -1.45963,0.64323 
-3.38932,0.64323 -2.22656,0 -4.13151,-0.9401 -1.90495,-0.94011 
-3.29037,-2.54818 -1.36067,-1.63281 -2.15234,-3.78516 -0.76 [...]
          
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50.66666794px;font-family:'Anonymous
 Pro';-inkscape-font-specification:'Anonymous Pro 
Bold';fill:#fffefe;fill-opacity:1;stroke-width:1.03365779px"
diff --git a/static/pdf/flyer2017.pdf b/static/pdf/flyer2017.pdf
deleted file mode 100644
index 5776895..0000000
Binary files a/static/pdf/flyer2017.pdf and /dev/null differ
diff --git a/static/scroll.css b/static/scroll.css
new file mode 100644
index 0000000..b36c841
--- /dev/null
+++ b/static/scroll.css
@@ -0,0 +1,49 @@
+#jump-top {
+    position: fixed;
+    bottom: 20px;
+    right: 20px;
+    background: rgb(0, 0, 0);
+    background: rgba(0, 0, 0, 0.7);
+    width: 50px;
+    height: 50px;
+    display: block;
+    text-decoration: none;
+    -webkit-border-radius: 35px;
+    -moz-border-radius: 35px;
+    border-radius: 35px;
+    display: none;
+    -webkit-transition: all 0.3s linear;
+    -moz-transition: all 0.3s ease;
+    -ms-transition: all 0.3s ease;
+    -o-transition: all 0.3s ease;
+    transition: all 0.3s ease;
+}
+#jump-top i {
+    color: #fff;
+    margin: 0;
+    position: relative;
+    left: 16px;
+    top: 13px;
+    font-size: 19px;
+    -webkit-transition: all 0.3s ease;
+    -moz-transition: all 0.3s ease;
+    -ms-transition: all 0.3s ease;
+    -o-transition: all 0.3s ease;
+    transition: all 0.3s ease;
+}
+
+#jump-top:hover {
+    background: rgba(0, 0, 0, 0.9);
+}
+#jump-top:hover i {
+    color: #fff;
+    top: 5px;
+}
+/*
+.jump-top {
+    position: fixed;
+    bottom: 35px;
+    right: 35px;
+    display: none;
+}
+*/
diff --git a/static/scroll.js b/static/scroll.js
new file mode 100644
index 0000000..1180588
--- /dev/null
+++ b/static/scroll.js
@@ -0,0 +1,12 @@
+$(window).scroll(function() {
+    if ($(this).scrollTop() >= 50) {
+        $('#jump-top').fadeIn(200);
+    } else {
+        $('#jump-top').fadeOut(200);
+    }
+});
+$('#jump-top').click(function() {
+    $('html').animate({
+        scrollTop : 0
+    }, 500);
+});
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..5979d21
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,317 @@
+.static-top {
+  position: fixed;
+  top: 0;
+  right: 0;
+  left: 0;
+  z-index: 3; }
+
+.skip {
+  display: none !important;
+  position: absolute;
+  top: 0;
+  left: 0;
+  width: 100%;
+  font-size: .857143em; }
+  .skip li {
+    position: absolute;
+    z-index: 1;
+    margin: 0; }
+  .skip a {
+    position: absolute;
+    left: -9999px; }
+    .skip a:active, .skip a:focus {
+      display: block;
+      position: static;
+      left: 0;
+      padding: .25em 1em; }
+
+.near-white {
+  color: #f4f4f4  !important; }
+
+.near-black {
+  color: #111; }
+
+.dark-grey {
+  color: #333; }
+
+.blue {
+  color: #357edd; }
+
+.bg-near-white {
+  background-color: #f4f4f4; }
+
+.bg-near-black {
+  background-color: #111; }
+
+code {
+  margin-bottom: 1em;
+  word-wrap: break-word; }
+
+a.btn {
+  text-decoration: none !important;
+  color: white !important;
+}
+a.btn:link, a.btn:visited {
+    text-decoration: none !important;
+    color: white !important;
+}
+
+.bluebox a:link, .bluebox a:visited {
+    text-decoration: underline !important;
+    color: #f4f4f4  !important;
+}
+
+h6.description {
+  font-weight: bold;
+  letter-spacing: 2px;
+  color: #999;
+  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+  padding-bottom: 5px; }
+
+.profile {
+  margin-top: 25px; }
+  .profile h1 {
+    font-weight: normal;
+    font-size: 20px;
+    margin: 10px 0 0 0; }
+  .profile h2 {
+    font-size: 14px;
+    font-weight: lighter;
+    margin-top: 5px; }
+  .profile .img-box {
+    opacity: 1;
+    display: block;
+    position: relative;
+    min-height: 160px; }
+    .profile .img-box:after {
+      content: "";
+      opacity: 0;
+      background-color: rgba(0, 0, 0, 0.75);
+      position: absolute;
+      right: 0;
+      left: 0;
+      top: 0;
+      bottom: 0; }
+  .profile .img-none {
+    text-align: center; }
+    .profile .img-none i.fa {
+      color: #eee;
+      font-size: 8em; }
+
+.img-box ul {
+  position: absolute;
+  z-index: 2;
+  bottom: 50px;
+  text-align: center;
+  width: 100%;
+  padding-left: 0px;
+  height: 0px;
+  margin: 0px;
+  opacity: 0; }
+
+.profile .img-box:after {
+  -webkit-transition: all 0.5s ease-in-out 0s;
+  -moz-transition: all 0.5s ease-in-out 0s;
+  transition: all 0.5s ease-in-out 0s; }
+
+.img-box ul {
+  -webkit-transition: all 0.5s ease-in-out 0s;
+  -moz-transition: all 0.5s ease-in-out 0s;
+  transition: all 0.5s ease-in-out 0s; }
+  .img-box ul li {
+    -webkit-transition: all 0.5s ease-in-out 0s;
+    -moz-transition: all 0.5s ease-in-out 0s;
+    transition: all 0.5s ease-in-out 0s; }
+  .img-box ul i {
+    font-size: 20px;
+    letter-spacing: 10px; }
+  .img-box ul li {
+    width: 30px;
+    height: 30px;
+    text-align: center;
+    color: #88C425;
+    margin: 2px;
+    padding: 5px;
+    display: inline-block; }
+
+.img-box a {
+  color: #fff; }
+
+.img-box:hover:after, .img-box:hover ul {
+  opacity: 1; }
+
+.img-box ul a {
+  -webkit-transition: all 0.3s ease-in-out 0s;
+  -moz-transition: all 0.3s ease-in-out 0s;
+  transition: all 0.3s ease-in-out 0s; }
+
+.img-box a:hover li {
+  border-color: #fff;
+  color: #88C425; }
+
+i.red {
+  color: #BC0213; }
+
+.btn-primary {
+  color: #fff;
+  background-color: #678;
+  border-color: #68a; }
+
+img.distro-logo {
+  height: 150px; }
+
+a.btn:hover {
+  transition: background-color 0.7s;
+  background-color: #217fae;
+  border-color: #fff;
+  color: white !important; }
+
+body .banner {
+  color: white;
+  padding-top: 20px;
+  padding-bottom: 20px; }
+
+#body_content .banner a {
+  color: white; }
+
+.lang-slector {
+  float: right;
+  padding-top: 2mm;
+  padding-bottom: 4mm;
+  margin-left: 15px;
+  margin-right: 15px; }
+
+html {
+  overflow-y: scroll; }
+
+.dark {
+  background-color: #333;
+  color: white; }
+
+.c_acronym {
+  background-color: #419edb;
+  color: white; }
+  .c_acronym a {
+    color: #c1d9f5; }
+
+footer a {
+  text-decoration: underline;
+  color: white; }
+  footer a:link, footer a:visited {
+    text-decoration: underline;
+    color: white; }
+  footer a:hover {
+    transition: background-color 0.3s;
+    background-color: rgba(100, 100, 100, 0.5); }
+
+.c_intro {
+  min-height: 97vh; }
+
+.in .nav-lang {
+  display: none; }
+
+.mobile-lang {
+  margin-left: 5px;
+  margin-top: 8px; }
+
+#mybody {
+  color: black; }
+
+.btn-dark {
+  background-color: #999; }
+
+#mybody nav {
+  border-radius: 0px;
+  padding: 10px; }
+
+.index-logo {
+  text-align: center; }
+
+footer {
+  padding: 2em; }
+
+#body_content {
+  min-height: 80vh; }
+  #body_content .container-wide {
+    margin-bottom: 2em;
+    padding-top: 1em;
+    padding-bottom: 1em;
+    padding-left: 2em;
+    padding-right: 2em; }
+  #body_content .container {
+    padding-top: 1em;
+    padding-bottom: 1em;
+    padding-left: 2em;
+    padding-right: 2em;
+    max-width: 80em; }
+  #body_content .jumbotron {
+    margin-bottom: 0px; }
+
+.adorn_h3_bracket h3::before {
+  content: "#";
+  color: #333;
+  margin-right: 0.5em; }
+
+.footer-list {
+  list-style: none; }
+
+.cushion-above {
+  padding-top: 2em; }
+
+.cushion-below {
+  padding-bottom: 2em; }
+
+.invert {
+  -webkit-filter: invert(100%);
+  filter: invert(100%); }
+
+.row {
+  min-width: 50%; }
+
+header {
+  text-align: center;
+  margin-top: 30px;
+  margin-bottom: 50px; }
+
+.alert {
+  display: flex;
+  overflow: hidden;
+  background-color: #c4453c;
+  width: 100%;
+  align-items: center;
+  justify-content: center;
+  padding: 0.1em; }
+
+.alert-content {
+  color: #f6f6f6;
+  font: bold 16px/40px sans-serif;
+  text-align: center;
+  text-decoration: none; }
+
+.subnav a.nav-link:link, .subnav a.nav-link:visited {
+  color: #419edb !important; }
+
+a.subnav-anchor {
+  position: relative;
+  top: -80px; }
+
+.item-preview:link .item-previewvisited {
+  text-decoration: none;
+  color: #212529;
+  display: block;
+  padding: 10px 15px;
+  text-align: left; }
+
+.item-preview:active .item-preview:focus .item-preview:hover {
+  background-color: #F4BB15; }
+
+.item-preview h3 {
+  font-size: 1em;
+  font-weight: bold;
+  margin: 0px; }
+
+.item-preview p {
+  word-wrap: break-word; }
+
+.item-date {
+  font-size: 0.9em; }
diff --git a/static/styles.sass b/static/styles.sass
deleted file mode 100644
index d554d72..0000000
--- a/static/styles.sass
+++ /dev/null
@@ -1,334 +0,0 @@
-.static-top
-  position: fixed
-  top: 0
-  right: 0
-  left: 0
-  z-index: 3
-
-.skip
-  display: none !important
-  position: absolute
-  top: 0
-  left: 0
-  width: 100%
-  font-size: .857143em
-  li
-    position: absolute
-    z-index: 1
-    margin: 0
-  a
-    position: absolute
-    left: -9999px
-    &:active, &:focus
-      display: block
-      position: static
-      left: 0
-      padding: .25em 1em
-
-// text colors
-
-// blunt-force priority, works for now.
-.near-white
-  color: #f4f4f4  !important
-
-.near-black
-  color: #111
-
-.dark-grey
-  color: #333
-
-.blue
-  color: #357edd
-
-// background colors
-
-.bg-near-white
-  background-color: #f4f4f4
-
-.bg-near-black
-  background-color: #111
-
-code
-  margin-bottom: 1em
-  word-wrap: break-word
-
-// hyperlinks and buttons
-
-//#body_content a
-//  text-decoration: underline
-//  color: #357edd
-//  &:link, &:visited
-//    text-decoration: underline
-//    color: #357edd
-
-a.btn
-  text-decoration: none !important
-  color: white !important
-  &:link, &:visited
-    text-decoration: none !important
-    color: white !important
-
-h6.description
-  font-weight: bold
-  letter-spacing: 2px
-  color: #999
-  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
-  padding-bottom: 5px
-
-.profile
-  margin-top: 25px
-  h1
-    font-weight: normal
-    font-size: 20px
-    margin: 10px 0 0 0
-  h2
-    font-size: 14px
-    font-weight: lighter
-    margin-top: 5px
-  .img-box
-    opacity: 1
-    display: block
-    position: relative
-    min-height: 160px
-    &:after
-      content: ""
-      opacity: 0
-      background-color: rgba(0, 0, 0, 0.75)
-      position: absolute
-      right: 0
-      left: 0
-      top: 0
-      bottom: 0
-  .img-none
-    text-align: center
-    i.fa
-      color: #eee
-      font-size: 8em
-
-.img-box ul
-  position: absolute
-  z-index: 2
-  bottom: 50px
-  text-align: center
-  width: 100%
-  padding-left: 0px
-  height: 0px
-  margin: 0px
-  opacity: 0
-
-.profile .img-box:after
-  -webkit-transition: all 0.5s ease-in-out 0s
-  -moz-transition: all 0.5s ease-in-out 0s
-  transition: all 0.5s ease-in-out 0s
-
-.img-box
-  ul
-    -webkit-transition: all 0.5s ease-in-out 0s
-    -moz-transition: all 0.5s ease-in-out 0s
-    transition: all 0.5s ease-in-out 0s
-    li
-      -webkit-transition: all 0.5s ease-in-out 0s
-      -moz-transition: all 0.5s ease-in-out 0s
-      transition: all 0.5s ease-in-out 0s
-    i
-      font-size: 20px
-      letter-spacing: 10px
-    li
-      width: 30px
-      height: 30px
-      text-align: center
-      color: #88C425
-      margin: 2px
-      padding: 5px
-      display: inline-block
-  a
-    color: #fff
-  &:hover
-    &:after, ul
-      opacity: 1
-  ul a
-    -webkit-transition: all 0.3s ease-in-out 0s
-    -moz-transition: all 0.3s ease-in-out 0s
-    transition: all 0.3s ease-in-out 0s
-  a:hover li
-    border-color: #fff
-    color: #88C425
-
-i.red
-  color: #BC0213
-
-.btn-primary
-  color: #fff
-  background-color: #678
-  border-color: #68a
-
-img.distro-logo
-  height: 150px
-
-a.btn:hover
-  transition: background-color 0.7s
-  background-color: #217fae
-  border-color: #fff
-  color: white !important
-
-body .banner
-  color: white
-  padding-top: 20px
-  padding-bottom: 20px
-
-#body_content .banner a
-  color: white
-
-.lang-slector
-  float: right
-  padding-top: 2mm
-  padding-bottom: 4mm
-  margin-left: 15px
-  margin-right: 15px
-
-html
-  overflow-y: scroll
-
-.dark
-  background-color: #333
-  color: white
-
-.c_acronym
-  background-color: #419edb
-  color: white
-  a
-   &:link &:visited
-   color: #c1d9f5
-
-footer a
-  text-decoration: underline
-  color: white
-  &:link, &:visited
-    text-decoration: underline
-    color: white
-  &:hover
-    transition: background-color 0.3s
-    background-color: rgba(100, 100, 100, 0.5)
-
-.c_intro
-  min-height: 97vh
-
-// don't show the language selector in the dropdown on mobile devices,
-// since it's in the top bar already.
-
-.in .nav-lang
-  display: none
-
-.mobile-lang
-  margin-left: 5px
-  margin-top: 8px
-
-#mybody
-  // override ugly bootstrap defaults
-  color: black
-
-.btn-dark
-  background-color: #999
-
-#mybody nav
-  border-radius: 0px
-  padding: 10px
-
-.index-logo
-  text-align: center
-
-footer
-  padding: 2em
-
-#body_content
-  .container-wide
-    margin-bottom: 2em
-    padding-top: 1em
-    padding-bottom: 1em
-    padding-left: 2em
-    padding-right: 2em
-  .container
-    padding-top: 1em
-    padding-bottom: 1em
-    padding-left: 2em
-    padding-right: 2em
-    max-width: 80em
-  .jumbotron
-    margin-bottom: 0px
-  // push footer down
-  min-height: 80vh
-
-.adorn_h3_bracket h3::before
-  content: "#"
-  color: #333
-  margin-right: 0.5em
-
-.footer-list
-  list-style: none
-
-.cushion-above
-  padding-top: 2em
-
-.cushion-below
-  padding-bottom: 2em
-
-.invert
-  -webkit-filter: invert(100%)
-  filter: invert(100%)
-
-.row
-  min-width: 50%
-
-header
-  text-align: center
-  margin-top: 30px
-  margin-bottom: 50px
-
-// Notification bar at top of index page
-.alert
-  display: flex;
-  overflow: hidden;
-  background-color: #c4453c;
-  width: 100%;
-  align-items: center;
-  justify-content: center;
-  padding: 0.1em
-
-.alert-content
-  //position: absolute;
-  color: #f6f6f6;
-  font: bold 16px/40px sans-serif;
-  text-align: center;
-  text-decoration: none;
-
-
-// Some docs are too long, thus there is a need for a subnav.
-// Use "subnav" class for the submenu.
-// Use "subnav-anchor" class for the a-tags right before a section title.
-.subnav
-  a.nav-link
-    &:link, &:visited
-      color: #419edb !important
-a.subnav-anchor
-  position: relative
-  top: -80px
-
-.item-preview
-  &:link &visited
-   text-decoration: none
-   color: #212529
-   display: block
-   padding: 10px 15px
-   text-align: left
-  &:active &:focus &:hover
-    background-color: #F4BB15
-  h3
-    font-size: 1em
-    font-weight: bold
-    margin: 0px
-
-  p
-    word-wrap: break-word
-
-.item-date
-  font-size: 0.9em
diff --git a/template.py b/template.py
deleted file mode 100755
index 89e4856..0000000
--- a/template.py
+++ /dev/null
@@ -1,304 +0,0 @@
-#!/usr/bin/env python3
-# coding: utf-8
-#
-# Copyright (C) 2017, 2018, 2019 GNUnet e.V.
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.  This file is offered as-is,
-# without any warranty.
-#
-# ----
-#
-# This script runs the jinja2 templating engine on an input template-file
-# using the specified locale for gettext translations, and outputs
-# the resulting (HTML) ouptut-file.
-#
-# Note that the gettext files need to be prepared first. This script
-# is thus to be invoked via the Makefile.
-#
-# We import unicode_literals until people have understood how unicode
-# with bytes and strings changed in python2->python3.
-# from __future__ import unicode_literals
-import os
-import os.path
-import sys
-import re
-import gettext
-import glob
-import codecs
-import jinja2
-import i18nfix
-from pathlib import Path
-import hashlib
-from bs4 import BeautifulSoup
-from ruamel.yaml import YAML
-import html.parser
-
-
-env = jinja2.Environment(loader=jinja2.FileSystemLoader(
-    os.path.dirname(__file__)),
-                         extensions=["jinja2.ext.i18n"],
-                         lstrip_blocks=True,
-                         trim_blocks=True,
-                         undefined=jinja2.StrictUndefined,
-                         autoescape=False)
-
-
-class extractText(html.parser.HTMLParser):
-    def __init__(self):
-        super(extractText, self).__init__()
-        self.result = []
-    def handle_data(self, data):
-        self.result.append(data)
-    def text_in(self):
-        return ''.join(self.result)
-
-
-def html2text(html):
-    k = extractText()
-    k.feed(html)
-    return k.text_in()
-
-
-def localized(filename, locale, *args):
-    if len(args) == 0:
-        return "../" + locale + "/" + filename
-    ext = kwargs.get('ext', None)
-    if ext is not None:
-        lf = filename + "." + locale + "." + ext
-        lp = Path(lf)
-        if locale == "en" or not lp.is_file():
-            return "../" + filename + "." + ext
-        else:
-            return "../" + lf
-
-
-def fileop(infile, outfile, action):
-    """
-    infile: inputfile, Path object
-    outfile: outputfile, Path object
-    action: action if any, String
-    """
-    i = Path(infile)
-    o = Path(outfile)
-    outdir = Path("rendered")
-    if i.is_file() is not False:
-        if action == "copy":
-            # Write content of i to o.
-            o.write_text(i.read_text())
-        if action == "link":
-            o.symlink_to(i)
-
-
-def write_name(filename, infile, locale, replacer):
-    return "./rendered/" + locale + "/" + infile.replace(replacer,
-                                                         '').rstrip(".j2")
-
-
-def sha256sum(_):
-    sha256 = hashlib.sha256()
-    with io.open(_, mode="rb") as fd:
-        content = fd.read()
-        sha256.update(content)
-    return sha256.hexdigest()
-
-
-def walksum(_):
-    sha256 = hashlib.sha256()
-    x = Path(_)
-    if not x.exists():
-        return -1
-    try:
-        for root, directories, files in os.walk(_):
-            for names in sorted(files):
-                filepath = os.path.join(root, names)
-                try:
-                    fl = open(filepath, 'rb')
-                except:
-                    fl.close()
-                    continue
-                while 1:
-                    buf = fl.read(4096)
-                    if not buf:
-                        break
-                    sha256.update(hashlib.sha256(buf).hexdigest())
-                fl.close()
-    except:
-        import traceback
-        traceback.print_exc()
-        return -2
-    return sha256.hexdigest()
-
-
-def rm_rf(directory):
-    directory = Path(directory)
-    for child in directory.glob('*'):
-        if child.is_file():
-            child.unlink()
-        else:
-            rm_rf(child)
-    directory.rmdir()
-
-
-# This generates and switches sites generations, preventing
-# in-place modification of the website.
-# * save old generation directory name
-# * jinja2 creates content in "rendered" (happened before calling this 
function)
-# * calculate sum of "rendered"
-# * move "rendered" to out/$sum
-# * remove symlink "html_dir"
-# * symlink out/$sum to "html_dir"
-# * delete old generation directory
-def generation_dir(htmldir):
-    oldgen = Path(htmldir).resolve()
-    # precondition: jinja2 has created the files in "rendered".
-    newgen = Path("rendered")
-    newgen_sum = walksum(newgen)
-    outdir = Path("out")
-    outdir.mkdir(parents=True, exist_ok=True)
-    newgen_target = Path("out") / newgen_sum
-    newgen.rename(newgen_target)
-    html = Path(htmldir)
-    html.unlink()
-    fileop(newgen, html, "link")
-    rm_rf(oldgen)
-
-
-def copy_static(locale, indict):
-    for key, value in indict.items():
-        print(locale + "/" + key + " ...to... " + locale + "/" + value)
-
-
-def preview_text(filename, count):
-    with open(filename) as html:
-        # html = open(filename).read()
-        soup = BeautifulSoup(html, features="lxml")
-        for script in soup(["script", "style"]):
-            script.extract()
-        k = []
-        # for i in soup.findAll('p')[1:3]:
-        for i in soup.findAll('p')[1]:
-            k.append(i)
-        b = ''.join(str(e) for e in k)
-        text = html2text(b.replace("\n", ""))
-        textreduced = (text[:count] + '...') if len(text) > count else (text + 
'..')
-        return(textreduced)
-
-
-def abstract_news(filename, count):
-    return preview_text("news/" + filename + ".j2", count)
-
-
-def generate_site(root, conf):
-    for in_file in glob.glob(root + "/*.j2"):
-        name, ext = re.match(r"(.*)\.([^.]+)$", in_file.rstrip(".j2")).groups()
-        tmpl = env.get_template(in_file)
-
-        def self_localized(other_locale):
-            """
-            Return URL for the current page in another locale.
-            """
-            return "../" + other_locale + "/" + in_file.replace(
-                root + '/', '').rstrip(".j2")
-
-        def url_localized(filename):
-            if root == "news":
-                return "../../" + locale + "/" + filename
-            else:
-                return "../" + locale + "/" + filename
-
-        def url_static(filename):
-            if root == "news":
-                return "../../static/" + filename
-            else:
-                return "../static/" + filename
-
-        def url_dist(filename):
-            if root == "news":
-                return "../../dist/" + filename
-            else:
-                return "../dist/" + filename
-
-        def svg_localized(filename):
-            lf = filename + "." + locale + ".svg"
-            if locale == "en" or not os.path.isfile(lf):
-                return "../" + filename + ".svg"
-            else:
-                return "../" + lf
-
-        def url(x):
-            # TODO: look at the app root environment variable
-            # TODO: check if file exists
-            #if root == "news":
-            #    return "../" + "../" + x
-            #else:
-            #    return "../" + x
-            return "../" + x
-
-        for l in glob.glob("locale/*/"):
-            locale = os.path.basename(l[:-1])
-
-            tr = gettext.translation("messages",
-                                     localedir="locale",
-                                     languages=[locale])
-
-            tr.gettext = i18nfix.wrap_gettext(tr.gettext)
-
-            env.install_gettext_translations(tr, newstyle=True)
-
-            content = tmpl.render(lang=locale,
-                                  lang_full=conf["langs_full"][locale],
-                                  url=url,
-                                  meetingnotesdata=conf["meetingnotes"],
-                                  newsdata=conf["newsposts"],
-                                  videosdata=conf["videoslist"],
-                                  self_localized=self_localized,
-                                  url_localized=url_localized,
-                                  url_static=url_static,
-                                  url_dist=url_dist,
-                                  svg_localized=svg_localized,
-                                  filename=name + "." + ext)
-
-            if root == "news":
-                out_name = "./rendered/" + locale + "/" + root + "/" + 
in_file.replace(
-                    root + '/', '').rstrip(".j2")
-            else:
-                out_name = "./rendered/" + locale + "/" + in_file.replace(
-                    root + '/', '').rstrip(".j2")
-
-            outdir = Path("rendered")
-
-            if root == "news":
-                langdir = outdir / locale / root
-            else:
-                langdir = outdir / locale
-
-            langdir.mkdir(parents=True, exist_ok=True)
-
-            with codecs.open(out_name, "w", encoding='utf-8') as f:
-                f.write(content)
-
-
-def main():
-    # rm_rf("rendered")
-    yaml=YAML(typ='safe')
-    site_configfile=Path("www.yml")
-    conf=yaml.load(site_configfile)
-
-    for item in conf["newsposts"]:
-        item['abstract'] = abstract_news(item['page'], 1000)
-    print("generating template")
-    generate_site("template", conf)
-    print("generating news")
-    generate_site("news", conf)
-
-#    for l in glob.glob("locale/*/"):
-#        locale = os.path.basename(l[:-1])
-#        copy_static (locale, staticfiles)
-# generate_rss
-#print("running generation")
-#generation_dir
-
-if __name__ == "__main__":
-    main()
diff --git a/template/engage.html.j2 b/template/engage.html.j2
index bd31d7d..000396a 100644
--- a/template/engage.html.j2
+++ b/template/engage.html.j2
@@ -50,7 +50,7 @@
      </p>
      <h2>Use GNUnet!</h2>
       <p>
-      <a href="use.html">Let's get started...</a>
+      <a href="use.html">Let&#39;s get started...</a>
       </p>
      <h2>Report bugs!</h2>
       <p>
@@ -63,11 +63,11 @@
         <li>Please inform us if your operating system or package manager 
applies any vendor changes to GNUnet which you know about (to exclude potential 
problems introduced by third parties).</li>
         <li>Wait until your bug report is acknowledged/replied to. Note that 
only volunteers work on this, responses may take a while.</li>
         <li>Please follow up with eventual questions about the bug. </li>
-        <li>Once a fix is there: Check if it's working as expected, so that we 
can properly close the bug report and/or give you credits :)</li>
+        <li>Once a fix is there: Check if it&#39;s working as expected, so 
that we can properly close the bug report and/or give you credits :)</li>
       </ul>
     <h2>Contribute!</h2>
       <p>
-        There are various ways to contribute. We especially need coders with C 
skills and knowledge of crypto. Development work on this this website, it's 
translations, the bibliography, our wide documentation, and other efforts are 
most welcome, too.<br>
+        There are various ways to contribute. We especially need coders with C 
skills and knowledge of crypto. Development work on this this website, it&#39;s 
translations, the bibliography, our wide documentation, and other efforts are 
most welcome, too.<br>
         The core software of GNUnet used to be released with long breaks 
between releases. Since the 0.11.0 release we try to make releases more 
regularly. Therefore package maintainers who are interested in working together 
with an welcoming environment are invited to contribute packages of our 
software to any OS/PM and request help.<br>
         Last but not least designers are welcome to contact us about projects 
which require help.
     </p>
@@ -79,16 +79,13 @@
       <h2>Bibliography</h2>
       <p>If you are more the reading kind of person, please take a seat <a 
href="https://bib.gnunet.org/";>in our library...</a></p>
       <h2>Videos</h2>
-      <p>...or if you rather want hear us talking to you, lean back and watch 
some <a href="video.html">videos</a> of our talks at conferences.</p>
+      <p>...or if you rather want hear us talking to you, lean back and watch 
some <a href="{{ url_localized('video.html') }}">videos</a> of our talks at 
conferences.</p>
     </div>
     <div class="col-md">
       <h2>Get together!</h2>
       <p>
-        Occasionally we meet in "meat space", mostly in Germany and
-        Switzerland.
-        The usual occasions are:
+        Occasionally we meet in "meat space", mostly in Germany and 
Switzerland. The usual occasions are:
       </p>
-      <!-- ul must stand on its own. See html specs -->
       <ul>
         <li><a href="https://events.ccc.de/congress";>Chaos Communication 
Congress</a> in Leipzig (DE), 27th-30th December</li>
         <li><a href="https://datenspuren.de";>Datenspuren</a> in Dresden (DE), 
usually by mid/end of September</li>
@@ -100,4 +97,3 @@
 
 </article>
 {% endblock body_content %}
-
diff --git a/template/gns.html.j2 b/template/gns.html.j2
new file mode 100644
index 0000000..9ac34ad
--- /dev/null
+++ b/template/gns.html.j2
@@ -0,0 +1,63 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<article class="container">
+
+  <header>
+    <center><img style="width: 14em" src="{{ url_static('images/gns-logo.png') 
}}"  alt="GNS" /></center>
+    <h1>{{ _("The GNU Name System") }}</h1>
+  </header>
+
+  <div class="container">
+    <div class="row">
+      <div class="col-md">
+        <h2>{{ _("Motivation") }}</h2>
+        <p>
+          {% trans %}
+          The Domain Name System today enables traffic amplification attacks,
+          censorship (i.e. China), mass surveillance (MORECOWBELL) and 
offensive
+          cyber war (QUANTUMDNS).<br/>
+          Unfortunately, band aid solutions such as DoT, DoH, DNSSEC, DPRIVE
+          and the like will not fix this. This is why we built the GNU Name
+          System (GNS), a secure, decentralized name system built on top of
+          GNUnet.
+          {% endtrans %}
+        </p>
+
+      </div>
+      <div class="col-md">
+      <h2>{{ _("Overview") }}</h2>
+      <p>
+      The GNU Name System (GNS) is a decentralized database that enables users 
to securely resolve names to values. Names can be used to identify other users 
(for example, in social networking), or network services (for example, VPN 
services running at a peer in GNUnet, or purely IP-based services on the 
Internet). Users interact with GNS by typing in a hostname that ends in a 
top-level domain that is configured in the “GNS” section, matches an identity 
of the user or ends in a Base32-en [...]
+      </p>
+      </div>
+    </div>
+
+    <div class="row">
+    <div class="col-md">
+    <h2>{{ _("Features") }}</h2>
+    <p>
+{% trans %}
+The GNU Name System (GNS) is secure and decentralized naming system. It allows 
its users to register names as top-level domains (TLDs) and resolve other 
namespaces within their TLDs.
+<br/>
+GNS is designed to provide:
+<ul>
+<li>Censorship resistance</li>
+<li>Query privacy</li>
+<li>Secure name resolution</li>
+<li>Compatibility with DNS</li>
+{% endtrans %}
+</p>
+</div>
+      <div class="col-md">
+      <h2>{{ _("Resources") }}</h2>
+      <p>
+Videos giving an overview of most of the GNS and the motivations behind it is 
available in our <a href="{{ url_localized('video.html') }}">videos 
section</a>.<br/>
+        Read more about GNS in the respective section of our <a 
href="https://docs.gnunet.org/handbook/gnunet.html#GNU-Name-System-_0028GNS_0029";
 target="_blank">handbook</a>.
+        </p>
+      </div>
+    </div>
+
+  </div>
+
+</article>
+{% endblock body_content %}
diff --git a/template/gsoc-2018-gnunet-webui.html.j2 
b/template/gsoc-2018-gnunet-webui.html.j2
index ada000f..ec65ee5 100644
--- a/template/gsoc-2018-gnunet-webui.html.j2
+++ b/template/gsoc-2018-gnunet-webui.html.j2
@@ -4,7 +4,7 @@
     <div class="container">
       <div class="text-center">
         <header>
-          <h1>{{ _("GSoC 2018: GNUnet WebUI") }}</h1>
+          <h1>{{ _("GSoC 2018: GNUnet WebUI (GNUnet Web-based User 
Interface)") }}</h1>
         </header>
         <br />
         <p>
@@ -13,21 +13,21 @@
           {% endtrans %}
         </p>
       </div>
+      <h4>What was done?</h4>
       <p>
         {% trans %}
-          <strong>What was done?</strong><br />
           In the context of Google Summer of Code 2018, my mentor
           (Martin Schanzenbach) and I have worked on creating and
           extending the REST API of GNUnet. Currently, we mirrored
           the functionality of following commands:
         {% endtrans %}
       </p>
-      <p>
-        gnunet-identity<br />
-        gnunet-namestore<br />
-        gnunet-gns<br />
-        gnunet-peerinfo
-      </p>
+      <ul>
+        <li>gnunet-identity</li>
+        <li>gnunet-namestore</li>
+        <li>gnunet-gns</li>
+        <li>gnunet-peerinfo</li>
+      </ul>
       <p>
         {% trans %}
           Additionally, we developed a website with the Javascript
@@ -36,32 +36,33 @@
           with Sphinx.
         {% endtrans %}
       </p>
+      <h4>Why did we create a REST API?</h4>
       <p>
         {% trans %}
-          <strong>Why did we create a REST API?</strong><br />
-          ... when you can use the command line tools?<br />
-          We need to keep in mind, that everyone has the right to stay secure
-          and private but not everyone feels comfortable using a terminal. The
-          further developed REST access to GNUnet APIs in addition to the new
-          web application allows new users to interact with GNUnet over a well
-          known tool: their browsers. This addition to the C API and the 
command
-          line tools may attract new users and developers.
+          ... when you can use the command line tools?  We need to
+          keep in mind, that everyone has the right to stay secure and
+          private but not everyone feels comfortable using a
+          terminal. The further developed REST access to GNUnet APIs
+          in addition to the new web application allows new users to
+          interact with GNUnet over a well known tool: their
+          browsers. This addition to the C API and the command line
+          tools may attract new users and developers.
         {% endtrans %}
       </p>
-      <p>
-        {% trans %}
-          <strong>How can we use it?</strong><br />
-          1. The REST API developed in GNUnet<br /> The REST API is
-          already merged into the gnunet.git repository
-          (<a href="https://gnunet.org/git/gnunet.git/";>GNUnet Main 
Git</a>).<br />
-          To use the new features, clone the repository
-          and follow the <a 
href="https://gnunet.org/en/install.html";>Installation</a>
-          on gnunet.org. Then, start the rest service with "gnunet-arm -i 
rest".
-        {% endtrans %}
-      </p>
-      <p>
+      <h4>How can we use it?</h4>
+      <ol>
         {% trans %}
-          2. The Web Application<br />
+          <li>
+            The REST API developed in GNUnet<br> The REST API is
+            already merged into the gnunet.git repository
+            (<a href="https://gnunet.org/git/gnunet.git/";>GNUnet Main 
Git</a>).<br />
+            To use the new features, clone the repository and follow
+            the <a href="https://gnunet.org/en/install.html";>Installation</a>
+            on gnunet.org. Then, start the rest service with
+            "gnunet-arm -i rest".
+          </li>
+        <li>
+          The Web Application<br>
           The web application is available under the gnunet-webui.git
           repository
           (<a href="https://gnunet.org/git/gnunet-webui.git/";>GNUnet WebUI 
Git</a>).<br />
@@ -74,28 +75,27 @@
           in mind, that this website communicates with another localhost
           instance) use "yarn build" for building the web application
           and use the output in the 'dist' directory.
-        {% endtrans %}
-      </p>
-      <p>
-        {% trans %}
-          3. The Documentation<br />
+        </li>
+        <li>
+          The Documentation<br />
           The documentation is available under the gnunet-rest-api.git
           repository
           (<a href="https://gnunet.org/git/gnunet-rest-api.git/";>GNUnet REST 
API Docmentation Git</a>).<br />
           Clone the repository
           and "make html". Then open the 'index.html' under
           'build/html/'.
-        {% endtrans %}
-      </p>
+        </li>
+      {% endtrans %}
+      </ol>
       <p>
         {% trans %}
           Please, give it a try and contact me, if you find any
           bugs or unintentional features. ;)
         {% endtrans %}
       </p>
+      <h4>What can be improved?</h4>
       <p>
         {% trans %}
-          <strong>What can be improved?</strong><br />
           Right now, the build process of the web application may be a
           little too complex for a casual user. We may be able to solve
           this by using docker.<br />  Additionally, the web application
diff --git a/template/index.html.j2 b/template/index.html.j2
index 3386f62..ee58c59 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,12 +1,6 @@
 {% extends "common/base.j2" %}
 {% block body_content %}
   {% import 'inc/news.macro.j2' as news %}
-<!-- Notice Banner -->
-<div class="alert">
-  <div class="alert-content">
-    Notice: GNUnet is still undergoing major development. It is largely <i>not 
yet ready</i> for usage beyond developers
-  </div>
-</div>
 <!-- Jumbotron -->
 <div class="jumbotron">
   <div class="container">
@@ -57,32 +51,7 @@
   </div>
 </div>
 
-<div class="container-fluid">
-  <div class="container">
-    <div class="row">
-      <div class="container text-center">
-        <h1>{{ _("News") }}<a name="news"></a></h1>
-      </div>
-    </div>
-    {% for item in newsdata[:4] %}
-    <div class="row">
-        <div class="col-lg-12">
-          {{ news.newspreview(item, prefix="news/") }}
-        </div>
-    </div>
-    {% endfor %}
-    <div class="row">
-      <div class="container text-center">
-        <p>
-          Read more of our recent news postings <a href="news/index.html">in 
the archive</a>.
-        </p>
-      </div>
-    </div>
-  </div>
-</div>
-
-
-<div class="container-fluid c_acronym link-white">
+<div class="container-fluid c_acronym link-white bluebox">
   <div class="container">
     <div class="row">
       <div class="container text-center">
@@ -348,7 +317,7 @@
   </div>
 </div>
 
-<div class="container-fluid c_acronym link-white">
+<div class="container-fluid c_acronym link-white bluebox">
   <div class="container">
     <div class="row">
       <div class="container text-center">
@@ -387,4 +356,28 @@
     </div>
   </div>
 </div>
+<div class="container-fluid">
+  <div class="container">
+    <div class="row">
+      <div class="container text-center">
+        <h1>{{ _("News") }}<a name="news"></a></h1>
+      </div>
+    </div>
+    {% for item in newsdata[:4] %}
+    <div class="row">
+        <div class="col-lg-12">
+          {{ news.newspreview(item, prefix="news/") }}
+        </div>
+    </div>
+    {% endfor %}
+    <div class="row">
+      <div class="container text-center">
+        <p>
+          <a class="btn btn-primary btn-lg" href="{{ url_localized('news') 
}}">{{ _("News Archive") }}</a>
+        </p>
+      </div>
+    </div>
+  </div>
+</div>
+
 {% endblock body_content %}
diff --git a/template/install-on-netbsd.html.j2 
b/template/install-on-netbsd.html.j2
index adf1503..b36eaa2 100644
--- a/template/install-on-netbsd.html.j2
+++ b/template/install-on-netbsd.html.j2
@@ -10,16 +10,21 @@
     Welcome to the GNUnet tutorial for NetBSD!
   </p>
   <p>
-    It provides
-    concrete instructions on how to install a current
-    version of GNUnet. The goal is to support newcomers, either end users or
-    developers, who want to get in touch with GNUnet for the first time.
+    This tutorial provides concrete instructions on how to install a
+    current version of GNUnet. The goal is to support newcomers,
+    either users or developers, who want to get in touch with
+    GNUnet for the first time.
   </p>
 
   <h2>{{ _("Requirements") }}</h2>
 
   <p>
-    As a bare minimum, we recommend you install <a 
href="http://pkgsrc.org";>pkgsrc</a>. This tutorial assumes you have the CURRENT 
version checked out. Additionally you might want to install 
<code>devel/git-base</code> and git clone <a 
href="http://pkgsrc.org/wip/";>pkgsrc-wip</a> into the <code>wip</code> folder 
in your pkgsrc folder:
+    As a bare minimum, we recommend you
+    install <a href="http://pkgsrc.org";>pkgsrc</a>. This tutorial
+    assumes you have the CURRENT version checked out. Additionally you
+    might want to install <code>devel/git-base</code> and git
+    clone <a href="http://pkgsrc.org/wip/";>pkgsrc-wip</a> into
+    the <code>wip</code> folder in your pkgsrc folder:
   </p>
   <p>
     <code>
@@ -27,33 +32,40 @@
       $ git clone git://wip.pkgsrc.org/pkgsrc-wip.git wip
     </code>
   </p>
+
   <h2>{{ _("Installation") }}</h2>
+
   <p>
-  Note: $ stands for commands run as unprivileged user, # for commands run as 
root user.
+    Note: <code>$</code> stands for commands run as unprivileged
+    user, <code>#</code> for commands run as root user (this can be done
+    with security/doas, security/sudo, or just as root).
   </p>
   <p>
-    GNUnet is not yet in the pkgsrc tree, it's still in the pkgsrc-wip 
repository. So if you checked out pkgsrc-wip into <code>/usr/pksrc/wip</code>:
+    GNUnet is not yet in the pkgsrc tree, it&#39;s still in the
+    pkgsrc-wip repository. So if you checked out pkgsrc-wip
+    into <code>/usr/pksrc/wip</code>:
   </p>
   <p>
-  <code>
-    $ cd /usr/pkgsrc/wip/gnunet
-  </code>
+    <code>
+      $ cd /usr/pkgsrc/wip/gnunet
+    </code>
   </p>
   <p>
-   Before you start building, you might want to review your 
<code>/etc/mk.conf</code>. I suggest to consider:
+    Before you start building, you might want to review
+    your <code>/etc/mk.conf</code>. I suggest to consider:
   </p>
   <ul>
-   <li>WRKOBJDIR=/usr/work
-   <li>DISTDIR=/usr/distfiles
-   <li>DEPENDS_TARGET=package
-   <li>UPDATE_TARGET=bin-install
-   <li>ACCEPTABLE_LICENSES+= gnu-agpl-v3
-   <li>MKREPRO=yes
+    <li>WRKOBJDIR=/usr/work
+    <li>DISTDIR=/usr/distfiles
+    <li>DEPENDS_TARGET=package
+    <li>UPDATE_TARGET=bin-install
+    <li>ACCEPTABLE_LICENSES+=gnu-agpl-v3
+    <li>MKREPRO=yes
   </ul>
   <p>
-    As we rely on ImageMagick somewhere down our dependency chain
-    (it is one of libextractor's dependencies), you need to set
-    the following (as of 2019-03-06) as well:
+    As we rely on ImageMagick somewhere down our dependency chain (it
+    is one of libextractor&#39;s dependencies), you need to set the
+    following (as of 2019-03-06) as well:
   </p>
   <ul>
     <li>IGNORE_URL+=https://nvd.nist.gov/vuln/detail/CVE-2018-15607
@@ -62,121 +74,122 @@
     You could however just <code>env ALLOW_VULNERABLE_PACKAGES=1</code>
   </p>
   <p>
-   The build process can involve manual installation interruptions for
-   dependencies!
+    The build process can involve manual installation interruptions for
+    dependencies!
   </p> 
   <p>
     Then start building:
+    <p>
+      <code>
+        $ make package
+      </code>
+    </p>
   <p>
-  <code>
-    $ make package
-  </code>
-  </p>
-  <p>
-    Once you are done, type as root:
+    Once you are done, type:
   </p>
   <p>
-  <code>
-    # make install
-  </code>
+    <code>
+      $ make install
+    </code>
   </p>
   <p>
     or alternatively:
+    <p>
+    <p>
+      <code>
+        # pkg_add /usr/pkgsrc/packages/All/gnunet-0.11.8.tgz
+      </code>
+    </p>
   <p>
-  <p>
-  <code>
-    # pkg_add /usr/pkgsrc/packages/All/gnunet-0.11.0.tgz
-  </code>
+    And you&#39;re done!.<br>
+    GNUnet has a number of services and features.
+    Please check <a href="https://docs.gnunet.org/";>our documentation</a>
+    to learn how to use them. If you find anything odd or bugs, please
+    <a href="https://bugs.gnunet.org";>let us know</a>.
   </p>
   <p>
-  And you're done!.<br>
-  GNUnet has a number of services and features.
-  Please check <a href="https://docs.gnunet.org/";>our documentation</a>
-  to learn how to use them. If you find anything odd or bugs, please
-  <a href="https://bugs.gnunet.org";>let us know</a>.
-  </p>
-  <p>
-  Note that the rc.d file which is installed is not yet functional.
+    Note that the rc.d file which is installed is not yet fully functional
+    and is getting debugged.
   </p>
 
   <h2>{{_("First steps")}}</h2>
   <p>
-  Congratulations! GNUnet is now installed! Before starting it you
-  may create a configuration file. By default GNUnet looks in
-  our home directory for the file `~/.config/gnunet.conf`.
-  Creating the configuation file is optional. For now just create an empty
-  file which will remind you of the location later if needed:
+    Congratulations! GNUnet is now installed! Before starting it you
+    may create a configuration file. By default GNUnet looks in
+    our home directory for the file `~/.config/gnunet.conf`.
+    Creating the configuation file is optional. For now just create an empty
+    file which will remind you of the location later if needed:
   </p>
   <p>
-  <code>
-  $ touch ~/.config/gnunet.conf
-  </code>
+    <code>
+      $ touch ~/.config/gnunet.conf
+    </code>
   </p>
- <br />   
+  <br />   
   <p>
-    It's reccomended that you increase your bandwidth restrictions
+    It&#39;s reccomended that you increase your bandwidth restrictions
     from the acutely low defaults. The example below sets the WAN
     and LAN limits to the value "unlimited".
   </p>
- <br />
+  <br />
   <code>
     $ gnunet-config -s ats -o WAN_QUOTA_IN -V unlimited<br />
     $ gnunet-config -s ats -o WAN_QUOTA_OUT -V unlimited<br /> 
     $ gnunet-config -s ats -o LAN_QUOTA_IN -V unlimited<br />
     $ gnunet-config -s ats -o LAN_QUOTA_OUT -V unlimited<br />
   </code>
- <br />
+  <br />
   <p>
-  GNUnet and its services are managed using the command line tool  `gnunet-arm`
-  (Automatic Restart Manager).
-  <br/>
-  To start GNUnet with its default services execute:
+    GNUnet and its services are managed using the command line tool  
`gnunet-arm`
+    (Automatic Restart Manager).
+    <br/>
+    To start GNUnet with its default services execute:
   </p>
   <p>
-  <code>
-  $ gnunet-arm -s
-  </code>
+    <code>
+      $ gnunet-arm -s
+    </code>
   </p>
 
   <p>
-  To list the running services use:
+    To list the running services use:
   </p>
   <p>
-  <code>
-  $ gnunet-arm -I<br>
-  Running services:<br>
-  ats (gnunet-service-ats)<br>
-  revocation (gnunet-service-revocation)<br>
-  set (gnunet-service-set)<br>
-  nat (gnunet-service-nat)<br>
-  transport (gnunet-service-transport)<br>
-  peerstore (gnunet-service-peerstore)<br>
-  hostlist (gnunet-daemon-hostlist)<br>
-  identity (gnunet-service-identity)<br>
-  namecache (gnunet-service-namecache)<br>
-  peerinfo (gnunet-service-peerinfo)<br>
-  datastore (gnunet-service-datastore)<br>
-  zonemaster (gnunet-service-zonemaster)<br>
-  zonemaster-monitor (gnunet-service-zonemaster-monitor)<br>
-  nse (gnunet-service-nse)<br>
-  cadet (gnunet-service-cadet)<br>
-  dht (gnunet-service-dht)<br>
-  core (gnunet-service-core)<br>
-  gns (gnunet-service-gns)<br>
-  statistics (gnunet-service-statistics)<br>
-  topology (gnunet-daemon-topology)<br>
-  fs (gnunet-service-fs)<br>
-  namestore (gnunet-service-namestore)<br>
-  vpn (gnunet-service-vpn)
-  </code>
+    <code>
+      $ gnunet-arm -I<br>
+      Running services:<br>
+      ats (gnunet-service-ats)<br>
+      revocation (gnunet-service-revocation)<br>
+      set (gnunet-service-set)<br>
+      nat (gnunet-service-nat)<br>
+      transport (gnunet-service-transport)<br>
+      peerstore (gnunet-service-peerstore)<br>
+      hostlist (gnunet-daemon-hostlist)<br>
+      identity (gnunet-service-identity)<br>
+      namecache (gnunet-service-namecache)<br>
+      peerinfo (gnunet-service-peerinfo)<br>
+      datastore (gnunet-service-datastore)<br>
+      zonemaster (gnunet-service-zonemaster)<br>
+      zonemaster-monitor (gnunet-service-zonemaster-monitor)<br>
+      nse (gnunet-service-nse)<br>
+      cadet (gnunet-service-cadet)<br>
+      dht (gnunet-service-dht)<br>
+      core (gnunet-service-core)<br>
+      gns (gnunet-service-gns)<br>
+      statistics (gnunet-service-statistics)<br>
+      topology (gnunet-daemon-topology)<br>
+      fs (gnunet-service-fs)<br>
+      namestore (gnunet-service-namestore)<br>
+      vpn (gnunet-service-vpn)
+    </code>
   </p>
   <p>
-  To stop all services, use the `-e` option.
+    To stop all services, use the `-e` option.
   </p>
   <p>
-  <code>
-  $ gnunet-arm -e
-  </code>
+    <code>
+      $ gnunet-arm -e
+    </code>
   </p>
 
   <h2>{{ _("Alternative: Installation from source") }}</h2>
@@ -232,11 +245,21 @@
   <h3>{{ _("Compile and Install") }}</h3>
   <p>
     You have a choice between two options:
-    build the *production version* or *development version*. If
-    you want to start writing GNUnet applications or join the GNUnet 
development
-    choose the development version (it will print more debug output and 
contains
-    debug symbols that can be displayed with a debugger). Otherwise choose the
-    production version.
+  </p>
+  <ul>
+    <li>build the production version
+  </ul>
+  <p>
+    or
+  </p>
+  <ul>
+    <li>build the development version.
+  </ul>
+  <p>
+    If you want to start writing GNUnet applications or join the
+    GNUnet development choose the development version (it will print
+    more debug output and contains debug symbols that can be displayed
+    with a debugger). Otherwise choose the production version.
   </p>
   
   <h5>{{ _("Option 1: GNUnet for production / usage") }}</h5>
@@ -246,38 +269,41 @@
     in the instructions given below.
   </p>
   <p>
-  <code>
-  $ cd ~/src/gnunet/gnunet<br>
-  $ sh ./bootstrap<br>
-  $ LDFLAGS=-L/usr/pkg/lib ./configure --prefix=$HOME/gnunet
-  </code>
+    <code>
+      $ cd ~/src/gnunet/gnunet<br>
+      $ sh ./bootstrap<br>
+      $ LDFLAGS=-L/usr/pkg/lib ./configure --prefix=$HOME/gnunet
+    </code>
   </p>
   <p>
-  After configure passes, you need to add a 'gnunetdns' group to your system.
-  Further, you need to add a user 'gnunet' which is part of the group 'gnunet'.
-  Then:
+    After configure passes, you need to add a 'gnunetdns' group to your system.
+    Further, you need to add a user 'gnunet' which is part of the group 
'gnunet'.
+    Then:
   </p>
   <p>
-  <code>
-  $ make<br>
-  # make install
-  </code>
+    <code>
+      <!-- in case the parallel builds work: -->
+      <!-- $ make -j$(sysctl -n hw.ncpu || echo -n 1)<br> -->
+      <!-- # make -j$(sysctl -n hw.ncpu || echo -n 1) install -->
+      $ make<br>
+      # make install
+    </code>
   </p>
 
   <h5>{{ _("Option 2: GNUnet experimental") }}</h5>
 
   <p>
-  Perform the same steps as for Option 1, but add the configure switch
-  <code>--enable-experimental</code>. For even more verbosity you could
-  configure gnunet like this:
+    Perform the same steps as for Option 1, but add the configure switch
+    <code>--enable-experimental</code>. For even more verbosity you could
+    configure gnunet like this:
   </p>
   <p>
-  <code>
-  $ LDFLAGS=-L/usr/pkg/lib CFLAGS="-g -O0" ./configure --prefix=$HOME/gnunet 
--enable-logging=verbose
-  </code>
+    <code>
+      $ LDFLAGS="-L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib" 
CFLAGS="-g -O0" ./configure --prefix=$HOME/gnunet --enable-logging=verbose
+    </code>
   </p>
   <p>
-  This allows you to get more verbose logs when you export 
GNUNET_FORCE_LOG=";;;;DEBUG" before you run tests.
+    This allows you to get more verbose logs when you export 
GNUNET_FORCE_LOG=";;;;DEBUG" before you run tests.
   </p>
 </article>
 {% endblock body_content %}
diff --git a/template/install.html.j2 b/template/install.html.j2
index 8be70e2..03313f6 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -7,9 +7,15 @@
   </header>
 
   <div class="row container justify-content-center">
+          <div class="alert" style="background-color: #419edb;">
+        <div class="alert-content">
+          Notice: GNUnet is still undergoing major development. It is
+          largely <i>not yet ready</i> for usage beyond developers.
+        </div>
+      </div>
     <div class="col-md">
       {% trans %}
-      <p>The following GNUnet installation instructions help you building from 
source for your distribution.</p>
+      <p>The following GNUnet installation instructions help you building from 
source for your Operating System.</p>
       <p><i>Please note that the installation process will get much easier 
once we have proper packages again (planned for winter 2019).</i></p>
       <p>You have already installed GNUnet and want to use it?
       <a href="https://gnunet.org/en/use";>Check this out!</a> </p>
diff --git a/template/use.html.j2 b/template/use.html.j2
index 1aa0eca..32b3783 100644
--- a/template/use.html.j2
+++ b/template/use.html.j2
@@ -223,13 +223,13 @@
           First we have to install Nim. Please refer to their <a 
href="https://nim-lang.org/install.html";>project site</a> for further details. 
The preferred method is using our package manager, e.g. for Debian it would 
look like this: 
       </p>
       <code>
-        $ sudo apt install nim
-        $ nim --version
-        Nim Compiler Version 0.20.2 [Linux: amd64]
-        Compiled at 2019-07-17
-        Copyright (c) 2006-2019 by Andreas Rumpf
-
-        active boot switches: -d:release -d:nativeStackTrace
+        $ sudo apt install nim<br>
+        $ nim --version<br>
+        Nim Compiler Version 0.20.2 [Linux: amd64]<br>
+        Compiled at 2019-07-17<br>
+        Copyright (c) 2006-2019 by Andreas Rumpf<br>
+        <br>
+        active boot switches: -d:release -d:nativeStackTrace<br>
       </code>
       <p>
        If the displayed version is <b>0.19.0 or newer</b>, we have a 
compatible version and can continue downloading and compiling the groupchat. If 
the version is older (like on Ubuntu 18.04) we can install Nim using a tool 
called <i>choosenim</i>:
diff --git a/template/video.html.j2 b/template/video.html.j2
index f3c92b8..fe1316b 100644
--- a/template/video.html.j2
+++ b/template/video.html.j2
@@ -30,6 +30,18 @@
                       <source src="">
                     {% endif %}
                     Your web browser does not support the video tag.
+                    {% if item['sources'] %}
+                      Don&#39;t worry, you can download:
+                      {% for video in item['sources'] %}
+                       <a href="{{ video }}">source</a>
+                        {% if not loop.last %}
+                          ,
+                        {% endif %}
+                      {% endfor %}
+                      or use
+                      git clone https://git.gnunet.org/gnunet-videos-{{ 
item['year'] }}.git
+                      and watch it in your favorite video player!
+                    {% endif %}
                   </video>
                 </div>
                 <div class="col">
diff --git a/templates/feed-atom.py b/templates/feed-atom.py
deleted file mode 100644
index 37a596c..0000000
--- a/templates/feed-atom.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import jinja2
-
-env = jinja2.Environment(loader=jinja2.FileSystemLoader("."))
-print(env.get_template("feed.rss.j2").render(items=get_list_of_items()))
diff --git a/templates/feed.atom.j2 b/templates/feed.atom.j2
deleted file mode 100644
index 0a201ff..0000000
--- a/templates/feed.atom.j2
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<feed xmlns="http://www.w3.org/2005/Atom";>
-       <author>Author's name</author</author>
-       <title>Feed title</title>
-       {% for item in items %}
-       <entry>
-               <title>{{ item[0] }}</title>
-               <link href="{{ item[1] }}" />
-               <content type="html">{{ item[2] }}</content>
-       </entry>
-       {% endfor %}
-</feed> 
diff --git a/templates/feed.xml b/templates/feed.xml
deleted file mode 100644
index e509fd1..0000000
--- a/templates/feed.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<rss version="2.0">
-       <channel>
-               <title>{{ title }}</title>
-               <link>{{ site_url }}</link>
-               <description>gnunet.org feed</description>
-               {% for item in items %}
-               <item>
-                       <title>{{ item[0] }}</title>
-                       <link href="{{ item[1] }}" />
-                       <content type="html">{{ item[2] }}</content>
-               </item>
-               {% endfor %}
-       </channel>
-</rss> 
diff --git a/www.yml b/www.yml
index 4694373..8a01987 100644
--- a/www.yml
+++ b/www.yml
@@ -1,3 +1,12 @@
+siteconf:
+  - baseurl: gnunet.org
+    newsloc: /news/
+    newsdir: news
+    rsstitle: GNUnet.org
+    rssdescr: "News posts published by GNUnet about changes related to GNUnet, 
releases, and events"
+    rssloc:
+    rsslink:
+    rsslang:
 langs_full: &langs
     en: English
     fr: Français
@@ -5,22 +14,40 @@ langs_full: &langs
     es: Español
     de: Deutsch
 symlinks:
-    frontpage.html: frontpage
-    gsoc.html: gsoc
-    about.html: philosophy
-    gns.html: gns
-    node/about.html: "397"
-# Mostly from static/ to rendered/
+    - file: frontpage.html
+      targets:
+        - frontpage
+    - file: gsoc.html
+      targets:
+        - gsoc
+    - file: about.html
+      targets:
+        - philosophy
+    - file: gns.html
+      targets:
+        - gns
+    - file: node/about.html
+      targets:
+        - "397"
 staticfiles:
-    favicon.ico: favicon.ico
-    moved.html: frontpage.html
-    robots.txt:
-      - static
-      - dist
-      - *langs
-    moved_gsoc.html: gsoc.html
-    moved_about.html: about.html
-    moved_gns.html: gns.html
+    - file: favicon.ico
+      targets:
+        - favicon.ico
+    - file: moved.html
+      targets:
+        - frontpage.html
+    - file: robots.txt
+      targets:
+        - robots.txt
+    - file: moved_gsoc.html
+      targets:
+        - gsoc.html
+    - file: moved_about.html
+      targets:
+        - about.html
+    - file: moved_gns.html
+      targets:
+        - gns.html
 meetingnotes:
   2013: 2013-12-27
   2014: 2014-12-28
@@ -32,83 +59,93 @@ newsposts:
   - page: 2019-11-ICANNUpdate.html
     date: 2019-11-10
     title: GNS@ICANN66
-    abstract: 
+    abstract:
+    content:
   - page: 2019-0.11.8.html
     date: 2019-10-30
     title: GNUnet 0.11.8
     abstract:
+    content:
   - page: 2019-0.11.7.html
     date: 2019-10-27
     title: GNUnet 0.11.7
-    abstract: 
+    abstract:
+    content:
   - page: 2019-10-ICANNPanel.html
     date: 2019-10-20
     title: GNUnet invited to ICANN Panel
-    abstract: 
+    abstract:
+    content:
   - page: 2019-10-GNSSpec1.html
     date: 2019-10-04
     title: GNS Specification Milestone 1/4
-    abstract: 
+    abstract:
+    content:
   - page: 2019-0.11.6.html
     date: 2019-07-24
     title: GNUnet 0.11.6
-    abstract: 
+    abstract:
+    content:
   - page: 2019-07-GHM_Aug_2019.html
     date: 2019-07-17
     title: GNUnet Hacker Meeting 2019
-    abstract: 
+    abstract:
+    content:
   - page: 2019-06-DSTJ.html
     date: 2019-06-28
     title: "Peer DSTJ is dead, long live peer Y924"
-    abstract: 
+    abstract:
+    content:
   - page: 2019-0.11.5.html
     date: 2019-06-05
     title: GNUnet 0.11.5
-    abstract: 
+    abstract:
+    content:
   - page: 2019-06.html
     date: 2019-06-01
     title: 2019-06
-    abstract: 
+    abstract:
+    content:
   - page: 2019-0.11.4.html
     date: 2019-05-12
     title: GNUnet 0.11.4
-    abstract: 
+    abstract:
+    content:
   - page: 2019-0.11.3.html
     date: 2019-04-07
     title: GNUnet 0.11.3
-    abstract: 
+    abstract:
+    content:
   - page: 2019-0.11.2.html
     date: 2019-04-04
     title: GNUnet 0.11.2
-    abstract: 
+    abstract:
+    content:
   - page: 2019-0.11.1.html
     date: 2019-04-03
     title: GNUnet 0.11.1
-    abstract: 
+    abstract:
+    content:
   - page: 2019-0.11.0.html
     date: 2019-02-28
     title: GNUnet 0.11.0
-    abstract: 
+    abstract:
+    content:
   - page: 2019-02.html
     date: 2019-02-01
     title: Google Summer of Code 2019
-    abstract: 
-  - page: 2018-08.html
-    date: 2018-08-14
-    title: GSoC 2018 - GNUnet Web-based User Interface
-    abstract: 
+    abstract:
+    content:
   - page: 2018-07.html
     date: 2018-07-01
     title: Second GNUnet Hacker Meeting 2018
     abstract:
+    content:
   - page: 2018-06.html
     date: 2018-06-06
     title: GNUnet 0.11.0pre66
     abstract:
-  - page: 2017-10.html
-    date: 2017-10-01
-    title: Launching the new gnunet.org
-    abstract:
+    content:
 # <!-- FIXME 2015: source only available on yt. <li>Ludovic Courtès, <a 
href="">Reproducible Software Deployment with GNU Guix</a>, Inria</li> -->
 # <!-- FIXME 2014: no source link on web. <li>Julian Kirsch, <a 
href="">"Knocking down the HACIENDA"</a>, GNU Hacker Meeting 2014</li> -->
 # <!-- FIXME 2014: no source link on web. <li>Peter Schaar, <a 
href="">"Technik, Recht und Überwachung"</a>, Technische Universität 
München</li> -->

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]