From b2c16674f2ffc11b14cdee8830e4669750b66dbc Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Fri, 29 May 2020 15:19:43 +0200 Subject: [PATCH 1/3] Add sponsors to readme :heart: --- README.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 886c12d0..40d9eb07 100644 --- a/README.md +++ b/README.md @@ -25,19 +25,34 @@ build collaborative or distributed applications ping us at . Otherwise you can find help on our [discussion board](https://discuss.yjs.dev). +## Sponsors + +I'm currently looking for sponsors that allow me to be less dependent on contracting work. These awesome backers already fund further development of Yjs: + +[![Duane Johnson](https://github.com/canadaduane.png?size=60)](https://github.com/canadaduane) +[![Joe Reeve](https://github.com/ISNIT0.png?size=60)](https://github.com/ISNIT0) +[](https://room.sh/) +[![JourneyApps +](https://github.com/journeyapps.png?size=60)](https://github.com/journeyapps) +[![Adam Brunnmeier](https://github.com/adabru.png?size=60)](https://github.com/adabru) +[![Nathanael Anderson +](https://github.com/NathanaelA.png?size=60)](https://github.com/NathanaelA) + +Sponsorship also comes with special perks! [![Become a Sponsor](https://img.shields.io/static/v1?label=Become%20a%20Sponsor&message=%E2%9D%A4&logo=GitHub&style=flat&color=d42f2d)](https://github.com/sponsors/dmonad) + ## Who is using Yjs -* [Nimbus Note](https://nimbusweb.me/note.php) A note-taking app designed by - Nimbus Web. * [Relm](http://www.relm.us/) A collaborative gameworld for teamwork and - community. + community. :star2: +* [Room.sh](https://room.sh/) A meeting application with integrated + collaborative drawing, editing, and coding tools. :star: * [http://coronavirustechhandbook.com/](https://coronavirustechhandbook.com/) A collaborative wiki that is edited by thousands of different people to work on a rapid and sophisticated response to the coronavirus outbreak and - subsequent impacts. + subsequent impacts. :star: +* [Nimbus Note](https://nimbusweb.me/note.php) A note-taking app designed by + Nimbus Web. * [JoeDocs](https://joedocs.com/) An open collaborative wiki. -* [Room.sh](https://room.sh/) A meeting application with integrated - collaborative drawing, editing, and coding tools. * [Pluxbox RadioManager](https://pluxbox.com/) A web-based app to collaboratively organize radio broadcasts. * [Cattaz](http://cattaz.io/) A wiki that can run custom applications in the From 601d24e930236a2e874d9b12db00a85a1bc9e5b6 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sat, 30 May 2020 21:20:59 +0200 Subject: [PATCH 2/3] Add more backers :heart: --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 40d9eb07..dc75656e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ build collaborative or distributed applications ping us at I'm currently looking for sponsors that allow me to be less dependent on contracting work. These awesome backers already fund further development of Yjs: +[![Vincent Waller](https://github.com/vwall.png?size=60)](https://github.com/vwall) +[](https://input.com/) [![Duane Johnson](https://github.com/canadaduane.png?size=60)](https://github.com/canadaduane) [![Joe Reeve](https://github.com/ISNIT0.png?size=60)](https://github.com/ISNIT0) [](https://room.sh/) @@ -44,6 +46,7 @@ Sponsorship also comes with special perks! [![Become a Sponsor](https://img.shie * [Relm](http://www.relm.us/) A collaborative gameworld for teamwork and community. :star2: +* [Input](https://input.com/) A collaborative note taking app. :star2: * [Room.sh](https://room.sh/) A meeting application with integrated collaborative drawing, editing, and coding tools. :star: * [http://coronavirustechhandbook.com/](https://coronavirustechhandbook.com/) From c9756e5b571eb8616b09346f6f53f339a3af3bf9 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sun, 31 May 2020 23:24:35 +0200 Subject: [PATCH 3/3] add npm funding url --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 72f12099..f0a920fa 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "module": "./dist/yjs.mjs", "types": "./dist/src/index.d.ts", "sideEffects": false, + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + }, "scripts": { "test": "npm run dist && node ./dist/tests.cjs --repitition-time 50", "test-extensive": "npm run lint && npm run dist && node ./dist/tests.cjs --production --repitition-time 10000",