From ce4ac97269613dc895408722fea2c63cba838f48 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 6 Sep 2020 14:33:28 -0300 Subject: [PATCH] Documentation updates --- .github/FUNDING.yml | 1 + README.md | 16 +-------------- docs/README.md | 12 ----------- docs/_sidebar.md | 2 +- docs/alternative_task_runners.md | 17 ---------------- docs/donate.md | 35 ++++++++++++++++++++++++++++++++ 6 files changed, 38 insertions(+), 45 deletions(-) delete mode 100644 docs/alternative_task_runners.md create mode 100644 docs/donate.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index f0f58242..4f17ba27 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ open_collective: task patreon: andreynering +custom: 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GSVDU63RKG45A¤cy_code=BRL&source=url' diff --git a/README.md b/README.md index 2f737eb7..96e1ac58 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,4 @@ Task is a task runner / build tool that aims to be simpler and easier to use than, for example, [GNU Make](https://www.gnu.org/software/make/). -See [taskfile.dev](https://taskfile.dev) for documentation. - ---- - -## Sponsors - -[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)](https://opencollective.com/task) - -## Backers - -[![Backers](https://opencollective.com/task/backers.svg?width=890)](https://opencollective.com/task) - -## Contributors - -[![Contributors](https://opencollective.com/task/contributors.svg?width=890)](https://github.com/go-task/task/graphs/contributors) +See [taskfile.dev](https://taskfile.dev) for the documentation. diff --git a/docs/README.md b/docs/README.md index c93b63d7..8882cc50 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,18 +38,6 @@ guide to check the full schema documentation and Task features. if a given set of files haven't changed since last run (based either on its timestamp or content). -## Sponsors - -[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)](https://opencollective.com/task) - -## Backers - -[![Backers](https://opencollective.com/task/backers.svg?width=890)](https://opencollective.com/task) - -## Contributors - -[![Contributors](https://opencollective.com/task/contributors.svg?width=890)](https://github.com/go-task/task/graphs/contributors) - [make]: https://www.gnu.org/software/make/ [go]: https://golang.org/ [yaml]: http://yaml.org/ diff --git a/docs/_sidebar.md b/docs/_sidebar.md index c9f3d4d5..5bfa6827 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -4,5 +4,5 @@ - [Taskfile Versions](taskfile_versions.md) - [Examples](examples.md) - [Releasing Task](releasing_task.md) -- [Alternative Task Runners](alternative_task_runners.md) +- [Donate](donate.md) - [![GitHub](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)GitHub](https://github.com/go-task/task) diff --git a/docs/alternative_task_runners.md b/docs/alternative_task_runners.md deleted file mode 100644 index 750bebb7..00000000 --- a/docs/alternative_task_runners.md +++ /dev/null @@ -1,17 +0,0 @@ -# Alternative task runners - -## YAML based - -- [rliebz/tusk][tusk] - -## Go based - -- [magefile/mage][mage] - -## Make similar - -- [casey/just][just] - -[tusk]: https://github.com/rliebz/tusk -[mage]: https://github.com/magefile/mage -[just]: https://github.com/casey/just diff --git a/docs/donate.md b/docs/donate.md new file mode 100644 index 00000000..0882caa6 --- /dev/null +++ b/docs/donate.md @@ -0,0 +1,35 @@ +# Donate + +If you find this project useful, you can consider donating by using one of the +channels listed below. + +This is just a way of saying "thank you", it won't give you any benefits like +higher priority on issues or something similar. + +## Open Collective + +Task is on [Open Collective](https://opencollective.com/task) and you have +these options to donate: + +- [$2 per month](https://opencollective.com/task/contribute/backer-4034/checkout) +- [$5 per month](https://opencollective.com/task/contribute/supporter-8404/checkout) +- [$20 per month](https://opencollective.com/task/contribute/sponsor-4035/checkout) +- [Custom value - One-time donation option supported](https://opencollective.com/task/donate) + +## Patreon + +I'm also on [Patreon](https://www.patreon.com/andreynering) if +you prefer: + +- [$5 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229277) +- [$10 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229276) +- [$15 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229275) + +You can choose a custom value on any of the links above. + +Patreon does not support one-time donation. As a workaround you can fire a +subscription and cancel it once the donation was succeded. + +## PayPal + +- [Any value - One-time donation](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GSVDU63RKG45A¤cy_code=BRL&source=url)