File tree Expand file tree Collapse file tree 5 files changed +22
-3
lines changed Expand file tree Collapse file tree 5 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ CX: Privacy-compatible distributed contact tracing
3
3
4
4
![ Build documentation] ( https://github.com/ipxe/cx/workflows/Build%20documentation/badge.svg )
5
5
6
+ Download the full [ architecture
7
+ specification] ( https://github.com/ipxe/cx/releases/latest/download/cx.pdf )
8
+ [ ![ PDF] ( pdf.png )] ( https://github.com/ipxe/cx/releases/latest/download/cx.pdf )
9
+
10
+ Overview
11
+ --------
12
+
6
13
CX is an architecture for privacy-compatible distributed contact
7
14
tracing, designed for use in pandemics such as Covid-19. It operates
8
15
using a model of proximity-based contact detection over one or more
@@ -225,4 +232,5 @@ Details
225
232
-------
226
233
227
234
For more information, see the [ architecture
228
- specification] ( https://github.com/ipxe/cx/releases/latest/download/cx.pdf ) .
235
+ specification] ( https://github.com/ipxe/cx/releases/latest/download/cx.pdf )
236
+ [ ![ PDF] ( pdf.png )] ( https://github.com/ipxe/cx/releases/latest/download/cx.pdf )
Original file line number Diff line number Diff line change @@ -54,10 +54,13 @@ cx-intro.md : cx.md Makefile
54
54
../% .png : % .svg Makefile
55
55
rsvg-convert -f png -d 150 -o $@ $<
56
56
57
+ ../pdf.png : clipart/pdf.svg Makefile
58
+ rsvg-convert -f png -h 32 -o $@ $<
59
+
57
60
../README.md : README-header.md.part cx-intro.md README-footer.md.part \
58
61
../broadcasting.png ../observing.png ../diagnosis.png \
59
62
../publication.png ../international.png ../cooperation.png \
60
- Makefile
63
+ ../pdf.png Makefile
61
64
cat README-header.md.part cx-intro.md README-footer.md.part > $@
62
65
63
66
readme : ../README.md Makefile
Original file line number Diff line number Diff line change 2
2
-------
3
3
4
4
For more information, see the [architecture
5
- specification](https://github.com/ipxe/cx/releases/latest/download/cx.pdf).
5
+ specification](https://github.com/ipxe/cx/releases/latest/download/cx.pdf)
6
+ [](https://github.com/ipxe/cx/releases/latest/download/cx.pdf)
Original file line number Diff line number Diff line change @@ -2,3 +2,10 @@ CX: Privacy-compatible distributed contact tracing
2
2
==================================================
3
3
4
4

5
+
6
+ Download the full [architecture
7
+ specification](https://github.com/ipxe/cx/releases/latest/download/cx.pdf)
8
+ [](https://github.com/ipxe/cx/releases/latest/download/cx.pdf)
9
+
10
+ Overview
11
+ --------
You can’t perform that action at this time.
0 commit comments