[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 85/178: README.md: add backers and sponsors
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 85/178: README.md: add backers and sponsors |
Date: |
Wed, 23 May 2018 12:25:20 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit 3872d8310deb21ed94294f185efd47a61726ecfd
Author: Jess <address@hidden>
AuthorDate: Thu Apr 12 14:40:17 2018 +0900
README.md: add backers and sponsors
Closes #2484
---
README.md | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/README.md b/README.md
index 552cb5ffd..e4dab23a6 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
[![Coverity
passed](https://scan.coverity.com/projects/curl/badge.svg)](https://scan.coverity.com/projects/curl)
[![Build
Status](https://travis-ci.org/curl/curl.svg?branch=master)](https://travis-ci.org/curl/curl)
[![Coverage
Status](https://coveralls.io/repos/github/curl/curl/badge.svg)](https://coveralls.io/github/curl/curl)
+[![Backers on Open
Collective](https://opencollective.com/curl/backers/badge.svg)](#backers)
[![Sponsors on Open
Collective](https://opencollective.com/curl/sponsors/badge.svg)](#sponsors)
Curl is a command-line tool for transferring data specified with URL
syntax. Find out how to use curl by reading [the curl.1 man
@@ -49,3 +50,29 @@ To download the very latest source from the Git server do
this:
Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga
Tekniska Högskolan. This notice is included here to comply with the
distribution terms.
+
+## Backers
+
+Thank you to all our backers! 🙏 [[Become a
backer](https://opencollective.com/curl#backer)]
+
+<a href="https://opencollective.com/curl#backers" target="_blank"><img
src="https://opencollective.com/curl/backers.svg?width=890"></a>
+
+
+## Sponsors
+
+Support this project by becoming a sponsor. Your logo will show up here with a
+link to your website. [[Become a
+sponsor](https://opencollective.com/curl#sponsor)]
+
+<a href="https://opencollective.com/curl/sponsor/0/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/0/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/1/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/1/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/2/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/2/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/3/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/3/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/4/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/4/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/5/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/5/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/6/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/6/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/7/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/7/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/8/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/8/avatar.svg"></a>
+<a href="https://opencollective.com/curl/sponsor/9/website"
target="_blank"><img
src="https://opencollective.com/curl/sponsor/9/avatar.svg"></a>
+
+
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [gnurl] 62/178: curl_setup: provide a CURL_SA_FAMILY_T type if none exists, (continued)
- [GNUnet-SVN] [gnurl] 62/178: curl_setup: provide a CURL_SA_FAMILY_T type if none exists, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 59/178: tool_operate: Fix retry on FTP 4xx to ignore other protocols, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 61/178: build: add picky compiler warning flags for gcc 6 and 7, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 46/178: openssl: fix build with LibreSSL 2.7, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 57/178: RELEASE-NOTES: synced, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 54/178: build-openssl.bat: allow custom paths for VS and perl, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 50/178: tls: fix mbedTLS 2.7.0 build + handle sha256 failures, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 52/178: file: restore old behavior for file:////foo/bar URLs, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 69/178: travis: use trusty for coverage build, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 70/178: travis: bump to clang 6 and gcc 7, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 85/178: README.md: add backers and sponsors,
gnunet <=
- [GNUnet-SVN] [gnurl] 55/178: winbuild: make the clean target work without build-type, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 44/178: cookies: when reading from a file, only remove_expired once, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 68/178: lib: silence null-dereference warnings, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 48/178: cookie: fix and optimize 2nd top level domain name extraction, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 51/178: Revert "openssl: Don't add verify locations when verifypeer==0", gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 73/178: mailmap: add a monnerat fixup [ci skip], gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 64/178: build: cleanup to fix clang warnings/errors, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 56/178: build-openssl.bat: Refer to VS2017 as VC14.1 instead of VC15, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 116/178: strcpy_url: only %-encode values >= 0x80, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 105/178: curl_global_sslset: always provide available backends, gnunet, 2018/05/23