Skip to content

Commit

Permalink
point to simile-widgets server, fix exhibit/data to exhibit-data
Browse files Browse the repository at this point in the history
  • Loading branch information
zepheiryan committed Feb 14, 2012
1 parent 4708afa commit 397cb6a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 21 deletions.
5 changes: 2 additions & 3 deletions scripted/demos/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<title>SIMILE Widgets | Exhibit | Examples | Cloud</title>
<link rel="stylesheet" href="style.css" type="text/css" />

<link href="tagged-data.js" type="application/json" rel="exhibit/data" />
<!-- Replace the URL here with http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js -->
<script src="../src/exhibit-api.js"></script>
<link href="tagged-data.js" type="application/json" rel="exhibit-data" />
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion scripted/demos/history/decide.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="opinions.js" type="application/json" rel="exhibit-data" />
<link rel="stylesheet" type="text/css" href="style.css" />

<script src="../src/exhibit-api.js"></script>
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion scripted/demos/icd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="exhibit-data" href="icd10-infectious.json" />
<link rel="stylesheet" type="text/css" href="style.css" />

<script type="text/javascript" src="../src/exhibit-api.js"></script>
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js"></script>
</head>
<body>

Expand Down
7 changes: 3 additions & 4 deletions scripted/demos/nobelists/nobelists.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<head>
<title>SIMILE Widgets | Exhibit | Examples | MIT Nobel Prize Winners</title>

<link href="nobelists.js" type="application/json" rel="exhibit/data" />
<link href="nobelists.js" type="application/json" rel="exhibit-data" />

<!-- Replace the URL here with http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js -->
<script src="../src/exhibit-api.js"></script>
<script src="../src/extensions/time/time-extension.js?bundle=false"></script>
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js"></script>
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/extensions/time/time-extension.js"></script>

<style>
body {
Expand Down
3 changes: 1 addition & 2 deletions scripted/demos/senate/html5.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<link href="senate-committees.js" type="application/json" rel="exhibit-data" />
<link href="senate-bills.js" type="application/json" rel="exhibit-data" />

<!-- Replace the URL here with http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js -->
<script src="../src/exhibit-api.js"></script>
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js"></script>

<script type="text/javascript">
var rowStyler = function(item, database, tr) {
Expand Down
7 changes: 3 additions & 4 deletions scripted/demos/senate/senate.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
<title>SIMILE Widgets | Exhibit | Examples | Senate</title>
<link rel="stylesheet" href="styles.css" type="text/css" />

<link href="senate-committees.js" type="application/json" rel="exhibit/data" />
<link href="senate-bills.js" type="application/json" rel="exhibit/data" />
<link href="senate-committees.js" type="application/json" rel="exhibit-data" />
<link href="senate-bills.js" type="application/json" rel="exhibit-data" />

<!-- Replace the URL here with http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js -->
<script src="../src/exhibit-api.js"></script>
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js"></script>

<script type="text/javascript">
var rowStyler = function(item, database, tr) {
Expand Down
5 changes: 2 additions & 3 deletions scripted/demos/thumbnail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<title>SIMILE Widgets | Exhibit | Examples | Thumbnail View</title>
<link rel="stylesheet" href="style.css" type="text/css" />

<link href="tagged-data.js" type="application/json" rel="exhibit/data" />
<!-- Replace the URL here with http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js -->
<script src="../src/exhibit-api.js"></script>
<link href="tagged-data.js" type="application/json" rel="exhibit-data" />
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js"></script>
</head>

<body>
Expand Down
5 changes: 2 additions & 3 deletions scripted/demos/thumbnail/tabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<title>SIMILE Widgets | Exhibit | Examples | Thumbnail View</title>
<link rel="stylesheet" href="style.css" type="text/css" />

<link href="tagged-data.js" type="application/json" rel="exhibit/data" />
<!-- Replace the URL here with http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js -->
<script src="../src/exhibit-api.js"></script>
<link href="tagged-data.js" type="application/json" rel="exhibit-data" />
<script src="http://api.simile-widgets.org/exhibit/3.0.0rc1/exhibit-api.js"></script>
</head>

<body>
Expand Down

0 comments on commit 397cb6a

Please sign in to comment.