From 85c7de925fb9bbdff68c8822196b2a016ddab21d Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 27 Mar 2016 11:21:00 -0400 Subject: [PATCH] Retire newsletter --- README.md | 1 - assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- assets/javascripts/templates/pages/news_tmpl.coffee.erb | 5 ++--- assets/javascripts/templates/pages/root_tmpl.coffee.erb | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a4b65b3f..fbc8ba7d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ Keep track of development and community news: * Watch the repository on [GitHub](https://github.com/Thibaut/devdocs/subscription) * Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter -* Subscribe to the [newsletter](http://eepurl.com/HnLUz) * 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! diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 1533898c..70eb168e 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -17,10 +17,10 @@ app.templates.aboutPage = -> """
  • Free and open source -

    To keep up-to-date with the latest development and community news: +

    To keep up-to-date with the latest news:

    If you like DevDocs, please consider supporting my work on diff --git a/assets/javascripts/templates/pages/news_tmpl.coffee.erb b/assets/javascripts/templates/pages/news_tmpl.coffee.erb index 9eb9847f..32f0e8b9 100644 --- a/assets/javascripts/templates/pages/news_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/news_tmpl.coffee.erb @@ -2,9 +2,8 @@ app.templates.newsPage = -> """

    Changelog

    -

    For the latest news, - subscribe to the newsletter - or follow @DevDocs.
    +

    + For the latest news, follow @DevDocs.
    For development updates, follow the project on GitHub.

    #{app.templates.newsList app.news}
    """ diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index 90708207..e5984f59 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -38,7 +38,7 @@ app.templates.intro = """
  • To search a specific documentation, type its name (or an abbreviation), then Tab
  • You can search using your browser's address bar — learn how
  • DevDocs works offline, on mobile, and can be installed on Chrome and Firefox. -
  • For the latest news, subscribe to the newsletter or follow @DevDocs +
  • 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! @@ -66,7 +66,7 @@ app.templates.mobileIntro = """
  • To pick your docs, click Select documentation at the bottom of the menu
  • The search supports fuzzy matching (e.g. "bgcp" matches "background-clip")
  • To search a specific documentation, type its name (or an abbreviation), then Space -
  • For the latest news, subscribe to the newsletter or follow @DevDocs +
  • For the latest news, follow @DevDocs
  • DevDocs is open source

    Happy coding!