Skip to content

Commit 862c715

Browse files
authored
Enhance Readme with new sections and formatting
Updated the Readme.md file with additional sections and improved formatting.
1 parent db11f80 commit 862c715

File tree

1 file changed

+35
-7
lines changed

1 file changed

+35
-7
lines changed

Readme.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,51 @@
1-
# OONI Web
1+
<img src="https://raw.githubusercontent.com/ooni/design-system/refs/heads/master/svgs/logos/OONI-HorizontalColor.svg" width="422px" />
22

3-
This is the canonical website for OONI, that you can access via:
3+
# OONI, the Organisation, not the Pizza Oven
4+
5+
We are the Open Observatory, of Network Interference.
6+
7+
We are trying to make the Internet for Humans, not AI bots, by observing what's going on.
8+
9+
BTW, [OONI Pizza ovens SUCK](https://ooni.com). We hope one day to get our domain back...
10+
11+
---
12+
13+
## 💡 **Do you think that's a good idea?**
14+
15+
Then throw in some spare change and help us bring about some change :)
16+
17+
[Donate NOW](https://ooni.org/donate)
18+
19+
---
20+
21+
## 🤝 **No coins? No problem.**
22+
23+
Don't have much coin? No problemo. You can also volunteer your time and it can make a huge difference.
24+
25+
**Join our Slack channel:** [https://slack.ooni.org/](https://slack.ooni.org/)
26+
27+
---
28+
29+
## Nerd stuff for the website
30+
31+
This is also the canonical website for OONI, that you can access via:
432

533
* https://ooni.org
634
* https://openobservatory.github.io
735
* https://ooni.netlify.com
836

937
If you are having trouble accessing our website, please contact us at contact [at] openobservatory.org.
1038

11-
## Contributing articles
39+
### Contributing articles
1240

1341
* Fork this repository if you're not a collaborator
1442
* Add your post to `content/post/` directory
1543
* Submit a pull request
1644
* Wait for pull request to be reviewed and merged to `master` or merge it yourself :)
1745

18-
## Local build
46+
### Local build
1947

20-
### Setup
48+
#### Setup
2149

2250
Dependencies to build the website **manually** are
2351
[hugo](https://github.com/spf13/hugo/),
@@ -26,7 +54,7 @@ Dependencies to build the website **manually** are
2654
versions are codified in "canonical" build procedure in
2755
[travis.yml](./travis.yml).
2856

29-
### Running locally
57+
#### Running locally
3058

3159
If you want to preview the website while editing styles and posts you can do it running following command:
3260

@@ -40,7 +68,7 @@ If you want to publish to [Github mirror](https://openobservatory.github.io/), y
4068
make publish
4169
```
4270

43-
### End to end local testing
71+
#### End to end local testing
4472

4573
To run the end to end integration tests do:
4674

0 commit comments

Comments
 (0)