forked from J4502-SS18/Push-Mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anti-censorship.html
59 lines (50 loc) · 2.43 KB
/
anti-censorship.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Anti-Censorship</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="stylesheet.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis:400,600|Lato" rel="stylesheet">
</head>
<body>
<div class="all">
<nav id="navigation">
<div class="photoContainer">
<a href="index.html"><img src="finishedlogo.png" alt="PushMobile" id="logoMobile"><div>Push</div></a>
</div>
<div class="navContainer">
<ul>
<li><a href="developers.html">Developers</a></li>
<li><a href="journalists.html">Journalists</a></li>
<li><a href="anti-censorship.html">Anti-Censorship</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class="censorshipContainer">
<h1>Anti-Censorship</h1>
<div class="ecosystemContainer">
<h2 class="subhead">Push Mobile Ecosystem</h2>
<img src="push mobile ecosystem.png" id="ecosystem"/>
</div>
<p>
At Push Mobile, our mission is radical transparency, both in the journalism and in the development. When it comes to development, it's why we're open source and why we encourage anyone with the wherewithal to add new features to our app, fix bugs, or add new platforms.
</p>
<p>
But we also want help news organizations to promote radical transparency in the governments and communities they cover. This is why the Push Mobile ecosystem is designed to help news organizations facing censorship around the globe.
</p>
<p>
When set up properly, even if your CMS or website is blocked your apps built with Push will continue to work. The Push Backend runs separately and independently from your own software. This was originally done solely to cut down on the data your users have to download but has a nice side effect of rerouting all connections as well.
</p>
<p>
As a secondary safeguard, Push iOS apps have the TOR Project built in by default. This lets the apps seamlessly circumvent stronger and more sophisticated blocking techniques without the users having to have any additional technical abilities. Of course this can be turned off in areas where something like this may expose your useruspicion or scrutiny.
</p>
</div>
<div class="footer">
<p>© Copyright 2018 Christopher Guess. All rights reserved.</p>
</div>
<script src="script.js"></script>
</div>
</body>
</html>