ds-rss/README.markdown

29 lines
514 B
Markdown

# ds-rss
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
## preview: screenshots
<img src="ss/ss-index.png" width="220">
<img src="ss/ss-download.png" width="220">
<img src="ss/ss-feed.png" width="220">