ds-rss/README.md

29 lines
490 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
2019-06-13 13:21:12 +02:00
## preview: screenshots
![index](ss/ss-index.png =250x)
![download](ss/ss-download.png =250x)
![feed](ss/ss-feeed.png =250x)