c3d2-wiki/Termin.mw

44 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-10-09 15:25:07 +02:00
Auf der Website c3d2.de können Ankündigungen in Form von News und kürzeren Event-Hinweisen erfolgen.
Die notwendigen Informationen sind:
* Bezeichnung
2015-10-09 15:37:07 +02:00
* Datum Beginn
2015-10-09 15:25:07 +02:00
* Ort
Optional sind:
2015-10-09 15:37:07 +02:00
* Uhrzeit Beginn
* Datum Ende
* Uhrzeit Ende
2015-10-09 15:25:07 +02:00
* Link für weitere Informationen
* Link für Ortsinformationen oder Anfahrt/Karte
News only:
* Veröffentlichungszeitpunk
* person2blame
* Weiterer Beschreibungstext
== Publikation ==
2015-10-09 15:26:36 +02:00
Die Publikation erfolgt durch berechtigte Nutzer über [[GIT|git.c3d2]] und wird mit XML eingetragen sowie per XSLT automatisiert etwa stündlich mit der gesamten Website neu gebaut.
2015-10-09 15:25:07 +02:00
== XML Schema ==
=== Simple Event ===
2015-10-09 15:36:27 +02:00
Als Abschnitt innerhalb der Datei <code>content/events.xml</code> des Repo c3d2-web .
2015-10-09 15:35:08 +02:00
<pre>
<event title="Howto: Termine"><!-- Title as event dscription -->
<start>2015-10-09</start><!-- Date-Time-Group as ISO YYYY-MM-DD["T"hh:mm:ss] -->
<end></end><!-- optional Date-Time-Group as ISO YYYY-MM-DD["T"hh:mm:ss] -->
<location><link href="">GCHQ</link> des c3d2, Lingnerallee 3, 01069 Dresden</location><!-- Place/Address Information, link-elm optional -->
<link>https://wiki.c3d2.de/w/index.php?title=Diskussion:Termin</link><!-- (offsite) Information Link -->
</event>
</pre>
2015-10-09 15:25:07 +02:00
=== News/Ankündigung ===
2015-10-09 15:39:11 +02:00
== Lokale Voraussetzungen ==
Was man üblicherweise auf einem Linux BSD hat: shell, GNU textutils, git, make, xsltproc