From ba8ab20a401afc3ae34c6d72f971f1eff3e3977c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 3 Jul 2012 00:05:08 +0200 Subject: o More info no how to use the application. --- views/index.jade | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/index.jade b/views/index.jade index 640b3f8..36d11e2 100644 --- a/views/index.jade +++ b/views/index.jade @@ -31,7 +31,7 @@ block content button(type='submit', class='btn') Explore div(class='row') - div(class='span6') + div(class='span4') h2 About p This is an interactive explorer for the Collection+JSON |hypermedia. Give it an URL and it will render is as good as it @@ -47,7 +47,25 @@ block content a(href='http://amundsen.com/media-types/collection/') formal specification | with a tutorial and examples. - div(class='span6') + div(class='span4') + h2 Using + + p Feel to use this service! However, note that it's running on a free + a(href='http://heroku.com') Heroku + | instance so it might fail, be slow or otherwise useless. + + p If you want to run it against your own local servers you can + | either run it yourself, or use apps like + a(href='http://localtunnel.com') localtunnel.com + | to make your application publicly available. + + h3 The Source Code + + p The source code is available + a(href='trygvis.dyndns.org/~trygvis/git/2012/06/collection+json-explorer.git') here + | . + + div(class='span4') h2 Examples p The -- cgit v1.2.3