-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscreenshots.html
23 lines (23 loc) · 1.29 KB
/
screenshots.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Babel in Action</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2>See the Treaty of Babel in Action</h2>
<p>The Treaty of Babel allows any compliant tool to access bibliographic and cover
data for Treaty-enhanced games. Check out these screenshots of Babel-enhanced software.
</p>
<ul>
<li><a href="https://ifdb.org">IFDB</a> can provide XML iFiction documents for a given IFID. See the <a href="https://ifdb.org/api/index">IFDB API documentation</a> for more information.<br>For example: <a href="https://ifdb.org/viewgame?ifiction&ifid=7B5A779B-4653-43DB-A516-F475DDC12987"><code>https://ifdb.org/viewgame?ifiction&ifid=7B5A779B-4653-43DB-A516-F475DDC12987</code></a></li>
<li><a href="https://davidkinder.co.uk/frotz.html">Windows Frotz</a> uses Treaty features to display cover art and descriptions:<a href="images/bureaucracy.jpg">Bureaucracy</a>,
<a href="images/curses.jpg">Curses</a>,
<a href="images/jigsaw.jpg">Jigsaw</a>
<li><a href="https://github.com/angstsmurf/spatterlight">Spatterlight</a> provides a story browser to organize and search your collection: <a href="images/spatterlight.png">Trinity</a>
</ul>
<br><br>
<a href="index.html">Back to the index</a>
</body>
</html>