From 6f3f0d456acca3a4b314db788935ba70f464af71 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Mon, 5 May 2025 09:26:25 -0400 Subject: [PATCH 1/2] update open source page --- src/open-source.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/open-source.md b/src/open-source.md index 888ab45..8082973 100644 --- a/src/open-source.md +++ b/src/open-source.md @@ -7,12 +7,9 @@ TaskRatchet's open-source projects can be found here: ## Projects - [taskratchet/autodial](https://github.com/TaskRatchet/autodial) - The Beeminder autodialer. “The Beeminder autodialer will automatically adjust the rate on your goals based on your historical performance.” +- [taskratchet/taskratchet-docs](https://github.com/TaskRatchet/taskratchet-docs) - This TaskRatchet documentation website. - [taskratchet/taskratchet-mobile](https://github.com/TaskRatchet/taskratchet-mobile) - The TaskRatchet mobile app. - [taskratchet/taskratchet-python](https://github.com/TaskRatchet/taskratchet-python) - A TaskRatchet API wrapper written in Python. - [taskratchet/taskratchet-sdk](https://github.com/TaskRatchet/taskratchet-sdk) - A TaskRatchet API wrapper written in TypeScript. - [taskratchet/taskratchet-web](https://github.com/TaskRatchet/taskratchet-web) - The TaskRatchet web app. -- [taskratchet/taskratchet.com](https://github.com/TaskRatchet/TaskRatchet.com) - This website. - -## Financial Contributions - -TaskRatchet is [literally committed](https://www.beeminder.com/tskrtcht/oo) to making ongoing financial contributions to open source projects. Currently contributions are made via [Open Collective](https://opencollective.com/taskratchet). +- [taskratchet/taskratchet.com](https://github.com/TaskRatchet/TaskRatchet.com) - The TaskRatchet marketing home page. From 27ee87b147272b9e49aad5dc50627f324f38085e Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Mon, 5 May 2025 09:27:57 -0400 Subject: [PATCH 2/2] Update src/open-source.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/open-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open-source.md b/src/open-source.md index 8082973..910543e 100644 --- a/src/open-source.md +++ b/src/open-source.md @@ -7,7 +7,7 @@ TaskRatchet's open-source projects can be found here: ## Projects - [taskratchet/autodial](https://github.com/TaskRatchet/autodial) - The Beeminder autodialer. “The Beeminder autodialer will automatically adjust the rate on your goals based on your historical performance.” -- [taskratchet/taskratchet-docs](https://github.com/TaskRatchet/taskratchet-docs) - This TaskRatchet documentation website. +- [taskratchet/taskratchet-docs](https://github.com/TaskRatchet/taskratchet-docs) - Developer and user documentation for TaskRatchet. - [taskratchet/taskratchet-mobile](https://github.com/TaskRatchet/taskratchet-mobile) - The TaskRatchet mobile app. - [taskratchet/taskratchet-python](https://github.com/TaskRatchet/taskratchet-python) - A TaskRatchet API wrapper written in Python. - [taskratchet/taskratchet-sdk](https://github.com/TaskRatchet/taskratchet-sdk) - A TaskRatchet API wrapper written in TypeScript.