aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/applications.html.j21
-rw-r--r--template/architecture.html.j21
-rw-r--r--template/contact.html.j21
-rw-r--r--template/copyright.html.j21
-rw-r--r--template/dev_pages/t3sserakt.html.j21
-rw-r--r--template/developers.html.j21
-rw-r--r--template/download.html.j21
-rw-r--r--template/engage.html.j21
-rw-r--r--template/ev.html.j21
-rw-r--r--template/faq.html.j21
-rw-r--r--template/glossary.html.j21
-rw-r--r--template/gns.html.j21
-rw-r--r--template/gnurl.html.j21
-rw-r--r--template/gsoc-2018-gnunet-webui.html.j21
-rw-r--r--template/gsoc.html.j21
-rw-r--r--template/index.html.j21
-rw-r--r--template/install-on-archpi.html.j21
-rw-r--r--template/install-on-debian9.html.j21
-rw-r--r--template/install-on-macos.html.j21
-rw-r--r--template/install-on-netbsd.html.j21
-rw-r--r--template/install-on-openwrt.html.j21
-rw-r--r--template/install-on-ubuntu1804.html.j21
-rwxr-xr-xtemplate/install.html.j21
-rw-r--r--template/l2o/index.html.j21
-rw-r--r--template/l2o/mile1.html.j23
-rw-r--r--template/l2o/mile2.html.j23
-rw-r--r--template/l2o/mile3.html.j23
-rw-r--r--template/l2o/mile4.html.j23
-rw-r--r--template/l2o/testng.html.j23
-rw-r--r--template/livingstandards.html.j21
-rw-r--r--template/news/index.html.j21
-rw-r--r--template/news/oldnews-2020.html.j22
-rw-r--r--template/news/oldnews-2021.html.j22
-rw-r--r--template/news/oldnews-2022.html.j25
-rw-r--r--template/roadmap.html.j21
-rw-r--r--template/use.html.j21
-rw-r--r--template/video.html.j21
37 files changed, 46 insertions, 7 deletions
diff --git a/template/applications.html.j2 b/template/applications.html.j2
index 15bd42d7..e1f3d48f 100644
--- a/template/applications.html.j2
+++ b/template/applications.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<div class="container-fluid"> 4<div class="container-fluid">
4 <div class="container"> 5 <div class="container">
5 <div class="row"> 6 <div class="row">
diff --git a/template/architecture.html.j2 b/template/architecture.html.j2
index 04067749..63fadfb2 100644
--- a/template/architecture.html.j2
+++ b/template/architecture.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/contact.html.j2 b/template/contact.html.j2
index a292a1b5..6d894f13 100644
--- a/template/contact.html.j2
+++ b/template/contact.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/copyright.html.j2 b/template/copyright.html.j2
index ca779567..95db9c51 100644
--- a/template/copyright.html.j2
+++ b/template/copyright.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/dev_pages/t3sserakt.html.j2 b/template/dev_pages/t3sserakt.html.j2
index 0d1e48e9..93e9c39f 100644
--- a/template/dev_pages/t3sserakt.html.j2
+++ b/template/dev_pages/t3sserakt.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<!-- Jumbotron --> 4<!-- Jumbotron -->
4<div> 5<div>
5 <div class="container"> 6 <div class="container">
diff --git a/template/developers.html.j2 b/template/developers.html.j2
index c28418d2..e7e013fc 100644
--- a/template/developers.html.j2
+++ b/template/developers.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<div class="jumbotron"> 4<div class="jumbotron">
4 <div class="text-center"> 5 <div class="text-center">
5 <h1>{{ _("GNUnet for developers") }}</h1> 6 <h1>{{ _("GNUnet for developers") }}</h1>
diff --git a/template/download.html.j2 b/template/download.html.j2
index a7df9108..42a0aa48 100644
--- a/template/download.html.j2
+++ b/template/download.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <article class="d-flex flex-column p-2 bd-highlight"> 4 <article class="d-flex flex-column p-2 bd-highlight">
4 <div class="container"> 5 <div class="container">
5 <div class="text-center"> 6 <div class="text-center">
diff --git a/template/engage.html.j2 b/template/engage.html.j2
index 06707a47..517c098d 100644
--- a/template/engage.html.j2
+++ b/template/engage.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/ev.html.j2 b/template/ev.html.j2
index d35480f4..d02cd589 100644
--- a/template/ev.html.j2
+++ b/template/ev.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/faq.html.j2 b/template/faq.html.j2
index f916a857..66da7fc2 100644
--- a/template/faq.html.j2
+++ b/template/faq.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<div class="container-fluid"> 4<div class="container-fluid">
4 <div class="container text-center"> 5 <div class="container text-center">
5 <h1>FAQs<h1> 6 <h1>FAQs<h1>
diff --git a/template/glossary.html.j2 b/template/glossary.html.j2
index 789074e9..59b9276f 100644
--- a/template/glossary.html.j2
+++ b/template/glossary.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/gns.html.j2 b/template/gns.html.j2
index 114e0d21..b824ae35 100644
--- a/template/gns.html.j2
+++ b/template/gns.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/gnurl.html.j2 b/template/gnurl.html.j2
index 5556bd17..d0e1bb99 100644
--- a/template/gnurl.html.j2
+++ b/template/gnurl.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <article class="container"> 4 <article class="container">
4 <header> 5 <header>
5 <h1>gnurl (libgnurl)</h1> 6 <h1>gnurl (libgnurl)</h1>
diff --git a/template/gsoc-2018-gnunet-webui.html.j2 b/template/gsoc-2018-gnunet-webui.html.j2
index ec65ee5b..69feea8c 100644
--- a/template/gsoc-2018-gnunet-webui.html.j2
+++ b/template/gsoc-2018-gnunet-webui.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <article class="d-flex flex-column p-2 bd-highlight"> 4 <article class="d-flex flex-column p-2 bd-highlight">
4 <div class="container"> 5 <div class="container">
5 <div class="text-center"> 6 <div class="text-center">
diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2
index 9b47c0e3..4601b54a 100644
--- a/template/gsoc.html.j2
+++ b/template/gsoc.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/index.html.j2 b/template/index.html.j2
index fc991758..88a0f8f8 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<!-- Jumbotron --> 4<!-- Jumbotron -->
4<div> 5<div>
5 <div class="container"> 6 <div class="container">
diff --git a/template/install-on-archpi.html.j2 b/template/install-on-archpi.html.j2
index 66e904b2..72d2b079 100644
--- a/template/install-on-archpi.html.j2
+++ b/template/install-on-archpi.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/install-on-debian9.html.j2 b/template/install-on-debian9.html.j2
index 2a3cde03..b867ab8a 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/install-on-macos.html.j2 b/template/install-on-macos.html.j2
index b5c61cfb..b9e14836 100644
--- a/template/install-on-macos.html.j2
+++ b/template/install-on-macos.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/install-on-netbsd.html.j2 b/template/install-on-netbsd.html.j2
index b36eaa22..0370b29d 100644
--- a/template/install-on-netbsd.html.j2
+++ b/template/install-on-netbsd.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/install-on-openwrt.html.j2 b/template/install-on-openwrt.html.j2
index 7ea7f7a3..5cff8461 100644
--- a/template/install-on-openwrt.html.j2
+++ b/template/install-on-openwrt.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/install-on-ubuntu1804.html.j2 b/template/install-on-ubuntu1804.html.j2
index 94ea5cb2..19a507f6 100644
--- a/template/install-on-ubuntu1804.html.j2
+++ b/template/install-on-ubuntu1804.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/install.html.j2 b/template/install.html.j2
index 663532d3..2c0093e7 100755
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/l2o/index.html.j2 b/template/l2o/index.html.j2
index 751ab5bc..c6c7f0b5 100644
--- a/template/l2o/index.html.j2
+++ b/template/l2o/index.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/l2o/mile1.html.j2 b/template/l2o/mile1.html.j2
index db0122d3..f354d8e3 100644
--- a/template/l2o/mile1.html.j2
+++ b/template/l2o/mile1.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
@@ -132,4 +133,4 @@
132 </div> 133 </div>
133 134
134</article> 135</article>
135{% endblock body_content %} \ No newline at end of file 136{% endblock body_content %}
diff --git a/template/l2o/mile2.html.j2 b/template/l2o/mile2.html.j2
index 764260c4..092995b9 100644
--- a/template/l2o/mile2.html.j2
+++ b/template/l2o/mile2.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
@@ -82,4 +83,4 @@
82 </div> 83 </div>
83 84
84</article> 85</article>
85{% endblock body_content %} \ No newline at end of file 86{% endblock body_content %}
diff --git a/template/l2o/mile3.html.j2 b/template/l2o/mile3.html.j2
index 1da4f4f4..b4c93add 100644
--- a/template/l2o/mile3.html.j2
+++ b/template/l2o/mile3.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
@@ -111,4 +112,4 @@
111 </div> 112 </div>
112 113
113</article> 114</article>
114{% endblock body_content %} \ No newline at end of file 115{% endblock body_content %}
diff --git a/template/l2o/mile4.html.j2 b/template/l2o/mile4.html.j2
index 5e7d3a1e..a27f6d14 100644
--- a/template/l2o/mile4.html.j2
+++ b/template/l2o/mile4.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
@@ -104,4 +105,4 @@
104 </div> 105 </div>
105 106
106</article> 107</article>
107{% endblock body_content %} \ No newline at end of file 108{% endblock body_content %}
diff --git a/template/l2o/testng.html.j2 b/template/l2o/testng.html.j2
index 5b56746f..fbaf77a0 100644
--- a/template/l2o/testng.html.j2
+++ b/template/l2o/testng.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
@@ -111,4 +112,4 @@ off = "0" ;<br/><br/>
111 </div> 112 </div>
112 113
113</article> 114</article>
114{% endblock body_content %} \ No newline at end of file 115{% endblock body_content %}
diff --git a/template/livingstandards.html.j2 b/template/livingstandards.html.j2
index 886160da..c8372ccc 100644
--- a/template/livingstandards.html.j2
+++ b/template/livingstandards.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <div class="container-fluid"> 4 <div class="container-fluid">
4 <div class="container"> 5 <div class="container">
5 <article> 6 <article>
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index e3c3b3f1..235a5564 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <div class="container-fluid"> 4 <div class="container-fluid">
4 <div class="container"> 5 <div class="container">
5 <article> 6 <article>
diff --git a/template/news/oldnews-2020.html.j2 b/template/news/oldnews-2020.html.j2
index 23691b6c..87030010 100644
--- a/template/news/oldnews-2020.html.j2
+++ b/template/news/oldnews-2020.html.j2
@@ -1,5 +1,5 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% from "common/old-news.j2.inc" import oldnews with context %} 2{% from "common/old-news.j2.inc" import oldnews with context %}
3{% block body_content %} 3{% block body_content %}
4{{ oldnews(2019) }} 4{{ oldnews(2020) }}
5{% endblock body_content %} 5{% endblock body_content %}
diff --git a/template/news/oldnews-2021.html.j2 b/template/news/oldnews-2021.html.j2
index 23691b6c..df4e89d0 100644
--- a/template/news/oldnews-2021.html.j2
+++ b/template/news/oldnews-2021.html.j2
@@ -1,5 +1,5 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% from "common/old-news.j2.inc" import oldnews with context %} 2{% from "common/old-news.j2.inc" import oldnews with context %}
3{% block body_content %} 3{% block body_content %}
4{{ oldnews(2019) }} 4{{ oldnews(2021) }}
5{% endblock body_content %} 5{% endblock body_content %}
diff --git a/template/news/oldnews-2022.html.j2 b/template/news/oldnews-2022.html.j2
new file mode 100644
index 00000000..c01ca3f5
--- /dev/null
+++ b/template/news/oldnews-2022.html.j2
@@ -0,0 +1,5 @@
1{% extends "common/base.j2" %}
2{% from "common/old-news.j2.inc" import oldnews with context %}
3{% block body_content %}
4{{ oldnews(2022) }}
5{% endblock body_content %}
diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
index 3802d1fd..90a8dc07 100644
--- a/template/roadmap.html.j2
+++ b/template/roadmap.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<div class="container"> 4<div class="container">
4 <div class="row"> 5 <div class="row">
5 <div class="container text-center"> 6 <div class="container text-center">
diff --git a/template/use.html.j2 b/template/use.html.j2
index 0e656086..2ad5b6ef 100644
--- a/template/use.html.j2
+++ b/template/use.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3<article class="container"> 4<article class="container">
4 5
5 <header> 6 <header>
diff --git a/template/video.html.j2 b/template/video.html.j2
index fe1316b8..f1af3a32 100644
--- a/template/video.html.j2
+++ b/template/video.html.j2
@@ -1,5 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<main id="maincontent">
3 <!-- 4 <!--
4 FIXME 5 FIXME
5 - some links are missing 6 - some links are missing