aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-09 17:18:21 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-09 17:18:21 +0100
commit5ebcd8b40eb50e655da7b76bd7fbf8a76d5e428d (patch)
treeefc2a95a8cc90638b9291520e7093465db885a3a
parent7ded0e74ce61967ef06df220efa4184bc2b3e141 (diff)
downloadwww-5ebcd8b40eb50e655da7b76bd7fbf8a76d5e428d.tar.gz
www-5ebcd8b40eb50e655da7b76bd7fbf8a76d5e428d.zip
add news
-rw-r--r--news.html.j2.inc10
-rw-r--r--news/2018-07.inc6
-rw-r--r--news/2019-02.inc25
3 files changed, 34 insertions, 7 deletions
diff --git a/news.html.j2.inc b/news.html.j2.inc
index debb304f..d4a422ba 100644
--- a/news.html.j2.inc
+++ b/news.html.j2.inc
@@ -1,7 +1,3 @@
1<a href="old-news.html"><h3>{{ _("More news")}}</h3></a> 1{% include "news/2019-02.inc" %}
2 2{% include "news/2018-07.inc" %}
3<h3>Second GNUnet Hacker Meeting 2018 at <a href="https://decentrale.ch/">La Décentrale</a>, Switzerland</h3> 3<a href="old-news.html"><h3>{{ _("More news")}}</h3></a>
4
5<p>The GNUnet hackers met for the second time this year. The primary goal was
6to squash bugs to bring out a new release. Aside from this we worked hard on
7improving the documentation and to launch this new website.</p>
diff --git a/news/2018-07.inc b/news/2018-07.inc
new file mode 100644
index 00000000..25bd0ca3
--- /dev/null
+++ b/news/2018-07.inc
@@ -0,0 +1,6 @@
1<h3>Second GNUnet Hacker Meeting 2018 at <a
2href="https://decentrale.ch/">La Décentrale</a>, Switzerland</h3>
3
4<p>The GNUnet hackers met for the second time this year. The primary goal was
5to squash bugs to bring out a new release. Aside from this we worked hard on
6improving the documentation and to launch this new website.</p>
diff --git a/news/2019-02.inc b/news/2019-02.inc
new file mode 100644
index 00000000..99a73d2e
--- /dev/null
+++ b/news/2019-02.inc
@@ -0,0 +1,25 @@
1<h3>
2<A NAME="gsoc2019"></A>2019-02: Topics for GSoC 2019
3</h3>
4<h4>Android Port</h4>
5<p>
6It is time for GNUnet to run properly on Android. Note that
7GNUnet is written in C, and this is not about rewriting
8GNUnet in Java, but about getting the C code to run on Android.
9<br>
10Mentor: <a href="https://www.goebel-consult.de/">Hartmut Goebel</a>
11</p>
12
13<h4>Help with Continuous Integration setup</h4>
14<p>
15There is a push for migrating our CI to Gitlab. The CI should
16eventually not just run "make check" on various platforms, but also
17perform tests with multiple peers running in different VMs with
18specific network topologies (i.e. NAT) between them being simulated.
19The CI should also be integrated with Gauger for performance
20regression analysis. Running jobs only when dependencies have changed
21and scripting more granular triggers or ideally automatic dependency
22discovery (as done by the autotools) is also important.
23<br>
24Mentor: TBD
25</p>