ds-rss/README.markdown

29 lines
514 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
2019-06-13 13:24:56 +02:00
<img src="ss/ss-index.png" width="220">
2019-06-13 13:21:12 +02:00
2019-06-13 13:24:56 +02:00
<img src="ss/ss-download.png" width="220">
2019-06-13 13:21:12 +02:00
2019-06-13 13:24:56 +02:00
<img src="ss/ss-feed.png" width="220">