gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-gtk] branch master updated: fix 0005599: change old


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: fix 0005599: change old.gnunet.org to doc.gnunet.org
Date: Mon, 24 Jun 2019 16:50:14 +0200

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

xrs pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 4a9fe32a fix 0005599: change old.gnunet.org to doc.gnunet.org
4a9fe32a is described below

commit 4a9fe32a926f340c41349ff468ad7404e1c8bc5f
Author: xrs <address@hidden>
AuthorDate: Mon Jun 24 16:48:31 2019 +0200

    fix 0005599: change old.gnunet.org to doc.gnunet.org
---
 contrib/gnunet_setup_main_window.glade |   2 +-
 src/setup/gnunet-setup-options.c       | 206 ++++++++++++++++-----------------
 2 files changed, 104 insertions(+), 104 deletions(-)

diff --git a/contrib/gnunet_setup_main_window.glade 
b/contrib/gnunet_setup_main_window.glade
index 4bfda6ae..ddabb121 100644
--- a/contrib/gnunet_setup_main_window.glade
+++ b/contrib/gnunet_setup_main_window.glade
@@ -5128,7 +5128,7 @@
             <property name="receives_default">True</property>
             <property name="has_tooltip">True</property>
             <property name="relief">none</property>
-            <property name="uri">https://old.gnunet.org/gnunet-setup</property>
+            <property name="uri">https://doc.gnunet.org/gnunet-setup</property>
           </object>
           <packing>
             <property name="expand">False</property>
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index bd8944b4..361071ab 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1175,7 +1175,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "topology",
    "FRIENDS-ONLY",
    gettext_noop ("Should GNUnet exclusively connect to friends?"),
-   "https://old.gnunet.org/configuration-f2f";,
+   "https://doc.gnunet.org/configuration-f2f";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -1188,7 +1188,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "topology",
    "MINIMUM-FRIENDS",
    gettext_noop ("Minimum number of friendly connections"),
-   "https://old.gnunet.org/configuration-f2f";,
+   "https://doc.gnunet.org/configuration-f2f";,
    &load_number,
    &save_number,
    NULL,
@@ -1201,7 +1201,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "topology",
    "FORCESTART",
    gettext_noop ("Topology should always be loaded"),
-   "https://old.gnunet.org/configuration-topology";,
+   "https://doc.gnunet.org/configuration-topology";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -1215,7 +1215,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "FORCESTART",
    gettext_noop (
      "Should hostlist support be started automatically on startup?"),
-   "https://old.gnunet.org/configuration-hostlist";,
+   "https://doc.gnunet.org/configuration-hostlist";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -1228,7 +1228,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "fs",
    "FORCESTART",
    gettext_noop ("Should file-sharing be started automatically on startup?"),
-   "https://old.gnunet.org/configuration-fs";,
+   "https://doc.gnunet.org/configuration-fs";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -1241,7 +1241,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "OPTIONS",
    gettext_noop ("Should GNUnet learn about other peers using hostlists"),
-   "https://old.gnunet.org/configuration-hostlist";,
+   "https://doc.gnunet.org/configuration-hostlist";,
    &load_option_list,
    &save_option_list,
    "-b",
@@ -1254,7 +1254,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "OPTIONS",
    gettext_noop ("Should GNUnet learn hostlists from other peers"),
-   "https://old.gnunet.org/configuration-hostlist";,
+   "https://doc.gnunet.org/configuration-hostlist";,
    &load_option_list,
    &save_option_list,
    "-e",
@@ -1267,7 +1267,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "OPTIONS",
    gettext_noop ("Should this peer offer a hostlist to other peers"),
-   "https://old.gnunet.org/configuring-hostlist-bootstrap";,
+   "https://doc.gnunet.org/configuring-hostlist-bootstrap";,
    &load_option_list,
    &save_option_list,
    "-p",
@@ -1280,7 +1280,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "OPTIONS",
    gettext_noop ("Should this peer advertise its hostlist to other peers"),
-   "https://old.gnunet.org/configuring-hostlist-bootstrap";,
+   "https://doc.gnunet.org/configuring-hostlist-bootstrap";,
    &load_option_list,
    &save_option_list,
    "-a",
@@ -1293,7 +1293,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "HTTPPORT",
    gettext_noop ("Port this peers hostlist should be offered on"),
-   "https://old.gnunet.org/configuring-hostlist-bootstrap";,
+   "https://doc.gnunet.org/configuring-hostlist-bootstrap";,
    &load_number,
    &save_number,
    NULL,
@@ -1332,7 +1332,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    NULL,
    NULL, /* FIXME */
    gettext_noop ("Known hostlist URLs"),
-   "https://old.gnunet.org/configuration-hostlist";,
+   "https://doc.gnunet.org/configuration-hostlist";,
    NULL,
    NULL,
    NULL, /* FIXME */
@@ -1345,7 +1345,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_TYPE",
    gettext_noop ("Do not use a proxy to download hostlists"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "NONE",
@@ -1358,7 +1358,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_TYPE",
    gettext_noop ("Use an HTTP proxy"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "HTTP",
@@ -1371,7 +1371,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_TYPE",
    gettext_noop ("Use an HTTP v1.0 (only) proxy"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "HTTP_1_0",
@@ -1384,7 +1384,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v4 proxy"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS4",
@@ -1397,7 +1397,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v4a proxy"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS4a",
@@ -1410,7 +1410,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v5 proxy"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS5",
@@ -1423,7 +1423,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v5 proxy with hostname"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS5_HOSTNAME",
@@ -1436,7 +1436,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY",
    gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_text,
    &save_text,
    NULL,
@@ -1449,7 +1449,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_USERNAME",
    gettext_noop ("Specify username for the proxy (if needed)"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_text,
    &save_text,
    NULL,
@@ -1462,7 +1462,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "hostlist",
    "PROXY_PASSWORD",
    gettext_noop ("Specify password for the proxy (if needed)"),
-   "https://old.gnunet.org/configuration-hostlist-proxy";,
+   "https://doc.gnunet.org/configuration-hostlist-proxy";,
    &load_text,
    &save_text,
    NULL,
@@ -1475,7 +1475,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "ats",
    "WAN_QUOTA_OUT",
    gettext_noop ("How many bytes per second are we allowed to transmit?"),
-   "https://old.gnunet.org/configuration-bandwidth";,
+   "https://doc.gnunet.org/configuration-bandwidth";,
    &load_number,
    &save_number,
    NULL,
@@ -1488,7 +1488,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "ats",
    "WAN_QUOTA_IN",
    gettext_noop ("How many bytes per second are we allowed to receive?"),
-   "https://old.gnunet.org/configuration-bandwidth";,
+   "https://doc.gnunet.org/configuration-bandwidth";,
    &load_number,
    &save_number,
    NULL,
@@ -1503,7 +1503,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport",
    "PLUGINS",
    gettext_noop ("Enable communication via TCP"),
-   "https://old.gnunet.org/configuration-tcp";,
+   "https://doc.gnunet.org/configuration-tcp";,
    &load_option_list,
    &save_option_list,
    "tcp",
@@ -1516,7 +1516,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport",
    "PLUGINS",
    gettext_noop ("Enable communication via UDP"),
-   "https://old.gnunet.org/configuration-udp";,
+   "https://doc.gnunet.org/configuration-udp";,
    &load_option_list,
    &save_option_list,
    "udp",
@@ -1529,7 +1529,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport",
    "PLUGINS",
    gettext_noop ("Enable communication via HTTP as a server"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list,
    &save_option_list,
    "http_server",
@@ -1542,7 +1542,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport",
    "PLUGINS",
    gettext_noop ("Enable communication via HTTP as a client"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list,
    &save_option_list,
    "http_client",
@@ -1555,7 +1555,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport",
    "PLUGINS",
    gettext_noop ("Enable communication via HTTPS as a server"),
-   "https://old.gnunet.org/configuration-https";,
+   "https://doc.gnunet.org/configuration-https";,
    &load_option_list,
    &save_option_list,
    "https_server",
@@ -1568,7 +1568,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport",
    "PLUGINS",
    gettext_noop ("Enable communication via HTTPS as a client"),
-   "https://old.gnunet.org/configuration-https";,
+   "https://doc.gnunet.org/configuration-https";,
    &load_option_list,
    &save_option_list,
    "https_client",
@@ -1581,7 +1581,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport",
    "PLUGINS",
    gettext_noop ("Enable communication via DV"),
-   "https://old.gnunet.org/configuration-dv";,
+   "https://doc.gnunet.org/configuration-dv";,
    &load_option_list,
    &save_option_list,
    "dv",
@@ -1594,7 +1594,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport",
    "PLUGINS",
    gettext_noop ("Enable communication via WLAN"),
-   "https://old.gnunet.org/configuration-wlan";,
+   "https://doc.gnunet.org/configuration-wlan";,
    &load_option_list,
    &save_option_list,
    "wlan",
@@ -1607,7 +1607,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-tcp",
    "PORT",
    gettext_noop ("Port we bind to for TCP"),
-   "https://old.gnunet.org/configuration-tcp";,
+   "https://doc.gnunet.org/configuration-tcp";,
    &load_number,
    &save_number,
    NULL,
@@ -1620,7 +1620,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-tcp",
    "ADVERTISED_PORT",
    gettext_noop ("Port visible to other peers"),
-   "https://old.gnunet.org/configuration-tcp";,
+   "https://doc.gnunet.org/configuration-tcp";,
    &load_number,
    &save_number,
    NULL,
@@ -1633,7 +1633,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-udp",
    "PORT",
    gettext_noop ("Port for inbound UDP packets, use 0 if behind NAT"),
-   "https://old.gnunet.org/configuration-udp";,
+   "https://doc.gnunet.org/configuration-udp";,
    &load_number,
    &save_number,
    NULL,
@@ -1646,7 +1646,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-udp",
    "ADVERTISED_PORT",
    gettext_noop ("Port visible to other peers"),
-   "https://old.gnunet.org/configuration-udp";,
+   "https://doc.gnunet.org/configuration-udp";,
    &load_number,
    &save_number,
    NULL,
@@ -1659,7 +1659,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_server",
    "PORT",
    gettext_noop ("Port for inbound HTTP connections, use 0 if behind NAT"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_number,
    &save_number,
    NULL,
@@ -1672,7 +1672,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_server",
    "ADVERTISED_PORT",
    gettext_noop ("Port visible to other peers"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_number,
    &save_number,
    NULL,
@@ -1685,7 +1685,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_server",
    "PORT",
    gettext_noop ("Port for inbound HTTPS connections, use 0 if behind NAT"),
-   "https://old.gnunet.org/configuration-https";,
+   "https://doc.gnunet.org/configuration-https";,
    &load_number,
    &save_number,
    NULL,
@@ -1698,7 +1698,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_server",
    "ADVERTISED_PORT",
    gettext_noop ("Port visible to other peers"),
-   "https://old.gnunet.org/configuration-https";,
+   "https://doc.gnunet.org/configuration-https";,
    &load_number,
    &save_number,
    NULL,
@@ -1711,7 +1711,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY_TYPE",
    gettext_noop ("Do not use a proxy with the HTTP plugin"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "NONE",
@@ -1724,7 +1724,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY_TYPE",
    gettext_noop ("Use an HTTP proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "HTTP",
@@ -1737,7 +1737,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v4 proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS4",
@@ -1750,7 +1750,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v4a proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS4a",
@@ -1763,7 +1763,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v5 proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS5",
@@ -1776,7 +1776,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v5 proxy with hostname"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS5_HOSTNAME",
@@ -1789,7 +1789,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY",
    gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_text,
    &save_text,
    NULL,
@@ -1802,7 +1802,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY_USERNAME",
    gettext_noop ("Specify username for the proxy (if needed)"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_text,
    &save_text,
    NULL,
@@ -1815,7 +1815,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-http_client",
    "PROXY_PASSWORD",
    gettext_noop ("Specify password for the proxy (if needed)"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_text,
    &save_text,
    NULL,
@@ -1831,7 +1831,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY_TYPE",
    gettext_noop ("Do not use a proxy for HTTPS plugin"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "NONE",
@@ -1844,7 +1844,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY_TYPE",
    gettext_noop ("Use an HTTP proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "HTTP",
@@ -1857,7 +1857,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v4 proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS4",
@@ -1870,7 +1870,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v4a proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS4a",
@@ -1883,7 +1883,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v5 proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS5",
@@ -1896,7 +1896,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY_TYPE",
    gettext_noop ("Use a SOCKS v5 proxy with hostname"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "SOCKS5_HOSTNAME",
@@ -1909,7 +1909,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY",
    gettext_noop ("Specify hostname or IP (and optionally) port of the proxy"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_text,
    &save_text,
    NULL,
@@ -1922,7 +1922,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY_USERNAME",
    gettext_noop ("Specify username for the proxy (if needed)"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_text,
    &save_text,
    NULL,
@@ -1935,7 +1935,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-https_client",
    "PROXY_PASSWORD",
    gettext_noop ("Specify password for the proxy (if needed)"),
-   "https://old.gnunet.org/configuration-http";,
+   "https://doc.gnunet.org/configuration-http";,
    &load_text,
    &save_text,
    NULL,
@@ -1951,7 +1951,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "QUOTA",
    gettext_noop (
      "How many bytes are we allowed to store in the local datastore?"),
-   "https://old.gnunet.org/datastore-quota";,
+   "https://doc.gnunet.org/datastore-quota";,
    &load_number,
    &save_number,
    NULL,
@@ -1964,7 +1964,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "datastore",
    "DATABASE",
    gettext_noop ("Use sqLite to store file-sharing content"),
-   "https://old.gnunet.org/configuration-datastore";,
+   "https://doc.gnunet.org/configuration-datastore";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "sqlite",
@@ -1977,7 +1977,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "datastore",
    "DATABASE",
    gettext_noop ("Use MySQL to store file-sharing content"),
-   "https://old.gnunet.org/configuration-datastore";,
+   "https://doc.gnunet.org/configuration-datastore";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "mysql",
@@ -1990,7 +1990,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "datastore",
    "DATABASE",
    gettext_noop ("Use Postgres to store file-sharing content"),
-   "https://old.gnunet.org/configuration-datastore";,
+   "https://doc.gnunet.org/configuration-datastore";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "postgres",
@@ -2003,7 +2003,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "datastore-mysql",
    "DATABASE",
    gettext_noop ("Name for the MySQL database"),
-   "https://old.gnunet.org/configuration-datastore";,
+   "https://doc.gnunet.org/configuration-datastore";,
    &load_text,
    &save_text,
    NULL,
@@ -2029,7 +2029,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "datastore-mysql",
    "USER",
    gettext_noop ("Username for MySQL access"),
-   "https://old.gnunet.org/configuration-datastore";,
+   "https://doc.gnunet.org/configuration-datastore";,
    &load_text,
    &save_text,
    NULL,
@@ -2042,7 +2042,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "datastore-mysql",
    "PASSWORD",
    gettext_noop ("Password for MySQL access"),
-   "https://old.gnunet.org/configuration-datastore";,
+   "https://doc.gnunet.org/configuration-datastore";,
    &load_text,
    &save_text,
    NULL,
@@ -2055,7 +2055,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "datastore-mysql",
    "HOST",
    gettext_noop ("Name of host running MySQL database"),
-   "https://old.gnunet.org/configuration-datastore";,
+   "https://doc.gnunet.org/configuration-datastore";,
    &load_text,
    &save_text,
    NULL,
@@ -2068,7 +2068,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "datastore-mysql",
    "PORT",
    gettext_noop ("Port of MySQL database"),
-   "https://old.gnunet.org/configuration-datastore";,
+   "https://doc.gnunet.org/configuration-datastore";,
    &load_number,
    &save_number,
    NULL,
@@ -2095,7 +2095,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "fs",
    "CONTENT_PUSHING",
    gettext_noop ("Should we try to push our content to other peers?"),
-   "https://old.gnunet.org/configuration-fs";,
+   "https://doc.gnunet.org/configuration-fs";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2108,7 +2108,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "fs",
    "CONTENT_CACHING",
    gettext_noop ("Are we allowed to cache content received from other peers?"),
-   "https://old.gnunet.org/configuration-fs";,
+   "https://doc.gnunet.org/configuration-fs";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2123,7 +2123,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "QUOTA",
    gettext_noop (
      "How many bytes are we allowed to store in the local datacache?"),
-   "https://old.gnunet.org/datacache-quota";,
+   "https://doc.gnunet.org/datacache-quota";,
    &load_number,
    &save_number,
    NULL,
@@ -2137,7 +2137,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "dhtcache",
    "DATABASE",
    gettext_noop ("Use sqLite to cache DHT data"),
-   "https://old.gnunet.org/configuration-datacache";,
+   "https://doc.gnunet.org/configuration-datacache";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "sqlite",
@@ -2150,7 +2150,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "dhtcache",
    "DATABASE",
    gettext_noop ("Use memory to cache DHT data"),
-   "https://old.gnunet.org/configuration-datacache";,
+   "https://doc.gnunet.org/configuration-datacache";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "heap",
@@ -2163,7 +2163,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "dhtcache",
    "DATABASE",
    gettext_noop ("Use Postgres to cache DHT data"),
-   "https://old.gnunet.org/configuration-datacache";,
+   "https://doc.gnunet.org/configuration-datacache";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "postgres",
@@ -2176,7 +2176,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "transport-wlan",
    "INTERFACE",
    gettext_noop ("Name of monitoring interface to use (monX)"),
-   "https://old.gnunet.org/configuration-wlan";,
+   "https://doc.gnunet.org/configuration-wlan";,
    &load_text,
    &save_text,
    NULL,
@@ -2204,7 +2204,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "vpn",
    "FORCESTART",
    gettext_noop ("Should the VPN be started automatically on startup?"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2217,7 +2217,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "pt",
    "FORCESTART",
    gettext_noop ("Should the PT be started automatically on startup?"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2231,7 +2231,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "pt",
    "TUNNEL_IPV4",
    gettext_noop ("Tunnel IPv4 traffic over GNUnet"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2245,7 +2245,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "pt",
    "TUNNEL_IPV6",
    gettext_noop ("Tunnel IPv6 traffic over GNUnet"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2258,7 +2258,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "pt",
    "TUNNEL_DNS",
    gettext_noop ("Tunnel DNS traffic over GNUnet"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2271,7 +2271,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "vpn",
    "IFNAME",
    gettext_noop ("Name of the virtual interface the GNUnet VPN should create"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_text,
    &save_text,
    NULL,
@@ -2284,7 +2284,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "vpn",
    "IPV4ADDR",
    gettext_noop ("IPv4 address to use for the VPN interface"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_text,
    &save_text,
    NULL,
@@ -2297,7 +2297,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "vpn",
    "IPV4MASK",
    gettext_noop ("IPv4 network mask to use for the VPN interface"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_text,
    &save_text,
    NULL,
@@ -2310,7 +2310,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "vpn",
    "IPV6ADDR",
    gettext_noop ("IPv6 address to use for the VPN interface"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_text,
    &save_text,
    NULL,
@@ -2323,7 +2323,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "vpn",
    "IPV6PREFIX",
    gettext_noop ("IPv6 network prefix length to use for the VPN interface"),
-   "https://old.gnunet.org/configuration-vpn";,
+   "https://doc.gnunet.org/configuration-vpn";,
    &load_number,
    &save_number,
    NULL,
@@ -2340,7 +2340,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "FORCESTART",
    gettext_noop (
      "Activate the VPN exit to provide services and/or to enable others to use 
your Internet connection"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2354,7 +2354,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "DNS_RESOLVER",
    gettext_noop (
      "IP address of the external DNS resolver to use (values from your 
resolve.conf are usually appropriate))"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_text,
    &save_text,
    NULL,
@@ -2368,7 +2368,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "EXIT_DNS",
    gettext_noop (
      "Allow other peers to perform DNS resolutions using your Internet 
connection"),
-   "https://old.gnunet.org/configuration-dns";,
+   "https://doc.gnunet.org/configuration-dns";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2382,7 +2382,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "TUN_IFNAME",
    gettext_noop (
      "Name of the virtual interface the GNUnet exit service should create for 
traffic exiting the VPN to the Internet"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_text,
    &save_text,
    NULL,
@@ -2395,7 +2395,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "exit",
    "IPV4ADDR",
    gettext_noop ("IPv4 address to use for the Exit interface"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_text,
    &save_text,
    NULL,
@@ -2408,7 +2408,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "exit",
    "IPV4MASK",
    gettext_noop ("IPv4 network mask to use for the Exit interface"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_text,
    &save_text,
    NULL,
@@ -2421,7 +2421,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "exit",
    "IPV6ADDR",
    gettext_noop ("IPv6 address to use for the Exit interface"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_text,
    &save_text,
    NULL,
@@ -2434,7 +2434,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "exit",
    "IPV6PREFIX",
    gettext_noop ("IPv6 network prefix length to use for the Exit interface"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_number,
    &save_number,
    NULL,
@@ -2449,7 +2449,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "EXIT_IPV4",
    gettext_noop (
      "Allow other users to use your Internet connection for UDP traffic (via 
the Exit interface)"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2463,7 +2463,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "EXIT_IPV6",
    gettext_noop (
      "Allow other users to use your Internet connection for TCP traffic (via 
the Exit interface)"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2478,7 +2478,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "EXIT_RANGE_IPV4_POLICY",
    gettext_noop (
      "Which IPv4 addresses and ports do you allow other users to send traffic 
towards (via the Exit interface)"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_text,
    &save_text,
    NULL,
@@ -2493,7 +2493,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "EXIT_RANGE_IPV6_POLICY",
    gettext_noop (
      "Which IPv6 addresses and ports do you allow other users to send traffic 
towards (via the Exit interface)"),
-   "https://old.gnunet.org/configuration-exit";,
+   "https://doc.gnunet.org/configuration-exit";,
    &load_text,
    &save_text,
    NULL,
@@ -2509,7 +2509,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "namestore",
    "DATABASE",
    gettext_noop ("Use sqLite to store names"),
-   "https://old.gnunet.org/configuration-namestore";,
+   "https://doc.gnunet.org/configuration-namestore";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "sqlite",
@@ -2522,7 +2522,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "namestore",
    "DATABASE",
    gettext_noop ("Use PostGres to store names"),
-   "https://old.gnunet.org/configuration-namestore";,
+   "https://doc.gnunet.org/configuration-namestore";,
    &load_option_list /* abuse! */,
    &save_option_list /* abuse! */,
    "postgres",
@@ -2551,7 +2551,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    "gns",
    "FORCESTART",
    gettext_noop ("Should the GNS be started automatically on startup?"),
-   "https://old.gnunet.org/configuration-gns";,
+   "https://doc.gnunet.org/configuration-gns";,
    &load_yes_no,
    &save_yes_no,
    NULL,
@@ -2567,7 +2567,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    NULL,
    NULL,
    gettext_noop ("Specification of .gnunet hosted services"),
-   "https://old.gnunet.org/configuration-dns";,
+   "https://doc.gnunet.org/configuration-dns";,
    &load_hosted_service_configuration,
    NULL,
    NULL,
@@ -2580,7 +2580,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    NULL,
    NULL,
    NULL,
-   "https://old.gnunet.org/configuration-dns";,
+   "https://doc.gnunet.org/configuration-dns";,
    NULL,
    &hosted_service_name_install_edited_handler,
    NULL,
@@ -2593,7 +2593,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    NULL,
    NULL,
    NULL,
-   "https://old.gnunet.org/configuration-dns";,
+   "https://doc.gnunet.org/configuration-dns";,
    NULL,
    &hosted_service_is_udp_install_toggled_handler,
    NULL,
@@ -2606,7 +2606,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    NULL,
    NULL,
    NULL,
-   "https://old.gnunet.org/configuration-dns";,
+   "https://doc.gnunet.org/configuration-dns";,
    NULL,
    &hosted_service_visible_port_install_edited_handler,
    NULL,
@@ -2619,7 +2619,7 @@ const struct GNUNET_SETUP_OptionSpecification 
option_specifications[] = {
    NULL,
    NULL,
    NULL,
-   "https://old.gnunet.org/configuration-dns";,
+   "https://doc.gnunet.org/configuration-dns";,
    NULL,
    &hosted_service_destination_install_edited_handler,
    NULL,

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



reply via email to

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