Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faq update #1494

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ build:
hugo
server:
hugo server --baseUrl=http://127.0.0.1:1313 --buildDrafts --buildFuture

dev:
hugo server --baseUrl=http://127.0.0.1:1313 --buildDrafts --buildFuture --disableFastRender
4 changes: 4 additions & 0 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
15 changes: 15 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,18 @@ maxAge = "10s"
[[menu.install]]
name = "Install OONI Probe"
url = "/install/"

[[menu.about]]
url = "/about/"
name = "About"
weight = 1

[[menu.about]]
url = "/about/team/"
name = "Team"
weight = 2

[[menu.about]]
url = "/about/supporters/"
name = "Supporters & Funders"
weight = 3
46 changes: 46 additions & 0 deletions content/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: About
---

Founded in 2012, the **Open Observatory of Network Interference (OONI)** is a non-profit free software project that aims to empower decentralized efforts in documenting internet censorship around the world.

To this end, we work on:

* **Free software for measuring internet censorship.** Through our [OONI Probe app](https://ooni.org/install/), you can [measure](https://ooni.org/nettest/) the blocking of websites, instant messaging apps, and circumvention tools, and you can measure network performance. We aim to empower the public to independently detect information controls on the internet.
* **Real-time analysis and open publication of censorship measurements from around the world.** As soon as you run OONI Probe, your test results are automatically published as open data in real-time. [OONI Explorer](https://explorer.ooni.org/) and the [OONI API](https://api.ooni.io/) enable the public to track censorship events around the world in real-time based on openly available measurement data that can potentially serve as evidence.
* **Research reports documenting censorship events around the world.** In collaboration with our [partners](https://ooni.org/partners), we publish [research reports](https://ooni.org/reports/) documenting cases of internet censorship around the world. These reports share relevant OONI measurements and aim to enable human rights defenders, journalists, activists, and lawyers to use these censorship findings as part of their work.

Thanks to our global community, [more than a billion network measurements](https://explorer.ooni.org/) have been published from more than 200 countries, shedding light on cases of internet censorship worldwide.

Join our community by [running OONI Probe](https://ooni.org/install/) to contribute measurements! But please read our **[Data Policy](/about/data-policy)** and **[documentation about potential risks](/about/risks/)** first.

Questions? Learn more through our **[Frequently Asked Questions (FAQ)](https://ooni.org/support/faq/)** section.

## Mission

Our mission is to ensure a free and open internet by increasing transparency of internet censorship around the world.

We believe that everyone should have equal and open access to information. We aim to help create and defend an internet where human rights -- particularly freedom of expression and access to information -- are promoted and protected around the world.

We know that we can’t do this alone. This is why we have built a decentralized internet censorship observatory, powered by human rights defenders worldwide.

We create [free and open source network measurement tools](https://ooni.org/install/) that anyone can use to measure internet censorship.

We [openly publish measurements](https://ooni.org/data/) to provide a public archive on network interference and to increase transparency of internet censorship around the world.

All of our methodologies, tools, and measurements are entirely open, transparent, and peer-reviewed.

By increasing transparency of internet censorship, we aim to support public debate on information controls and promote social justice on the internet.

### Contact

You can contact the OONI team by sending an email to **[email protected]**.

Encrypted emails can be sent using the [following PGP key](https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=index&search=0x4C15DDA996C6C0CF48BD33096B2943F00CB177B7):

pub 4096R/6B2943F00CB177B7 2016-03-23
Key fingerprint = 4C15 DDA9 96C6 C0CF 48BD 3309 6B29 43F0 0CB1 77B7
uid \[ultimate\] OONI - Open Observatory of Network Interference
sub 4096R/8EBD2087374399AB 2016-03-23

For real-time communication, you can reach us on [Slack](https://slack.ooni.org/) or [IRC](ircs://irc.oftc.net:6697/#ooni).
Binary file added content/about/supporters/images/AWS Open Data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions content/about/supporters/images/DigitalOcean.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions content/about/supporters/images/Google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions content/about/supporters/images/Jigsaw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/about/supporters/images/Luminate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions content/about/supporters/images/Netlify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading