summaryrefslogtreecommitdiff
path: root/etc
authoralwin <alwin>2005-03-20 15:48:12 (UTC)
committer alwin <alwin>2005-03-20 15:48:12 (UTC)
commit5bc93a55c05c7292502c908fc0a99d5010a641c7 (patch) (side-by-side diff)
treeadb377ec8276e1607afaf429af0ea682b3ea5315 /etc
parentb5d0608680296aab4ce8c08b794f9eb99812f39b (diff)
downloadopie-5bc93a55c05c7292502c908fc0a99d5010a641c7.zip
opie-5bc93a55c05c7292502c908fc0a99d5010a641c7.tar.gz
opie-5bc93a55c05c7292502c908fc0a99d5010a641c7.tar.bz2
short description of xml-format
Diffstat (limited to 'etc') (more/less context) (ignore whitespace changes)
-rw-r--r--etc/nationaldays/README23
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 @@
+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.