This repository hosts all the source code on the website Digital Justice. It is licensed under the EUPL-1.2 license.
The website aims to educate and motivate people to move towards establishing digital human rights. The website covers digital rights that most people would agree with, regardless of their political opinion or background - topics like freedom of installation, data sovereignty, right to repair and software warranty.
Everyone is welcome to help this website! Your articles will be published on the website upon approval by the administrators.
- Fork the repository and create your own branch;
- Make a new HTML-file in the folder
articles/
. You can usearticles/template.html
as a template; - Write your article in your newly created HTML file;
- Add your article to the table in
articles/index.txt
; - Add a link to your article at the top of the list on
articles/index.html
; - Add a link to your article at the top of index.html (we usually only display 2 articles at once, so remove the oldest article)
- Add your article to feed.rss and edit the lastBuildDate tag;
- Make a pull request from your branch.
Translation is not required, as it will be done by administrators.