aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-01-16 18:14:20 +0100
committerStefan Kügel <skuegel@web.de>2023-01-16 18:14:20 +0100
commitaeba5acfd074c23af9c6ee4eca39b9da492640e1 (patch)
treee243d3ad2469713c9782d9280cb76beaafe56ba9
parent43eee5208c4dd5ad08bfd48d838f24984c8f39ed (diff)
downloadwww-aeba5acfd074c23af9c6ee4eca39b9da492640e1.tar.gz
www-aeba5acfd074c23af9c6ee4eca39b9da492640e1.zip
Inserting the skip tag into news files of 2022 and 2023
-rw-r--r--template/news/2022-02-0.16.0.html.j21
-rw-r--r--template/news/2022-03-0.16.1.html.j21
-rw-r--r--template/news/2022-03-0.16.2.html.j21
-rw-r--r--template/news/2022-03-0.16.3.html.j21
-rw-r--r--template/news/2022-04-libgnunetchat-0.1.0.html.j21
-rw-r--r--template/news/2022-05-messenger-gtk-0.7.0.html.j21
-rw-r--r--template/news/2022-06-0.17.0.html.j21
-rw-r--r--template/news/2022-06-0.17.1.html.j21
-rw-r--r--template/news/2022-06-DHTSpec1.html.j21
-rw-r--r--template/news/2022-07-0.17.2.html.j21
-rw-r--r--template/news/2022-08-0.17.3.html.j21
-rw-r--r--template/news/2022-08-0.17.4.html.j21
-rw-r--r--template/news/2022-09-0.17.5.html.j21
-rw-r--r--template/news/2022-09-0.17.6.html.j21
-rw-r--r--template/news/2022-09-messenger-cli-0.1.0.html.j21
-rw-r--r--template/news/2022-10-0.18.0.html.j21
-rw-r--r--template/news/2022-10-libgnunetchat-0.1.1.html.j21
-rw-r--r--template/news/2022-11-0.18.1.html.j21
-rw-r--r--template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j21
-rw-r--r--template/news/2022-12-0.19.0.html.j21
-rw-r--r--template/news/2022-12-0.19.1.html.j21
-rw-r--r--template/news/2023-01-0.19.2.html.j21
22 files changed, 22 insertions, 0 deletions
diff --git a/template/news/2022-02-0.16.0.html.j2 b/template/news/2022-02-0.16.0.html.j2
index 07f39eed..631b622e 100644
--- a/template/news/2022-02-0.16.0.html.j2
+++ b/template/news/2022-02-0.16.0.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>GNUnet 0.16.0 released</h1> 4 <h1>GNUnet 0.16.0 released</h1>
4<p> 5<p>
5 We are pleased to announce the release of GNUnet 0.16.0. 6 We are pleased to announce the release of GNUnet 0.16.0.
diff --git a/template/news/2022-03-0.16.1.html.j2 b/template/news/2022-03-0.16.1.html.j2
index ba97501d..d39cf8ca 100644
--- a/template/news/2022-03-0.16.1.html.j2
+++ b/template/news/2022-03-0.16.1.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.16.1</h1> 4<h1>GNUnet 0.16.1</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.16.0. 6This is a bugfix release for gnunet 0.16.0.
diff --git a/template/news/2022-03-0.16.2.html.j2 b/template/news/2022-03-0.16.2.html.j2
index 58f6a423..5ea4d941 100644
--- a/template/news/2022-03-0.16.2.html.j2
+++ b/template/news/2022-03-0.16.2.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.16.2</h1> 4<h1>GNUnet 0.16.2</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.16.1. 6This is a bugfix release for gnunet 0.16.1.
diff --git a/template/news/2022-03-0.16.3.html.j2 b/template/news/2022-03-0.16.3.html.j2
index a9742c7b..2d8f376f 100644
--- a/template/news/2022-03-0.16.3.html.j2
+++ b/template/news/2022-03-0.16.3.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.16.3</h1> 4<h1>GNUnet 0.16.3</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.16.2. 6This is a bugfix release for gnunet 0.16.2.
diff --git a/template/news/2022-04-libgnunetchat-0.1.0.html.j2 b/template/news/2022-04-libgnunetchat-0.1.0.html.j2
index f3e80c6d..9568827a 100644
--- a/template/news/2022-04-libgnunetchat-0.1.0.html.j2
+++ b/template/news/2022-04-libgnunetchat-0.1.0.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>libgnunetchat 0.1.0 released</h1> 4 <h1>libgnunetchat 0.1.0 released</h1>
4<p> 5<p>
5 We are pleased to announce the release of the client side library libgnunetchat 0.1.0. 6 We are pleased to announce the release of the client side library libgnunetchat 0.1.0.
diff --git a/template/news/2022-05-messenger-gtk-0.7.0.html.j2 b/template/news/2022-05-messenger-gtk-0.7.0.html.j2
index 531c78c0..6c7c1982 100644
--- a/template/news/2022-05-messenger-gtk-0.7.0.html.j2
+++ b/template/news/2022-05-messenger-gtk-0.7.0.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>Messenger-GTK 0.7.0 released</h1> 4 <h1>Messenger-GTK 0.7.0 released</h1>
4<p> 5<p>
5 We are pleased to announce the release of the Messenger-GTK application. 6 We are pleased to announce the release of the Messenger-GTK application.
diff --git a/template/news/2022-06-0.17.0.html.j2 b/template/news/2022-06-0.17.0.html.j2
index c122c5c0..fea9e8f8 100644
--- a/template/news/2022-06-0.17.0.html.j2
+++ b/template/news/2022-06-0.17.0.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>GNUnet 0.17.0 released</h1> 4 <h1>GNUnet 0.17.0 released</h1>
4<p> 5<p>
5 We are pleased to announce the release of GNUnet 0.17.0. 6 We are pleased to announce the release of GNUnet 0.17.0.
diff --git a/template/news/2022-06-0.17.1.html.j2 b/template/news/2022-06-0.17.1.html.j2
index f0c2e5f3..fdf41608 100644
--- a/template/news/2022-06-0.17.1.html.j2
+++ b/template/news/2022-06-0.17.1.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.17.1</h1> 4<h1>GNUnet 0.17.1</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.17.0. 6This is a bugfix release for gnunet 0.17.0.
diff --git a/template/news/2022-06-DHTSpec1.html.j2 b/template/news/2022-06-DHTSpec1.html.j2
index 6d210dd3..9bebdf15 100644
--- a/template/news/2022-06-DHTSpec1.html.j2
+++ b/template/news/2022-06-DHTSpec1.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>DHT Technical Specification Milestones 1-3/5</h1> 4 <h1>DHT Technical Specification Milestones 1-3/5</h1>
4<p> 5<p>
5We are happy to announce the completion of the following milestones for the DHT specification. The objective is to provide a detailed and comprehensive guide for implementors of the GNUnet DHT "R<sup>5</sup>N". 6We are happy to announce the completion of the following milestones for the DHT specification. The objective is to provide a detailed and comprehensive guide for implementors of the GNUnet DHT "R<sup>5</sup>N".
diff --git a/template/news/2022-07-0.17.2.html.j2 b/template/news/2022-07-0.17.2.html.j2
index 0a45f4f5..a1236da4 100644
--- a/template/news/2022-07-0.17.2.html.j2
+++ b/template/news/2022-07-0.17.2.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.17.2</h1> 4<h1>GNUnet 0.17.2</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.17.1. 6This is a bugfix release for gnunet 0.17.1.
diff --git a/template/news/2022-08-0.17.3.html.j2 b/template/news/2022-08-0.17.3.html.j2
index 9d91b06a..288c645e 100644
--- a/template/news/2022-08-0.17.3.html.j2
+++ b/template/news/2022-08-0.17.3.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.17.3</h1> 4<h1>GNUnet 0.17.3</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.17.2. 6This is a bugfix release for gnunet 0.17.2.
diff --git a/template/news/2022-08-0.17.4.html.j2 b/template/news/2022-08-0.17.4.html.j2
index 576e8a45..e3abfb59 100644
--- a/template/news/2022-08-0.17.4.html.j2
+++ b/template/news/2022-08-0.17.4.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.17.4</h1> 4<h1>GNUnet 0.17.4</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.17.3 because of a missing file in the 6This is a bugfix release for gnunet 0.17.3 because of a missing file in the
diff --git a/template/news/2022-09-0.17.5.html.j2 b/template/news/2022-09-0.17.5.html.j2
index 37a65b43..171ce3a1 100644
--- a/template/news/2022-09-0.17.5.html.j2
+++ b/template/news/2022-09-0.17.5.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.17.5</h1> 4<h1>GNUnet 0.17.5</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.17.4.. 6This is a bugfix release for gnunet 0.17.4..
diff --git a/template/news/2022-09-0.17.6.html.j2 b/template/news/2022-09-0.17.6.html.j2
index d992826f..8d28059b 100644
--- a/template/news/2022-09-0.17.6.html.j2
+++ b/template/news/2022-09-0.17.6.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.17.6</h1> 4<h1>GNUnet 0.17.6</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.17.5. 6This is a bugfix release for gnunet 0.17.5.
diff --git a/template/news/2022-09-messenger-cli-0.1.0.html.j2 b/template/news/2022-09-messenger-cli-0.1.0.html.j2
index 9d61834d..f9829d6f 100644
--- a/template/news/2022-09-messenger-cli-0.1.0.html.j2
+++ b/template/news/2022-09-messenger-cli-0.1.0.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>messenger-cli 0.1.0 released</h1> 4 <h1>messenger-cli 0.1.0 released</h1>
4<p> 5<p>
5 We are pleased to announce the release of the messenger-cli application. 6 We are pleased to announce the release of the messenger-cli application.
diff --git a/template/news/2022-10-0.18.0.html.j2 b/template/news/2022-10-0.18.0.html.j2
index 0836b32d..1f281b0e 100644
--- a/template/news/2022-10-0.18.0.html.j2
+++ b/template/news/2022-10-0.18.0.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>GNUnet 0.18.0 released</h1> 4 <h1>GNUnet 0.18.0 released</h1>
4<p> 5<p>
5 We are pleased to announce the release of GNUnet 0.18.0. 6 We are pleased to announce the release of GNUnet 0.18.0.
diff --git a/template/news/2022-10-libgnunetchat-0.1.1.html.j2 b/template/news/2022-10-libgnunetchat-0.1.1.html.j2
index 00334ea6..2fc901da 100644
--- a/template/news/2022-10-libgnunetchat-0.1.1.html.j2
+++ b/template/news/2022-10-libgnunetchat-0.1.1.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>libgnunetchat 0.1.1 released</h1> 4<h1>libgnunetchat 0.1.1 released</h1>
4<p> 5<p>
5This is mostly a bugfix release for libgnunetchat 0.1.0. But it will also update the build process of libgnunetchat to use GNU Automake and it will ensure compatibility with latest changes in GNUnet 0.18.0. 6This is mostly a bugfix release for libgnunetchat 0.1.0. But it will also update the build process of libgnunetchat to use GNU Automake and it will ensure compatibility with latest changes in GNUnet 0.18.0.
diff --git a/template/news/2022-11-0.18.1.html.j2 b/template/news/2022-11-0.18.1.html.j2
index 5000167f..482a9ea4 100644
--- a/template/news/2022-11-0.18.1.html.j2
+++ b/template/news/2022-11-0.18.1.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.18.1</h1> 4<h1>GNUnet 0.18.1</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.18.0. 6This is a bugfix release for gnunet 0.18.0.
diff --git a/template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2 b/template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2
index 071c91af..39759705 100644
--- a/template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2
+++ b/template/news/2022-11-NGI-Entrust-GNS-TLDs.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>NGI Zero Entrust: "GNS to DNS Migration and Zone Management"</h1> 4 <h1>NGI Zero Entrust: "GNS to DNS Migration and Zone Management"</h1>
4<p> 5<p>
5 We are happy to announce that we have successfully acquired funding for further 6 We are happy to announce that we have successfully acquired funding for further
diff --git a/template/news/2022-12-0.19.0.html.j2 b/template/news/2022-12-0.19.0.html.j2
index 1d734d2b..b84370c0 100644
--- a/template/news/2022-12-0.19.0.html.j2
+++ b/template/news/2022-12-0.19.0.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <h1>GNUnet 0.19.0 released</h1> 4 <h1>GNUnet 0.19.0 released</h1>
4<p> 5<p>
5 We are pleased to announce the release of GNUnet 0.19.0. 6 We are pleased to announce the release of GNUnet 0.19.0.
diff --git a/template/news/2022-12-0.19.1.html.j2 b/template/news/2022-12-0.19.1.html.j2
index 8e3f4100..6e3b86a2 100644
--- a/template/news/2022-12-0.19.1.html.j2
+++ b/template/news/2022-12-0.19.1.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.19.1</h1> 4<h1>GNUnet 0.19.1</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.19.0. 6This is a bugfix release for gnunet 0.19.0.
diff --git a/template/news/2023-01-0.19.2.html.j2 b/template/news/2023-01-0.19.2.html.j2
index 7aea9f3a..2e85c512 100644
--- a/template/news/2023-01-0.19.2.html.j2
+++ b/template/news/2023-01-0.19.2.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/news.j2" %} 1{% extends "common/news.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<h1>GNUnet 0.19.2</h1> 4<h1>GNUnet 0.19.2</h1>
4<p> 5<p>
5This is a bugfix release for gnunet 0.19.1. 6This is a bugfix release for gnunet 0.19.1.