From 328303506b0ffb6828521a587819b8835a49ab90 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 7 Nov 2022 13:47:33 +0000 Subject: [PATCH] Add one-time donate link. --- .github/FUNDING.yml | 3 +- site/index.html | 122 ++++++++++++++++++++++++-------------------- 2 files changed, 68 insertions(+), 57 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index cc149a1..5593448 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ -liberapay: Telodendria +liberapay: "Telodendria" +custom: "https://donate.stripe.com/8wM29AfF5bRJc48eUU" diff --git a/site/index.html b/site/index.html index 6ea2008..0fbbbd7 100644 --- a/site/index.html +++ b/site/index.html @@ -36,8 +36,73 @@ functional. Note: Telodendria is under heavy development. Please see the Project Status. +

-Donate using Liberapay +If you would like to donate to this project, you can do so with the +following links: +

+ +

+If you would like to do a recurring donation larger than what's allowed +by LiberaPay, please contact me directly on Matrix at @jordan:bancino.net. +

+

Download

+

+Telodendria is distributed as source tarballs, in true Unix +fashion. If you want, you can verify the checksum of your download, +and check the signature. To check the signature, you'll need +signify, and the signify public key: + +telodendria-signify.pub. +

+

+If your operating system has an official package or port of +Telodendria, you should prefer to use that instead of manually +downloading the source and building it. If your operating system's +package or port is too out of date for your tastes, please contact +the package's maintainers to notify them, or offer to update the +package yourself. +

+ + + + + + + + + + + +
VersionDownloadChecksumSignature
+No downloads here yet. See the +Project Status for more +information. +
+

+You can find the change log in the documentation.

Documentation

@@ -123,61 +188,6 @@ Basic fixed-size circular queue implementation. -

Download

-

-Telodendria is distributed as source tarballs, in true Unix -fashion. If you want, you can verify the checksum of your download, -and check the signature. To check the signature, you'll need -signify, and the signify public key: - -telodendria-signify.pub. -

-

-If your operating system has an official package or port of -Telodendria, you should prefer to use that instead of manually -downloading the source and building it. If your operating system's -package or port is too out of date for your tastes, please contact -the package's maintainers to notify them, or offer to update the -package yourself. -

- - - - - - - - - - - -
VersionDownloadChecksumSignature
-No downloads here yet. See the -Project Status for more -information. -
-

-You can find the change log in the documentation. -

Resources