derek | idea company wrote:
> Hi David and all,
> What if instead of using json files Exhibit used standard XML/RSS
> feeds.  Google reads those when searching for them, and you can also
> have your exhibit pugged by the ever popular Feedburner and other
> fancy RSS readers.  There might also be easier ways to integrate into
> other software or upgrading to a Database if the dataset becomes
> larger then a flat file can handle.
>   
Oh that might work! So, maybe something like this?

  <head>
    <link rel="exhibit/data" type="application/json"
      href="my-data.json" />

    <link rel="exhibit/google-spreadsheets-data" type="application/jsonp"
      
href="http://spreadsheets.google.com/feeds/list/o08841867754116283182.6102151849127695926/od6/public/basic?alt=json-in-javscript";
 />

    <!-- Just for you, Google! -->
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" 
      
href="http://www.foo.com/convert-exhibit-json-to-rss?url=http://people.csail.mit.edu/dfhuynh/my-data.json";
 />

    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" 
      
href="http://spreadsheets.google.com/feeds/list/o08841867754116283182.6102151849127695926/od6/public/basic";
 />
  </head>


How confident are we that this will work?

David

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to