commit 12f4ceccc199dee1e88da51068ff0f4780e16910 Author: Arlo Breault abreault@wikimedia.org Date: Thu Jan 7 12:06:56 2021 -0500
Add a local copy of the snowflake schematic
Trac is now redirected to gitlab, so the image isn't rendering on snowflake.tpo --- static/index.html | 2 +- static/snowflake-schematic.png | Bin 0 -> 93415 bytes 2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/index.html b/static/index.html index 86eab9b..7f4c3f8 100644 --- a/static/index.html +++ b/static/index.html @@ -30,7 +30,7 @@ <section id="content"> <h1>SNOWFLAKE</h1>
- <p class="diagram"><img src="https://trac.torproject.org/projects/tor/raw-attachment/wiki/doc/Snowflake/snowflake-schematic.png" alt="Diagram" /></p> + <p class="diagram"><img src="./snowflake-schematic.png" alt="Diagram" /></p>
<p data-msgid="__MSG_websiteIntro__">Snowflake is a system to defeat internet censorship. People who are censored can use Snowflake to access the internet. Their connection goes diff --git a/static/snowflake-schematic.png b/static/snowflake-schematic.png new file mode 100644 index 0000000..a558a94 Binary files /dev/null and b/static/snowflake-schematic.png differ