From f27fb8342ec019286d234442447480b1cb328a2c Mon Sep 17 00:00:00 2001 From: Lee Lawlor Date: Fri, 4 Apr 2014 18:49:18 -0400 Subject: [PATCH] add tutorials to documentation --- app/controllers/docs_controller.rb | 1 + app/views/docs/_sidebar.html.erb | 1 + app/views/docs/tutorials.html.erb | 121 +++++++++++++++++++++++++++++ app/views/pages/features.html.erb | 2 +- 4 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 app/views/docs/tutorials.html.erb diff --git a/app/controllers/docs_controller.rb b/app/controllers/docs_controller.rb index c7ba287..ea7da51 100644 --- a/app/controllers/docs_controller.rb +++ b/app/controllers/docs_controller.rb @@ -8,6 +8,7 @@ class DocsController < ApplicationController def importer; ; end def charts; ; end def users; ; end + def tutorials; ; end def channels # default values diff --git a/app/views/docs/_sidebar.html.erb b/app/views/docs/_sidebar.html.erb index 2145d40..19c0c6d 100644 --- a/app/views/docs/_sidebar.html.erb +++ b/app/views/docs/_sidebar.html.erb @@ -38,6 +38,7 @@ <% end %>
  • Plugins
  • +
  • Tutorials
  • Error Codes
  • diff --git a/app/views/docs/tutorials.html.erb b/app/views/docs/tutorials.html.erb new file mode 100644 index 0000000..29d68b0 --- /dev/null +++ b/app/views/docs/tutorials.html.erb @@ -0,0 +1,121 @@ +
    + +
    + <%= render 'docs/sidebar' %> +
    + +
    + +
    +

    Tutorials

    +
    + +
    + +

    Getting Started with ThingSpeak

    + +

    Arduino

    + +

    Electric Imp

    + +

    Freetronics

    + +

    Google

    + +

    ioBridge

    + +

    Java

    + +

    JavaScript / jQuery

    + +

    mbed

    + +

    .NET / C#

    + +

    Netduino

    + +

    node.js

    + +

    Processing

    + +

    Prowl Push Updates

    + +

    Python

    + +

    Ruby

    + +

    SmartThings

    + +

    Spark Core

    + +

    Twine

    + +

    Twilio Cloud Communications

    + +

    Twitter

    + +

    WordPress

    + +

    Wireless

    + + +
    +
    + diff --git a/app/views/pages/features.html.erb b/app/views/pages/features.html.erb index b573795..71ebb8c 100644 --- a/app/views/pages/features.html.erb +++ b/app/views/pages/features.html.erb @@ -17,6 +17,6 @@
    Privacy Options for Open Data

    We respect your privacy. You can choose to make your data public or private. Over 95% of ThingSpeak Channels are private meaning that the data is not publicly accessible without API keys and user authentication. You can control who has access to your data and build applications that are open to those that you choose. We don't sell your data to third-parties. You can even run ThingSpeak on a private network at your facility or home and build tightly secured applications for your organization's needs.

    Open Source for Open Source
    -

    The ThingSpeak API is available on GitHub for download and installation on your own servers. You can also take the source code and make changes and contribute new features. ThingSpeak is a modern Ruby on Rails 3.0 application and includes everything to get started including, a full web application, User Management, API Key Management, Channel Management, and Charting. The license for ThingSpeak is under GPLv3 for open source use and can be licensed from ioBridge for closed source applications. ThingSpeak has been installed on over 500 servers and licenced commercially since its release on GitHub in March 2011. Contact ioBridge for licensing options for commercial use. ThingSpeak will be powering many new services and products coming to market in 2012.

    +

    The ThingSpeak API is available on GitHub for download and installation on your own servers. You can also take the source code and make changes and contribute new features. ThingSpeak is a modern Ruby on Rails 3.0 application and includes everything to get started including, a full web application, User Management, API Key Management, Channel Management, and Charting. The license for ThingSpeak is under GPLv3 for open source use and can be licensed from ioBridge for closed source applications. ThingSpeak has been installed on over 500 servers and licenced commercially since its release on GitHub in March 2011. Contact ioBridge for licensing options for commercial use.

    <%= image_tag 'GitHub_ThingSpeak_API.jpg', :size => '300x288' %>