-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.htm
55 lines (44 loc) · 1.28 KB
/
home.htm
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home</title>
<link rel="stylesheet" href="doc/css/front-page.css">
</head>
<body>
<div class="header">
<div class="box">
<h1>Programming language Moss</h1>
<p><b><a href="doc/moss/toc.htm">Language</a>
| <a href="doc/lib/toc.htm">Library</a>
| <a href="doc/examples/toc.htm">Examples</a>
</b>
</div>
</div>
<div class="box">
<p>General information:
<p class="indent">
<a href="doc/about.htm">About</a>
| <a href="doc/faq.htm">FAQ</a>
<p>Manual:
<p class="indent">
<a href="doc/manual.htm">Manual</a>
| <a href="doc/manual.htm#building">Building</a>
| <a href="doc/manual.htm#installation">Installation</a>
<p>Implementation:
<p class="indent">
<a href="https://github.com/JohnBSmith/moss">Source code</a>
| <a href="doc/rust-moss-features.htm">Rust-Moss features</a>
<p>Interface between Rust and Moss:
<p class="indent">
<a href="https://crates.io/crates/moss">Rust crate</a>
| <a href="https://github.com/JohnBSmith/moss/blob/master/doc/md/rust-moss-examples.md"
>Rust-Moss examples</a>
<p>Development:
<p class="indent">
<a href="doc/blog.htm">Development blog</a>
| <a href="doc/constraints.htm">Disquisitions</a>
| <a href="doc/bibliography.htm">Bibliography</a>
</div>
</body>
</html>