aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 7 insertions, 8 deletions
diff --git a/README b/README
index 9857ac6a..3e1302d6 100644
--- a/README
+++ b/README
@@ -77,18 +77,17 @@ If you intend to write a new post, read this carefully.
77 assigned as the title for the rss feed item for this post. 77 assigned as the title for the rss feed item for this post.
78 78
79* Every news post must get added as a dict to the newspost list 79* Every news post must get added as a dict to the newspost list
80 in template.py. If you are not sure what those words mean, search 80 in www.yml. If you are not sure what those words mean, search
81 "newsposts" in template.py. There you will find a structure where 81 "newsposts" in www.yml.
82 you have to add a new member including the "," at the end. 82 There you will find a structure where you have to add a new
83 member.
83 New posts get added to the top of the list, not at the bottom 84 New posts get added to the top of the list, not at the bottom
84 (this list is also responsible for the 5 newest entries on the 85 (this list is also responsible for the 5 newest entries on the
85 frontpage). 86 frontpage).
86 87
87 { 88 - page: 2019-0.12.0.html
88 'page': 'name-of-page.html', 89 date: 2019-12-15
89 'date': '2019-10-31', 90 title: GNUnet 0.12.0
90 'title': 'My new post'
91 },
92 91
93 * page must be the name of the file without the leading news/ 92 * page must be the name of the file without the leading news/
94 * date must be a valid date in exactly this format. 93 * date must be a valid date in exactly this format.