aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-07-12 17:42:48 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-07-16 10:48:10 -0400
commit2f9fe49cb85eed35676a2711686d6ddc0514ac5a (patch)
treea6deb2607e1139da240d127300a6922fb28fe757 /docs
parent8a038c69411715cba36eaea92ee7a9944762ef6b (diff)
downloadkutter-2f9fe49cb85eed35676a2711686d6ddc0514ac5a.tar.gz
kutter-2f9fe49cb85eed35676a2711686d6ddc0514ac5a.tar.xz
kutter-2f9fe49cb85eed35676a2711686d6ddc0514ac5a.zip
docs: Add a Sponsors.md file
Add a documentation page with information on how to support Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md4
-rw-r--r--docs/Sponsors.md30
-rw-r--r--docs/_klipper3d/mkdocs.yml1
-rw-r--r--docs/index.md1
4 files changed, 34 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 598d5800..417fb1d4 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -2,8 +2,8 @@
## How can I donate to the project?
-Thanks. Kevin has a Patreon page at:
-[https://www.patreon.com/koconnor](https://www.patreon.com/koconnor)
+Thank you for your support. See the [Sponsors page](Sponsors.md) for
+information.
## How do I calculate the rotation_distance config parameter?
diff --git a/docs/Sponsors.md b/docs/Sponsors.md
new file mode 100644
index 00000000..70755e7c
--- /dev/null
+++ b/docs/Sponsors.md
@@ -0,0 +1,30 @@
+# Sponsors
+
+Klipper is Free Software. We depend on the generous support from
+sponsors. Please consider sponsoring Klipper or supporting our
+sponsors.
+
+## Klipper Developers
+
+### Kevin O'Connor
+
+Kevin is the original author and current maintainer of Klipper. Kevin
+has a Patreon page at:
+[https://www.patreon.com/koconnor](https://www.patreon.com/koconnor)
+
+### Eric Callahan
+
+Eric is the author of bed_mesh, spi_flash, and several other Klipper
+modules. Eric has a donations page at:
+[https://ko-fi.com/arksine](https://ko-fi.com/arksine)
+
+## Related Klipper Projects
+
+Klipper is frequently used with other Free Software. Consider using or
+supporting these projects.
+
+* [Moonraker](https://github.com/Arksine/moonraker)
+* [Mainsail](https://github.com/mainsail-crew/mainsail)
+* [Fluidd](https://github.com/fluidd-core/fluidd)
+* [OctoPrint](https://octoprint.org/)
+* [KlipperScreen](https://github.com/jordanruthe/KlipperScreen)
diff --git a/docs/_klipper3d/mkdocs.yml b/docs/_klipper3d/mkdocs.yml
index 313f60c5..29c0bdd0 100644
--- a/docs/_klipper3d/mkdocs.yml
+++ b/docs/_klipper3d/mkdocs.yml
@@ -135,3 +135,4 @@ nav:
- CANBUS.md
- TSL1401CL_Filament_Width_Sensor.md
- Hall_Filament_Width_Sensor.md
+ - Sponsors.md
diff --git a/docs/index.md b/docs/index.md
index efbae621..17192742 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -15,3 +15,4 @@ To begin using Klipper start by [installing](Installation.md) it.
Klipper is Free Software. Read the [documentation](Overview.md) or
view [the Klipper code on github](https://github.com/Klipper3d/klipper).
+We depend on the generous support from our [sponsors](Sponsors.md).