diff --git a/content/static/datenspuren/2014/Makefile b/content/static/datenspuren/2014/Makefile index 2db2dd58d..062e49423 100644 --- a/content/static/datenspuren/2014/Makefile +++ b/content/static/datenspuren/2014/Makefile @@ -17,8 +17,12 @@ D := $(foreach e,$(E),$(subst $(e),,$(subst tpl/,,$(wildcard tpl/*.html)))) # list of files to build including foreign langs L = $(D) $(E) +# function for counting chars +countchars := $() + .PHONY: all all: $(L) + @echo "built all html targets \t\t\t[DONE]" install: all @echo "Nothing to install, built the site with 'make all' \ @@ -28,12 +32,12 @@ install: all #eng: $(E) -$(D): % : tpl/% tpl/$(HD) tpl/$(ND) tpl/$(FD) +$(D): %:tpl/% tpl/$(HD) tpl/$(ND) tpl/$(FD) @echo -n "Target: $(subst tpl/,,$<) \t\t\t" @cat tpl/$(HD) tpl/$(ND) $< tpl/$(FD) > $@ @echo "[DONE]" -$(E): % : tpl/% tpl/$(HE) tpl/$(NE) tpl/$(FE) +$(E): %:tpl/% tpl/$(HE) tpl/$(NE) tpl/$(FE) @echo -n "Target: $(subst tpl/,,$<) \t\t\t" @cat tpl/$(HE) tpl/$(NE) $< tpl/$(FE) > $@ @echo "[DONE]" @@ -41,12 +45,14 @@ $(E): % : tpl/% tpl/$(HE) tpl/$(NE) tpl/$(FE) print: $(L) @echo "Target 'all' checks for: $?" +# paths for deleting tmp files +P = $(V) . # clean target +#.PHONY: clean clean: - @echo "Deleting tmp files (*.html and tpm as of vim)" - @echo "ignore errors due to missing files ..." - @rm *.html ||: - @find ./ -name *.un~ -type f | xargs rm ||: + $(foreach i,$(wildcard *.html),$(shell rm $(i) )) + $(foreach i,$(foreach dir,$(P),$(wildcard $(dir)/.*.un~)),$(shell rm $(i) )) + help: @echo Makefile for Datenspuren 2014 in c3d2-web diff --git a/content/static/datenspuren/2014/liesmich.md b/content/static/datenspuren/2014/liesmich.md index 18f89a839..bef5a9fe6 100644 --- a/content/static/datenspuren/2014/liesmich.md +++ b/content/static/datenspuren/2014/liesmich.md @@ -38,9 +38,9 @@ Dazu folgendes Schema für die ID und die Dateinamen der Vortragsbeschreibungen: ### Speaker: -* Quer-Verlinkung in Fahrplan beachten +* Quer-Verlinkung in Programm beachten * Kontaktdaten überprüfen, z.B. PGP-Schlüssel bereitstellen falls gewünscht -* Personenbezogene Daten schohnen - wenn nicht explizit anders gewünscht +* Personenbezogene Daten schohnen * Vortragsfolien-Verlinkung (ggf. auskommentiert) vorbereiten ### Dokumente / Dateien @@ -48,7 +48,12 @@ Dazu folgendes Schema für die ID und die Dateinamen der Vortragsbeschreibungen: * Benennung der Dateien wie die Beschreibungstexte der Vorträge beginnen * Freie Formate erzwingen, im Zweifel vor Veröffentlichung konvertieren * Lizenzen (im Verzeichnis *docs*) verlinken und benennen sofern von den Urhebern genannt, +<<<<<<< HEAD * Standard: - CC-BY-SA für Videos / Vorträge / Doku / Kunst - GPL-V3 bei Code +======= + * Standard: CC-BY-SA für Vorträge / Doku / Kunst, GPL-V3 bei Code +>>>>>>> parent of f3330a4... docu * Dokumente von externe Links ggf. spiegeln + diff --git a/content/static/datenspuren/2014/portal.html b/content/static/datenspuren/2014/portal.html index e4c637903..e29851bc5 100644 --- a/content/static/datenspuren/2014/portal.html +++ b/content/static/datenspuren/2014/portal.html @@ -1,30 +1,30 @@ - - - Datenspuren 2014 - überwacht und zugenäht, reboot the nets - 11. Symposium Datenspuren - - - - - - - - - - - - - -
- - + + + Datenspuren 2014 - überwacht und zugenäht, reboot the nets - 11. Symposium Datenspuren + + + + + + + + + + + + + +
+ + Datenspuren 2014 - überwacht und zugenäht, reboot the nets - 11. Symposium Datenspuren diff --git a/content/static/datenspuren/2014/tpl/portal.html b/content/static/datenspuren/2014/tpl/portal.html index 7237c7b37..a3f7f0ade 100644 --- a/content/static/datenspuren/2014/tpl/portal.html +++ b/content/static/datenspuren/2014/tpl/portal.html @@ -1,4 +1,4 @@ - + Datenspuren 2014 - überwacht und zugenäht, reboot the nets - 11. Symposium Datenspuren