Trying to use the nobelists example locally for testing. Copied the source of nobelists.html and have a local copy of nobelists.js
If I change the link to a full URL it fails This works OK: <html> <head> <title>MIT Nobel Prize Winners</title> <link href="nobelists.js" type="application/json" rel="exhibit/data" /> <script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js" type="text/javascript"></script> etc Fails: <html> <head> <title>MIT Nobel Prize Winners</title> <link href="http://simile.mit.edu/exhibit/examples/nobelists/nobelists.js" type="application/json" rel="exhibit/data" /> <script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js" type="text/javascript"></script> etc _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
