blob: a65236f71f903a57bb28b46a2fe6cda53ac304cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Config files for the nationalholiday plugin
Format is simple:
Standard-xml file.
It must always enclosed by
<nationaldays>
...
</nationaldays>
then a short description tag.
<description value="german holidays"/>
for example. It should be used later on.
then a list of non-floating holidays follows, encapsulated with
<entries>
...
</entries>
Each entry has the form
<entry date="M-D" name="description of holiday"/>
floating holidays are not supported this moment.
|