Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Contributors to the solid-server npm module

The Solid community wants to acknowledge the hard work and dedication put in by many people, several of whom are listed below.

Please [let us know](https://github.com/solid/node-solid-server/edit/master/CONTRIBUTORS.md) if anyone is missing from this list, or if you wish to add yourself.

## Project lead
- [Tim Berners-Lee](https://www.w3.org/People/Berners-Lee/)

## Current code contributors
People with significant code contributions over the past couple of months, in alphabetical order:

- [Arne Hassel](http://icanhasweb.net/)
- [Kjetil Kjernsmo](http://kjetil.kjernsmo.net/)
- [Ruben Taelman](https://www.rubensworks.net/)

## Previous code contributors
People with significant code contributions further in the past, in alphabetical order:

- [Nicola Greco](https://nicola.io/)
- [Martin Martinez Rivera](https://github.com/martinmr)
- [Andrei Sambra](https://deiu.me/)
- [Ruben Verborgh](https://ruben.verborgh.org/)
- [Dmitri Zagidulin](http://computingjoy.com/)

## Project contributors
People who have significantly contributed to issues, testing, and/or discussions, in alphabetical order:
- [Justin Bingham](https://github.com/justinwb)
- [Sarven Capadisli](http://csarven.ca/)
- [Melvin Carvalho](https://melvincarvalho.com/)
- [Amy Guy](https://rhiaro.co.uk/)
- [Kingsley Idehen](https://github.com/kidehen)

## Community contributors
Thanks to everyone who has tried solid-server, discussed about it, created issues and/or pull requests.
Your input is necessary to help Solid grow!
49 changes: 0 additions & 49 deletions EXAMPLES.md

This file was deleted.

11 changes: 6 additions & 5 deletions LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
The MIT License (MIT)

Copyright © 2014
Copyright © 2014–present Arne Hassel, Nicola Greco, Kjetil Kjernsmo,
Martin Martinez Rivera, Andrei Sambra, Ruben Taelman, Ruben Verborgh,
and Dmitri Zagidulin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -15,8 +17,7 @@ copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

66 changes: 7 additions & 59 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,64 +400,12 @@ adviceable to remove it rather than set a large quota, because the
current implementation will impair write performance if there is a lot
of data.

## Contributing

`solid` is has been made possible due to contributions from many individuals, these are some of the key contributors:

<table>
<tbody>
<tr>
<th align="left">Tim Berners-Lee</th>
<td><a href="https://github.com/timbl">GitHub/timbl</a></td>
<td><a href="http://twitter.com/timberners_lee">Twitter/@timberners_lee</a></td>
<td><a href="https://www.w3.org/People/Berners-Lee/card#i">WebID</a></td>
</tr>
<tr>
<th align="left">Nicola Greco</th>
<td><a href="https://github.com/nicola">GitHub/nicola</a></td>
<td><a href="http://twitter.com/nicolagreco">Twitter/@nicolagreco</a></td>
<td><a href="https://nicola.databox.me/profile/card#me">WebID</a></td>
</tr>
<tr>
<th align="left">Martin Martinez Rivera</th>
<td><a href="https://github.com/martinmr">GitHub/martinmr</a></td>
<td></td>
<td></td>
</tr>
<tr>
<th align="left">Andrei Sambra</th>
<td><a href="https://github.com/deiu">GitHub/deiu</a></td>
<td><a href="http://twitter.com/deiu">Twitter/@deiu</a></td>
<td><a href="https://deiu.me/profile#me">WebID</a></td>
</tr>
<tr>
<th align="left">Dmitri Zagidulin</th>
<td><a href="https://github.com/dmitrizagidulin/">GitHub/dmitrizagidulin</a></td>
<td><a href="https://twitter.com/codenamedmitri">Twitter/@codenamedmitri</a></td>
<td></td>
</tr>
<tr>
<th align="left">Ruben Verborgh</th>
<td><a href="https://github.com/RubenVerborgh/">GitHub/RubenVerborgh</a></td>
<td><a href="https://twitter.com/RubenVerborgh">Twitter/@RubenVerborgh</a></td>
<td><a href="https://ruben.verborgh.org/profile/#me">WebID</a></td>
</tr>
<tr>
<th align="left">Kjetil Kjernsmo</th>
<td><a href="https://github.com/kjetilk">GitHub/kjetilk</a></td>
<td><a href="https://twitter.com/KKjernsmo">Twitter/@KKjernsmo</a></td>
<td><a href="https://solid.kjernsmo.net/profile/card#me">WebID</a></td>
</tr>
<tr>
<th align="left">Justin Bingham</th>
<td><a href="https://github.com/justinwb">GitHub/justinwb</a></td>
<td><a href="https://twitter.com/justinwb">Twitter/@justinwb</a></td>
<td><a href="https://justin.janeirodigital.exchange/profile/card#me">WebID</a></td>
</tr>
</tbody>
</table>

#### Do you want to contribute?
## Contribute to Solid

Solid is only possible because of a large community of [contributors](https://github.com/solid/node-solid-server/blob/master/CONTRIBUTORS.md).
A heartfelt thank you to everyone for all of your efforts!

You can help us too:

- [Join us in Gitter](https://gitter.im/solid/chat) to help with development or to hang out with us :)
- [Create a new issue](https://github.com/solid/node-solid-server/issues/new) to report bugs
Expand All @@ -467,4 +415,4 @@ Have a look at [CONTRIBUTING.md](https://github.com/solid/node-solid-server/blob

## License

MIT
[The MIT License](https://github.com/solid/node-solid-server/blob/master/LICENSE.md)
26 changes: 19 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,38 @@
},
"contributors": [
{
"name": "Martin Martinez Rivera",
"email": "martinmr@mit.edu"
"name": "Arne Hassel",
"url": "http://icanhasweb.net/"
},
{
"name": "Nicola Greco",
"email": "me@nicolagreco.com"
},
{
"name": "Dmitri Zagidulin",
"url": "https://github.com/dmitrizagidulin/"
"name": "Kjetil Kjernsmo",
"email": "kjetil@inrupt.com",
"url": "http://kjetil.kjernsmo.net/"
},
{
"name": "Martin Martinez Rivera",
"email": "martinmr@mit.edu"
},
{
"name": "Andrei Sambra",
"url": "https://deiu.me/"
},
{
"name": "Ruben Taelman",
"url": "https://www.rubensworks.net/"
},
{
"name": "Ruben Verborgh",
"email": "ruben@verborgh.org",
"url": "https://ruben.verborgh.org/"
},
{
"name": "Kjetil Kjernsmo",
"email": "kjetil@inrupt.com",
"url": "http://kjetil.kjernsmo.net/"
"name": "Dmitri Zagidulin",
"url": "https://github.com/dmitrizagidulin/"
}
],
"license": "MIT",
Expand Down