From b228bb7b63c62479466244fae5a245a02e6498a6 Mon Sep 17 00:00:00 2001 From: vv01f Date: Thu, 27 Feb 2014 20:26:17 +0100 Subject: [PATCH] documenting 'howto' events for noobs (like me) --- documentation/NOTES.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/documentation/NOTES.md b/documentation/NOTES.md index 8b9b68ea4..05e486c6e 100644 --- a/documentation/NOTES.md +++ b/documentation/NOTES.md @@ -7,4 +7,19 @@ # validation * [W3C online validation)[http://validator.w3.org/check) -* local: ```make -j4``` \ No newline at end of file +* local: ```make -j4``` + +# adding content + +## events +aka news will be listet in calendar and on the portal on the site and presented as ical, xcal and reminder files to be automatically absorbed by your calendar-sw. + +**single events with few details** +can be enlisted in content/events.xml - just see the details of existing ones. + +**events with more details** +are thought to have an own xml file in news/ directory named events-{$title}.xml +the format can be copied from existing events there as well. images or other static files for these might be placed in content/static/images/news/ directory. + +**repeating events / regular meetings** +are not implemented yet, you have to creaty them multiple times manually.