-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocumentation.html
More file actions
38 lines (36 loc) · 1.62 KB
/
documentation.html
File metadata and controls
38 lines (36 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Telomare Documentation</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">Telomare</a>
</div>
<div id="navigation">
<a href="./quickstart.html">QuickStart</a>
<a href="./documentation.html">Documentation</a>
<a href="./archive.html">Archive</a>
</div>
</div>
<div id="content">
<h1>Documentation</h1>
<p>Documentation is still lacking, but it is currently under development.</p>
<p>If you need help, please email me at hhefesto at rdataa dot com, and I might be able to put together a tutorial for you.</p>
<p>Currently available documentation:</p>
<ul>
<li><a href="./docs/haddock/index.html">Haddock Documentation</a></li>
<li><a href="./docs/sil-specification.pdf">Specification of the Telomare language (before called Stand-In-Language)</a></li>
</ul>
</div>
<div id="footer">
Got changes to contribute to the site?
<a href="https://github.com/Stand-In-Language/stand-in-language.github.io">Fork or comment on Github</a>
</div>
</body>
</html>