ds-rss/README.md

21 lines
361 B
Markdown
Raw Normal View History

2019-05-07 09:17:29 +02:00
# ds-rss
2019-06-13 04:09:23 +02:00
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