aboutsummaryrefslogtreecommitdiff
path: root/template/news/2021-09.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-05-25 09:25:38 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-05-25 09:25:38 +0200
commit371b1834106fce13479f707c1566fe7bbdc888e4 (patch)
tree91c501e91648fa61d22bb99c07d5966fdff80a3f /template/news/2021-09.html.j2
parenta8cb3f08ff6c4d8967a45833a17f4372a283f86d (diff)
downloadanastasis-www-371b1834106fce13479f707c1566fe7bbdc888e4.tar.gz
anastasis-www-371b1834106fce13479f707c1566fe7bbdc888e4.tar.bz2
anastasis-www-371b1834106fce13479f707c1566fe7bbdc888e4.zip
Revert "Complete CBDC-forum web site"
This reverts commit a8cb3f08ff6c4d8967a45833a17f4372a283f86d.
Diffstat (limited to 'template/news/2021-09.html.j2')
-rw-r--r--template/news/2021-09.html.j233
1 files changed, 33 insertions, 0 deletions
diff --git a/template/news/2021-09.html.j2 b/template/news/2021-09.html.j2
new file mode 100644
index 0000000..8a5f590
--- /dev/null
+++ b/template/news/2021-09.html.j2
@@ -0,0 +1,33 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>GNU Anastasis v0.1.0 released</h1>
+<p>
+GNU Anastasis is a Free Software protocol and implementation that allows users to securely deposit core secrets with an open set of escrow providers and to recover these secrets if their original copies are lost.
+</p>
+<p>
+ Currently, GNU Anastasis is released as Alpha-quality software.
+ <b>It is not yet production ready! You cannot rely on it to keep
+ your secrets recoverable today!</b> In particular, we need to
+ still review the various country-specific questions used to create
+ unique user identifiers at the beginning of the backup and
+ recovery process. Community feedback on those inputs would be
+ particularly welcome!
+</p>
+<p>
+ This is our first public release. You can download the sources from
+ the main GNU FTP server via
+<a href="https://ftp.gnu.org/gnu/anastasis/">HTTP(S)</a> and
+<a href="ftp://ftp.gnu.org/gnu/anastasis/">FTP</a>. It can also be found
+on the <a href="https://www.gnu.org/prep/ftp.html">GNU mirrors</a>;
+please
+<a href="https://ftpmirror.gnu.org/anastasis/">use a mirror</a> if
+possible.</dd>
+</p>
+<p>
+ Further information about Anastasis as well as detailed
+ installation instructions (including Debian and Ubuntu
+ packages) can be found at <a href="https://docs.anastasis.lu/">https://docs.anastasis.lu/</a>.
+ If you find any problems with GNU Anastasis, please report them to
+ <a href="https://bugs.anastasis.lu/">our bugtracker</a>.
+</p>
+{% endblock body_content %}