diff --git a/Makefile b/Makefile index 95a87bfd9..99838ce87 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,10 @@ PLAYLISTS:=$(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.xspf, $(patsubst content/news/pentaradio%.xml, build/news/pentaradio%.m3u, $(wildcard content/news/pentaradio*.xml)) # Datenspuren-Seiten: DS_PAGES:=$(patsubst content/datenspuren/%.xml, build/datenspuren/$(DS_YEAR)/%.html, $(wildcard content/datenspuren/*.xml)) -DS_FEEDS:=build/datenspuren/2010/mitschnitte-rss.xml build/datenspuren/2011/mitschnitte-rss.xml +DS_FEEDS:= \ + build/datenspuren/2010/mitschnitte-rss.xml \ + build/datenspuren/2011/mitschnitte-rss.xml \ + build/datenspuren/2012/mitschnitte-rss.xml # Quellen NEWSITEMS:=$(wildcard content/news/*.xml) @@ -225,6 +228,8 @@ build/datenspuren/2010/mitschnitte-rss.xml: content/news/ds10-videomitschnitte-k $(call xml_process) build/datenspuren/2011/mitschnitte-rss.xml: content/news/ds11-mitschnitte-online.xml $(STYLE) $(call xml_process) +build/datenspuren/2012/mitschnitte-rss.xml: content/news/ds12-videomitschnitte-komplett.xml $(STYLE) + $(call xml_process) xhtml5-validate: $(patsubst build/%.html, build/%.html.xhtml5-validate, $(CONTENT)) diff --git a/content/datenspuren/mitschnitte.xml b/content/datenspuren/mitschnitte.xml index c8833bfb4..bd96e473f 100644 --- a/content/datenspuren/mitschnitte.xml +++ b/content/datenspuren/mitschnitte.xml @@ -5,8 +5,11 @@ + + + diff --git a/content/news/ds12-videomitschnitte-komplett.xml b/content/news/ds12-videomitschnitte-komplett.xml new file mode 100644 index 000000000..c3d5382f0 --- /dev/null +++ b/content/news/ds12-videomitschnitte-komplett.xml @@ -0,0 +1,42 @@ + + + + + + ../../datenspuren/2012/images/flyer_ds12_cfp.png +

+ Die Videomitschnitte der Datenspuren liegen ab jetzt auf unserem FTP-Server. + Außerdem sind sie erhältlich bei der AG-DSN und per BitTorrent. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/content/static/datenspuren/2012/ds2012_hq.torrent b/content/static/datenspuren/2012/ds2012_hq.torrent new file mode 100644 index 000000000..fbc0f1002 Binary files /dev/null and b/content/static/datenspuren/2012/ds2012_hq.torrent differ diff --git a/scripts/ds2012-resources.js b/scripts/ds2012-resources.js index 23fd63fa9..5eea96aeb 100644 --- a/scripts/ds2012-resources.js +++ b/scripts/ds2012-resources.js @@ -138,6 +138,8 @@ function slugify(title) { replace(/ä/g, "ae"). replace(/ö/g, "oe"). replace(/ü/g, "ue"). + replace(/ß/g, "ss"). + replace(/ẞ/g, "SS"). replace(/\s+/g, "_"); }