gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: add news


From: gnunet
Subject: [www] branch master updated: add news
Date: Sun, 15 Dec 2019 14:23:50 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new ea958b1  add news
ea958b1 is described below

commit ea958b1094401c07f2a659a887133b77e7d5ce21
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Dec 15 14:20:40 2019 +0100

    add news
---
 README  | 15 +++++++--------
 www.yml |  5 +++++
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/README b/README
index 9857ac6..3e1302d 100644
--- a/README
+++ b/README
@@ -77,18 +77,17 @@ If you intend to write a new post, read this carefully.
   assigned as the title for the rss feed item for this post.
 
 * Every news post must get added as a dict to the newspost list
-  in template.py. If you are not sure what those words mean, search
-  "newsposts" in template.py. There you will find a structure where
-  you have to add a new member including the "," at the end.
+  in www.yml. If you are not sure what those words mean, search
+  "newsposts" in www.yml.
+  There you will find a structure where you have to add a new
+  member.
   New posts get added to the top of the list, not at the bottom
   (this list is also responsible for the 5 newest entries on the
   frontpage).
 
-  {
-        'page': 'name-of-page.html',
-        'date': '2019-10-31',
-        'title': 'My new post'
-  },
+  - page: 2019-0.12.0.html
+    date: 2019-12-15
+    title: GNUnet 0.12.0
 
   * page must be the name of the file without the leading news/
   * date must be a valid date in exactly this format.
diff --git a/www.yml b/www.yml
index 8a01987..3f93a9c 100644
--- a/www.yml
+++ b/www.yml
@@ -56,6 +56,11 @@ meetingnotes:
   2017: 2017-12-27
   2018: 2018-12-27
 newsposts:
+  - page: 2019-0.12.0.html
+    date: 2019-12-15
+    title: GNUnet 0.12.0
+    abstract:
+    content:
   - page: 2019-11-ICANNUpdate.html
     date: 2019-11-10
     title: GNS@ICANN66

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]