Added list of views incl. those from 3rd parties, linked views tutorial
from views docs. Linked the list from the tutorial.
Booted (unlinked) pages for Grids tutorial (#397, #398), Timelines
tutorial (#224)
Correct a mistake (memory backend reference), links to 2 demos
(Slickgrid, Graph), change graph demo to match the code in the page and
to use date grouping and set type on dataset accordingly.
Clarifications on not needing recline.js/sep. files at the same time.
Given that exact paths to the dependencies are given, they may as well agree with the ones currently in the repository. In addition, extra dependencies are required to get SlickGrid to attempt to do anything. This may not yet be 100% correct (see Issue #432).
* Note you still need to set the type of the field to time for this to work properly (i.e. we do not attempt to guess a column is dates as that is very error-prone).
* multiview: refactored to call render on all views as that is new setup for #212 (and also needed for #153)
* tutorial-views: call render now which fixes bug (this was specific issue reported in #153)