Create initial page for running OONI probes
We will use this page as a landing point for volunteers that want to help measuring circumvention.
This needs to be a high-level overview that links to more detailed pages. I'd expect it to include a few links to the ooni project, informed consent, risks, etc.
It'd be useful to add some links to the OONI explorer, with the riseup api as input, can be useful to extract info about which countries/networks are being blocked now for riseup-vpn.
As for different tests that we need to get data for:
In some other place we should explain the different points in which censorship can happen, but we can cross-ref that explanation from here to make the point that we're interested in measuring blocks to the distribution, initial contact, and actual vpn protocol (vanilla and obfuscated).
RiseupVPN tests are currently disabled, and the protocol tests are not yet merged into main.
However, it's possible to contribute now using a cli tool. We need a mini-howto for using this tool (via oonirun descriptors)
docker run ainghazal/miniooni-unofficial web_connectivity -y -n -i https://black.riseup.net
we should explain the basic concepts of experiment (web_connectivity, openvpn), and the needed flags (informed consent, avoid submitting, input)
an example of an oonirun descriptor is:
docker run ainghazal/miniooni-unofficial -y -n -i https://raw.githubusercontent.com/ainghazal/vpn-test-lists/main/oonirun/010-riseup-us.json oonirun
(I think this is failing right now because of expired cert, will ask about status, but should be enough to get you started).
for the site we're using geek-docs - it should be deployed live soon. it has some nice additions to plain markdown, see https://geekdocs.de/shortcodes/images/ https://geekdocs.de/shortcodes/mermaid/ if you want to get creative.
the "admonitions" can also be interesting to use: https://geekdocs.de/asciidoc/admonition-icons/
- for instance we can say that this is experimental, that you're using examples for the docker image until the stuff is merged into master, etc...
when we have something minimal, we'll pass to i18n