RSS Feed and more for ds.ccc.de
Go to file
Dominik Keller 6a853cc720 PDF für Ausgabe 28/29 eingefügt 2020-07-27 12:02:35 +02:00
i fixes: groups + transparency 2019-06-21 22:32:46 +02:00
ss update screenshots 2019-06-13 20:12:53 +02:00
.gitignore ignore some files 2019-06-13 03:28:59 +02:00
README.markdown Fix: Outdated readme 2020-06-12 19:45:39 +02:00
data.xml PDF für Ausgabe 28/29 eingefügt 2020-07-27 12:02:35 +02:00
download.xsl * fix baseurl before links with :// 2019-09-17 09:25:32 +02:00
gen.sh posix alternative for which 2020-07-12 20:51:24 +02:00
index.xsl Chg: Fester Link auf DS96 im rechten Cover-Bild rausgeworfen 2020-06-12 18:54:55 +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.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.

And supporting to manage the data.xml.

using

Simply call ./gen.sh build for generating the target files.

  • Creating a new entry for data.xml is supported with ./gen.sh release or ./gen.sh release 99 for a custom issue number, here 99.

  • To omit the explaining information, simply disregard stderr: ./gen.sh release 2>/dev/null.

  • Replicating entry for ds #99 including the datetime: ./gen.sh release 99 1568505600.

  • the release message is whatever are the remaining non-numeric arguments: ./gen.sh release 99 1568505600 Die Ausgabe \#100 ist schon einige Zeit fertig und ausgeliefert. Die Freunde der Digitalen Ausgabe wird freuen, dass die Aushabe \#99 nun online ist.

  • For sorting data.xml, call ./gen.sh sort. (Not implemented yet)

dependecies

  • sh, coreutils, date, sed etc.
  • xsltproc

preview: screenshots