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
33
44![ Build documentation] ( https://github.com/ipxe/cx/workflows/Build%20documentation/badge.svg )
55
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+
613CX is an architecture for privacy-compatible distributed contact
714tracing, designed for use in pandemics such as Covid-19. It operates
815using a model of proximity-based contact detection over one or more
@@ -225,4 +232,5 @@ Details
225232-------
226233
227234For 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
5454../% .png : % .svg Makefile
5555 rsvg-convert -f png -d 150 -o $@ $<
5656
57+ ../pdf.png : clipart/pdf.svg Makefile
58+ rsvg-convert -f png -h 32 -o $@ $<
59+
5760../README.md : README-header.md.part cx-intro.md README-footer.md.part \
5861 ../broadcasting.png ../observing.png ../diagnosis.png \
5962 ../publication.png ../international.png ../cooperation.png \
60- Makefile
63+ ../pdf.png Makefile
6164 cat README-header.md.part cx-intro.md README-footer.md.part > $@
6265
6366readme : ../README.md Makefile
Original file line number Diff line number Diff line change 22-------
33
44For 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
22==================================================
33
44
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