From 91593fed9c5c32e2b198b6dc20cef15b2fcee26b Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Tue, 23 May 2017 01:19:23 -0400 Subject: [PATCH 1/4] Added backers and sponsors on the README --- README.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5948ca4..0c0e3fa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ We started collaborating with the [WebMemex project](https://github.com/WebMemex/memextension) and are in the mode of porting all the features of WorldBrain there and refactoring the code (Yes, we know, it's a complete hack-job, a big, fat house of cards). As we are in porting mode, be not surprised, if you see no action in this repo. # WorldBrain's (Re)search-Engine +[![Backers on Open Collective](https://opencollective.com/research-engine/backers/badge.svg)](#backers) +[![Sponsors on Open Collective](https://opencollective.com/research-engine/sponsors/badge.svg)](#sponsors) + **Welcome to the WorldBrain project. We work on the goal of an increased (scientific) literacy in our global society through a better overall information quality on the internet.** Doing so by developing open-source search tools for professional web-researchers like science communicators, (STEM-) students, journalists, librarians and online debaters to effortlessly find, rate and share qualitative and trustworthy web content/notes with their friends, followers and the public. ([Watch the 3.5 min Vision Video](http://worldbrain.io/vision)) @@ -122,9 +125,81 @@ Check [this StackOverflow thread](http://stackoverflow.com/questions/39727920/ca This tool is originally released under the name "[Falcon](https://github.com/lengstrom/falcon)" and will be further developed to fit the needs of the scientific research community. The original programmers are [@andrewilyas](https://github.com/andrewilyas) and [@lengstrom](https://github.com/lengstrom). +## Backers + +Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/research-engine#backer)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## Sponsors + +Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/research-engine#sponsor)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ## License Currently the (Re)search-Engine is released under GPL-3, as this has been the license of *Falcon*. We aim to release it under a more liberal license (CC0, MIT, BSD-2/3) as soon as we have replaced all the code from the original Falcon tool. -Our goal is to provide a set of reusable libraries, so that this client can be adapted to as many work-flows as possible. +Our goal is to provide a set of reusable libraries, so that this client can be adapted to as many work-flows as possible. From 7ecb19aca429a05f702ccc86c3ec64addfafe77d Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Tue, 23 May 2017 01:19:23 -0400 Subject: [PATCH 2/4] Added call to donate after npm install --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4645ba5..2368567 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "watch:copy-assets": "cpx 'src/assets/**/*.*' build/assets --watch", "build:browserify": "mkdir -p ./build/js && browserify src/js-browserify/download_urls.js -o build/js/bundle.js", "watch:browserify": "mkdir -p ./build/js && watchify src/js-browserify/download_urls.js -o build/js/bundle.js", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "postinstall": "opencollective postinstall" }, "repository": { "type": "git", @@ -35,5 +36,10 @@ "bugs": { "url": "https://github.com/WorldBrain/Research-Engine/issues" }, - "homepage": "https://github.com/WorldBrain/Research-Engine#readme" -} + "homepage": "https://github.com/WorldBrain/Research-Engine#readme", + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/research-engine", + "logo": "https://opencollective.com/opencollective/logo.txt" + } +} \ No newline at end of file From 15a9b22eaa890b7f78c17d78ab36f3321e840d17 Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Tue, 23 May 2017 01:19:23 -0400 Subject: [PATCH 3/4] Added template for new issue / pull request --- .github/ISSUE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..31fccfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1 @@ + \ No newline at end of file From 5942ca80519dbb9fd1e3b4d81fb88a17edb75bb7 Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Tue, 23 May 2017 02:10:25 -0400 Subject: [PATCH 4/4] Update package.json added opencollective as a dependency --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2368567..3c64a82 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "cheerio": "^0.22.0", "fs": "0.0.1-security", "lodash": "^4.17.4", - "npm-run-all": "^4.0.0" + "npm-run-all": "^4.0.0", + "opencollective": "^1.0.3" }, "devDependencies": { "cpx": "^1.5.0", @@ -42,4 +43,4 @@ "url": "https://opencollective.com/research-engine", "logo": "https://opencollective.com/opencollective/logo.txt" } -} \ No newline at end of file +}