Overview
Comment: | FOSDEM captures slides at 800x600, so making exported images 1600px wide. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fosdem-2014 |
Files: | files | file ages | folders |
SHA1: |
a06da30e3d323b4960790db99592155b |
User & Date: | ivan on 2014-01-30 16:03:40 |
Other Links: | branch diff | manifest | tags |
Context
2014-01-30
| ||
16:04 | Minimize arch diagram bounding box width to make items bigger and more readable. check-in: 3763f69397 user: ivan tags: fosdem-2014, fosdem-2014-1.0.0 | |
16:03 | FOSDEM captures slides at 800x600, so making exported images 1600px wide. check-in: a06da30e3d user: ivan tags: fosdem-2014 | |
15:41 | Put exported image width in makefile variable. check-in: 224e00d558 user: ivan tags: fosdem-2014 | |
Changes
Modified Makefile from [82390edf1d] to [5d1381dee7].
1 -IMG_WIDTH = 1024 1 +IMG_WIDTH = 1600 2 2 3 3 IMGS = imgs/network-public.png imgs/network-private.png imgs/network-community.png \ 4 4 imgs/confine-partners.png imgs/extend-network.png \ 5 5 imgs/testbed.png imgs/testbed-slice.png imgs/testbed-cd-rd.png \ 6 6 imgs/testbed-logos-node.png imgs/testbed-logos-mgmt.png imgs/testbed-logos-devel.png 7 7 IMGS_BEAMER = imgs/confine,background.pdf 8 8