From dcc15dfb13a1e1a2594859efe1e010b353f0c470 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 24 Sep 2017 19:23:48 +0200 Subject: [PATCH] create a proper content/pages/calendar --- Makefile | 10 ++++------ content/pages/calendar.xml | 21 +++++++++++++++++++++ xsl/calendar.xsl | 18 ++++-------------- 3 files changed, 29 insertions(+), 20 deletions(-) create mode 100644 content/pages/calendar.xml diff --git a/Makefile b/Makefile index 2aa4be814..df0613a45 100644 --- a/Makefile +++ b/Makefile @@ -196,11 +196,6 @@ $(CALENDAR_SUMMARY) : VFLAGS_IN=$(VFLAGS) $(CALENDAR_SUMMARY): content/events.xml news.xml $(call xml_process) -build/calendar.html : VFLAGS_IN=$(VFLAGS) -#build/calendar.html: $(CALENDAR_SUMMARY) $(STYLE) $(NAVIGATION) $(WWW_CCC_DE_UPDATES) $(DATESTAMP) $(ALL_XSLS) -build/calendar.html: $(CALENDAR_SUMMARY) $(STYLE) $(NAVIGATION) $(DATESTAMP) $(ALL_XSLS) - $(call xml_process) - # XCal build/xcal.xml : STYLE=xsl/xcal.xsl build/xcal.xml : VFLAGS_IN=$(VFLAGS) @@ -259,13 +254,16 @@ portal/items-sorted.xml: portal/items.xml $(STYLE) $(call xml_process) build/portal.html : NOINPUTVALID:=true -build/portal.html: portal/items-sorted.xml $(STYLE) $(CALENDAR_SUMMARY) +build/portal.html: portal/items-sorted.xml $(CALENDAR_SUMMARY) $(STYLE) $(CALENDAR_SUMMARY) $(call xml_process) # Pages: build/%.html: content/pages/%.xml $(STYLE) $(NAVIGATION) $(DATESTAMP) news.xml $(call xml_process) +build/calendar.html: content/pages/calendar.xml $(STYLE) $(NAVIGATION) $(DATESTAMP) $(CALENDAR_SUMMARY) + $(call xml_process) + # News: build/news/%.html : BASEURL="../" build/news/%.html: content/news/%.xml $(STYLE) $(NAVIGATION) $(DATESTAMP) diff --git a/content/pages/calendar.xml b/content/pages/calendar.xml new file mode 100644 index 000000000..f752ac5f1 --- /dev/null +++ b/content/pages/calendar.xml @@ -0,0 +1,21 @@ + + + + + + + +

+ Der Kalender ist auch im iCal-, + XCal- und remind-Format verfügbar. + Andere Kalender aus dem Umfeld: +

+
    +
  • Interessante IT-Events bei Hicknhack Software
  • +
  • CCC Events Blog
  • +
  • FLOSS Events Calendar
  • +
  • GriCal - open events platform
  • +
  • IT Events in Dresden
  • +
+
diff --git a/xsl/calendar.xsl b/xsl/calendar.xsl index 27c16db68..0f5cfc766 100644 --- a/xsl/calendar.xsl +++ b/xsl/calendar.xsl @@ -9,6 +9,10 @@ + + + + @@ -31,20 +35,6 @@
- -

- Der Kalender ist auch im iCal-, - XCal- und remind-Format verfügbar. - Andere Kalender aus dem Umfeld: -

-