diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-03-29 04:18:59 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-03-29 04:18:59 +0200 |
commit | 313e6a863be0931752aa21cf99f96195a6e2b8c6 (patch) | |
tree | 8c2f8adf65c95e31b1fd7b1ec7efeabca3a848d2 /rss | |
parent | 29907c6c870933ec1031fa6499ea9994c96f7aa6 (diff) | |
download | dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.tar dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.tar.gz dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.tar.bz2 dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.tar.xz dirty-haskell.org-313e6a863be0931752aa21cf99f96195a6e2b8c6.zip |
Now generating RSS feeds for all lists
Diffstat (limited to 'rss')
-rw-r--r-- | rss/default.rss.do | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rss/default.rss.do b/rss/default.rss.do new file mode 100644 index 0000000..a10b032 --- /dev/null +++ b/rss/default.rss.do | |||
@@ -0,0 +1,4 @@ | |||
1 | redo-ifchange ../lists/$2.html | ||
2 | |||
3 | find ../lists/$2 -maxdepth 1 -mindepth 1 -not -name 'preview' -not -name 'title' -print0 | \ | ||
4 | xargs -x -0 -- ../build/generate-rss.hs "$(printf "Dirty-Haskell.org — %s" "$(cat ../lists/$2/title)")" | ||