gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: update build system, fixing i18n


From: gnunet
Subject: [www] branch master updated: update build system, fixing i18n
Date: Sun, 14 Feb 2021 20:00:35 +0100

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new d6e10d4  update build system, fixing i18n
d6e10d4 is described below

commit d6e10d4d6bf02792dacfc0eee5c4d44d34377703
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 14 19:59:21 2021 +0100

    update build system, fixing i18n
---
 Makefile                                           |  109 +-
 bootstrap                                          |    3 +-
 configure.py => build-system/configure.py          |   14 +-
 build-system/taler-build-scripts                   |    2 +-
 configure                                          |   44 +-
 {static/images => images}/NetBSD_Logo.svg          |    0
 {static/images => images}/archlinux-logo.svg       |    0
 {static/images => images}/cadet-gtk.svg            |    0
 {static/images => images}/ccby.png                 |  Bin
 {static/images => images}/debian-logo.svg          |    0
 {static/images => images}/dfg_logo.gif             |  Bin
 {static/images => images}/fp7_logo.jpg             |  Bin
 {static/images => images}/gentoo-logo.svg          |    0
 {static/images => images}/gns-logo.png             |  Bin
 .../gnunet-anonymous-logo-red.png                  |  Bin
 .../images => images}/gnunet-anonymous-logo.png    |  Bin
 .../gnunet-anonymous-schriftzug.png                |  Bin
 {static/images => images}/gnunet-arch-full.svg     |    0
 {static/images => images}/gnunet-cyan-icon.png     |  Bin
 {static/images => images}/gnunet-historic-logo.svg |    0
 {static/images => images}/gnunet-icon.png          |  Bin
 .../gnunet-logo-dark-only-text.png                 |  Bin
 .../gnunet-logo-dark-only-text.svg                 |    0
 .../gnunet-logo-dark-text-traditional.png          |  Bin
 .../gnunet-logo-dark-text-traditional.svg          |    0
 .../images => images}/gnunet-logo-dark-text.png    |  Bin
 .../images => images}/gnunet-logo-dark-text.svg    |    0
 {static/images => images}/gnunet-logo.png          |  Bin
 {static/images => images}/gnunet-logo.svg          |    0
 {static/images => images}/gnunet-red-icon.png      |  Bin
 {static/images => images}/gnunet-small-logo.png    |  Bin
 {static/images => images}/gnunet-smaller-logo.png  |  Bin
 {static/images => images}/groupchat.png            |  Bin
 {static/images => images}/languageicon.svg         |    0
 {static/images => images}/logo-2018-dold.svg       |    0
 {static/images => images}/netbsd-logo.png          |  Bin
 {static/images => images}/ngi_trust.png            |  Bin
 {static/images => images}/nlnet_logo.gif           |  Bin
 {static/images => images}/openwrt-logo.svg         |    0
 {static/images => images}/pdf.svg                  |    0
 {static/images => images}/peplogo.svg              |    0
 {static/images => images}/reclaim_logo.png         |  Bin
 {static/images => images}/rff_logo.png             |  Bin
 {static/images => images}/secushare-0444.png       |  Bin
 {static/images => images}/u-n-icon.png             |  Bin
 {static/images => images}/ubuntu-logo32.png        |  Bin
 inc                                                |    2 +-
 locale/de/LC_MESSAGES/messages.po                  | 2284 ++++++++++++++++++--
 locale/en/LC_MESSAGES/messages.po                  |    3 -
 locale/messages.pot                                | 2182 +++++++++++++++++++
 {static => web-common}/navbar.css                  |    0
 {static => web-common}/scroll.css                  |    0
 {static => web-common}/scroll.js                   |    0
 {static => web-common}/styles.css                  |    0
 54 files changed, 4346 insertions(+), 297 deletions(-)

diff --git a/Makefile b/Makefile
index b032c34..25d19b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,70 +1,65 @@
-#
-# 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 file is in the public domain.
 
-# All: build HTML pages in all languages and compile the
-# TypeScript logic in web-common.
+include build-system/config.mk
 
-# Hardly anyone seems to read README files anymore, so keep this note here:
-# Don't remove the variables for python etc. They exist
-# because one system sticks with PEPs, and others opt
-# for installing every version side-by-side,
-# Same goes for babel.
-
-include config.mk
+# List of all supported languages, add new languages here!
+LANGUAGES="en de"
 
+# All: build HTML pages in all languages and compile the
+# TypeScript logic in web-common.
+.PHONY: all
 all: locale template
+#      ($(cp) rendered/static/javascript.html rendered/javascript.html)
        ($(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 ; \
+       (for lang in `echo $(LANGUAGES)` ; do \
+               $(cp) rendered/static/robots.txt rendered/$$lang/robots.txt; \
        done)
        ($(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)
-       (cd rendered; $(ln) -fs gsoc.html gsoc)
-       ($(cp) static/moved_gns.html rendered/gns.html)
-       (cd rendered; $(ln) -fs gns.html gns)
-       ($(mkdir) -p rendered/node ; $(cp) static/moved_about.html 
rendered/node/about.html)
-       (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 `echo $(LANGUAGES)` ; do \
+               $(cp) rendered/sitemap.xml rendered/$$lang ; \
+       done)
+       ($(cp) -R images rendered/static/)
+       (for lang in `echo $(LANGUAGES)` ; \
+               do $(cp) -R images rendered/$$lang ; \
+       done)
+       (for lang in `echo $(LANGUAGES)` ; do \
+               $(cp) -R web-common rendered/$$lang ; \
+       done)
        (cd rendered; \
-               for lang in en de es fr it; do \
-                       $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
-               done)
+               for lang in `echo $(LANGUAGES)`; do \
+               $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
+       done)
+       (for d in dist ; do \
+               $(cp) -R $$d rendered/ ; \
+       done)
+#      ($(cp) -R pdf rendered/static/)
        ($(mkdir) -p rendered/.well-known ; $(cp) .well-known/security.txt 
rendered/.well-known/)
 
 # Extract translateable strings from jinja2 templates.
-# Because of the local i18nfix extractor module we need
-# to set the pythonpath before invoking pybabel.
-locale/messages.pot: common/*.j2.inc template/*.j2
-       $(env) PYTHONPATH="." $(pybabel) -q extract -F locale/babel.map -o 
locale/messages.pot .
+locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
+       $(python) inc/mybabel.py $(pybabel) extract -F locale/babel.map -o 
locale/messages.pot .
 
 # Update translation (.po) files with new strings.
+.PHONY: locale-update
 locale-update: locale/messages.pot
-       (for lang in en de es fr it; do \
+       (for lang in `echo $(LANGUAGES)`; 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
+
+       if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then 
$(echo) -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
 
 # Compile translation files for use.
+.PHONY: locale-compile
 locale-compile:
-       (for lang in en de fr it es; do \
+       (for lang in `echo $(LANGUAGES)`; do \
                $(pybabel) -q compile -d locale -l $$lang --use-fuzzy ; \
        done)
 
 # Process everything related to gettext translations.
+.PHONY: locale
 locale: locale-update locale-compile
 
 # Run the jinja2 templating engine to expand templates to HTML
@@ -72,29 +67,25 @@ locale: locale-update locale-compile
 template: locale-compile
        $(python) ./make_site.py
 
-it: template
-
-current_dir = $(shell pwd)
-
+.PHONY: run
 run: all
        $(browser) http://0.0.0.0:8000/rendered/en &
        $(python) -m http.server
 
+.PHONY: install
+install: all
+       $(mkdir) -p $(prefix)/
+       $(cp) -r rendered/* $(prefix)/
+       $(cp) -r rendered/.well-known/ $(prefix)/
 
-# docker-all: Build using a docker image which contains all the needed
-# packages.
-
-docker: docker-all
-
-docker-all:
-       $(docker) build -t gnunet-www-builder .
-       # Importing via the shell like this is hacky,
-       # but after trying lots of other ways, this works most reliably...
-       $(python) -c 'import i18nfix'
-       $(docker) run --rm -v $$(pwd):/tmp/ --user $$(id -u):$$(id -g) 
gnunet-www-builder
+.PHONY: uninstall
+uninstall:
+       $(rm) -rf $(prefix)/
 
+.PHONY: clean
 clean:
-       $(rm) -rf __pycache__
-       $(rm) -rf en/ de/ fr/ it/ es/ ru/
+       $(rm) -rf __pycache__ *.pyc  *~ \.*~ \#*\#
        $(rm) -rf rendered/
-       $(rm) -rf *.pyc *~ \.*~ \#*\#
+
+submodules/update:
+       $(git) submodule update --recursive --remote
diff --git a/bootstrap b/bootstrap
index dcc5ae3..26cd0df 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +11,8 @@ if ! git --version >/dev/null; then
 fi
 
 git submodule update --init
-git submodule update --recursive
+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/configure.py b/build-system/configure.py
similarity index 59%
rename from configure.py
rename to build-system/configure.py
index 829c352..a4bdde5 100644
--- a/configure.py
+++ b/build-system/configure.py
@@ -1,18 +1,10 @@
 import sys
 from pathlib import Path
-
-base_dir = Path(__file__, "../build-system/taler-build-scripts").resolve()
-
-if not base_dir.exists():
-    print(f"build system directory (${base_dir}) missing", file=sys.stderr)
-    sys.exit(1)
-
-sys.path.insert(0, str(base_dir))
-
 from talerbuildconfig import *
 
 b = BuildConfig()
 b.enable_prefix()
+b.enable_variant()
 b.enable_configmk()
 b.add_tool(PythonTool())
 b.add_tool(PyBabelTool())
@@ -21,14 +13,10 @@ b.add_tool(PosixTool("echo"))
 b.add_tool(PosixTool("env"))
 b.add_tool(PosixTool("printf"))
 b.add_tool(PosixTool("grep"))
-b.add_tool(PosixTool("ln"))
 b.add_tool(PosixTool("mkdir"))
 b.add_tool(PosixTool("rm"))
 b.add_tool(PosixTool("sh"))
 b.add_tool(PosixTool("msgmerge"))
-b.add_tool(PosixTool("tsc"))
 b.add_tool(PosixTool("git"))
-b.add_tool(PosixTool("docker"))
-b.add_tool(PosixTool("sassc"))
 b.add_tool(BrowserTool())
 b.run()
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index d725a0c..e08ea37 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit d725a0cd1b4aa3ff54452a702b8c19db3f3c3393
+Subproject commit e08ea37979dcc17ac8e0987251771d771503cb56
diff --git a/configure b/configure
index 7749566..5a14890b 100755
--- a/configure
+++ b/configure
@@ -1,20 +1,7 @@
 #!/bin/sh
 
-# This file is part of TALER
-# (C) 2019 GNUnet e.V.
-#
-# This is very simple POSIX sh script which
-# identifies the first matching
-# python3 identifier in $PATH and produces
-# configure.py from configure.py.in, and then
-# calls the new executable configure.py.
-#
-# It should be portable on Unices. Report bugs on
-# the bugtracker if you discover that it isn't
-# working as intended.
-#
-# Authors:
-# Author: ng0 <ng0@taler.net>
+# This file is part of GNU Taler.
+# (C) 2020 Taler Systems S.A.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted.
@@ -30,24 +17,31 @@
 #
 # SPDX-License-Identifier: 0BSD
 
-# 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 -- "$0")")/build-system/taler-build-scripts
-. $dir/sh/lib.sh/existence.sh
-. $dir/sh/lib.sh/existence_python.sh
+# This script checks if a suitable python3 executable is installed and then
+# executes the actual configure logic written in Python.
 
 scriptpath=build-system/taler-build-scripts
 
 if ! test -d "$scriptpath"; then
   echo "fatal error: taler-build-scripts not found at $scriptpath" >&2
+  echo "hint: did you run './bootstrap'?" >&2
+  exit 1
+fi
+
+# Check that the python3 executable is on the PATH.
+# This follows PEP 394 (https://www.python.org/dev/peps/pep-0394/).
+if ! python3 --version >/dev/null 2>&1; then
+  echo "error: python3 not found" >&2
   exit 1
 fi
 
+# Let python3 check that its own version is okay for us.
+python3 "$scriptpath/pyvercheck.py" || exit $?
+
+# Allow Python to find libraries that are checked into the build system git.
 export PYTHONPATH="$scriptpath:${PYTHONPATH:-}"
 
+export TALERBUILDSYSTEMDIR=./build-system
+
 # Call configure.py, assuming all went well.
-# $1 is read by configure.py as the prefix.
-# If $1 is empty, the python script checks the
-# environment for PREFIX. We might need more
-# variables and switches, such as DESTDIR.
-exec "$PYTHON" ./configure.py $@
+python3 $TALERBUILDSYSTEMDIR/configure.py "$@"
diff --git a/static/images/NetBSD_Logo.svg b/images/NetBSD_Logo.svg
similarity index 100%
rename from static/images/NetBSD_Logo.svg
rename to images/NetBSD_Logo.svg
diff --git a/static/images/archlinux-logo.svg b/images/archlinux-logo.svg
similarity index 100%
rename from static/images/archlinux-logo.svg
rename to images/archlinux-logo.svg
diff --git a/static/images/cadet-gtk.svg b/images/cadet-gtk.svg
similarity index 100%
rename from static/images/cadet-gtk.svg
rename to images/cadet-gtk.svg
diff --git a/static/images/ccby.png b/images/ccby.png
similarity index 100%
rename from static/images/ccby.png
rename to images/ccby.png
diff --git a/static/images/debian-logo.svg b/images/debian-logo.svg
similarity index 100%
rename from static/images/debian-logo.svg
rename to images/debian-logo.svg
diff --git a/static/images/dfg_logo.gif b/images/dfg_logo.gif
similarity index 100%
rename from static/images/dfg_logo.gif
rename to images/dfg_logo.gif
diff --git a/static/images/fp7_logo.jpg b/images/fp7_logo.jpg
similarity index 100%
rename from static/images/fp7_logo.jpg
rename to images/fp7_logo.jpg
diff --git a/static/images/gentoo-logo.svg b/images/gentoo-logo.svg
similarity index 100%
rename from static/images/gentoo-logo.svg
rename to images/gentoo-logo.svg
diff --git a/static/images/gns-logo.png b/images/gns-logo.png
similarity index 100%
rename from static/images/gns-logo.png
rename to images/gns-logo.png
diff --git a/static/images/gnunet-anonymous-logo-red.png 
b/images/gnunet-anonymous-logo-red.png
similarity index 100%
rename from static/images/gnunet-anonymous-logo-red.png
rename to images/gnunet-anonymous-logo-red.png
diff --git a/static/images/gnunet-anonymous-logo.png 
b/images/gnunet-anonymous-logo.png
similarity index 100%
rename from static/images/gnunet-anonymous-logo.png
rename to images/gnunet-anonymous-logo.png
diff --git a/static/images/gnunet-anonymous-schriftzug.png 
b/images/gnunet-anonymous-schriftzug.png
similarity index 100%
rename from static/images/gnunet-anonymous-schriftzug.png
rename to images/gnunet-anonymous-schriftzug.png
diff --git a/static/images/gnunet-arch-full.svg b/images/gnunet-arch-full.svg
similarity index 100%
rename from static/images/gnunet-arch-full.svg
rename to images/gnunet-arch-full.svg
diff --git a/static/images/gnunet-cyan-icon.png b/images/gnunet-cyan-icon.png
similarity index 100%
rename from static/images/gnunet-cyan-icon.png
rename to images/gnunet-cyan-icon.png
diff --git a/static/images/gnunet-historic-logo.svg 
b/images/gnunet-historic-logo.svg
similarity index 100%
rename from static/images/gnunet-historic-logo.svg
rename to images/gnunet-historic-logo.svg
diff --git a/static/images/gnunet-icon.png b/images/gnunet-icon.png
similarity index 100%
rename from static/images/gnunet-icon.png
rename to images/gnunet-icon.png
diff --git a/static/images/gnunet-logo-dark-only-text.png 
b/images/gnunet-logo-dark-only-text.png
similarity index 100%
rename from static/images/gnunet-logo-dark-only-text.png
rename to images/gnunet-logo-dark-only-text.png
diff --git a/static/images/gnunet-logo-dark-only-text.svg 
b/images/gnunet-logo-dark-only-text.svg
similarity index 100%
rename from static/images/gnunet-logo-dark-only-text.svg
rename to images/gnunet-logo-dark-only-text.svg
diff --git a/static/images/gnunet-logo-dark-text-traditional.png 
b/images/gnunet-logo-dark-text-traditional.png
similarity index 100%
rename from static/images/gnunet-logo-dark-text-traditional.png
rename to images/gnunet-logo-dark-text-traditional.png
diff --git a/static/images/gnunet-logo-dark-text-traditional.svg 
b/images/gnunet-logo-dark-text-traditional.svg
similarity index 100%
rename from static/images/gnunet-logo-dark-text-traditional.svg
rename to images/gnunet-logo-dark-text-traditional.svg
diff --git a/static/images/gnunet-logo-dark-text.png 
b/images/gnunet-logo-dark-text.png
similarity index 100%
rename from static/images/gnunet-logo-dark-text.png
rename to images/gnunet-logo-dark-text.png
diff --git a/static/images/gnunet-logo-dark-text.svg 
b/images/gnunet-logo-dark-text.svg
similarity index 100%
rename from static/images/gnunet-logo-dark-text.svg
rename to images/gnunet-logo-dark-text.svg
diff --git a/static/images/gnunet-logo.png b/images/gnunet-logo.png
similarity index 100%
rename from static/images/gnunet-logo.png
rename to images/gnunet-logo.png
diff --git a/static/images/gnunet-logo.svg b/images/gnunet-logo.svg
similarity index 100%
rename from static/images/gnunet-logo.svg
rename to images/gnunet-logo.svg
diff --git a/static/images/gnunet-red-icon.png b/images/gnunet-red-icon.png
similarity index 100%
rename from static/images/gnunet-red-icon.png
rename to images/gnunet-red-icon.png
diff --git a/static/images/gnunet-small-logo.png b/images/gnunet-small-logo.png
similarity index 100%
rename from static/images/gnunet-small-logo.png
rename to images/gnunet-small-logo.png
diff --git a/static/images/gnunet-smaller-logo.png 
b/images/gnunet-smaller-logo.png
similarity index 100%
rename from static/images/gnunet-smaller-logo.png
rename to images/gnunet-smaller-logo.png
diff --git a/static/images/groupchat.png b/images/groupchat.png
similarity index 100%
rename from static/images/groupchat.png
rename to images/groupchat.png
diff --git a/static/images/languageicon.svg b/images/languageicon.svg
similarity index 100%
rename from static/images/languageicon.svg
rename to images/languageicon.svg
diff --git a/static/images/logo-2018-dold.svg b/images/logo-2018-dold.svg
similarity index 100%
rename from static/images/logo-2018-dold.svg
rename to images/logo-2018-dold.svg
diff --git a/static/images/netbsd-logo.png b/images/netbsd-logo.png
similarity index 100%
rename from static/images/netbsd-logo.png
rename to images/netbsd-logo.png
diff --git a/static/images/ngi_trust.png b/images/ngi_trust.png
similarity index 100%
rename from static/images/ngi_trust.png
rename to images/ngi_trust.png
diff --git a/static/images/nlnet_logo.gif b/images/nlnet_logo.gif
similarity index 100%
rename from static/images/nlnet_logo.gif
rename to images/nlnet_logo.gif
diff --git a/static/images/openwrt-logo.svg b/images/openwrt-logo.svg
similarity index 100%
rename from static/images/openwrt-logo.svg
rename to images/openwrt-logo.svg
diff --git a/static/images/pdf.svg b/images/pdf.svg
similarity index 100%
rename from static/images/pdf.svg
rename to images/pdf.svg
diff --git a/static/images/peplogo.svg b/images/peplogo.svg
similarity index 100%
rename from static/images/peplogo.svg
rename to images/peplogo.svg
diff --git a/static/images/reclaim_logo.png b/images/reclaim_logo.png
similarity index 100%
rename from static/images/reclaim_logo.png
rename to images/reclaim_logo.png
diff --git a/static/images/rff_logo.png b/images/rff_logo.png
similarity index 100%
rename from static/images/rff_logo.png
rename to images/rff_logo.png
diff --git a/static/images/secushare-0444.png b/images/secushare-0444.png
similarity index 100%
rename from static/images/secushare-0444.png
rename to images/secushare-0444.png
diff --git a/static/images/u-n-icon.png b/images/u-n-icon.png
similarity index 100%
rename from static/images/u-n-icon.png
rename to images/u-n-icon.png
diff --git a/static/images/ubuntu-logo32.png b/images/ubuntu-logo32.png
similarity index 100%
rename from static/images/ubuntu-logo32.png
rename to images/ubuntu-logo32.png
diff --git a/inc b/inc
index 76bbc33..4ae188a 160000
--- a/inc
+++ b/inc
@@ -1 +1 @@
-Subproject commit 76bbc33ea45cd415081f34ae93109fe5c9718fe2
+Subproject commit 4ae188ae658793c6cfddf60fdb5a563e590f9cfa
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index 0647713..bb148c6 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-11-07 16:26+0000\n"
+"POT-Creation-Date: 2021-02-14 19:58+0100\n"
 "PO-Revision-Date: 2018-02-24 17:42\n"
 "Last-Translator: Torsten Grothoff <torsten@grothoff.org>\n"
 "Language-Team: German <LL@li.org>\n"
@@ -17,279 +17,2178 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 2.4.0\n"
 
-#~ msgid "GNUnet"
-#~ msgstr "GNUnet"
+#: common/base.j2:5 common/news.j2:5
+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"
+
+#: common/footer.j2.inc:7
+msgid "Contact"
+msgstr "Kontakt"
+
+#: common/footer.j2.inc:8 common/navigation.j2.inc:49
+msgid "GNUnet e.V."
+msgstr "GNUnet e.V."
+
+#: common/footer.j2.inc:9 template/about.html.j2:6
+msgid "About GNUnet"
+msgstr "Über GNUnet"
+
+#: common/footer.j2.inc:14 common/navigation.j2.inc:64
+msgid "Bug Tracker"
+msgstr "Fehlerdatenbank"
+
+#: common/footer.j2.inc:19 template/copyright.html.j2:6
+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"
+
+#: 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
+msgid "About"
+msgstr "Über GNUnet"
+
+#: common/navigation.j2.inc:39 news/index.html.j2:8
+msgid "News"
+msgstr "Neues"
+
+#: common/navigation.j2.inc:40 template/index.html.j2:289
+#, fuzzy
+#| msgid "explanation"
+msgid "Applications"
+msgstr "Erklärung"
+
+#: common/navigation.j2.inc:44
+msgid "Community"
+msgstr "Community"
+
+#: common/navigation.j2.inc:47 template/index.html.j2:292
+msgid "Engage"
+msgstr "Mach mit!"
+
+#: common/navigation.j2.inc:48
+msgid "GSoC Projects"
+msgstr "GSoC Projekte"
+
+#: common/navigation.j2.inc:50
+msgid "Copyright for Contributors"
+msgstr "Copyright für Mitwirkende"
+
+#: common/navigation.j2.inc:51
+msgid "IRC Archive"
+msgstr "IRC Archiv"
+
+#: common/navigation.j2.inc:58
+msgid "Development"
+msgstr "Entwicklung"
+
+#: common/navigation.j2.inc:61
+msgid "System Architecture"
+msgstr "Systemarchitektur"
+
+#: common/navigation.j2.inc:63 template/roadmap.html.j2:6
+msgid "Roadmap"
+msgstr ""
+
+#: common/navigation.j2.inc:65 template/gnurl.html.j2:186
+msgid "Source Code"
+msgstr "Quellkode"
+
+#: common/navigation.j2.inc:66
+#, fuzzy
+#| msgid "Documentation"
+msgid "Source Code Documentation"
+msgstr "Dokumentation"
+
+#: common/navigation.j2.inc:67
+msgid "Continuous Integration"
+msgstr "Kontinuierliche Integration"
+
+#: common/navigation.j2.inc:68
+#, fuzzy
+#| msgid "Development"
+msgid "Development Tutorial"
+msgstr "Entwicklung"
+
+#: common/navigation.j2.inc:79
+msgid "Documentation"
+msgstr "Dokumentation"
+
+#: common/navigation.j2.inc:82 template/install.html.j2:6
+msgid "Install"
+msgstr "Installieren"
+
+#: common/navigation.j2.inc:83 template/install-on-openwrt.html.j2:76
+msgid "Use"
+msgstr "Nutzen"
+
+#: common/navigation.j2.inc:84
+msgid "Videos"
+msgstr "Videos"
+
+#: common/navigation.j2.inc:85 template/glossary.html.j2:6
+msgid "Glossary"
+msgstr "Glossar"
+
+#: common/navigation.j2.inc:86
+msgid "Handbook"
+msgstr "Handbuch"
+
+#: common/navigation.j2.inc:87
+msgid "REST API"
+msgstr "REST API"
+
+#: common/navigation.j2.inc:88
+msgid "FAQ"
+msgstr "FAQ"
+
+#: news/index.html.j2:11
+msgid "News posts about changes related to GNUnet such as releases and events"
+msgstr ""
+
+#: news/index.html.j2:16
+msgid "subscribe to our RSS feed"
+msgstr ""
+
+#: news/index.html.j2:34
+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"
+
+#: 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 ""
+"This project has received funding from the European Union’s Horizon 2020 "
+"research and innovation programme under the NGI_TRUST grant agreement no "
+"825618. The project aims to integrate re:claimID with the GNU Taler payment "
+"system in a pilot in order to demonstrate the practical feasibility and "
+"benefits of privacy enhancing technologies for users and commercial service "
+"providers. The project is called \"Decentralized Identities for Self-"
+"Sovereign End-users\" (DISSENS)."
+msgstr ""
+
+#: template/about.html.j2:141
+#, 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:"
+
+#: template/about.html.j2:150
+msgid "Past funding"
+msgstr "Frühere Finanzierung"
+
+#: template/about.html.j2:152
+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/applications.html.j2:7
+msgid "Applications provided by GNUnet"
+msgstr ""
+
+#: template/applications.html.j2:13 template/gns.html.j2:7
+msgid "The GNU Name System"
+msgstr ""
+
+#: template/applications.html.j2:15
+msgid ""
+"The <a href=\"gns.html\">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/applications.html.j2:38
+msgid "Self-sovereign, decentralized identity provider"
+msgstr ""
+
+#: template/applications.html.j2:40
+msgid ""
+"<a href=\"https://reclaim.gnunet.org/\";>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/applications.html.j2:57
+#, fuzzy
+#| msgid "Motivation"
+msgid "Filesharing (Alpha)"
+msgstr "Motivation"
+
+#: template/applications.html.j2:59
+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/applications.html.j2:73
+#, fuzzy
+#| msgid "Motivation"
+msgid "Conversation (Pre-Alpha)"
+msgstr "Motivation"
+
+#: template/applications.html.j2:75
+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/applications.html.j2:91
+msgid "Applications utilizing GNUnet"
+msgstr ""
+
+#: template/applications.html.j2:97
+msgid "GNU Taler (Alpha)"
+msgstr ""
+
+#: template/applications.html.j2:99
+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/applications.html.j2:118
+msgid "secushare"
+msgstr ""
+
+#: template/applications.html.j2:120
+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/applications.html.j2:139
+msgid "pretty Easy privacy"
+msgstr ""
+
+#: template/applications.html.j2:141
+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/applications.html.j2:160
+msgid "Cadet-GTK"
+msgstr ""
+
+#: template/applications.html.j2:162
+msgid ""
+"<a href=\"https://gitlab.com/gnunet-messenger/cadet-gtk\";>Cadet-GTK</a> is a "
+"convenient but feature-rich graphical application providing messaging using "
+"especially the CADET subsystem. It is developed using GTK and libhandy for a "
+"convergent design."
+msgstr ""
+
+#: template/applications.html.j2:180
+msgid "groupchat"
+msgstr ""
+
+#: template/applications.html.j2:182
+msgid ""
+"<a href=\"https://git.gnunet.org/groupchat.git/\";>groupchat</a> is a "
+"terminal user interface providing messaging using especially the CADET "
+"subsystem. It is developed using nim. Cadet-GTK and groupchat are planned to "
+"be compatible."
+msgstr ""
+
+#: template/architecture.html.j2:6
+msgid "GNUnet System Architecture"
+msgstr "GNUnet Systemarchitektur"
+
+#: template/architecture.html.j2:15
+msgid "Legend"
+msgstr ""
+
+#: template/architecture.html.j2:55
+msgid "Foundations"
+msgstr "Grundlagen"
+
+#: 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 ""
+
+#: template/architecture.html.j2:87
+#, fuzzy
+#| msgid "System Architecture"
+msgid "System architecture"
+msgstr "System Architekture"
+
+#: template/architecture.html.j2:93
+msgid "Subsystems"
+msgstr ""
+
+#: 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:gnunet-developers@gnu.org\";>gnunet-developers@gnu.org</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://view.matrix.org/room/!";
+"IjaAfLiruzjxFFzKAV:matrix.org/\">archive</a> available."
+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>LASTNAME@gnunet.org</tt>. Most of us support receiving GnuPG "
+"encrypted Emails. Urgent and sensitive security issues may be addressed to "
+"the GNU maintainers <tt>schanzen</tt> and <tt>grothoff</tt>."
+msgstr ""
+
+#: template/contact.html.j2:53
+msgid "Reporting bugs"
+msgstr "Fehler melden"
+
+#: template/contact.html.j2:55
+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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: template/developers.html.j2:72
+msgid "Performance Analysis"
+msgstr "Leistungsanalyse"
+
+#: 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:209
+msgid "Downloads"
+msgstr "Herunterladen"
+
+#: 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
+#, fuzzy
+#| msgid "Engage"
+msgid "Engage!"
+msgstr "Mach mit!"
+
+#: template/ev.html.j2:6
+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://schanzen.eu\";>Martin "
+"Schanzenbach</a></dd> <dt>stellvertretender Vorsitz</dt> <dd>t3sserakt</dd> "
+"<dt>Kassenwart</dt> <dd>Florian Dold</dd> <dt>Beisitzer</dt> <dd> <a href="
+"\"https://grothoff.org/christian/\";>Christian Grothoff</a>, ch3 </dd> </dl>"
+msgstr ""
+
+#: template/ev.html.j2:73
+msgid "Official Meeting Notes"
+msgstr "Offizielle Protokolle"
+
+#: template/ev.html.j2:86
+msgid "Support Us!"
+msgstr "Unterstützung anbieten!"
+
+#: template/ev.html.j2:88
+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 "Is GNUnet ready for use on production systems?"
+msgstr ""
+
+#: template/faq.html.j2:14
+msgid ""
+"A: GNUnet is still undergoing major development. It is largely not yet ready "
+"for usage beyond developers. Your mileage will vary depending on the "
+"functionality you use, but you will always likely run into issues with our "
+"current low-level transport system. We are currently in the process of "
+"rewriting it (Project &quot;Transport Next Generation [TNG]&quot;)"
+msgstr ""
+
+#: template/faq.html.j2:24
+msgid "Is GNUnet build using distributed ledger technologies?"
+msgstr ""
+
+#: template/faq.html.j2:26
+msgid ""
+"A: No. GNUnet is a new network protocol stack for building secure, "
+"distributed, and privacy-preserving applications. While a ledger could be "
+"built using GNUnet, we currently have no plans in doing so."
+msgstr ""
+
+#: template/faq.html.j2:35
+msgid ""
+"I receive many &quot;WARNING Calculated flow delay for X at Y for Z&quot;. "
+"Should I worry?"
+msgstr ""
+
+#: template/faq.html.j2:37
+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:46
+msgid "Is there a graphical user interface?"
+msgstr "Gibt es eine Graphische Benutzeroberfläche?"
+
+#: template/faq.html.j2:48
+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 ""
+
+#: template/glossary.html.j2:27
+msgid "Identity"
+msgstr "Identität"
+
+#: 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 "Pseudonym"
+
+#: 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 "Namensraum"
+
+#: 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/gns.html.j2:13 template/gnurl.html.j2:60
+msgid "Motivation"
+msgstr "Motivation"
+
+#: template/gns.html.j2:15
+msgid ""
+"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."
+msgstr ""
+
+#: template/gns.html.j2:28
+msgid "Overview"
+msgstr ""
+
+#: template/gns.html.j2:37
+msgid "Features"
+msgstr ""
+
+#: template/gns.html.j2:39
+msgid ""
+"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>"
+msgstr ""
+
+#: template/gns.html.j2:52
+msgid "Resources"
+msgstr ""
+
+#: template/gnurl.html.j2:21
+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."
+msgstr ""
+
+#: template/gnurl.html.j2:30
+msgid ""
+"Our main usecase is for GNUnet and Taler, but it might be usable for others, "
+"hence we&#39;re releasing the code to the general public."
+msgstr ""
+
+#: template/gnurl.html.j2:37
+msgid ""
+"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:48
+#, fuzzy
+#| msgid "About"
+msgid "About gnurl"
+msgstr "Über GNUnet"
+
+#: template/gnurl.html.j2:50
+msgid ""
+"Large parts of the following 6 paragraphs are old and need to be rewritten."
+msgstr ""
+
+#: template/gnurl.html.j2:62
+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:75
+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:99
+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:118
+msgid "Rename to fix"
+msgstr "Umbenenung als Lösung"
+
+#: template/gnurl.html.j2:120
+#, 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&#39;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 this was deemed to be too much "
+"work when gnurl was originally started. 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:142
+msgid "Using libgnurl"
+msgstr "Benutzung von libgnurl"
+
+#: template/gnurl.html.j2:144
+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&#39;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:161
+msgid "Gotchas"
+msgstr "Aufgepasst!"
+
+#: template/gnurl.html.j2:163
+msgid ""
+"libgnurl and gnurl are not intended to be used as a replacement for curl for "
+"users: <br> This does not mean there is no confidence in the work done with "
+"gnurl, it means that tools which expect curl or libcurl will not make use of "
+"a different named binary and library. If you know what you are doing, you "
+"should be able to use gnurl as part of your tooling in place of curl. We do "
+"not recommend to do so however, as the only usage it is tested for <em>so "
+"far</em> is as part of Taler&#39;s and GNunet&#39;s build-system. <br> Since "
+"no conflicts in filenames occur you are not expected to remove curl to make "
+"use of gnurl and viceversa."
+msgstr ""
+
+#: template/gnurl.html.j2:188
+msgid "You can get the gnurl git repository using:"
+msgstr ""
+
+#: template/gnurl.html.j2:201
+msgid "The versions are checked in as (signed) git tags."
+msgstr ""
+
+#: template/gnurl.html.j2:211
+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. Some 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:228
+#, fuzzy
+#| msgid "Using libgnurl"
+msgid "Building gnurl"
+msgstr "Benutzung von libgnurl"
+
+#: template/gnurl.html.j2:230
+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:251
+msgid "Building from the distributed tarball (prefered method)"
+msgstr ""
+
+#: template/gnurl.html.j2:253
+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:267
+msgid "Fetch the signature key from"
+msgstr ""
+
+#: template/gnurl.html.j2:271
+msgid "or via commandline with gnupg2."
+msgstr ""
+
+#: template/gnurl.html.j2:276
+msgid ""
+"Fetch the release, the signature, the checksum file as well as its signature:"
+msgstr ""
+
+#: template/gnurl.html.j2:295
+msgid ""
+"verify the signatures, and verify the checksums against the checksums in "
+"the .sum.txt file."
+msgstr ""
+
+#: template/gnurl.html.j2:301
+msgid "unpack the tarball:"
+msgstr ""
+
+#: template/gnurl.html.j2:311
+msgid "Change into the directory"
+msgstr ""
+
+#: template/gnurl.html.j2:321
+msgid "Now you can either run"
+msgstr ""
+
+#: template/gnurl.html.j2:331
+msgid "directly (and read configure-gnurl before you do so) or invoke"
+msgstr ""
+
+#: template/gnurl.html.j2:341
+msgid ""
+"and pass additional parameters such as a custom PREFIX location. Further "
+"reference can be the"
+msgstr ""
+
+#: template/gnurl.html.j2:346
+msgid "Now run"
+msgstr ""
+
+#: template/gnurl.html.j2:356
+msgid "(this is optional)"
+msgstr ""
+
+#: template/gnurl.html.j2:365
+msgid "and you are done."
+msgstr ""
+
+#: template/gnurl.html.j2:369
+msgid "Building from a tagged git commit"
+msgstr ""
+
+#: template/gnurl.html.j2:371
+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:382
+msgid "Reporting Bugs"
+msgstr "Fehler melden"
+
+#: template/gnurl.html.j2:384
+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:395
+msgid "Maintainer and Cryptographic signatures"
+msgstr ""
+
+#: template/gnurl.html.j2:397
+msgid ""
+"gnurl/libgnurl is maintained by Nikita. Releases after version 7.69.1 are "
+"signed with the OpenPGP Key <b>0xD6B570842F7E7F8D</b> (<a href=\"https://";
+"keys.openpgp.org/search?q=6115012DEA3026F62A98A556D6B570842F7E7F8D\">keys."
+"openpgp.org</a>, <a href=\"https://n0.is/pubkey.asc\";>n0.is</a>), with the "
+"key fingerprint <b>6115 012D EA30 26F6 2A98 A556 D6B5 7084 2F7E 7F8D</b>."
+msgstr ""
+
+#: template/gsoc-2018-gnunet-webui.html.j2:7
+msgid "GSoC 2018: GNUnet WebUI (GNUnet Web-based User Interface)"
+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:18
+msgid ""
+"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:41
+msgid ""
+"... 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."
+msgstr ""
+
+#: template/gsoc-2018-gnunet-webui.html.j2:54
+msgid ""
+"<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 /> 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. </"
+"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/'. </li>"
+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:98
+msgid ""
+"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 ""
 
-#~ msgid "GNU's framework for secure p2p networking"
-#~ msgstr "GNU's Architektur für sichere p2p Netzwerke"
+#: template/gsoc.html.j2:12 template/gsoc.html.j2:29
+msgid "Ideas 2021"
+msgstr ""
 
-#~ msgid "Contact"
-#~ msgstr "Kontakt"
+#: template/gsoc.html.j2:13 template/gsoc.html.j2:215
+#, fuzzy
+#| msgid "GSoC Projects"
+msgid "Past projects"
+msgstr "GSoC Projekte"
 
-#~ msgid "GNUnet e.V."
-#~ msgstr "GNUnet e.V."
+#: template/gsoc.html.j2:14 template/gsoc.html.j2:596
+#, fuzzy
+#| msgid "GSoC Projects"
+msgid "Finished projects"
+msgstr "GSoC Projekte"
 
-#~ msgid "About GNUnet"
-#~ msgstr "Über GNUnet"
+#: 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. If you want to participate and apply for any of the ideas "
+"for 2020 below or any past project which is not yet finished (or even your "
+"own idea), please contact us either in IRC or mailing list."
+msgstr ""
 
-#~ msgid "Bug Tracker"
-#~ msgstr "Fehlerdatenbank"
+#: template/gsoc.html.j2:34
+msgid ""
+"The GNUnet team is currently working on a transport layer rewrite in order "
+"to fix core issues with connectivity. This new component is currently "
+"developed under the name \"TNG\". What is currently known as \"transport "
+"plugins\" will in the TNG be represented as \"communicators\". Communicators "
+"are processes with a well defined API that allow to connect peers over a "
+"specific protocol. The primary protocol which are already implemented are "
+"UNIX sockets, UDP sockets, and TCP sockets. For a truly resilient network, "
+"other connectivity options such as WiFi mesh, Bluetooth, HTTP(S), QUIC or "
+"even more obscure alternatives such as radio are required. In this project, "
+"the goal is to select, implement and test new communicators. While TNG is "
+"not yet ready, communicators can, by design, be developed and tested against "
+"the current API. We expect that this project can be worked on by multiple "
+"students as there are a lot of protocols to choose from. The tasks would "
+"consist of: <ol> <li>Deciding which communicators to implement.</li> "
+"<li>Test the communicators.</li> <li>Documentation.</li> </ol> Advantageous "
+"skills/languages/frameworks: <ol> <li>C</li> <li>Knowledge of HTTPS, QUIC, "
+"Bluetooth or WiFi.</li> </ol> <br/> <strong>Difficulty:</strong> Average, "
+"but depends on selected protocols. <br/> <strong>Mentors:</strong> Martin "
+"Schanzenbach, t3sserakt"
+msgstr ""
 
-#~ msgid "Copyright Assignment"
-#~ msgstr "Copyright Übertragung"
+#: template/gsoc.html.j2:79
+msgid ""
+"The REST API currently only supports a single user system. This is an issue "
+"as on multi-user systems, access control must be enfoced on a per-user "
+"basis. In this project, the REST service must be extended to support user "
+"authentication. This includes the correct handling of user context switches. "
+"<ol> <li>Implement user authentication.</li> <li>Test the access control.</"
+"li> <li>Document the changes to the REST API.</li> </ol> Advantageous skills/"
+"languages/frameworks: <ol> <li>C</li> <li>Knowledge of user authentication "
+"subsystems on Linux/Unix.</li> <li>REST/HTTP Authentication methods</li> </"
+"ol> <br/> <strong>Difficulty:</strong> Beginner <br/> <strong>Mentors:</"
+"strong> Martin Schanzenbach"
+msgstr ""
 
-#~ msgid "Bibliography"
-#~ msgstr "Bibliografie"
+#: template/gsoc.html.j2:111
+msgid ""
+"reclaimID is a decentralized identity system build on top of the GNU Name "
+"System. Currently, there is a Webextension which uses the GNUnet <a href="
+"\"https://rest.gnunet.org\";>REST API</a>. In order to improve adoption and "
+"ease of use, this project aims to include a full GNUnet node within the "
+"Webextention as a fallback. GNUnet can be compiled to Web Assembly or "
+"JavaScript as demonstrated <a href=\"https://gnunet.io\";>here</a>. The idea "
+"is to improve upon this concept and support more of GNUnet's subsystems. The "
+"difficulty of this project largely depends on the students proficiency with "
+"build tools, emscripten and improvisation skills. There non-exhaustive task "
+"list would be: <ol> <li>Improve existing GNUnet emscripten build to include "
+"more subsystems.</li> <li>Integrate the result into a Webextention.</li> "
+"<li>Integrate the result into the re:claimID Webextension</li> </ol> "
+"Advantageous skills/languages/frameworks: <ol> <li>C</li> <li>emscripten</"
+"li> <li>Webextensions</li> </ol> <br/> <strong>Difficulty:</strong> "
+"Challenging <br/> <strong>Mentors:</strong> Martin Schanzenbach"
+msgstr ""
 
-#~ msgid "About"
-#~ msgstr "Über GNUnet"
+#: template/gsoc.html.j2:147
+msgid ""
+"Currently, the keys in our statistics database are too verbose. For example: "
+"</p> <p> nse # flood messages received: 13<br/> nse # peers connected: 4<br/"
+"> nse # nodes in the network (estimate): 203<br/> nse # flood messages "
+"started: 5<br/> nse # estimated network diameter: 3<br/> nse # flood "
+"messages transmitted: 10<br/> </p> <p> With such verbose keys there's no "
+"easy way to form compact JSON document or entries for time-series database. "
+"And you can't query single stats without having to copypaste the line "
+"exactly and put in quotes. In short, the goals are to... <ol> <li>Think of a "
+"way how statistics entries can be made canonical.</li> <li>Implement the "
+"change and migrate existing uses.</li> <li>Document the format(s) and define "
+"an appropriate registration mechanism for identifiers</li> </ol> Relevant "
+"bugs: <a href=\"https://bugs.gnunet.org/view.php?id=5650\";>#5650</a><br/> "
+"Advantageous skills/languages/frameworks: <ol> <li>C</li> <li>HTML</li> </"
+"ol> <br/> <strong>Difficulty:</strong> Beginner <br/> <strong>Mentors:</"
+"strong> Martin Schanzenbach"
+msgstr ""
 
-#~ msgid "News"
-#~ msgstr "Neues"
+#: template/gsoc.html.j2:187
+msgid ""
+"The goal is to either build upon the (outdated) <a href=\"https://github.com/";
+"canndrew/gnunet-rs\">GNUnet Rust bindings</a> or to follow the path of <a "
+"href=\"GNUnet Go\">https://github.com/bfix/gnunet-go</a> which tries to "
+"reimplement most of the GNUnet stack. The end result should be an extension "
+"template for GNUnet in the form of the existing <a href=\"https://git.gnunet.";
+"org/gnunet-ext.git/\">C template</a> which allows to quickly start "
+"implementing services and libraries for GNUnet."
+msgstr ""
 
-#~ msgid "Community"
-#~ msgstr "Community"
+#: template/gsoc.html.j2:198 template/gsoc.html.j2:652
+msgid "<strong>Mentors:</strong> Martin Schanzenbach"
+msgstr ""
 
-#~ msgid "Engage"
-#~ msgstr "Mach mit!"
+#: template/gsoc.html.j2:203
+msgid "Required Skills: Solid knowledge of Rust and ideally asynchronuous IO."
+msgstr ""
 
-#~ msgid "GSoC Projects"
-#~ msgstr "GSoC Projekte"
+#: template/gsoc.html.j2:208 template/gsoc.html.j2:321
+#: template/gsoc.html.j2:531 template/gsoc.html.j2:662
+msgid "Difficulty level: medium"
+msgstr ""
 
-#~ msgid "Copyright for Contributors"
-#~ msgstr "Copyright für Mitwirkende"
+#: template/gsoc.html.j2:222
+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 ""
 
-#~ msgid "IRC Archive"
-#~ msgstr "IRC Archiv"
+#: template/gsoc.html.j2:229
+msgid ""
+"Includes: Implementation of rudimentary Android compatibility for GNUnet, in "
+"part by porting the GNUnet utils scheduler to act as a thin wrapper over "
+"libuv."
+msgstr ""
 
-#~ msgid "Development"
-#~ msgstr "Entwicklung"
+#: template/gsoc.html.j2:236
+msgid ""
+"<strong>Mentors:</strong> <a href=\"https://www.goebel-consult.de/\";>Hartmut "
+"Goebel</a>, Jeff Burdges, Christian Grothoff"
+msgstr ""
 
-#~ msgid "System Architecture"
-#~ msgstr "Systemarchitektur"
+#: template/gsoc.html.j2:245
+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 ""
 
-#~ msgid "Source Code"
-#~ msgstr "Quellkode"
+#: template/gsoc.html.j2:257
+msgid "<strong>Mentors:</strong> TBD"
+msgstr ""
 
-#, fuzzy
-#~| msgid "Documentation"
-#~ msgid "Source Code Documentation"
-#~ msgstr "Dokumentation"
+#: template/gsoc.html.j2:267
+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 ""
 
-#~ msgid "Continuous Integration"
-#~ msgstr "Kontinuierliche Integration"
+#: template/gsoc.html.j2:288
+msgid "<strong>Mentors:</strong> lynX &amp; dvn"
+msgstr ""
 
-#, fuzzy
-#~| msgid "Development"
-#~ msgid "Development Tutorial"
-#~ msgstr "Entwicklung"
+#: template/gsoc.html.j2:296
+msgid ""
+"Implement the AnycastExit spec to enable GNUnet clients to connect over Tor."
+msgstr ""
 
-#~ msgid "Documentation"
-#~ msgstr "Dokumentation"
+#: template/gsoc.html.j2:302 template/gsoc.html.j2:337
+#: template/gsoc.html.j2:352
+msgid "<strong>Mentors:</strong> Jeff Burdges"
+msgstr ""
 
-#~ msgid "Install"
-#~ msgstr "Installieren"
+#: template/gsoc.html.j2:307
+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 ""
 
-#~ msgid "Use"
-#~ msgstr "Nutzen"
+#: template/gsoc.html.j2:316 template/gsoc.html.j2:456
+#: template/gsoc.html.j2:496 template/gsoc.html.j2:526
+msgid "Required Skills: C"
+msgstr ""
 
-#~ msgid "Videos"
-#~ msgstr "Videos"
+#: template/gsoc.html.j2:329
+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 ""
 
-#~ msgid "Glossary"
-#~ msgstr "Glossar"
+#: template/gsoc.html.j2:345
+msgid ""
+"Implementation of a replacement for PANDA (see Pond) with better security, "
+"and maybe integration with the GNU Name System for key exchange."
+msgstr ""
 
-#~ msgid "Handbook"
-#~ msgstr "Handbuch"
+#: template/gsoc.html.j2:357
+msgid "Required Skills: Rust or C, crypto"
+msgstr ""
 
-#~ msgid "REST API"
-#~ msgstr "REST API"
+#: template/gsoc.html.j2:362 template/gsoc.html.j2:419
+#: template/gsoc.html.j2:461 template/gsoc.html.j2:501
+msgid "Difficulty level: high"
+msgstr ""
 
-#~ msgid "FAQ"
-#~ msgstr "FAQ"
+#: template/gsoc.html.j2:370
+msgid ""
+"Implement different place types and file sharing by creating a new place for "
+"the shared content."
+msgstr ""
 
-#, fuzzy
-#~| msgid "About GNUnet"
-#~ msgid "What is GNUnet?"
-#~ msgstr "Über GNUnet"
+#: template/gsoc.html.j2:376
+msgid "Place types to be implemented:"
+msgstr ""
 
-#~ msgid "Current funding"
-#~ msgstr "Aktuelle Finanzierung"
+#: template/gsoc.html.j2:380
+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 ""
 
-#, 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:"
+#: template/gsoc.html.j2:391
+msgid "Also provide the following UI functionality:"
+msgstr ""
 
-#~ msgid "Past funding"
-#~ msgstr "Frühere Finanzierung"
+#: template/gsoc.html.j2:395
+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 ""
 
-#~ 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/gsoc.html.j2:404
+msgid ""
+"See also <a href=\"http://secushare.org/features\";>http://secushare.org/";
+"features</a>"
+msgstr ""
 
-#~ msgid "GNUnet System Architecture"
-#~ msgstr "GNUnet Systemarchitektur"
+#: template/gsoc.html.j2:409
+msgid "<strong>Mentors:</strong> lynX"
+msgstr ""
 
-#~ msgid "Foundations"
-#~ msgstr "Grundlagen"
+#: template/gsoc.html.j2:414
+msgid "Required Skills: C/C++"
+msgstr ""
 
-#~ 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/gsoc.html.j2:427
+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 ""
 
-#~ msgid "Security"
-#~ msgstr "Sicherheit"
+#: template/gsoc.html.j2:445
+msgid ""
+"Related to <a href=\"http://secushare.org/rendezvous\";>secushare.org/"
+"rendezvous</a>"
+msgstr ""
 
-#, fuzzy
-#~| msgid "System Architecture"
-#~ msgid "System architecture"
-#~ msgstr "System Architekture"
+#: template/gsoc.html.j2:451 template/gsoc.html.j2:491
+msgid "<strong>Mentors:</strong> t3sserakt, lynX"
+msgstr ""
 
-#, fuzzy
-#~| msgid "libgnurl"
-#~ msgid "libgnunetutil"
-#~ msgstr "libgnurl"
+#: template/gsoc.html.j2:468
+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:509
+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 ""
 
-#~ msgid "Contact information"
-#~ msgstr "Kontaktinformation"
+#: template/gsoc.html.j2:521
+msgid "<strong>Mentors:</strong> mate, cg"
+msgstr ""
 
-#~ msgid "The mailing list"
-#~ msgstr "Die Mailingliste"
+#: template/gsoc.html.j2:539
+msgid ""
+"Implementation of additional transports to make GNUnet communication more "
+"robust in the presence of problematic networks: GNUnet-over-SMTP, GNUnet-"
+"over-DNS"
+msgstr ""
 
-#~ msgid "The IRC channel"
-#~ msgstr "Der IRC Kanal"
+#: template/gsoc.html.j2:546 template/gsoc.html.j2:560
+msgid "<strong>Mentors:</strong> Matthias Wachs"
+msgstr ""
 
-#~ msgid "Contacting individuals"
-#~ msgstr "Individuelle Kontaktaufname"
+#: template/gsoc.html.j2:554
+msgid ""
+"Implementation of ALG-based NAT traversal methods (FTP/SIP-based hole "
+"punching, better STUN support)"
+msgstr ""
 
-#~ msgid "Reporting bugs"
-#~ msgstr "Fehler melden"
+#: template/gsoc.html.j2:568
+msgid ""
+"<strong>Mentors:</strong> Matthias Wachs, Christian Grothoff, Jeff Burdges"
+msgstr ""
 
-#~ msgid "GNUnet for developers"
-#~ msgstr "GNUNet für Entwickeler"
+#: template/gsoc.html.j2:576
+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 ""
 
-#~ msgid "Repositories"
-#~ msgstr "Quellcode"
+#: template/gsoc.html.j2:589
+msgid ""
+"Please refer to the description for this project listed under GNU Guix "
+"project ideas."
+msgstr ""
 
-#~ msgid "Discussion"
-#~ msgstr "Diskussion"
+#: template/gsoc.html.j2:602
+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 ""
 
-#~ msgid "Regression Testing"
-#~ msgstr "Regressionstests"
+#: template/gsoc.html.j2:612
+msgid "<strong>Mentors:</strong> Christian Grothoff"
+msgstr ""
 
-#~ msgid "Code Coverage Analysis"
-#~ msgstr "Codeabdeckungsanalyse"
+#: template/gsoc.html.j2:617
+msgid "Required Skills:"
+msgstr ""
 
-#~ msgid "Performance Analysis"
-#~ msgstr "Leistungsanalyse"
+#: template/gsoc.html.j2:622
+msgid "Difficulty level:"
+msgstr ""
 
-#~ msgid "Downloads"
-#~ msgstr "Herunterladen"
+#: template/gsoc.html.j2:627
+msgid "Report:"
+msgstr ""
 
-#~ msgid "Verein zur F&ouml;rderung von GNUnet e.V."
-#~ msgstr "Verein zur Förderung von GNUnet e.V."
+#: template/gsoc.html.j2:632
+msgid "Unfinished/Abandoned as gnunet-qr was moved to C outside of GSoC."
+msgstr ""
 
-#, fuzzy
-#~| msgid "About GNUnet"
-#~ msgid "About GNUnet e.V."
-#~ msgstr "Über GNUnet"
+#: template/gsoc.html.j2:642
+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:657
+msgid "Required Skills: C, JavaScript, CSS"
+msgstr ""
+
+#: template/gsoc.html.j2:667
+msgid ""
+"Report: <a href=\"gsoc-2018-gnunet-webui.html\">GSoC 2018: GNUnet WebUI</a>"
+msgstr ""
+
+#: template/index.html.j2:8
+msgid "The Internet of tomorrow needs GNUnet today"
+msgstr ""
+
+#: template/index.html.j2:26
+msgid "Latest news"
+msgstr ""
+
+#: template/index.html.j2:32
+msgid "Older news entries"
+msgstr ""
+
+#: template/index.html.j2:47
+msgid "The Internet is broken"
+msgstr ""
+
+#: template/index.html.j2:49
+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. --> The Internet was not designed with security in mind: "
+"protecting against address forgery, routers learning metadata, or choosing "
+"trustworthy third parties 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:94
+msgid "GNUnet helps building a new Internet"
+msgstr ""
+
+#: template/index.html.j2:96
+msgid ""
+"GNUnet is a network protocol stack for building secure, distributed, and "
+"privacy-preserving applications.<br/> With strong roots in <a class=\"link\" "
+"href=\"https://bib.gnunet.org\";>academic research</a>, our goal is to "
+"replace the <a class=\"link\" href=\"https://secushare.org/broken-internet";
+"\">old insecure Internet</a> protocol stack."
+msgstr ""
+
+#: template/index.html.j2:119
+msgid "Metadata is exposed"
+msgstr ""
+
+#: template/index.html.j2:121
+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>"
+msgstr ""
+
+#: template/index.html.j2:150
+msgid "GNUnet provides privacy-by design"
+msgstr ""
+
+#: template/index.html.j2:152
+msgid ""
+"It provides <a class=\"link\" href=\"https://www.w3.org/2014/strint/";
+"papers/65.pdf\"> improving addressing, routing, naming and content "
+"distribution</a> 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:177
+msgid "Freedoms are not respected"
+msgstr ""
+
+#: template/index.html.j2:179
+msgid ""
+"Today, monitoring increasingly centralized infrastructure, proprietary "
+"implementations, traffic shapers and firewalls restrict all of the <a class="
+"\"link\" href=\"https://www.gnu.org/philosophy/free-sw.html\";>essential "
+"freedoms</a> to various degrees."
+msgstr ""
+
+#: template/index.html.j2:203
+msgid "GNUnet supports a free and open society"
+msgstr ""
 
-#~ msgid "Becoming a Member of GNUnet e.V."
-#~ msgstr "Ein Mitglied von GNUnet e.V. werden"
+#: template/index.html.j2:205
+msgid ""
+"GNUnet is a self-organizing network and it is <a class=\"link\" href="
+"\"https://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. It "
+"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 ""
 
-#~ msgid "Governance"
-#~ msgstr "Führung"
+#: template/index.html.j2:229
+msgid "Decentralization is the key, but hard"
+msgstr ""
 
-#~ msgid "Official Meeting Notes"
-#~ msgstr "Offizielle Protokolle"
+#: template/index.html.j2:232
+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 ""
 
-#~ msgid "Support Us!"
-#~ msgstr "Unterstützung anbieten!"
+#: template/index.html.j2:264
+msgid "GNUnet is a framework"
+msgstr ""
 
-#~ msgid "Is there a graphical user interface?"
-#~ msgstr "Gibt es eine Graphische Benutzeroberfläche?"
+#: template/index.html.j2:266
+msgid ""
+"It offers a metadata-preserving foundation for your application. It offers "
+"components for addressing, reliable encrypted channels with advanced routing "
+"and resource discovery and naming. Our work is based on continuous research "
+"spanning almost two decades."
+msgstr ""
 
-#~ msgid "Ego"
-#~ msgstr "Ego"
+#: template/index.html.j2:286
+#, fuzzy
+#| msgid "About GNUnet"
+msgid "Learn more"
+msgstr "Über GNUnet"
 
-#~ msgid "Identity"
-#~ msgstr "Identität"
+#: template/index.html.j2:295
+msgid "Get started"
+msgstr ""
 
-#~ msgid "Pseudonym"
-#~ msgstr "Pseudonym"
+#: template/install-on-archpi.html.j2:6
+msgid "Tutorial: GNUnet on Arch Linux/Pi"
+msgstr ""
 
-#~ msgid "Namespaces"
-#~ msgstr "Namensraum"
+#: template/install-on-archpi.html.j2:16
+msgid "Requirements for Raspberry Pi 3"
+msgstr ""
 
+#: template/install-on-archpi.html.j2:40
 #, fuzzy
-#~| msgid "About"
-#~ msgid "About gnurl"
-#~ msgstr "Über GNUnet"
+#| msgid "Source Code"
+msgid "Get the Source Code"
+msgstr "Quellkode"
+
+#: template/install-on-archpi.html.j2:62
+#: template/install-on-debian9.html.j2:131
+msgid "In Addition: gnunet-gtk"
+msgstr ""
+
+#: template/install-on-archpi.html.j2:81
+msgid "Run"
+msgstr ""
 
-#~ msgid "Motivation"
-#~ msgstr "Motivation"
+#: template/install-on-archpi.html.j2:133
+#: template/install-on-openwrt.html.j2:111
+msgid "Make sure, it works!"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:6
+msgid "Tutorial: GNUnet on Debian 9"
+msgstr ""
 
-#~ msgid "Rename to fix"
-#~ msgstr "Umbenenung als Lösung"
+#: template/install-on-debian9.html.j2:9
+#: template/install-on-ubuntu1804.html.j2:9
+msgid "Introduction"
+msgstr ""
 
-#~ msgid "Using libgnurl"
-#~ msgstr "Benutzung von libgnurl"
+#: 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 ""
 
-#~ msgid "Gotchas"
-#~ msgstr "Aufgepasst!"
+#: template/install-on-debian9.html.j2:46
+#: template/install-on-ubuntu1804.html.j2:41
+msgid "Make an installation directory"
+msgstr ""
 
+#: template/install-on-debian9.html.j2:60 template/install-on-macos.html.j2:134
+#: template/install-on-netbsd.html.j2:237
+#: template/install-on-ubuntu1804.html.j2:53
 #, fuzzy
-#~| msgid "Using libgnurl"
-#~ msgid "Building gnurl"
-#~ msgstr "Benutzung von libgnurl"
+#| msgid "Source Code"
+msgid "Get the source code"
+msgstr "Quellkode"
+
+#: template/install-on-debian9.html.j2:79 template/install-on-macos.html.j2:142
+#: template/install-on-netbsd.html.j2:245
+#: template/install-on-ubuntu1804.html.j2:61
+msgid "Compile and Install"
+msgstr ""
 
-#~ msgid "Reporting Bugs"
-#~ msgstr "Fehler melden"
+#: template/install-on-debian9.html.j2:104
+#: template/install-on-ubuntu1804.html.j2:70
+msgid "Option 1: GNUnet for testing / usage"
+msgstr ""
 
+#: template/install-on-debian9.html.j2:117
+#: template/install-on-ubuntu1804.html.j2:82
 #, fuzzy
-#~| msgid "GSoC Projects"
-#~ msgid "Current projects"
-#~ msgstr "GSoC Projekte"
+#| msgid "GNUnet for developers"
+msgid "Option 2: GNUnet for development"
+msgstr "GNUNet für Entwickeler"
 
+#: template/install-on-debian9.html.j2:154
+#: template/install-on-ubuntu1804.html.j2:97
+msgid "Install GNUnet plugin for name resolution"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:208
+#: template/install-on-ubuntu1804.html.j2:134
+msgid "Create configuration file"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:228
+#: template/install-on-ubuntu1804.html.j2:156
 #, fuzzy
-#~| msgid "About GNUnet"
-#~ msgid "Learn more about GNUnet"
-#~ msgstr "Über GNUnet"
+#| msgid "GNUnet"
+msgid "Use GNUnet!"
+msgstr "GNUnet"
+
+#: template/install-on-debian9.html.j2:233
+#: 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:36
+#: template/install-on-openwrt.html.j2:15
 #, fuzzy
-#~| msgid "Motivation"
-#~ msgid "Conversation (Pre-Alpha)"
-#~ msgstr "Motivation"
+#| msgid "Install"
+msgid "Installation"
+msgstr "Installieren"
+
+#: template/install-on-macos.html.j2:42 template/install-on-netbsd.html.j2:115
+msgid "First steps"
+msgstr ""
+
+#: template/install-on-macos.html.j2:109 template/install-on-netbsd.html.j2:195
+msgid "Alternative: Installation from source"
+msgstr ""
+
+#: template/install-on-macos.html.j2:154 template/install-on-netbsd.html.j2:265
+msgid "Option 1: GNUnet for production / usage"
+msgstr ""
+
+#: template/install-on-macos.html.j2:187 template/install-on-netbsd.html.j2:293
+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-openwrt.html.j2:6
+msgid "Tutorial: GNUnet on OpenWrt"
+msgstr ""
+
+#: template/install-on-openwrt.html.j2:47
 #, fuzzy
-#~| msgid "GNUnet"
-#~ msgid "Use GNUnet!"
-#~ msgstr "GNUnet"
+#| msgid "Motivation"
+msgid "Configuration"
+msgstr "Motivation"
+
+#: template/install-on-ubuntu1804.html.j2:6
+msgid "Tutorial: GNUnet on Ubuntu 18.04"
+msgstr ""
+
+#: template/install.html.j2:12
+msgid ""
+"Notice: GNUnet is still undergoing major development. It is largely <i>not "
+"yet ready</i> for usage beyond developers."
+msgstr ""
+
+#: template/install.html.j2:18
+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! Further information is available in our <a href=\"https://";
+"docs.gnunet.org/#toc-Using-GNUnet-1\">handbook</a>. If you have any queries "
+"about the installation or the usage, please <a href=\"engage.html\">get in "
+"touch!</a></p>"
+msgstr ""
+
+#: template/install.html.j2:30
+msgid ""
+"We recommend to use binary packages provided by the package manager "
+"integrated within your Operating System. GNUnet is reportedly available for "
+"at least: <ul> <li><a href=\"https://pkgs.alpinelinux.org/package/edge/";
+"testing/x86_64/gnunet\">Alpine</a></li> <li><a href=\"https://www.archlinux.";
+"org/packages/community/x86_64/gnunet/\">Arch</a></li> <li><a href=\"https://";
+"packages.debian.org/search?keywords=gnunet\">Debian</a></li> <li><a href="
+"\"https://copr.fedorainfracloud.org/coprs/yosl/gnunet/\";>Fedora (Copr)</a></"
+"li> <li><a href=\"https://guix.gnu.org/en/packages/G/\";>Guix</a></li> <li><a "
+"href=\"https://github.com/Homebrew/homebrew-core/blob/master/Formula/gnunet.";
+"rb\">Homebrew</a></li> <li><a href=\"https://nixos.org/nixos/packages.html?";
+"attr=gnunet&channel=nixpkgs-unstable&query=gnunet\">NixOS</a></li> <li><a "
+"href=\"install-on-openwrt.html\">OpenWrt</a></li> </ul> If GNUnet is "
+"available for your Operating System and it is missing, send us feedback so "
+"that we can add it to this list. Furthermore, if you are interested in "
+"packaging GNUnet for your Operating System, get in touch with us at gnunet-"
+"developers@gnu.org if you require help with this job. If you were using an "
+"Operating System with the Alpine package manager, GNUnet could be installed "
+"as simple as:"
+msgstr ""
+
+#: template/install.html.j2:61
+msgid ""
+"Next we describe a generic way to install from source. If you are using one "
+"of the following Operating Systems these step-by-step guides might be "
+"useful: <a href=\"install-on-archpi.html\">ArchPi</a>, <a href=\"install-on-"
+"debian9.html\">Debian 9</a>, <a href=\"install-on-macos.html\">Mac OS</a>, "
+"<a href=\"install-on-netbsd.html\">NetBSD</a>, <a href=\"install-on-"
+"ubuntu1804.html\">Ubuntu 1804</a>. Be aware that not all of them might be "
+"totally up-to-date! Please <a href=\"engage.html\">ask us</a> if you get "
+"stuck."
+msgstr ""
+
+#: template/install.html.j2:75
+msgid ""
+"First, install the <a href=\"https://git.gnunet.org/gnunet.git/tree/README";
+"\">required dependencies</a> of GNUnet. There are base requirements and "
+"optional requirements."
+msgstr ""
+
+#: template/install.html.j2:81
+msgid ""
+"Now, you need to decide if you want to install GNUnet from the release "
+"tarball or from git. If you want to use GNUnet and there is no binary "
+"package available for your OS, you should stick with the release tarball. If "
+"you want to develop using the most recent build, you should go with the <a "
+"href=\"https://git.gnunet.org/\";>git repository</a>."
+msgstr ""
+
+#: template/install.html.j2:98
+msgid "Alternatively, get the sources from git by entering:"
+msgstr ""
+
+#: template/install.html.j2:106
+msgid ""
+"Before building GNUnet, make sure that you setup the required groups and add "
+"your user to the group <code>gnunet</code>:"
+msgstr ""
+
+#: template/install.html.j2:117
+msgid "To compile GNUnet, execute:"
+msgstr ""
+
+#: template/install.html.j2:128
+msgid ""
+"You can find more configuration flags in the <a href=\"https://git.gnunet.";
+"org/gnunet.git/tree/README\">README</a>.<br> Install GNUnet with:"
+msgstr ""
+
+#: template/install.html.j2:138
+msgid "You can now start GNUnet by running:"
+msgstr ""
+
+#: template/install.html.j2:146
+msgid ""
+"Check the <a href=\"https://docs.gnunet.org/handbook/gnunet.html#Minimal-";
+"configuration\">handbook</a> for detailed documentation. For a more hands-on "
+"experience, <a href=\"https://gnunet.org/en/use.html\";>continue here</a>."
+msgstr ""
+
+#: template/use.html.j2:6
+msgid "How to use GNUnet - in a nutshell"
+msgstr ""
+
+#: template/use.html.j2:12 template/use.html.j2:125
+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:448
+msgid "VPN"
+msgstr ""
+
+#: template/use.html.j2:18 template/use.html.j2:508
+#, fuzzy
+#| msgid "Motivation"
+msgid "Conversation"
+msgstr "Motivation"
+
+#: template/use.html.j2:19 template/use.html.j2:519
+msgid "Trouble Shooting"
+msgstr ""
 
+#: template/use.html.j2:34
 #, fuzzy
-#~| msgid "Motivation"
-#~ msgid "Conversation"
-#~ msgstr "Motivation"
+#| msgid "GNUnet"
+msgid "Accessing GNUnet"
+msgstr "GNUnet"
 
+#: template/use.html.j2:78
 #, fuzzy
-#~| msgid "GNUnet"
-#~ msgid "Get on GNUnet"
-#~ msgstr "GNUnet"
+#| msgid "GNUnet"
+msgid "Leaving GNUnet"
+msgstr "GNUnet"
+
+#: template/use.html.j2:88
+msgid "Make sure your GNUnet installation works..."
+msgstr ""
+
+#: template/use.html.j2:107
+msgid "... and play around with it."
+msgstr ""
+
+#: template/use.html.j2:179
+msgid "CADET (and Chat)"
+msgstr ""
+
+#: template/use.html.j2:219
+msgid "Chatting with a (simple) client"
+msgstr ""
+
+#: template/use.html.j2:283
+msgid "Name resolution using GNS on the command line"
+msgstr ""
+
+#: template/use.html.j2:360
+msgid "Name resolution using GNS with a browser"
+msgstr ""
+
+#: template/use.html.j2:521
+msgid "You can't reach other people's nodes"
+msgstr ""
+
+#: template/use.html.j2:557
+msgid "OMG you guys broke my internet"
+msgstr ""
+
+#: template/video.html.j2:12
+msgid "Videos related to GNUnet"
+msgstr ""
 
 #, fuzzy
 #~| msgid "GNUnet"
@@ -347,9 +2246,6 @@ msgstr ""
 #~ msgid "term"
 #~ msgstr "Begriff"
 
-#~ msgid "explanation"
-#~ msgstr "Erklärung"
-
 #~ msgid "IRC logs"
 #~ msgstr "IRC Archive"
 
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index 522e678..e69de29 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -1,3 +0,0 @@
-
-#~ msgid "_project_title"
-#~ msgstr "GNUnet is the Next Generation Internet"
diff --git a/locale/messages.pot b/locale/messages.pot
index e69de29..4b6c9e8 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -0,0 +1,2182 @@
+# Translations template for PROJECT.
+# Copyright (C) 2021 ORGANIZATION
+# This file is distributed under the same license as the PROJECT project.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PROJECT VERSION\n"
+"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
+"POT-Creation-Date: 2021-02-14 19:58+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.6.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:49
+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:64
+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
+msgid "About"
+msgstr ""
+
+#: common/navigation.j2.inc:39 news/index.html.j2:8
+msgid "News"
+msgstr ""
+
+#: common/navigation.j2.inc:40 template/index.html.j2:289
+msgid "Applications"
+msgstr ""
+
+#: common/navigation.j2.inc:44
+msgid "Community"
+msgstr ""
+
+#: common/navigation.j2.inc:47 template/index.html.j2:292
+msgid "Engage"
+msgstr ""
+
+#: common/navigation.j2.inc:48
+msgid "GSoC Projects"
+msgstr ""
+
+#: common/navigation.j2.inc:50
+msgid "Copyright for Contributors"
+msgstr ""
+
+#: common/navigation.j2.inc:51
+msgid "IRC Archive"
+msgstr ""
+
+#: common/navigation.j2.inc:58
+msgid "Development"
+msgstr ""
+
+#: common/navigation.j2.inc:61
+msgid "System Architecture"
+msgstr ""
+
+#: common/navigation.j2.inc:63 template/roadmap.html.j2:6
+msgid "Roadmap"
+msgstr ""
+
+#: common/navigation.j2.inc:65 template/gnurl.html.j2:186
+msgid "Source Code"
+msgstr ""
+
+#: common/navigation.j2.inc:66
+msgid "Source Code Documentation"
+msgstr ""
+
+#: common/navigation.j2.inc:67
+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/install.html.j2:6
+msgid "Install"
+msgstr ""
+
+#: common/navigation.j2.inc:83 template/install-on-openwrt.html.j2:76
+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 ""
+
+#: news/index.html.j2:11
+msgid "News posts about changes related to GNUnet such as releases and events"
+msgstr ""
+
+#: news/index.html.j2:16
+msgid "subscribe to our RSS feed"
+msgstr ""
+
+#: news/index.html.j2:34
+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 ""
+"This project has received funding from the European Union’s Horizon 2020 "
+"research and innovation programme under the NGI_TRUST grant agreement no "
+"825618. The project aims to integrate re:claimID with the GNU Taler "
+"payment system in a pilot in order to demonstrate the practical "
+"feasibility and benefits of privacy enhancing technologies for users and "
+"commercial service providers. The project is called \"Decentralized "
+"Identities for Self-Sovereign End-users\" (DISSENS)."
+msgstr ""
+
+#: template/about.html.j2:141
+msgid "We are grateful for free hosting offered by the following 
organizations:"
+msgstr ""
+
+#: template/about.html.j2:150
+msgid "Past funding"
+msgstr ""
+
+#: template/about.html.j2:152
+msgid "We are grateful for past funding from the following organizations:"
+msgstr ""
+
+#: template/applications.html.j2:7
+msgid "Applications provided by GNUnet"
+msgstr ""
+
+#: template/applications.html.j2:13 template/gns.html.j2:7
+msgid "The GNU Name System"
+msgstr ""
+
+#: template/applications.html.j2:15
+msgid ""
+"The <a href=\"gns.html\">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/applications.html.j2:38
+msgid "Self-sovereign, decentralized identity provider"
+msgstr ""
+
+#: template/applications.html.j2:40
+msgid ""
+"<a href=\"https://reclaim.gnunet.org/\";>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/applications.html.j2:57
+msgid "Filesharing (Alpha)"
+msgstr ""
+
+#: template/applications.html.j2:59
+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/applications.html.j2:73
+msgid "Conversation (Pre-Alpha)"
+msgstr ""
+
+#: template/applications.html.j2:75
+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/applications.html.j2:91
+msgid "Applications utilizing GNUnet"
+msgstr ""
+
+#: template/applications.html.j2:97
+msgid "GNU Taler (Alpha)"
+msgstr ""
+
+#: template/applications.html.j2:99
+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/applications.html.j2:118
+msgid "secushare"
+msgstr ""
+
+#: template/applications.html.j2:120
+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/applications.html.j2:139
+msgid "pretty Easy privacy"
+msgstr ""
+
+#: template/applications.html.j2:141
+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/applications.html.j2:160
+msgid "Cadet-GTK"
+msgstr ""
+
+#: template/applications.html.j2:162
+msgid ""
+"<a href=\"https://gitlab.com/gnunet-messenger/cadet-gtk\";>Cadet-GTK</a> "
+"is a convenient but feature-rich graphical application providing "
+"messaging using especially the CADET subsystem. It is developed using GTK"
+" and libhandy for a convergent design."
+msgstr ""
+
+#: template/applications.html.j2:180
+msgid "groupchat"
+msgstr ""
+
+#: template/applications.html.j2:182
+msgid ""
+"<a href=\"https://git.gnunet.org/groupchat.git/\";>groupchat</a> is a "
+"terminal user interface providing messaging using especially the CADET "
+"subsystem. It is developed using nim. Cadet-GTK and groupchat are planned"
+" to be compatible."
+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"
+":gnunet-developers@gnu.org\">gnunet-developers@gnu.org</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://view.matrix.org/room/!IjaAfLiruzjxFFzKAV:matrix.org/\";>archive</a>"
+" available."
+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>LASTNAME@gnunet.org</tt>. Most of us"
+" support receiving GnuPG encrypted Emails. Urgent and sensitive security "
+"issues may be addressed to the GNU maintainers <tt>schanzen</tt> and "
+"<tt>grothoff</tt>."
+msgstr ""
+
+#: template/contact.html.j2:53
+msgid "Reporting bugs"
+msgstr ""
+
+#: template/contact.html.j2:55
+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:209
+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://schanzen.eu\";>Martin "
+"Schanzenbach</a></dd> <dt>stellvertretender Vorsitz</dt> "
+"<dd>t3sserakt</dd> <dt>Kassenwart</dt> <dd>Florian Dold</dd> "
+"<dt>Beisitzer</dt> <dd> <a "
+"href=\"https://grothoff.org/christian/\";>Christian Grothoff</a>, ch3 "
+"</dd> </dl>"
+msgstr ""
+
+#: template/ev.html.j2:73
+msgid "Official Meeting Notes"
+msgstr ""
+
+#: template/ev.html.j2:86
+msgid "Support Us!"
+msgstr ""
+
+#: template/ev.html.j2:88
+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 "Is GNUnet ready for use on production systems?"
+msgstr ""
+
+#: template/faq.html.j2:14
+msgid ""
+"A: GNUnet is still undergoing major development. It is largely not yet "
+"ready for usage beyond developers. Your mileage will vary depending on "
+"the functionality you use, but you will always likely run into issues "
+"with our current low-level transport system. We are currently in the "
+"process of rewriting it (Project &quot;Transport Next Generation "
+"[TNG]&quot;)"
+msgstr ""
+
+#: template/faq.html.j2:24
+msgid "Is GNUnet build using distributed ledger technologies?"
+msgstr ""
+
+#: template/faq.html.j2:26
+msgid ""
+"A: No. GNUnet is a new network protocol stack for building secure, "
+"distributed, and privacy-preserving applications. While a ledger could be"
+" built using GNUnet, we currently have no plans in doing so."
+msgstr ""
+
+#: template/faq.html.j2:35
+msgid ""
+"I receive many &quot;WARNING Calculated flow delay for X at Y for "
+"Z&quot;. Should I worry?"
+msgstr ""
+
+#: template/faq.html.j2:37
+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:46
+msgid "Is there a graphical user interface?"
+msgstr ""
+
+#: template/faq.html.j2:48
+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/gns.html.j2:13 template/gnurl.html.j2:60
+msgid "Motivation"
+msgstr ""
+
+#: template/gns.html.j2:15
+msgid ""
+"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."
+msgstr ""
+
+#: template/gns.html.j2:28
+msgid "Overview"
+msgstr ""
+
+#: template/gns.html.j2:37
+msgid "Features"
+msgstr ""
+
+#: template/gns.html.j2:39
+msgid ""
+"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>"
+msgstr ""
+
+#: template/gns.html.j2:52
+msgid "Resources"
+msgstr ""
+
+#: template/gnurl.html.j2:21
+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."
+msgstr ""
+
+#: template/gnurl.html.j2:30
+msgid ""
+"Our main usecase is for GNUnet and Taler, but it might be usable for "
+"others, hence we&#39;re releasing the code to the general public."
+msgstr ""
+
+#: template/gnurl.html.j2:37
+msgid ""
+"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:48
+msgid "About gnurl"
+msgstr ""
+
+#: template/gnurl.html.j2:50
+msgid ""
+"Large parts of the following 6 paragraphs are old and need to be "
+"rewritten."
+msgstr ""
+
+#: template/gnurl.html.j2:62
+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:75
+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:99
+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:118
+msgid "Rename to fix"
+msgstr ""
+
+#: template/gnurl.html.j2:120
+#, 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&#39;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 this was deemed to be too much work when gnurl was originally"
+" started. 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:142
+msgid "Using libgnurl"
+msgstr ""
+
+#: template/gnurl.html.j2:144
+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&#39;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:161
+msgid "Gotchas"
+msgstr ""
+
+#: template/gnurl.html.j2:163
+msgid ""
+"libgnurl and gnurl are not intended to be used as a replacement for curl "
+"for users: <br> This does not mean there is no confidence in the work "
+"done with gnurl, it means that tools which expect curl or libcurl will "
+"not make use of a different named binary and library. If you know what "
+"you are doing, you should be able to use gnurl as part of your tooling in"
+" place of curl. We do not recommend to do so however, as the only usage "
+"it is tested for <em>so far</em> is as part of Taler&#39;s and "
+"GNunet&#39;s build-system. <br> Since no conflicts in filenames occur you"
+" are not expected to remove curl to make use of gnurl and viceversa."
+msgstr ""
+
+#: template/gnurl.html.j2:188
+msgid "You can get the gnurl git repository using:"
+msgstr ""
+
+#: template/gnurl.html.j2:201
+msgid "The versions are checked in as (signed) git tags."
+msgstr ""
+
+#: template/gnurl.html.j2:211
+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. Some 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:228
+msgid "Building gnurl"
+msgstr ""
+
+#: template/gnurl.html.j2:230
+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:251
+msgid "Building from the distributed tarball (prefered method)"
+msgstr ""
+
+#: template/gnurl.html.j2:253
+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:267
+msgid "Fetch the signature key from"
+msgstr ""
+
+#: template/gnurl.html.j2:271
+msgid "or via commandline with gnupg2."
+msgstr ""
+
+#: template/gnurl.html.j2:276
+msgid ""
+"Fetch the release, the signature, the checksum file as well as its "
+"signature:"
+msgstr ""
+
+#: template/gnurl.html.j2:295
+msgid ""
+"verify the signatures, and verify the checksums against the checksums in "
+"the .sum.txt file."
+msgstr ""
+
+#: template/gnurl.html.j2:301
+msgid "unpack the tarball:"
+msgstr ""
+
+#: template/gnurl.html.j2:311
+msgid "Change into the directory"
+msgstr ""
+
+#: template/gnurl.html.j2:321
+msgid "Now you can either run"
+msgstr ""
+
+#: template/gnurl.html.j2:331
+msgid "directly (and read configure-gnurl before you do so) or invoke"
+msgstr ""
+
+#: template/gnurl.html.j2:341
+msgid ""
+"and pass additional parameters such as a custom PREFIX location. Further "
+"reference can be the"
+msgstr ""
+
+#: template/gnurl.html.j2:346
+msgid "Now run"
+msgstr ""
+
+#: template/gnurl.html.j2:356
+msgid "(this is optional)"
+msgstr ""
+
+#: template/gnurl.html.j2:365
+msgid "and you are done."
+msgstr ""
+
+#: template/gnurl.html.j2:369
+msgid "Building from a tagged git commit"
+msgstr ""
+
+#: template/gnurl.html.j2:371
+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:382
+msgid "Reporting Bugs"
+msgstr ""
+
+#: template/gnurl.html.j2:384
+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:395
+msgid "Maintainer and Cryptographic signatures"
+msgstr ""
+
+#: template/gnurl.html.j2:397
+msgid ""
+"gnurl/libgnurl is maintained by Nikita. Releases after version 7.69.1 are"
+" signed with the OpenPGP Key <b>0xD6B570842F7E7F8D</b> (<a "
+"href=\"https://keys.openpgp.org/search?q=6115012DEA3026F62A98A556D6B570842F7E7F8D\";>keys.openpgp.org</a>,"
+" <a href=\"https://n0.is/pubkey.asc\";>n0.is</a>), with the key "
+"fingerprint <b>6115 012D EA30 26F6 2A98 A556 D6B5 7084 2F7E 7F8D</b>."
+msgstr ""
+
+#: template/gsoc-2018-gnunet-webui.html.j2:7
+msgid "GSoC 2018: GNUnet WebUI (GNUnet Web-based User Interface)"
+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:18
+msgid ""
+"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:41
+msgid ""
+"... 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."
+msgstr ""
+
+#: template/gsoc-2018-gnunet-webui.html.j2:54
+msgid ""
+"<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 /> 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. </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/'. </li>"
+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:98
+msgid ""
+"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:29
+msgid "Ideas 2021"
+msgstr ""
+
+#: template/gsoc.html.j2:13 template/gsoc.html.j2:215
+msgid "Past projects"
+msgstr ""
+
+#: template/gsoc.html.j2:14 template/gsoc.html.j2:596
+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. If you want to participate and apply for any of the "
+"ideas for 2020 below or any past project which is not yet finished (or "
+"even your own idea), please contact us either in IRC or mailing list."
+msgstr ""
+
+#: template/gsoc.html.j2:34
+msgid ""
+"The GNUnet team is currently working on a transport layer rewrite in "
+"order to fix core issues with connectivity. This new component is "
+"currently developed under the name \"TNG\". What is currently known as "
+"\"transport plugins\" will in the TNG be represented as "
+"\"communicators\". Communicators are processes with a well defined API "
+"that allow to connect peers over a specific protocol. The primary "
+"protocol which are already implemented are UNIX sockets, UDP sockets, and"
+" TCP sockets. For a truly resilient network, other connectivity options "
+"such as WiFi mesh, Bluetooth, HTTP(S), QUIC or even more obscure "
+"alternatives such as radio are required. In this project, the goal is to "
+"select, implement and test new communicators. While TNG is not yet ready,"
+" communicators can, by design, be developed and tested against the "
+"current API. We expect that this project can be worked on by multiple "
+"students as there are a lot of protocols to choose from. The tasks would "
+"consist of: <ol> <li>Deciding which communicators to implement.</li> "
+"<li>Test the communicators.</li> <li>Documentation.</li> </ol> "
+"Advantageous skills/languages/frameworks: <ol> <li>C</li> <li>Knowledge "
+"of HTTPS, QUIC, Bluetooth or WiFi.</li> </ol> <br/> "
+"<strong>Difficulty:</strong> Average, but depends on selected protocols. "
+"<br/> <strong>Mentors:</strong> Martin Schanzenbach, t3sserakt"
+msgstr ""
+
+#: template/gsoc.html.j2:79
+msgid ""
+"The REST API currently only supports a single user system. This is an "
+"issue as on multi-user systems, access control must be enfoced on a per-"
+"user basis. In this project, the REST service must be extended to support"
+" user authentication. This includes the correct handling of user context "
+"switches. <ol> <li>Implement user authentication.</li> <li>Test the "
+"access control.</li> <li>Document the changes to the REST API.</li> </ol>"
+" Advantageous skills/languages/frameworks: <ol> <li>C</li> <li>Knowledge "
+"of user authentication subsystems on Linux/Unix.</li> <li>REST/HTTP "
+"Authentication methods</li> </ol> <br/> <strong>Difficulty:</strong> "
+"Beginner <br/> <strong>Mentors:</strong> Martin Schanzenbach"
+msgstr ""
+
+#: template/gsoc.html.j2:111
+msgid ""
+"reclaimID is a decentralized identity system build on top of the GNU Name"
+" System. Currently, there is a Webextension which uses the GNUnet <a "
+"href=\"https://rest.gnunet.org\";>REST API</a>. In order to improve "
+"adoption and ease of use, this project aims to include a full GNUnet node"
+" within the Webextention as a fallback. GNUnet can be compiled to Web "
+"Assembly or JavaScript as demonstrated <a "
+"href=\"https://gnunet.io\";>here</a>. The idea is to improve upon this "
+"concept and support more of GNUnet's subsystems. The difficulty of this "
+"project largely depends on the students proficiency with build tools, "
+"emscripten and improvisation skills. There non-exhaustive task list would"
+" be: <ol> <li>Improve existing GNUnet emscripten build to include more "
+"subsystems.</li> <li>Integrate the result into a Webextention.</li> "
+"<li>Integrate the result into the re:claimID Webextension</li> </ol> "
+"Advantageous skills/languages/frameworks: <ol> <li>C</li> "
+"<li>emscripten</li> <li>Webextensions</li> </ol> <br/> "
+"<strong>Difficulty:</strong> Challenging <br/> <strong>Mentors:</strong> "
+"Martin Schanzenbach"
+msgstr ""
+
+#: template/gsoc.html.j2:147
+msgid ""
+"Currently, the keys in our statistics database are too verbose. For "
+"example: </p> <p> nse # flood messages received: 13<br/> nse # peers "
+"connected: 4<br/> nse # nodes in the network (estimate): 203<br/> nse # "
+"flood messages started: 5<br/> nse # estimated network diameter: 3<br/> "
+"nse # flood messages transmitted: 10<br/> </p> <p> With such verbose keys"
+" there's no easy way to form compact JSON document or entries for time-"
+"series database. And you can't query single stats without having to "
+"copypaste the line exactly and put in quotes. In short, the goals are "
+"to... <ol> <li>Think of a way how statistics entries can be made "
+"canonical.</li> <li>Implement the change and migrate existing uses.</li> "
+"<li>Document the format(s) and define an appropriate registration "
+"mechanism for identifiers</li> </ol> Relevant bugs: <a "
+"href=\"https://bugs.gnunet.org/view.php?id=5650\";>#5650</a><br/> "
+"Advantageous skills/languages/frameworks: <ol> <li>C</li> <li>HTML</li> "
+"</ol> <br/> <strong>Difficulty:</strong> Beginner <br/> "
+"<strong>Mentors:</strong> Martin Schanzenbach"
+msgstr ""
+
+#: template/gsoc.html.j2:187
+msgid ""
+"The goal is to either build upon the (outdated) <a "
+"href=\"https://github.com/canndrew/gnunet-rs\";>GNUnet Rust bindings</a> "
+"or to follow the path of <a href=\"GNUnet Go\">https://github.com/bfix";
+"/gnunet-go</a> which tries to reimplement most of the GNUnet stack. The "
+"end result should be an extension template for GNUnet in the form of the "
+"existing <a href=\"https://git.gnunet.org/gnunet-ext.git/\";>C "
+"template</a> which allows to quickly start implementing services and "
+"libraries for GNUnet."
+msgstr ""
+
+#: template/gsoc.html.j2:198 template/gsoc.html.j2:652
+msgid "<strong>Mentors:</strong> Martin Schanzenbach"
+msgstr ""
+
+#: template/gsoc.html.j2:203
+msgid "Required Skills: Solid knowledge of Rust and ideally asynchronuous IO."
+msgstr ""
+
+#: template/gsoc.html.j2:208 template/gsoc.html.j2:321
+#: template/gsoc.html.j2:531 template/gsoc.html.j2:662
+msgid "Difficulty level: medium"
+msgstr ""
+
+#: template/gsoc.html.j2:222
+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:229
+msgid ""
+"Includes: Implementation of 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:236
+msgid ""
+"<strong>Mentors:</strong> <a href=\"https://www.goebel-";
+"consult.de/\">Hartmut Goebel</a>, Jeff Burdges, Christian Grothoff"
+msgstr ""
+
+#: template/gsoc.html.j2:245
+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:257
+msgid "<strong>Mentors:</strong> TBD"
+msgstr ""
+
+#: template/gsoc.html.j2:267
+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:288
+msgid "<strong>Mentors:</strong> lynX &amp; dvn"
+msgstr ""
+
+#: template/gsoc.html.j2:296
+msgid ""
+"Implement the AnycastExit spec to enable GNUnet clients to connect over "
+"Tor."
+msgstr ""
+
+#: template/gsoc.html.j2:302 template/gsoc.html.j2:337
+#: template/gsoc.html.j2:352
+msgid "<strong>Mentors:</strong> Jeff Burdges"
+msgstr ""
+
+#: template/gsoc.html.j2:307
+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:316 template/gsoc.html.j2:456
+#: template/gsoc.html.j2:496 template/gsoc.html.j2:526
+msgid "Required Skills: C"
+msgstr ""
+
+#: template/gsoc.html.j2:329
+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:345
+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:357
+msgid "Required Skills: Rust or C, crypto"
+msgstr ""
+
+#: template/gsoc.html.j2:362 template/gsoc.html.j2:419
+#: template/gsoc.html.j2:461 template/gsoc.html.j2:501
+msgid "Difficulty level: high"
+msgstr ""
+
+#: template/gsoc.html.j2:370
+msgid ""
+"Implement different place types and file sharing by creating a new place "
+"for the shared content."
+msgstr ""
+
+#: template/gsoc.html.j2:376
+msgid "Place types to be implemented:"
+msgstr ""
+
+#: template/gsoc.html.j2:380
+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:391
+msgid "Also provide the following UI functionality:"
+msgstr ""
+
+#: template/gsoc.html.j2:395
+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:404
+msgid ""
+"See also <a "
+"href=\"http://secushare.org/features\";>http://secushare.org/features</a>"
+msgstr ""
+
+#: template/gsoc.html.j2:409
+msgid "<strong>Mentors:</strong> lynX"
+msgstr ""
+
+#: template/gsoc.html.j2:414
+msgid "Required Skills: C/C++"
+msgstr ""
+
+#: template/gsoc.html.j2:427
+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:445
+msgid ""
+"Related to <a "
+"href=\"http://secushare.org/rendezvous\";>secushare.org/rendezvous</a>"
+msgstr ""
+
+#: template/gsoc.html.j2:451 template/gsoc.html.j2:491
+msgid "<strong>Mentors:</strong> t3sserakt, lynX"
+msgstr ""
+
+#: template/gsoc.html.j2:468
+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:509
+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:521
+msgid "<strong>Mentors:</strong> mate, cg"
+msgstr ""
+
+#: template/gsoc.html.j2:539
+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:546 template/gsoc.html.j2:560
+msgid "<strong>Mentors:</strong> Matthias Wachs"
+msgstr ""
+
+#: template/gsoc.html.j2:554
+msgid ""
+"Implementation of ALG-based NAT traversal methods (FTP/SIP-based hole "
+"punching, better STUN support)"
+msgstr ""
+
+#: template/gsoc.html.j2:568
+msgid "<strong>Mentors:</strong> Matthias Wachs, Christian Grothoff, Jeff 
Burdges"
+msgstr ""
+
+#: template/gsoc.html.j2:576
+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:589
+msgid ""
+"Please refer to the description for this project listed under GNU Guix "
+"project ideas."
+msgstr ""
+
+#: template/gsoc.html.j2:602
+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:612
+msgid "<strong>Mentors:</strong> Christian Grothoff"
+msgstr ""
+
+#: template/gsoc.html.j2:617
+msgid "Required Skills:"
+msgstr ""
+
+#: template/gsoc.html.j2:622
+msgid "Difficulty level:"
+msgstr ""
+
+#: template/gsoc.html.j2:627
+msgid "Report:"
+msgstr ""
+
+#: template/gsoc.html.j2:632
+msgid "Unfinished/Abandoned as gnunet-qr was moved to C outside of GSoC."
+msgstr ""
+
+#: template/gsoc.html.j2:642
+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:657
+msgid "Required Skills: C, JavaScript, CSS"
+msgstr ""
+
+#: template/gsoc.html.j2:667
+msgid ""
+"Report: <a href=\"gsoc-2018-gnunet-webui.html\">GSoC 2018: GNUnet "
+"WebUI</a>"
+msgstr ""
+
+#: template/index.html.j2:8
+msgid "The Internet of tomorrow needs GNUnet today"
+msgstr ""
+
+#: template/index.html.j2:26
+msgid "Latest news"
+msgstr ""
+
+#: template/index.html.j2:32
+msgid "Older news entries"
+msgstr ""
+
+#: template/index.html.j2:47
+msgid "The Internet is broken"
+msgstr ""
+
+#: template/index.html.j2:49
+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. --> The Internet was "
+"not designed with security in mind: protecting against address forgery, "
+"routers learning metadata, or choosing trustworthy third parties 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:94
+msgid "GNUnet helps building a new Internet"
+msgstr ""
+
+#: template/index.html.j2:96
+msgid ""
+"GNUnet is a network protocol stack for building secure, distributed, and "
+"privacy-preserving applications.<br/> With strong roots in <a "
+"class=\"link\" href=\"https://bib.gnunet.org\";>academic research</a>, our"
+" goal is to replace the <a class=\"link\" href=\"https://secushare.org";
+"/broken-internet\">old insecure Internet</a> protocol stack."
+msgstr ""
+
+#: template/index.html.j2:119
+msgid "Metadata is exposed"
+msgstr ""
+
+#: template/index.html.j2:121
+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>"
+msgstr ""
+
+#: template/index.html.j2:150
+msgid "GNUnet provides privacy-by design"
+msgstr ""
+
+#: template/index.html.j2:152
+msgid ""
+"It provides <a class=\"link\" "
+"href=\"https://www.w3.org/2014/strint/papers/65.pdf\";> improving "
+"addressing, routing, naming and content distribution</a> 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:177
+msgid "Freedoms are not respected"
+msgstr ""
+
+#: template/index.html.j2:179
+msgid ""
+"Today, monitoring increasingly centralized infrastructure, proprietary "
+"implementations, traffic shapers and firewalls restrict all of the <a "
+"class=\"link\" href=\"https://www.gnu.org/philosophy/free-";
+"sw.html\">essential freedoms</a> to various degrees."
+msgstr ""
+
+#: template/index.html.j2:203
+msgid "GNUnet supports a free and open society"
+msgstr ""
+
+#: template/index.html.j2:205
+msgid ""
+"GNUnet is a self-organizing network and it is <a class=\"link\" "
+"href=\"https://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. It 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:229
+msgid "Decentralization is the key, but hard"
+msgstr ""
+
+#: template/index.html.j2:232
+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:264
+msgid "GNUnet is a framework"
+msgstr ""
+
+#: template/index.html.j2:266
+msgid ""
+"It offers a metadata-preserving foundation for your application. It "
+"offers components for addressing, reliable encrypted channels with "
+"advanced routing and resource discovery and naming. Our work is based on "
+"continuous research spanning almost two decades."
+msgstr ""
+
+#: template/index.html.j2:286
+msgid "Learn more"
+msgstr ""
+
+#: template/index.html.j2:295
+msgid "Get started"
+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:131
+msgid "In Addition: gnunet-gtk"
+msgstr ""
+
+#: template/install-on-archpi.html.j2:81
+msgid "Run"
+msgstr ""
+
+#: template/install-on-archpi.html.j2:133
+#: template/install-on-openwrt.html.j2:111
+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:46
+#: template/install-on-ubuntu1804.html.j2:41
+msgid "Make an installation directory"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:60 template/install-on-macos.html.j2:134
+#: template/install-on-netbsd.html.j2:237
+#: template/install-on-ubuntu1804.html.j2:53
+msgid "Get the source code"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:79 template/install-on-macos.html.j2:142
+#: template/install-on-netbsd.html.j2:245
+#: template/install-on-ubuntu1804.html.j2:61
+msgid "Compile and Install"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:104
+#: template/install-on-ubuntu1804.html.j2:70
+msgid "Option 1: GNUnet for testing / usage"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:117
+#: template/install-on-ubuntu1804.html.j2:82
+msgid "Option 2: GNUnet for development"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:154
+#: template/install-on-ubuntu1804.html.j2:97
+msgid "Install GNUnet plugin for name resolution"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:208
+#: template/install-on-ubuntu1804.html.j2:134
+msgid "Create configuration file"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:228
+#: template/install-on-ubuntu1804.html.j2:156
+msgid "Use GNUnet!"
+msgstr ""
+
+#: template/install-on-debian9.html.j2:233
+#: 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:36
+#: template/install-on-openwrt.html.j2:15
+msgid "Installation"
+msgstr ""
+
+#: template/install-on-macos.html.j2:42 template/install-on-netbsd.html.j2:115
+msgid "First steps"
+msgstr ""
+
+#: template/install-on-macos.html.j2:109 template/install-on-netbsd.html.j2:195
+msgid "Alternative: Installation from source"
+msgstr ""
+
+#: template/install-on-macos.html.j2:154 template/install-on-netbsd.html.j2:265
+msgid "Option 1: GNUnet for production / usage"
+msgstr ""
+
+#: template/install-on-macos.html.j2:187 template/install-on-netbsd.html.j2:293
+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-openwrt.html.j2:6
+msgid "Tutorial: GNUnet on OpenWrt"
+msgstr ""
+
+#: template/install-on-openwrt.html.j2:47
+msgid "Configuration"
+msgstr ""
+
+#: template/install-on-ubuntu1804.html.j2:6
+msgid "Tutorial: GNUnet on Ubuntu 18.04"
+msgstr ""
+
+#: template/install.html.j2:12
+msgid ""
+"Notice: GNUnet is still undergoing major development. It is largely "
+"<i>not yet ready</i> for usage beyond developers."
+msgstr ""
+
+#: template/install.html.j2:18
+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! Further information is "
+"available in our <a href=\"https://docs.gnunet.org/#toc-Using-";
+"GNUnet-1\">handbook</a>. If you have any queries about the installation "
+"or the usage, please <a href=\"engage.html\">get in touch!</a></p>"
+msgstr ""
+
+#: template/install.html.j2:30
+msgid ""
+"We recommend to use binary packages provided by the package manager "
+"integrated within your Operating System. GNUnet is reportedly available "
+"for at least: <ul> <li><a "
+"href=\"https://pkgs.alpinelinux.org/package/edge/testing/x86_64/gnunet\";>Alpine</a></li>"
+" <li><a "
+"href=\"https://www.archlinux.org/packages/community/x86_64/gnunet/\";>Arch</a></li>"
+" <li><a "
+"href=\"https://packages.debian.org/search?keywords=gnunet\";>Debian</a></li>"
+" <li><a "
+"href=\"https://copr.fedorainfracloud.org/coprs/yosl/gnunet/\";>Fedora "
+"(Copr)</a></li> <li><a "
+"href=\"https://guix.gnu.org/en/packages/G/\";>Guix</a></li> <li><a "
+"href=\"https://github.com/Homebrew/homebrew-";
+"core/blob/master/Formula/gnunet.rb\">Homebrew</a></li> <li><a "
+"href=\"https://nixos.org/nixos/packages.html?attr=gnunet&channel=nixpkgs-";
+"unstable&query=gnunet\">NixOS</a></li> <li><a href=\"install-on-"
+"openwrt.html\">OpenWrt</a></li> </ul> If GNUnet is available for your "
+"Operating System and it is missing, send us feedback so that we can add "
+"it to this list. Furthermore, if you are interested in packaging GNUnet "
+"for your Operating System, get in touch with us at gnunet-"
+"developers@gnu.org if you require help with this job. If you were using "
+"an Operating System with the Alpine package manager, GNUnet could be "
+"installed as simple as:"
+msgstr ""
+
+#: template/install.html.j2:61
+msgid ""
+"Next we describe a generic way to install from source. If you are using "
+"one of the following Operating Systems these step-by-step guides might be"
+" useful: <a href=\"install-on-archpi.html\">ArchPi</a>, <a href"
+"=\"install-on-debian9.html\">Debian 9</a>, <a href=\"install-on-"
+"macos.html\">Mac OS</a>, <a href=\"install-on-netbsd.html\">NetBSD</a>, "
+"<a href=\"install-on-ubuntu1804.html\">Ubuntu 1804</a>. Be aware that not"
+" all of them might be totally up-to-date! Please <a "
+"href=\"engage.html\">ask us</a> if you get stuck."
+msgstr ""
+
+#: template/install.html.j2:75
+msgid ""
+"First, install the <a "
+"href=\"https://git.gnunet.org/gnunet.git/tree/README\";>required "
+"dependencies</a> of GNUnet. There are base requirements and optional "
+"requirements."
+msgstr ""
+
+#: template/install.html.j2:81
+msgid ""
+"Now, you need to decide if you want to install GNUnet from the release "
+"tarball or from git. If you want to use GNUnet and there is no binary "
+"package available for your OS, you should stick with the release tarball."
+" If you want to develop using the most recent build, you should go with "
+"the <a href=\"https://git.gnunet.org/\";>git repository</a>."
+msgstr ""
+
+#: template/install.html.j2:98
+msgid "Alternatively, get the sources from git by entering:"
+msgstr ""
+
+#: template/install.html.j2:106
+msgid ""
+"Before building GNUnet, make sure that you setup the required groups and "
+"add your user to the group <code>gnunet</code>:"
+msgstr ""
+
+#: template/install.html.j2:117
+msgid "To compile GNUnet, execute:"
+msgstr ""
+
+#: template/install.html.j2:128
+msgid ""
+"You can find more configuration flags in the <a "
+"href=\"https://git.gnunet.org/gnunet.git/tree/README\";>README</a>.<br> "
+"Install GNUnet with:"
+msgstr ""
+
+#: template/install.html.j2:138
+msgid "You can now start GNUnet by running:"
+msgstr ""
+
+#: template/install.html.j2:146
+msgid ""
+"Check the <a href=\"https://docs.gnunet.org/handbook/gnunet.html#Minimal-";
+"configuration\">handbook</a> for detailed documentation. For a more "
+"hands-on experience, <a href=\"https://gnunet.org/en/use.html\";>continue "
+"here</a>."
+msgstr ""
+
+#: template/use.html.j2:6
+msgid "How to use GNUnet - in a nutshell"
+msgstr ""
+
+#: template/use.html.j2:12 template/use.html.j2:125
+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:448
+msgid "VPN"
+msgstr ""
+
+#: template/use.html.j2:18 template/use.html.j2:508
+msgid "Conversation"
+msgstr ""
+
+#: template/use.html.j2:19 template/use.html.j2:519
+msgid "Trouble Shooting"
+msgstr ""
+
+#: template/use.html.j2:34
+msgid "Accessing GNUnet"
+msgstr ""
+
+#: template/use.html.j2:78
+msgid "Leaving GNUnet"
+msgstr ""
+
+#: template/use.html.j2:88
+msgid "Make sure your GNUnet installation works..."
+msgstr ""
+
+#: template/use.html.j2:107
+msgid "... and play around with it."
+msgstr ""
+
+#: template/use.html.j2:179
+msgid "CADET (and Chat)"
+msgstr ""
+
+#: template/use.html.j2:219
+msgid "Chatting with a (simple) client"
+msgstr ""
+
+#: template/use.html.j2:283
+msgid "Name resolution using GNS on the command line"
+msgstr ""
+
+#: template/use.html.j2:360
+msgid "Name resolution using GNS with a browser"
+msgstr ""
+
+#: template/use.html.j2:521
+msgid "You can't reach other people's nodes"
+msgstr ""
+
+#: template/use.html.j2:557
+msgid "OMG you guys broke my internet"
+msgstr ""
+
+#: template/video.html.j2:12
+msgid "Videos related to GNUnet"
+msgstr ""
+
diff --git a/static/navbar.css b/web-common/navbar.css
similarity index 100%
rename from static/navbar.css
rename to web-common/navbar.css
diff --git a/static/scroll.css b/web-common/scroll.css
similarity index 100%
rename from static/scroll.css
rename to web-common/scroll.css
diff --git a/static/scroll.js b/web-common/scroll.js
similarity index 100%
rename from static/scroll.js
rename to web-common/scroll.js
diff --git a/static/styles.css b/web-common/styles.css
similarity index 100%
rename from static/styles.css
rename to web-common/styles.css

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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