Remove feature to feed event entries from the wiki
the build was successful

This feature is not used and not desired any more.
This commit is contained in:
2018-03-12 12:57:18 +01:00
parent 65d96c7556
commit feda55bd08
4 changed files with 0 additions and 19 deletions
-2
View File
@@ -7,5 +7,3 @@ d_month.en.xml
d_year.en.xml
localmenuinfo.en.xml
about/printable/archive/printable.en.xml
events/generated_xml/wikievents.en.xml
events/generated_xml/wikievents.en.xml.cache
-16
View File
@@ -1,16 +0,0 @@
.PHONY: all .FORCE
.FORCE:
all:
# -----------------------------------------------------------------------------
# Fetch event calendar from Wiki
# -----------------------------------------------------------------------------
generated_xml/wikievents.en.xml: .FORCE
wget --user-agent="" -qO- "https://wiki.fsfe.org/Events/Published?action=refresh" \
| xsltproc --html ../tools/wikicalendars.xsl - 2>&- \
| xmllint --format - > /tmp/wikievents.cache
diff -q -N /tmp/wikievents.cache $@ || mv /tmp/wikievents.cache $@
rm -f /tmp/wikievents.cache
all: generated_xml/wikievents.en.xml
-1
View File
@@ -1,4 +1,3 @@
events/*/event:[]
events/*/*/event:[]
events/generated_xml/*:[]
d_day:[]
View File