RSS Feed and more for ds.ccc.de
Go to file
vv01f 5da96fe41b
adding screenshots
2019-06-13 13:21:26 +02:00
i simple epub icon 2019-06-13 04:01:39 +02:00
ss adding screenshots 2019-06-13 13:21:26 +02:00
.gitignore ignore some files 2019-06-13 03:28:59 +02:00
README.md link screenshots 2019-06-13 13:21:12 +02:00
data.xml update data 2019-06-13 03:24:34 +02:00
download.xsl fix local link for index.html 2019-06-13 13:13:07 +02:00
gen.sh add test for dependency 2019-06-13 04:09:43 +02:00
index.xsl fix NaN for entries with no content 2019-06-13 13:06:10 +02:00
rss.xsl feature: limitenclosure option 2019-06-12 23:48:42 +02:00
sort.xsl transform for index.html and storting data.xml 2019-06-13 03:29:43 +02:00

README.md

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

![index](ss/ss-index.png =250x)

![download](ss/ss-download.png =250x)

![feed](ss/ss-feeed.png =250x)