Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
François Revol
Infobeamer Templates
Commits
67447d8c
Commit
67447d8c
authored
Dec 27, 2019
by
François Revol
Browse files
Add 36C3 Teahouse template
parent
122e28a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
36C3/teahouse/36C3_ad_TeaHouse.svg
0 → 100644
View file @
67447d8c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
36C3/teahouse/Makefile
0 → 100644
View file @
67447d8c
# event edition
C3
:=
36
# base name
TARGET_BASE
:=
$(C3)
C3_ad_TeaHouse
# background color
BGCOL
:=
3b68b0
# TeaHouse Assembly URL
TH_URL
:=
https://36c3.c3nav.de/l/teahouse/@1,186.59,354.31,5
#XXX: inkscape cannot link to external SVG, nor move objects by command line :-(
#QRIMG := qr_teahouse.svg
QRIMG
:=
qr_teahouse.png
all
:
$(TARGET_BASE).png $(TARGET_BASE).jpg
#XXX: inkscape cannot link to external SVG, nor move objects by command line :-(
# qrencode --foreground $(BGCOL) --background ffffff00 -t SVG -o $@ "$(TH_URL)"
# Makefile dependency forces regeneration if URL changes
$(QRIMG)
:
Makefile
qrencode
--foreground
$(BGCOL)
--background
ffffff00
-t
PNG
-s
10
-o
$@
"
$(TH_URL)
"
$(TARGET_BASE).png
:
$(TARGET_BASE).svg $(QRIMG)
inkscape
$<
--export-png
$@
$(TARGET_BASE).jpg
:
$(TARGET_BASE).png
convert
$<
$@
clean
:
rm
-f
$(TARGET_BASE)
.png
$(TARGET_BASE)
.jpg
$(QRIMG)
36C3/teahouse/Small_DSCF2172.JPG
0 → 120000
View file @
67447d8c
../../34C3/teahouse/Small_DSCF2172.JPG
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment