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.