-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
63 lines (58 loc) · 2.11 KB
/
index.html
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
55
56
57
58
59
60
61
62
63
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="Maxim Sokhatsky" />
<title>RT</title>
<link rel="stylesheet" href="https://n2o.dev/blank.css" />
<link rel="stylesheet" href="https://n2o.dev/zima.css" />
</head>
<body>
<nav>
<a href="https://n2o.dev">DEV</a>
<a href="#" style="background:#ededed;">RT</a>
</nav>
<header>
<a href="https://github.com/synrc/rt"><img src="https://openmoji.org/data/color/svg/1F506.svg"/></a>
<h1>RT</h1>
</header>
<aside>
<article>
<section>
<h3>INTRO</h3>
<div>RT is an Erlang/OTP library designed for AtomVM. A KERNEL replacement.</div>
</section>
<section>
<h3><a href="https://rt.n2o.dev">MODULES</a></h3>
<div><ul>
<li><a href="man/application.htm">APPLICATION</a></font></li>
<li><a href="man/io.htm">IO</a></font></li>
<li><a href="man/io_lib.htm">IO_LIB</a></font></li>
<li><a href="man/supervisor.htm">SUPERVISOR</a></font></li>
<li><a href="man/gen_server.htm">GEN_SERVER</a></font></li>
<li><a href="man/inet.htm">INET</a></font></li>
<li><a href="man/net.htm">NET</a></font></li>
<li><a href="man/socket.htm">SOCKET</a></font></li>
<li><a href="man/ssl.htm">SSL</a></font></li>
<li><a href="man/erlang.htm">ERLANG</a></font></li>
</ul></div>
<br/>
<div>NOV 2021 © <a href="http://5ht.co/license.htm">ISC LICENSE</a></div>
</section>
</article>
</aside>
<main>
<section>
<a name=plugin><h3>Related Documents</h3></a>
<div>
<ul>
<li><a href="https://base.n2o.dev">STDLIB</a>,
<a href="https://mnesia.n2o.dev">MNESIA</a></li>
</ul></div>
</section>
</main>
<footer>Made with <span class="heart">❤</span> to Erlang and N2O</footer>
</body>
</html>