forked from redecentralize/alternative-internet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# A list of projects aiming to improve the internet through decentrali(z|s)ation. | ||
|
||
## Where can I view the list? | ||
|
||
|
||
## How to add your project | ||
|
||
1. Fork/Clone this repository | ||
2. Add a new JSON file in the projects/ folder | ||
3. Make the JSON look like the example below. | ||
4. Check your JSON is valid | ||
5. Send a PR | ||
|
||
### Example Project JSON file | ||
|
||
```json | ||
{ | ||
"name": "My project", | ||
"description": "My project aims to fix problems with centralisation by....", | ||
"languages" : ["C++", "Python"], | ||
"homepage": "https://myprojecthomepage", | ||
"sourcecode": "https://github.com/..." | ||
} | ||
``` | ||
|
||
If the languages part isn't relevant, just use []. If it's not open (why not?) use "". All other fields are required. | ||
|
||
## How do I add it to a category? | ||
|
||
Not yet, working on it. |