From 118d85fd895f0dc2ee385f469c77e9aaf678c5c0 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 7 Jan 2018 18:11:05 -0500 Subject: [PATCH] Remove Gratipay --- README.md | 2 -- assets/javascripts/templates/pages/about_tmpl.coffee | 2 -- assets/javascripts/templates/pages/root_tmpl.coffee.erb | 2 -- 3 files changed, 6 deletions(-) diff --git a/README.md b/README.md index 4bb41868..03786ac5 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ Keep track of development news: * Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter * Join the [mailing list](https://groups.google.com/d/forum/devdocs) -DevDocs is free and open source. If you like it, please consider supporting my work on [Gratipay](https://gratipay.com/devdocs/). Thanks! - **Table of Contents:** [Quick Start](#quick-start) · [Vision](#vision) · [App](#app) · [Scraper](#scraper) · [Commands](#available-commands) · [Contributing](#contributing) · [License](#copyright--license) · [Questions?](#questions) ## Quick Start diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 963edf38..13e6310b 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -23,8 +23,6 @@ app.templates.aboutPage = -> """
  • Watch the repository on GitHub
  • Join the mailing list -

    If you like DevDocs, please spread the word and consider supporting my work on - Gratipay. Thanks!

    diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index bfb3f3d6..44dbf4fb 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -19,7 +19,6 @@ app.templates.intro = """

  • DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information, see the COPYRIGHT and LICENSE files. -
  • If you like the app, please consider supporting the project on Gratipay. Thanks!

    Happy coding! @@ -41,7 +40,6 @@ app.templates.intro = """

  • For the latest news, follow @DevDocs.
  • DevDocs is free and open source. -
  • If you like the app, please consider supporting the project on Gratipay. Thanks!
  • And if you're new to coding, check out freeCodeCamp's open source curriculum.

    Happy coding!