gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (16156ee4 -> 712cafa0)


From: gnunet
Subject: [www] branch stable updated (16156ee4 -> 712cafa0)
Date: Sat, 16 Dec 2023 15:44:03 +0100

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

martin-schanzenbach pushed a change to branch stable
in repository www.

    from 16156ee4 add gnu40 gns
     add 8ece3d0b add milestones NLnet
     add 712cafa0 forgot www update

No new revisions were added by this update.

Summary of changes:
 configure                                          |  23 ++++-----------
 locale/en/LC_MESSAGES/messages.mo                  | Bin 443 -> 443 bytes
 .../2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2    |  32 +++++++++++++++++++++
 www.yml                                            |   3 ++
 4 files changed, 40 insertions(+), 18 deletions(-)
 create mode 100644 template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2

diff --git a/configure b/configure
index ad724ccb..5a14890b 100755
--- a/configure
+++ b/configure
@@ -20,29 +20,14 @@
 # This script checks if a suitable python3 executable is installed and then
 # executes the actual configure logic written in Python.
 
-build_system_dir=build-system
+scriptpath=build-system/taler-build-scripts
 
-if ! test -d "$build_system_dir"; then
-  # Maybe this is not a top-level configure invocation
-  # For monorepos, try location from top-level
-  build_system_dir=../../build-system
-fi
-
-if ! test -d "$build_system_dir"; then
-  echo "fatal error: build-system directory not found" >&2
-  echo "hint: are you running this script from the right directory?" >&2
-  exit 1
-fi
-
-scriptpath=$build_system_dir/taler-build-scripts
-if ! test -d "$build_system_dir"; then
-  echo "fatal error: taler-build-scripts directory not found at $scriptpath" 
>&2
+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
 
-export TALERBUILDSYSTEMDIR=$build_system_dir
-
 # 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
@@ -56,5 +41,7 @@ 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.
 python3 $TALERBUILDSYSTEMDIR/configure.py "$@"
diff --git a/locale/en/LC_MESSAGES/messages.mo 
b/locale/en/LC_MESSAGES/messages.mo
index f4b3cccf..539117ee 100644
Binary files a/locale/en/LC_MESSAGES/messages.mo and 
b/locale/en/LC_MESSAGES/messages.mo differ
diff --git a/template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2 
b/template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2
new file mode 100644
index 00000000..907b7fc0
--- /dev/null
+++ b/template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2
@@ -0,0 +1,32 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<main id="maincontent">
+  <h1>Update for NGI Zero Entrust: GNS to DNS Migration and Zone 
Management</h1>
+<p>
+  We are happy to announce that we have successfully completed two Milestones:
+  <ul>
+    <li>Milestone 2a: A GNS Registrar Backend.</li>
+    <li>Milestone 2b: A GNS Registrar Frontend.</li>
+  </ul>
+</p>
+<p>
+The resulting code can be found <a 
href="https://git.gnunet.org/gnunet-gns-registrar.git/";>in the usual place</a>.
+There are no tarballs available for the time being.
+The component is built with simplicity and privacy in mind: There are 
<b>no</b> accounts required; we also refrained from using JavaScript for the 
front end (for now).
+This component effectively replaces the "first-come, first-served" GNS name 
registration service previously shipped as part of GNUnet.
+Hence the service at <a 
href="https://fcfs.gnunet.org";>https://fcfs.gnunet.org</a> has been replaced.
+The registrar integrates with <a href="https://www.taler.net";>GNU Taler</a>, 
allowing you to test both functionalities at the same time!
+Don't worry, you do not have to use actual money, as you can use the demo 
currency from the <a href="demo.taler.net">Taler demonstrator</a> to register 
names for a relatively small portion of the play mone you receive when you sign 
up there.
+</p>
+<p>
+We encourage you to try it out now and register you own zone key.
+We plan to ship this zone in the default configuration of the upcoming GNUnet 
0.21 release under the domain ".pin.gns.alt".
+Note that current releases are incompatible with GNUnet, and this also applies 
to the node connected to our registrar deployment.
+</p>
+<p>
+  Watch this space and the mailing list for updates!
+</p>
+<p>
+  This work is generously funded by <a href="https://nlnet.nl";>NLnet</a> as 
part of their <a href="https://nlnet.nl/entrust/";>NGI Zero Entrust 
Programme</a>.
+</p>
+{% endblock body_content %}
diff --git a/www.yml b/www.yml
index d4620fcf..b1a9e843 100644
--- a/www.yml
+++ b/www.yml
@@ -33,6 +33,9 @@ meetingnotes:
   2021: 2021-12-12
   2022: 2022-12-04
 newsposts:
+  - page: 2023-12-NGI-Entrust-GNS-TLDs-Update.html
+    date: 2023-12-16
+    title: "Update for NGI Zero Entrust: GNS to DNS Migration and Zone 
Management"
   - page: 2023-11-RFC9498.html
     date: 2023-11-21
     title: "RFC 9498: The GNU Name System"

-- 
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]