Checkpoint.
* Got fonts working cross platform by only using SVG. This will change
with the new webkit engine when Tide 1.4 is released.
* Use the Tide API accessors for cross-window data.
* Make the ThingFish server object an observable, so models and their
URI bases can be changed easily.
* Add options for saving window state and position.
* Contextual menu updates/tests for later.
<!DOCTYPE html>
<!-- $Id$ -->
<html lang="en">
<head>
<title>About</title>
<link rel="stylesheet" type="text/css" href="app://css/main.css" />
<link rel="stylesheet" type="text/css" href="app://css/about.css" />
<script src="app://js/jquery-2.0.3.js" type="text/javascript" charset="utf-8"></script>
<script src="app://js/d/about.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div>
<p>
This is <span id="name"> </span> v<span id="version"> </span>.</p>
<p>
Built using libtide <span id="tide-version"> </span>
<span id="platform"> </span>/<span id="arch"> </span>.
</p>
<p>
Blah blah blah
blah blah blah.
Blah blah blah
blah blah blah.
Blah blah blah
blah blah blah.
Blah blah blah
blah blah blah.
Blah blah blah
blah blah blah.
Blah blah blah
blah blah blah.
Blah blah blah
blah blah blah.
Blah blah blah
blah blah blah.
</p>
</div>
</body>
</html>