Move functions into include file
[infodrom.org/oldenburg.linux.de] / src / Termine / index.wml
1 #include <LUGO.style>
2 #include "stacheltermine.inc"
3 #include "years.inc"
4
5 <php_utils>
6
7 <?
8   setlocale(LC_TIME, "de_DE");
9   $dates = readdb("dates.txt");
10 ?>
11
12 <page name=Termine>
13
14 <h3>Veranstaltungen rund um GNU/Linux in der Region Weser-Ems</h3>
15
16 <p>Hier finden Sie Termine von Veranstaltungen, die sich mit Linux,
17 GNU/Linux und/oder Freier Software befassen und in der Region
18 Weser-Ems stattfinden.  Wenn keine Stadt angegeben ist, findet die
19 Veranstaltung in Oldenburg statt.</p>
20
21 <p>Sollte eine Veranstaltung fehlen, kontaktieren Sie bitte joey@infodrom.org.</p>
22
23 <? display_dates(); ?>
24
25 <more_years>
26
27 </page>
28
29 # Local variables:
30 # mode: text
31 # mode: auto-fill
32 # mode: iso-accents
33 # end: