From 835cdaf3877ea72221eb4cae991305e514c68b73 Mon Sep 17 00:00:00 2001 From: astro Date: Mon, 10 Mar 2008 20:36:49 +0000 Subject: [PATCH] =?UTF-8?q?Kalenderexport=20f=C3=BCr=20remind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1105 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- Makefile | 10 +++++- xsl/remind.xsl | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 xsl/remind.xsl diff --git a/Makefile b/Makefile index 2d7d6d6e6..a6e50a5db 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ PAGES:=$(patsubst content/pages/%.xml, build/%.html, $(wildcard content/pages/*. NEWS_PAGES:=$(patsubst content/news/%.xml, build/news/%.html, $(wildcard content/news/*.xml)) # News-Index und Feeds: NEWSFILES:=build/news.html build/news-rss.xml build/news-atom.xml build/podcast.xml \ - build/ical.ics build/xcal.xml + build/ical.ics build/xcal.xml build/reminders # Datenspuren-Seiten: DS_PAGES:=$(patsubst content/datenspuren/%.xml, build/datenspuren/%.html, $(wildcard content/datenspuren/*.xml)) build/datenspuren/schedule.html # Suchseiten-Template @@ -133,6 +133,14 @@ build/ical.ics : VFLAGS_OUT=--noout build/ical.ics: $(CALENDAR_SUMMARY) $(STYLE) $(call xml_process) +# Remind +build/reminders : STYLE=xsl/remind.xsl +build/reminders : NOVALID_IGNORE:=true +build/reminders : VFLAGS_IN=--noout +build/reminders : VFLAGS_OUT=--noout +build/reminders: $(CALENDAR_SUMMARY) $(STYLE) + $(call xml_process) + # Pages: build/%.html: content/pages/%.xml $(STYLE) $(NAVIGATION) $(WWW_CCC_DE_UPDATES) $(CALENDAR_SUMMARY) $(DATESTAMP) news.xml $(call xml_process) diff --git a/xsl/remind.xsl b/xsl/remind.xsl new file mode 100644 index 000000000..68b1d7a24 --- /dev/null +++ b/xsl/remind.xsl @@ -0,0 +1,88 @@ + + + + + + + + https://www.c3d2.de/ + + + + + + + + + + REM + + + MSG + + , + + + + + + + + + + + + + + + + + + + + + + DURATION + + : + + + + + + + + + + + + + + + AT + + : + + + + + + + + + + + + + + + + + + +