Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BramvdnHeuvel/Digital-Justice
This repository contains the source code for the website on Digital Justice.
https://github.com/BramvdnHeuvel/Digital-Justice
Last synced: 3 months ago
JSON representation
This repository contains the source code for the website on Digital Justice.
- Host: GitHub
- URL: https://github.com/BramvdnHeuvel/Digital-Justice
- Owner: BramvdnHeuvel
- License: eupl-1.2
- Created: 2021-08-09T21:28:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T22:37:38.000Z (over 2 years ago)
- Last Synced: 2024-06-21T17:09:20.643Z (5 months ago)
- Language: HTML
- Homepage: https://digital-justice.com/
- Size: 37.4 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - BramvdnHeuvel/Digital-Justice - This repository contains the source code for the website on Digital Justice. (others)
README
# Digital-Justice
This repository hosts all the source code on the website [Digital Justice](https://digital-justice.com/). It is licensed under the [EUPL-1.2 license](https://joinup.ec.europa.eu/collection/eupl/introduction-eupl-licence).
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.
## How to contribute
Everyone is welcome to help this website! Your articles will be published on the website upon approval by the administrators.
1. Fork the repository and create your own branch;
2. Make a new HTML-file in the folder `articles/`. You can use [`articles/template.html`](articles/template.html) as a template;
3. Write your article in your newly created HTML file;
4. Add your article to the table in [`articles/index.txt`](articles/index.txt);
5. Add a link to your article at the top of the list on [`articles/index.html`](articles/index.html);
6. 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)_
7. Add your article to feed.rss and edit the lastBuildDate tag;
8. Make a pull request from your branch.Translation is not required, as it will be done by administrators.