Merge lp:~terrycojones/fluidinfo-explorer/edit-index-page into lp:fluidinfo-explorer

Proposed by Terry Jones
Status: Merged
Approved by: PA Parent
Approved revision: 108
Merged at revision: 106
Proposed branch: lp:~terrycojones/fluidinfo-explorer/edit-index-page
Merge into: lp:fluidinfo-explorer
Diff against target: 134 lines (+68/-47)
1 file modified
fluiddbexplorer/templates/index.html (+68/-47)
To merge this branch: bzr merge lp:~terrycojones/fluidinfo-explorer/edit-index-page
Reviewer Review Type Date Requested Status
PA Parent (community) Approve
Review via email: mp+52951@code.launchpad.net

Description of the change

Updated the landing page, examples, added logo and links to more stuff.

To post a comment you must log in.
107. By Terry Jones

Updated example on index page to use a different Bach piece.

Revision history for this message
PA Parent (paparent) wrote :

Sounds good. Only thing: My name is written "Pier André Parent" ;)

review: Needs Fixing
Revision history for this message
Terry Jones (terrycojones) wrote :

Fixed.

108. By Terry Jones

Fixed Pier's name

Revision history for this message
PA Parent (paparent) wrote :

Good :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'fluiddbexplorer/static/images/logo.png'
0Binary files fluiddbexplorer/static/images/logo.png 1970-01-01 00:00:00 +0000 and fluiddbexplorer/static/images/logo.png 2011-03-11 12:31:43 +0000 differ0Binary files fluiddbexplorer/static/images/logo.png 1970-01-01 00:00:00 +0000 and fluiddbexplorer/static/images/logo.png 2011-03-11 12:31:43 +0000 differ
=== modified file 'fluiddbexplorer/templates/index.html'
--- fluiddbexplorer/templates/index.html 2011-02-26 15:05:45 +0000
+++ fluiddbexplorer/templates/index.html 2011-03-11 12:31:43 +0000
@@ -1,55 +1,77 @@
1<!doctype html>1<!doctype html>
2<html>2<html>
3<head>3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>Fluidinfo Explorer</title>5 <title>Fluidinfo Explorer</title>
66
7 <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="extjs/resources/css/ext-all.css") }}">7 <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="extjs/resources/css/ext-all.css") }}">
8 <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="css/application.css") }}">8 <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="css/application.css") }}">
9 <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="css/Ext.ux.grid.RowActions.css") }}">9 <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="css/Ext.ux.grid.RowActions.css") }}">
1010
11{% if config.GOOGLE_ANALYTICS_CODE %}11 {% if config.GOOGLE_ANALYTICS_CODE %}
12<script type="text/javascript">12 <script type="text/javascript">
13var _gaq=_gaq||[];_gaq.push(['_setAccount','{{ config.GOOGLE_ANALYTICS_CODE }}']);_gaq.push(['_trackPageview']);13 var _gaq=_gaq||[];_gaq.push(['_setAccount','{{ config.GOOGLE_ANALYTICS_CODE }}']);_gaq.push(['_trackPageview']);
14(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();14 (function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();
15</script>15 </script>
16{% endif %}16 {% endif %}
17</head>17</head>
18<body class="instance-{{ instance }}">18<body class="instance-{{ instance }}">
1919
20 <div id="logo"><h1>Fluidinfo Explorer{% if instance == 'sandbox' %} (sandbox){% endif %}</h1></div>20 <div id="logo"><h1>Fluidinfo Explorer{% if instance == 'sandbox' %} (sandbox){% endif %}</h1></div>
2121
22<div id="welcome" class="x-hidden">22 <div id="welcome" class="x-hidden">
23 <h2>Welcome to Fluidinfo Explorer</h2>23 <img src="{{ url_for('static', filename="images/logo.png") }}">
24 {% if rootid == 'nstree-disabled' %}24 <p/>
25 <div class="warning">25 <h2>Welcome to the Fluidinfo Explorer</h2>
26 <strong>Important:</strong> The namespace tree that usually appears on the left has been disabled because you didn't put a starting namespace in the url. Read on to learn more.26 <p>The Fluidinfo Explorer lets you quickly navigate information stored in
27 </div>27 <a href="http://fluidinfo.com" target="_blank">Fluidinfo</a>. You
28 {% endif %}28 can navigate via a namespace tree, examine individual Fluidinfo
29 <h3>What is Fluidinfo Explorer ?</h3>29 objects, or use <a href="http://doc.fluidinfo.com/fluidDB/queries.html"
30 <p>With this tool you can quickly navigate in <a href="http://www.fluidinfo.com" target="_blank">Fluidinfo</a>, using either the namespace tree or via <a href="http://doc.fluidinfo.com/fluidDB/queries.html" target="_blank">Fluidinfo queries</a>.</p>30 target="_blank">Fluidinfo queries</a> to see matching objects. You
31 <p>You can explore either the main Fluidinfo instance (the default), or the sandbox, at: <a href="{{ config.BASE_URL }}/sandbox/">{{ config.BASE_URL }}/sandbox/</a></p>31 can explore either the main Fluidinfo instance (the default), or the
32 <p>To start exploring from a top-level namespace, add it to the URL. Here are some examples:</p>32 sandbox, at: <a href="{{ config.BASE_URL }}/sandbox/">{{
33 <ul>33 config.BASE_URL }}/sandbox/</a>.</p>
34 <li><a href="{{ config.BASE_URL }}/fluiddb/twitter.com">{{ config.BASE_URL }}/fluiddb/twitter.com</a></li>34
35 <li><a href="{{ config.BASE_URL }}/fluiddb/epointsystem/scada">{{ config.BASE_URL }}/fluiddb/epointsystem/scada</a></li>35 <p>To start exploring from a top-level namespace, add it to the URL as
36 </ul>36 in these examples:</p>
37 <p>If you don't have a Fluidinfo account, feel free to <a href="http://fluidinfo.com/accounts/new/" target="_blank">create one</a>!</p>37 <ul>
3838 <li><a href="http://www.oreilly.com">O'Reilly</a> books and authors:
39 <h3>What is Fluidinfo ?</h3>39 <a href="{{ config.BASE_URL }}/fluidinfo/oreilly.com">{{ config.BASE_URL }}/fluidinfo/oreilly.com</a></li>
40 <p><a href="http://www.fluidinfo.com" target="_blank">Fluidinfo</a> is an online "cloud" database. Using a flexible underlying representation of information and a new model of control, it allows users and applications to work with information more naturally. That includes dynamically organizing, sharing, combining and augmenting information, and searching in ways that have previously not been possible. It also allows users to choose exactly which information to share with whom, with separate controls for reading and writing.</p>40 <li><a href="http://www.readwriteweb.com">ReadWriteWeb</a> articles:
41 <p>Fluidinfo lets data be social. It allows almost unlimited information personalization by individual users and applications, and also <em>between</em> them. This makes it simple to build a wide variety of applications that benefit from cooperation, and which are open to unanticipated future enhancements. Even more importantly, Fluidinfo facilitates and encourages the growth of applications that leave users in control of their own data.</p>41 <a href="{{ config.BASE_URL }}/fluidinfo/readwriteweb.com">{{ config.BASE_URL }}/fluidinfo/readwriteweb.com</a></li>
4242 </ul>
43 <h3>How it's built</h3>43
44 <p>Fluidinfo Explorer uses these:</p>44 <p>To look at a particular object, add it to the URL either with an
45 <ul>45 about value or an object ID as in the following examples:</p>
46 <li><a href="http://www.fluidinfo.com" target="_blank">Fluidinfo</a></li>46 <ul>
47 <li><a href="https://launchpad.net/fom" target="_blank">FOM</a></li>47 <li>Python in a Nutshell (second edition):
48 <li><a href="http://www.extjs.com" target="_blank">ExtJS</a></li>48 <a href="{{ config.BASE_URL }}/fluidinfo/about/book:python%20in%20a%20nutshell%20second%20edition%20(alex%20martelli)">{{ config.BASE_URL }}/fluidinfo/about/book:python in a nutshell second edition (alex martelli)</a></li>
49 <li><a href="http://flask.pocoo.org" target="_blank">Flask</a></li>49 <li>Bach's first cello suite in G Major (BWV 1007):
50 <li><a href="http://gunicorn.org" target="_blank">Gunicorn</a></li>50 <a href="{{ config.BASE_URL }}/fluidinfo/about/BWV1007">{{ config.BASE_URL }}/fluidinfo/about/BWV1007</a></li>
51 <li><a href="http://nginx.org" target="_blank">nginx</a></li>51 <li>The object keeping track of entries in the O'Reilly API competition: <a href="{{ config.BASE_URL }}/fluidinfo/object/5783673e-766c-40d6-b697-4d283adec430">{{ config.BASE_URL }}/fluidinfo/object/5783673e-766c-40d6-b697-4d283adec430</a></li>
52 </ul>52 </ul>
53
54 <h3>To learn more...</h3>
55 <p>You can learn more about using the explorer from our blog post
56 <a href="http://blogs.fluidinfo.com/fluidinfo/2011/01/10/introducing-the-fluiddb-explorer/">Introducing the Fluidinfo Explorer</a>.
57
58 If you want to use the explorer to add information to Fluidinfo,
59 you'll need to
60 <a href="http://fluidinfo.com/accounts/new/" target="_blank">create an account</a>.
61
62 And of course you can also visit our web site to learn more
63 about <a href="http://fluidinfo.com" target="_blank">Fluidinfo</a> in
64 general.</p>
65
66 <p>The explorer was written by <a href="http://twitter.com/paparent">Pier Andr&eacute; Parent</a> using
67 <a href="http://doc.fluidinfo.com/fluidDB/api/index.html" target="_blank">the Fluidinfo API</a>,
68 <a href="https://launchpad.net/fom" target="_blank">FOM</a>,
69 <a href="http://www.extjs.com" target="_blank">ExtJS</a>,
70 <a href="http://flask.pocoo.org" target="_blank">Flask</a>,
71 <a href="http://gunicorn.org" target="_blank">Gunicorn</a>,
72 and
73 <a href="http://nginx.org" target="_blank">nginx</a>.
74 </p>
53</div>75</div>
5476
55{% if config.DEBUG %}77{% if config.DEBUG %}
@@ -101,4 +123,3 @@
101123
102</body>124</body>
103</html>125</html>
104

Subscribers

People subscribed via source and target branches