-rw-r--r-- | etc/nationaldays/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/nationaldays/README b/etc/nationaldays/README new file mode 100644 index 0000000..a65236f --- a/dev/null +++ b/etc/nationaldays/README | |||
@@ -0,0 +1,23 @@ | |||
1 | Config files for the nationalholiday plugin | ||
2 | |||
3 | Format is simple: | ||
4 | Standard-xml file. | ||
5 | It must always enclosed by | ||
6 | <nationaldays> | ||
7 | ... | ||
8 | </nationaldays> | ||
9 | |||
10 | then a short description tag. | ||
11 | <description value="german holidays"/> | ||
12 | |||
13 | for example. It should be used later on. | ||
14 | |||
15 | then a list of non-floating holidays follows, encapsulated with | ||
16 | <entries> | ||
17 | ... | ||
18 | </entries> | ||
19 | |||
20 | Each entry has the form | ||
21 | <entry date="M-D" name="description of holiday"/> | ||
22 | |||
23 | floating holidays are not supported this moment. | ||