Skip to content

Commit

Permalink
Added basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Feb 13, 2016
1 parent 210f9fd commit e711b44
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
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.

0 comments on commit e711b44

Please sign in to comment.