From d761ff6e9116153baaf45435c3769d780c8754b5 Mon Sep 17 00:00:00 2001 From: vv01f Date: Thu, 13 Jun 2019 04:09:23 +0200 Subject: [PATCH] more information --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a0725..8d7de33 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # ds-rss -generate rss feed as `ds-feed.xml` and oldfashioned hypertext `download.html` for datenschleuder from source `data.xml`. \ No newline at end of file +generate parts of the datenschleuder website from source `data.xml`: + +* rss feed as `ds-feed.xml`, +* oldfashioned hypertext `download.html` and +* the informative `index.html` + +utilizing XML transformations. + +## using + +simply call `./gen.sh` for generating the target files. + +for sorting `data.xml`, call `./gen sort`. + +## dependecies + +* sh +* xsltproc