diff --git a/Makefile b/Makefile index 8953bb21e..1a39fa863 100644 --- a/Makefile +++ b/Makefile @@ -30,8 +30,8 @@ DESTDIR?=www-export ### Ressourcen ### # XSLT-Stylesheets: -STYLE=xsl/xhtml.xsl -DS_STYLE=xsl/datenspuren/xhtml.xsl +STYLE=xsl/xhtml5.xsl +DS_STYLE=xsl/datenspuren/xhtml5.xsl # Document-Type-Definition: DTD:=dtd/c3d2web.dtd # XML-Katalog (Pfad zu den DTDs) - wird benötigt vom Validator @@ -72,21 +72,26 @@ SEARCH_TMPL:=build/cgi-bin/search.html NEWSITEMS:=$(wildcard content/news/*.xml) CLEAN=$(CONTENT) $(NEWSFILES) $(WWW_CCC_DE_UPDATES) $(CALENDAR_SUMMARY) $(DS_PAGES) -NOVALID_IGNORE:=false +NOVALID:=false define xml_process $(VALIDATOR) $(VFLAGS_IN) $< $(PROCESSOR) $(PFLAGS) -o $@ $(STYLE) $< - $(VALIDATOR) $(VFLAGS_OUT) $@ || $(NOVALID_IGNORE) || \ + $(NOVALID) || $(VALIDATOR) $(VFLAGS_OUT) $@ || \ { touch -m -t 197001010000 Makefile $@ ; exit 1 ; } endef - ### Defaults ### .PHONY: www www: $(XML_CATALOG) $(CONTENT) $(RSYNC) $(RSYNC_FLAGS) --exclude=".stamp-*" content/static/ content/old-site/ build/ $@ + @echo + @echo + @echo 'Great!' + @echo + @echo 'You may now run `make -j3 xhtml5-validate` to make sure everything fits.' + @echo .PHONY: export export: www @@ -98,32 +103,32 @@ $(DATESTAMP): ### Regeln für den XSLT-Prozess ### -build/%.html : VFLAGS_OUT=$(VFLAGS) --schema xsd/xhtml1-strict.xsd +build/%.html : NOVALID:=true build/news.html: $(WWW_CCC_DE_UPDATES) $(CALENDAR_SUMMARY) $(DATESTAMP) build/news-rss.xml : STYLE=xsl/rss.xsl -build/news-rss.xml : NOVALID_IGNORE:=true +build/news-rss.xml : NOVALID:=true build/news-rss.xml : PFLAGS+=--stringparam prefix "" build/news-rss.xml : VFLAGS_OUT=$(VFLAGS) --schema xsd/rss20.xsd build/news-atom.xml : STYLE=xsl/atom.xsl -build/news-atom.xml : NOVALID_IGNORE:=true +build/news-atom.xml : NOVALID:=true build/news-atom.xml : PFLAGS+=--stringparam prefix "" build/news-atom.xml : VFLAGS_OUT=$(VFLAGS) --relaxng xsd/atom.rng build/podcast.xml : STYLE=xsl/podcast.xsl -build/podcast.xml : NOVALID_IGNORE:=true +build/podcast.xml : NOVALID:=true build/podcast.xml : VFLAGS_OUT=$(VFLAGS) --schema xsd/rss20.xsd build/podcast.xml: xsl/podcast.xsl # Does not work with $(STYLE) - why? build/pentaradio.xml : STYLE=xsl/podcast.xsl -build/pentaradio.xml : NOVALID_IGNORE:=true +build/pentaradio.xml : NOVALID:=true build/pentaradio.xml : VFLAGS_OUT=$(VFLAGS) --schema xsd/rss20.xsd build/pentaradio.xml : PFLAGS+=--stringparam selection pentaradio build/pentaradio.xml: xsl/podcast.xsl # Does not work with $(STYLE) - why? build/pentacast.xml : STYLE=xsl/podcast.xsl -build/pentacast.xml : NOVALID_IGNORE:=true +build/pentacast.xml : NOVALID:=true build/pentacast.xml : VFLAGS_OUT=$(VFLAGS) --schema xsd/rss20.xsd build/pentacast.xml : PFLAGS+=--stringparam selection pentacast build/pentacast.xml: xsl/podcast.xsl # Does not work with $(STYLE) - why? build/pentamusic.xml : STYLE=xsl/podcast.xsl -build/pentamusic.xml : NOVALID_IGNORE:=true +build/pentamusic.xml : NOVALID:=true build/pentamusic.xml : VFLAGS_OUT=$(VFLAGS) --schema xsd/rss20.xsd build/pentamusic.xml : PFLAGS+=--stringparam selection pentamusic build/pentamusic.xml: xsl/podcast.xsl # Does not work with $(STYLE) - why? @@ -137,7 +142,7 @@ $(NEWSFILES): news.xml $(NAVIGATION) $(STYLE) # Calendar $(CALENDAR_SUMMARY) : STYLE=xsl/calendar-summary.xsl -$(CALENDAR_SUMMARY) : NOVALID_IGNORE:=true +$(CALENDAR_SUMMARY) : NOVALID:=true $(CALENDAR_SUMMARY) : VFLAGS_IN=$(VFLAGS) $(CALENDAR_SUMMARY): content/events.xml news.xml $(call xml_process) @@ -154,7 +159,7 @@ build/xcal.xml: $(CALENDAR_SUMMARY) $(STYLE) # iCal build/ical.ics : STYLE=xsl/ical.xsl -build/ical.ics : NOVALID_IGNORE:=true +build/ical.ics : NOVALID:=true build/ical.ics : VFLAGS_IN=$(VFLAGS) build/ical.ics : VFLAGS_OUT=$(VFLAGS) build/ical.ics: $(CALENDAR_SUMMARY) $(STYLE) @@ -162,7 +167,7 @@ build/ical.ics: $(CALENDAR_SUMMARY) $(STYLE) # Remind build/reminders : STYLE=xsl/remind.xsl -build/reminders : NOVALID_IGNORE:=true +build/reminders : NOVALID:=true build/reminders : VFLAGS_IN=$(VFLAGS) build/reminders : VFLAGS_OUT=$(VFLAGS) build/reminders: $(CALENDAR_SUMMARY) $(STYLE) @@ -170,8 +175,8 @@ build/reminders: $(CALENDAR_SUMMARY) $(STYLE) # Playlists build/%.xspf : VFLAGS_OUT=$(VFLAGS) --relaxng xsd/xspf-1_0.5.rng -build/%.m3u : NOVALID_IGNORE:=true -build/%.pls : NOVALID_IGNORE:=true +build/%.m3u : NOVALID:=true +build/%.pls : NOVALID:=true # Pages: build/%.html: content/pages/%.xml $(STYLE) $(NAVIGATION) $(WWW_CCC_DE_UPDATES) $(CALENDAR_SUMMARY) $(DATESTAMP) news.xml @@ -194,14 +199,20 @@ build/datenspuren/%.html: content/datenspuren/%.xml $(DS_STYLE) news.xml $(DS_SC build/datenspuren/schedule.html : content/static/datenspuren/fahrplan/index.de.html build/datenspuren/news-rss.xml : STYLE=xsl/rss.xsl -build/datenspuren/news-rss.xml : NOVALID_IGNORE:=true +build/datenspuren/news-rss.xml : NOVALID:=true build/datenspuren/news-rss.xml : PFLAGS+=--stringparam prefix ds09- build/datenspuren/news-rss.xml : VFLAGS_OUT=$(VFLAGS) --schema xsd/rss20.xsd build/datenspuren/news-atom.xml : STYLE=xsl/atom.xsl -build/datenspuren/news-atom.xml : NOVALID_IGNORE:=true +build/datenspuren/news-atom.xml : NOVALID:=true build/datenspuren/news-atom.xml : PFLAGS+=--stringparam prefix ds09- build/datenspuren/news-atom.xml : VFLAGS_OUT=$(VFLAGS) --relaxng xsd/atom.rng +xhtml5-validate: $(patsubst build/%.html, build/%.html.xhtml5-validate, $(CONTENT)) +build/%.html.xhtml5-validate: build/%.html + ./scripts/validate_xhtml5.sh $< + + + ### Die neuesten Chaosupdates holen ### $(WWW_CCC_DE_UPDATES).orig: $(DATESTAMP) $(RM) $@ diff --git a/content/news/datenspuren2005-audio.xml b/content/news/datenspuren2005-audio.xml index 8d11bf9c5..2cc30ada5 100644 --- a/content/news/datenspuren2005-audio.xml +++ b/content/news/datenspuren2005-audio.xml @@ -7,18 +7,18 @@ Alle Datenspuren Audio-Mitschnitte endlich zum Download. Per ftp über http://ftp.c3d2.de/datenspuren/2005/.

- - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/content/news/datenspuren2006-audio.xml b/content/news/datenspuren2006-audio.xml index 9951762ab..ffa4f7f99 100644 --- a/content/news/datenspuren2006-audio.xml +++ b/content/news/datenspuren2006-audio.xml @@ -17,17 +17,17 @@

- - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/content/news/datenspuren2007-audio-slides.xml b/content/news/datenspuren2007-audio-slides.xml index 8b10716c9..228dfee63 100644 --- a/content/news/datenspuren2007-audio-slides.xml +++ b/content/news/datenspuren2007-audio-slides.xml @@ -12,10 +12,10 @@ - diff --git a/content/news/ds09-pentaradio.xml b/content/news/ds09-pentaradio.xml index 23fe96ad5..9f9b4724c 100644 --- a/content/news/ds09-pentaradio.xml +++ b/content/news/ds09-pentaradio.xml @@ -22,7 +22,7 @@ Viel Spaß! diff --git a/content/news/ds09-radio-frei-interview.xml b/content/news/ds09-radio-frei-interview.xml index 8686cd9b1..e0e6f422c 100644 --- a/content/news/ds09-radio-frei-interview.xml +++ b/content/news/ds09-radio-frei-interview.xml @@ -9,7 +9,7 @@ Radio F.R.E.I. aus Erfurt machen ein Interview mit uns über die Datenspuren 2009. Das ganze läuft am Dienstag, 4.8.09 um ca. 8:20 Uhr auf Radio F.R.E.I., hier zu empfangen per Live-Stream.

diff --git a/content/news/ds10-videomitschnitte-online.xml b/content/news/ds10-videomitschnitte-online.xml new file mode 100644 index 000000000..726b692c2 --- /dev/null +++ b/content/news/ds10-videomitschnitte-online.xml @@ -0,0 +1,76 @@ + + + + + datenspuren.png +

+ Die erste Portion, probehalber. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/content/news/event-clt2005.xml b/content/news/event-clt2005.xml index 89d747b67..61b2ac657 100644 --- a/content/news/event-clt2005.xml +++ b/content/news/event-clt2005.xml @@ -41,6 +41,7 @@
+
Impressions
../images/clt2005/03e3dd91a1.jpg ../images/clt2005/10dfb4e12b.jpg diff --git a/content/news/event-inet-night2.xml b/content/news/event-inet-night2.xml index b6e2787f6..86b04483f 100644 --- a/content/news/event-inet-night2.xml +++ b/content/news/event-inet-night2.xml @@ -48,6 +48,7 @@

+
Impressions
../images/inight2/039004608b.jpg ../images/inight2/040ae5cac2.jpg diff --git a/content/news/event-landtagskandidatencheck.xml b/content/news/event-landtagskandidatencheck.xml index 0c32f6fc0..fe7fed1bb 100644 --- a/content/news/event-landtagskandidatencheck.xml +++ b/content/news/event-landtagskandidatencheck.xml @@ -74,77 +74,77 @@ Das Video ist über Torrent downloadbar: diff --git a/content/news/pentacast-1-jabber.xml b/content/news/pentacast-1-jabber.xml index 23f407cb2..fd0f6a05a 100644 --- a/content/news/pentacast-1-jabber.xml +++ b/content/news/pentacast-1-jabber.xml @@ -156,7 +156,7 @@ diff --git a/content/news/pentacast-2-ip.xml b/content/news/pentacast-2-ip.xml index 2061ce45d..324f09210 100644 --- a/content/news/pentacast-2-ip.xml +++ b/content/news/pentacast-2-ip.xml @@ -136,7 +136,7 @@ diff --git a/content/news/pentacast-21-responsible-drug-usage.xml b/content/news/pentacast-21-responsible-drug-usage.xml index ca623b7d3..fc671eb46 100644 --- a/content/news/pentacast-21-responsible-drug-usage.xml +++ b/content/news/pentacast-21-responsible-drug-usage.xml @@ -25,7 +25,7 @@

    -
  • Speaker
  • +
  • WP: Drugs
  • WP: Alcohol
  • WP: MDMA
  • @@ -56,7 +56,7 @@
diff --git a/content/news/pentacast-3-osm.xml b/content/news/pentacast-3-osm.xml index af6165674..b50d268ac 100644 --- a/content/news/pentacast-3-osm.xml +++ b/content/news/pentacast-3-osm.xml @@ -82,7 +82,7 @@ Teilnehmende: koeart, kolossos, christoph und constantin. diff --git a/content/news/pentamusic-0x002.xml b/content/news/pentamusic-0x002.xml index 8dda1f024..ee473ce5d 100644 --- a/content/news/pentamusic-0x002.xml +++ b/content/news/pentamusic-0x002.xml @@ -65,7 +65,7 @@ Links zur Sendung diff --git a/content/news/pentamusic-0x003.xml b/content/news/pentamusic-0x003.xml index 0fa83b3e5..af43bc4d8 100644 --- a/content/news/pentamusic-0x003.xml +++ b/content/news/pentamusic-0x003.xml @@ -49,7 +49,7 @@ Links zur Sendung: diff --git a/content/news/pentamusic-20100608.xml b/content/news/pentamusic-20100608.xml index f5b8e2ba4..15dc787b6 100644 --- a/content/news/pentamusic-20100608.xml +++ b/content/news/pentamusic-20100608.xml @@ -56,7 +56,7 @@ Links zur Sendung: diff --git a/content/news/pentamusic-20100621.xml b/content/news/pentamusic-20100621.xml index d0764cfad..a1361ba5a 100644 --- a/content/news/pentamusic-20100621.xml +++ b/content/news/pentamusic-20100621.xml @@ -51,7 +51,7 @@ diff --git a/content/news/pentamusic-20100713.xml b/content/news/pentamusic-20100713.xml index b82dd5537..25e90abb1 100644 --- a/content/news/pentamusic-20100713.xml +++ b/content/news/pentamusic-20100713.xml @@ -56,7 +56,7 @@ pentaMusic Radio Show: Live, direkt, ungeschnitten: Heute Abend, 13. Juli, 21:30 diff --git a/content/news/pentamusic-20100726.xml b/content/news/pentamusic-20100726.xml index 6481fe4f5..33464dea0 100644 --- a/content/news/pentamusic-20100726.xml +++ b/content/news/pentamusic-20100726.xml @@ -56,7 +56,7 @@ diff --git a/content/news/pentamusic-20100810.xml b/content/news/pentamusic-20100810.xml index 140539fc5..0fa61f122 100644 --- a/content/news/pentamusic-20100810.xml +++ b/content/news/pentamusic-20100810.xml @@ -47,7 +47,7 @@ Für Song-der-Sendung Vorschläge meldet euch bei: pentamusic at c3d2 punkt de. diff --git a/content/news/pentamusic-20100914.xml b/content/news/pentamusic-20100914.xml index ab1126c0b..cfe3768c5 100644 --- a/content/news/pentamusic-20100914.xml +++ b/content/news/pentamusic-20100914.xml @@ -56,7 +56,7 @@ Für Song-der-Sendung Vorschläge meldet euch bei: pentamusic at c3d2 punkt de. diff --git a/content/news/pentamusic-20101012.xml b/content/news/pentamusic-20101012.xml index f590a10be..444a6f97f 100644 --- a/content/news/pentamusic-20101012.xml +++ b/content/news/pentamusic-20101012.xml @@ -43,7 +43,7 @@ Für Song-der-Sendung Vorschläge meldet euch bei: pentamusic at c3d2 punkt de. diff --git a/content/news/pentamusic-20101025.xml b/content/news/pentamusic-20101025.xml index ab46ccff7..567f03bfb 100644 --- a/content/news/pentamusic-20101025.xml +++ b/content/news/pentamusic-20101025.xml @@ -15,7 +15,7 @@ Mitmachen könnt ihr wie immer indem ihr in unseren Chat kommt oder per Anruf (0351 32054711) oder per Skype (pentaradio24).

diff --git a/content/news/pentamusic-20101109.xml b/content/news/pentamusic-20101109.xml index 7a7cd8909..34e20cb83 100644 --- a/content/news/pentamusic-20101109.xml +++ b/content/news/pentamusic-20101109.xml @@ -68,7 +68,7 @@ Für Song-der-Sendung Vorschläge meldet euch bei: pentamusic at c3d2 punkt de. diff --git a/content/news/pentaradio24-20060608-mitschnitt.xml b/content/news/pentaradio24-20060608-mitschnitt.xml index daf403de6..d4b711ef8 100644 --- a/content/news/pentaradio24-20060608-mitschnitt.xml +++ b/content/news/pentaradio24-20060608-mitschnitt.xml @@ -6,7 +6,7 @@

Der Mitschnitt vom gestrigen RadioAbschalten!, produced by pentaradio24-studios, findet sich jetzt online. Viel Spass beim Zuhören und ab August gibt es uns dann vorraussichtlich monatlich drei Stunden.

- + diff --git a/content/news/pentaradio24-20070313.xml b/content/news/pentaradio24-20070313.xml index 66fc4c5c7..8ccdbc221 100644 --- a/content/news/pentaradio24-20070313.xml +++ b/content/news/pentaradio24-20070313.xml @@ -6,7 +6,7 @@

Heute abend, am 13. März, gibts auf der Frequenz von Coloradio wieder Pentaradio24, dieses Mal mit dem Thema "Anonym durchs Internet".

- + diff --git a/content/news/pentaradio24-20070403.xml b/content/news/pentaradio24-20070403.xml index c7c22a520..a7a92d9bb 100644 --- a/content/news/pentaradio24-20070403.xml +++ b/content/news/pentaradio24-20070403.xml @@ -6,7 +6,7 @@

Heute gibts wieder Pentaradio auf Coloradio. Thema: Datenspuren 2007!

- + diff --git a/content/news/pentaradio24-20070522.xml b/content/news/pentaradio24-20070522.xml index 6825ac365..d442b4c8b 100644 --- a/content/news/pentaradio24-20070522.xml +++ b/content/news/pentaradio24-20070522.xml @@ -9,7 +9,7 @@ reden wir über das Thema Advocacy.

diff --git a/content/news/pentaradio24-20070626.xml b/content/news/pentaradio24-20070626.xml index 730fd95d9..e2ab32581 100644 --- a/content/news/pentaradio24-20070626.xml +++ b/content/news/pentaradio24-20070626.xml @@ -13,7 +13,7 @@ Wir wünschen uns viele Live-Zuhörer (per Stream & UKW) und noch mehr Mitmacher (via SILC und Telefon).

diff --git a/content/news/pentaradio24-20070724.xml b/content/news/pentaradio24-20070724.xml index 583af23ab..8e1e862a8 100644 --- a/content/news/pentaradio24-20070724.xml +++ b/content/news/pentaradio24-20070724.xml @@ -11,7 +11,7 @@ Fokus auf der Wikipedia.

diff --git a/content/news/pentaradio24-20070828.xml b/content/news/pentaradio24-20070828.xml index dbc2c349b..1be3fb0ae 100644 --- a/content/news/pentaradio24-20070828.xml +++ b/content/news/pentaradio24-20070828.xml @@ -12,7 +12,7 @@ (Stream).

diff --git a/content/news/pentaradio24-20070925.xml b/content/news/pentaradio24-20070925.xml index 48f63f3fc..62b833d8b 100644 --- a/content/news/pentaradio24-20070925.xml +++ b/content/news/pentaradio24-20070925.xml @@ -18,7 +18,7 @@

diff --git a/content/news/pentaradio24-20071023.xml b/content/news/pentaradio24-20071023.xml index 9c1be3d14..7d41752a9 100644 --- a/content/news/pentaradio24-20071023.xml +++ b/content/news/pentaradio24-20071023.xml @@ -14,7 +14,7 @@

diff --git a/content/news/pentaradio24-20071127.xml b/content/news/pentaradio24-20071127.xml index 411340a1c..4a9aa4b20 100644 --- a/content/news/pentaradio24-20071127.xml +++ b/content/news/pentaradio24-20071127.xml @@ -21,7 +21,7 @@

diff --git a/content/news/pentaradio24-20071225.xml b/content/news/pentaradio24-20071225.xml index 3c527b182..da1454274 100644 --- a/content/news/pentaradio24-20071225.xml +++ b/content/news/pentaradio24-20071225.xml @@ -19,7 +19,7 @@

diff --git a/content/news/pentaradio24-20080226.xml b/content/news/pentaradio24-20080226.xml index ef12a3247..56e329b04 100644 --- a/content/news/pentaradio24-20080226.xml +++ b/content/news/pentaradio24-20080226.xml @@ -19,7 +19,7 @@

diff --git a/content/news/pentaradio24-20080325.xml b/content/news/pentaradio24-20080325.xml index 8b2b84478..d36fae06f 100644 --- a/content/news/pentaradio24-20080325.xml +++ b/content/news/pentaradio24-20080325.xml @@ -20,7 +20,7 @@

diff --git a/content/news/pentaradio24-20080422.xml b/content/news/pentaradio24-20080422.xml index fa9f064f6..98aec87bd 100644 --- a/content/news/pentaradio24-20080422.xml +++ b/content/news/pentaradio24-20080422.xml @@ -23,7 +23,7 @@

diff --git a/content/news/pentaradio24-20080527.xml b/content/news/pentaradio24-20080527.xml index 95fbd134e..b86392aab 100644 --- a/content/news/pentaradio24-20080527.xml +++ b/content/news/pentaradio24-20080527.xml @@ -17,7 +17,7 @@

diff --git a/content/news/pentaradio24-20080624.xml b/content/news/pentaradio24-20080624.xml index a1890afc9..51bd25c03 100644 --- a/content/news/pentaradio24-20080624.xml +++ b/content/news/pentaradio24-20080624.xml @@ -19,7 +19,7 @@

diff --git a/content/news/pentaradio24-20080722.xml b/content/news/pentaradio24-20080722.xml index 69a079826..eb8ae64d4 100644 --- a/content/news/pentaradio24-20080722.xml +++ b/content/news/pentaradio24-20080722.xml @@ -20,7 +20,7 @@

diff --git a/content/news/pentaradio24-20080826.xml b/content/news/pentaradio24-20080826.xml index e41a9e75d..7f2c45fe2 100644 --- a/content/news/pentaradio24-20080826.xml +++ b/content/news/pentaradio24-20080826.xml @@ -27,7 +27,7 @@

diff --git a/content/news/pentaradio24-20080923.xml b/content/news/pentaradio24-20080923.xml index c9508aaca..78281bc9d 100644 --- a/content/news/pentaradio24-20080923.xml +++ b/content/news/pentaradio24-20080923.xml @@ -23,7 +23,7 @@ diff --git a/content/news/pentaradio24-20081028.xml b/content/news/pentaradio24-20081028.xml index e6a704b52..585326c60 100644 --- a/content/news/pentaradio24-20081028.xml +++ b/content/news/pentaradio24-20081028.xml @@ -27,7 +27,7 @@ Vortrag über diff --git a/content/news/pentaradio24-20081125.xml b/content/news/pentaradio24-20081125.xml index 1ed14b7b9..b47c2d8d1 100644 --- a/content/news/pentaradio24-20081125.xml +++ b/content/news/pentaradio24-20081125.xml @@ -28,7 +28,7 @@ diff --git a/content/news/pentaradio24-20081223.xml b/content/news/pentaradio24-20081223.xml index 4f4bf8f98..9c11f7d00 100644 --- a/content/news/pentaradio24-20081223.xml +++ b/content/news/pentaradio24-20081223.xml @@ -18,7 +18,7 @@

diff --git a/content/news/pentaradio24-20090127.xml b/content/news/pentaradio24-20090127.xml index aac1bd585..7b494ab22 100644 --- a/content/news/pentaradio24-20090127.xml +++ b/content/news/pentaradio24-20090127.xml @@ -28,7 +28,7 @@

diff --git a/content/news/pentaradio24-20090224.xml b/content/news/pentaradio24-20090224.xml index 92d9cf081..73838a816 100644 --- a/content/news/pentaradio24-20090224.xml +++ b/content/news/pentaradio24-20090224.xml @@ -27,7 +27,7 @@

diff --git a/content/news/pentaradio24-20090324.xml b/content/news/pentaradio24-20090324.xml index 5a1eea59b..70457eb43 100644 --- a/content/news/pentaradio24-20090324.xml +++ b/content/news/pentaradio24-20090324.xml @@ -22,7 +22,7 @@ schicken, oder ruft einfach in der Sendung an: 0351/32 05 47 11 oder skypt mit "coloradio"

diff --git a/content/news/pentaradio24-20090428.xml b/content/news/pentaradio24-20090428.xml index 57c65b381..b6d41fc42 100644 --- a/content/news/pentaradio24-20090428.xml +++ b/content/news/pentaradio24-20090428.xml @@ -28,7 +28,7 @@

diff --git a/content/news/pentaradio24-20090526.xml b/content/news/pentaradio24-20090526.xml index 90378f59d..8ce7d8951 100644 --- a/content/news/pentaradio24-20090526.xml +++ b/content/news/pentaradio24-20090526.xml @@ -22,7 +22,7 @@ We also have something to announce: The Die Sendung wurde aus Zeitgründen Montag voraufgezeichnet; aus Kommunikationsgründen natürlich auf Englisch.

diff --git a/content/news/pentaradio24-20090623.xml b/content/news/pentaradio24-20090623.xml index 1e092ba2c..b5f11a466 100644 --- a/content/news/pentaradio24-20090623.xml +++ b/content/news/pentaradio24-20090623.xml @@ -35,7 +35,7 @@ ThePirateBay dahin.

diff --git a/content/news/pentaradio24-20090728.xml b/content/news/pentaradio24-20090728.xml index 1c28b0082..5cbf2c78b 100644 --- a/content/news/pentaradio24-20090728.xml +++ b/content/news/pentaradio24-20090728.xml @@ -29,7 +29,7 @@ Links zum Thema: diff --git a/content/news/pentaradio24-20090825.xml b/content/news/pentaradio24-20090825.xml index 837275b2b..75ac073ff 100644 --- a/content/news/pentaradio24-20090825.xml +++ b/content/news/pentaradio24-20090825.xml @@ -15,7 +15,7 @@ Mitmachen könnt Ihr via 0351/32054711, Chat oder S Den Livestream gibts hier

diff --git a/content/news/pentaradio24-20090922.xml b/content/news/pentaradio24-20090922.xml index 9e07ada45..6187e1bff 100644 --- a/content/news/pentaradio24-20090922.xml +++ b/content/news/pentaradio24-20090922.xml @@ -20,7 +20,7 @@ Viel Spaß! #ds09 #datenspuren09 diff --git a/content/news/pentaradio24-20091027.xml b/content/news/pentaradio24-20091027.xml index 166ec1863..5693abd83 100644 --- a/content/news/pentaradio24-20091027.xml +++ b/content/news/pentaradio24-20091027.xml @@ -30,7 +30,7 @@ Viel Spaß! #pentarad

diff --git a/content/news/pentaradio24-20091124.xml b/content/news/pentaradio24-20091124.xml index b4cae4346..af01d65a4 100644 --- a/content/news/pentaradio24-20091124.xml +++ b/content/news/pentaradio24-20091124.xml @@ -24,7 +24,7 @@ Viel Spaß! #pentarad

diff --git a/content/news/pentaradio24-20091222.xml b/content/news/pentaradio24-20091222.xml index c0455afbe..ceb2a9b81 100644 --- a/content/news/pentaradio24-20091222.xml +++ b/content/news/pentaradio24-20091222.xml @@ -12,7 +12,7 @@ zusammenfassenden Rückblick auf drei Jahre Pentaradio.

diff --git a/content/news/pentaradio24-20100126.xml b/content/news/pentaradio24-20100126.xml index 04b1f98ba..6f2ce3f3d 100644 --- a/content/news/pentaradio24-20100126.xml +++ b/content/news/pentaradio24-20100126.xml @@ -45,7 +45,7 @@ Viel Spaß! #pentarad wir bitten um [http://http://twitter.com/pentaradio Feedback

diff --git a/content/news/pentaradio24-20100223.xml b/content/news/pentaradio24-20100223.xml index c7fefb40a..04553573d 100644 --- a/content/news/pentaradio24-20100223.xml +++ b/content/news/pentaradio24-20100223.xml @@ -30,7 +30,7 @@ Viel Spaß! #pentarad wir bitten um Feedback

diff --git a/content/news/pentaradio24-20100323.xml b/content/news/pentaradio24-20100323.xml index 7abccbda7..f13faf7d7 100644 --- a/content/news/pentaradio24-20100323.xml +++ b/content/news/pentaradio24-20100323.xml @@ -39,7 +39,7 @@ Viel Spaß! #pentarad

diff --git a/content/news/pentaradio24-20100427.xml b/content/news/pentaradio24-20100427.xml index a72d2dc14..89195add1 100644 --- a/content/news/pentaradio24-20100427.xml +++ b/content/news/pentaradio24-20100427.xml @@ -23,19 +23,19 @@

diff --git a/content/news/pentaradio24-20100525.xml b/content/news/pentaradio24-20100525.xml index 00926f7e3..aa010387e 100644 --- a/content/news/pentaradio24-20100525.xml +++ b/content/news/pentaradio24-20100525.xml @@ -44,7 +44,7 @@ diff --git a/content/news/pentaradio24-20100622.xml b/content/news/pentaradio24-20100622.xml index 5760858bc..9126c0dd6 100644 --- a/content/news/pentaradio24-20100622.xml +++ b/content/news/pentaradio24-20100622.xml @@ -42,7 +42,7 @@ diff --git a/content/news/pentaradio24-20100727.xml b/content/news/pentaradio24-20100727.xml index 2c7492503..f09df50f4 100644 --- a/content/news/pentaradio24-20100727.xml +++ b/content/news/pentaradio24-20100727.xml @@ -66,7 +66,7 @@ diff --git a/content/news/pentaradio24-20100824.xml b/content/news/pentaradio24-20100824.xml index 1709a7f8d..dfaab2746 100644 --- a/content/news/pentaradio24-20100824.xml +++ b/content/news/pentaradio24-20100824.xml @@ -33,7 +33,7 @@

diff --git a/content/news/pentaradio24-20100928.xml b/content/news/pentaradio24-20100928.xml index 7f46e8879..a1c02948f 100644 --- a/content/news/pentaradio24-20100928.xml +++ b/content/news/pentaradio24-20100928.xml @@ -33,7 +33,7 @@

--> diff --git a/content/news/pentaradio24-20101026.xml b/content/news/pentaradio24-20101026.xml index 708534aa1..326a52906 100644 --- a/content/news/pentaradio24-20101026.xml +++ b/content/news/pentaradio24-20101026.xml @@ -18,7 +18,7 @@ Wir bringen etwas Licht in den Jungle der Java Versionen und Technologien, zu hören wie immer 21:30 bis 23:00 Uhr auf coloRadio (Stream).

diff --git a/content/news/pentaradio24-magazin-20080129.xml b/content/news/pentaradio24-magazin-20080129.xml index aa5ccc6ae..b429e9254 100644 --- a/content/news/pentaradio24-magazin-20080129.xml +++ b/content/news/pentaradio24-magazin-20080129.xml @@ -34,7 +34,7 @@ diff --git a/content/news/pentaradio24-magazin-20080212.xml b/content/news/pentaradio24-magazin-20080212.xml index 0a8923304..82ba87ad5 100644 --- a/content/news/pentaradio24-magazin-20080212.xml +++ b/content/news/pentaradio24-magazin-20080212.xml @@ -21,7 +21,7 @@ diff --git a/content/news/ta-amd64.xml b/content/news/ta-amd64.xml index 34d40e0b4..18eea2e32 100644 --- a/content/news/ta-amd64.xml +++ b/content/news/ta-amd64.xml @@ -56,7 +56,7 @@ type="application/pdf" url="http://ftp.c3d2.de/ta/x86-64/64bitLinux.pdf"/> @@ -60,7 +60,7 @@ type="application/pdf" url="media/ta-virtualisierung/Virtualization_CCC.pdf"/> + + + + + + + + + / + + + + + + + + + + + + + + diff --git a/xsl/datenspuren/xhtml.xsl b/xsl/datenspuren/xhtml5.xsl similarity index 97% rename from xsl/datenspuren/xhtml.xsl rename to xsl/datenspuren/xhtml5.xsl index 748eb9517..b476205d3 100644 --- a/xsl/datenspuren/xhtml.xsl +++ b/xsl/datenspuren/xhtml5.xsl @@ -10,12 +10,12 @@ + <!DOCTYPE html> + @@ -65,7 +65,7 @@ - +
@@ -142,7 +142,7 @@ - + diff --git a/xsl/footer.xsl b/xsl/footer.xsl index 52eaa07bc..b08867c4e 100644 --- a/xsl/footer.xsl +++ b/xsl/footer.xsl @@ -7,44 +7,54 @@ xmlns:date="http://exslt.org/dates-and-times" exclude-result-prefixes="xsl rss rdf"> -
    -
  • Impressum
  • -
  • - +
    + - Creative Commons License + ### Footer ### - - Creative Commons License - - - - <rdf:RDF xmlns="http://web.resource.org/cc/" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - <Work rdf:about=""> +
      +
    • Impressum
    • +
    • + + + Creative Commons License + + + Creative Commons License + + + + <rdf:RDF xmlns="http://web.resource.org/cc/" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <Work rdf:about=""> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Interactive" /> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/de/" /> - </Work> + </Work> - <License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/de/"> + <License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/de/"> <permits rdf:resource="http://web.resource.org/cc/Reproduction" /> <permits rdf:resource="http://web.resource.org/cc/Distribution" /> <requires rdf:resource="http://web.resource.org/cc/Notice" /> <requires rdf:resource="http://web.resource.org/cc/Attribution" /> <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> <requires rdf:resource="http://web.resource.org/cc/ShareAlike" /> - </License> - </rdf:RDF> - - -
    • -
    • - - Valid XHTML 1.0 Strict - -
    • -
    + </License> + </rdf:RDF> +
    +
    +
  • +
  • + + Valid XHTML 1.0 Strict + +
  • +
+ + +
diff --git a/xsl/header.xsl b/xsl/header.xsl index cd0208037..124df212d 100644 --- a/xsl/header.xsl +++ b/xsl/header.xsl @@ -16,7 +16,7 @@
- + @@ -37,18 +37,37 @@ + [if lt IE 9]> + <script src="script/ie-html5.js" type="text/javascript"></script> + <![endif] - + + + - - + + + + + + + + + + + + + + + + + + diff --git a/xsl/xhtml.xsl b/xsl/xhtml5.xsl similarity index 70% rename from xsl/xhtml.xsl rename to xsl/xhtml5.xsl index edd1f1abd..a636defbf 100644 --- a/xsl/xhtml.xsl +++ b/xsl/xhtml5.xsl @@ -12,13 +12,14 @@ + <!DOCTYPE html> + + @@ -79,30 +80,42 @@
- - - ### Navigation ### - - + + + + + + ### News ### + + + @@ -111,15 +124,17 @@ - + + + -
+
vevent @@ -144,35 +159,13 @@ yes -
- - - - ### News ### - - - - - + +
- - - - ### Footer ### - - - @@ -187,7 +180,7 @@ Veranstaltungen im iCal-, XCal- und remind-Format abrufbar. - Alle News gibts im Archiv. + Alle News gibts im Archiv.

@@ -199,40 +192,42 @@ -
+
@@ -246,9 +241,11 @@ @ - - - +
@@ -276,14 +273,20 @@ - - - - - - - - + + + + + + + + + + + + + + @@ -384,8 +387,21 @@ -
  • - + +
  • + + + + + + + + + + + + + @@ -398,19 +414,6 @@ , ) - - - -
    - - - - - -