more information

This commit is contained in:
vv01f 2019-06-13 04:09:23 +02:00
parent 2e3ca34838
commit d761ff6e91
Signed by untrusted user who does not match committer: vv01f
GPG Key ID: 02625A16AC1D1FF6
1 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
# ds-rss
generate rss feed as `ds-feed.xml` and oldfashioned hypertext `download.html` for datenschleuder from source `data.xml`.
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