From 7e7c239f09902daa97c7f445fe1494635bb39224 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 7 Sep 2015 17:48:01 +0100 Subject: [PATCH] Through popular demand add a donations page --- docs/content/donate.md | 30 ++++++++++++++++++++++++++++++ docs/layouts/chrome/navbar.html | 1 + make_manual.py | 1 + 3 files changed, 32 insertions(+) create mode 100644 docs/content/donate.md diff --git a/docs/content/donate.md b/docs/content/donate.md new file mode 100644 index 000000000..ce93d7ebb --- /dev/null +++ b/docs/content/donate.md @@ -0,0 +1,30 @@ +--- +title: "Flowers for My Wife" +description: "Flowers for My Wife." +type: page +date: "2015-09-06" +--- + +Flowers for My Wife +=================== + +Rclone is a pure open source for love-not-money project. However I've +had requests for a donation page and coding it does take me away from +something else I love - my wonderful wife. + +So if you would like to send a donation, I will use it to buy flowers +for her which will make her very happy. + +
+ + + + +
+ +If you would prefer to express your gratitude by promoting the +project, or helping with it, I'd be over the moon with that too! + +Thanks + +Nick \ No newline at end of file diff --git a/docs/layouts/chrome/navbar.html b/docs/layouts/chrome/navbar.html index 814cb4286..c520457a4 100644 --- a/docs/layouts/chrome/navbar.html +++ b/docs/layouts/chrome/navbar.html @@ -22,6 +22,7 @@
  • FAQ
  • Licence
  • Authors
  • +
  • Donate
  • Privacy Policy
  • diff --git a/make_manual.py b/make_manual.py index 836112f02..f6a99c8c6 100755 --- a/make_manual.py +++ b/make_manual.py @@ -36,6 +36,7 @@ docs = [ ignore_docs = [ "downloads.md", "privacy.md", + "donate.md", ] def read_doc(doc):