forked from erlyaws/yaws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.yaws
52 lines (31 loc) · 935 Bytes
/
doc.yaws
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
<erl>
out(A) ->
{ssi, "TAB.inc","%%",[{"doc", "choosen"}]}.
</erl>
<div id="entry">
<h2>Documentation</h2>
<h3> User manual </h3>
<p> The version of the usermanual is currently getting a bit old.
There are several features of yaws which are yet not properly described
in the user manual, they are all described in the Example collection or
man pages though.
</p>
<ul>
<li> <a href="yaws.pdf"> yaws.pdf</a></li>
<li> <a href="yaws.ps"> yaws.ps</a></li>
</ul>
<h3> Man pages </h3>
<ul>
<li>
<a href="yman.yaws?page=yaws_api"> man page for yaws_api (5) </a></li>
<li>
<a href="yman.yaws?page=yaws.conf"> man page for Yaws config file </a></li>
<li>
<a href="yman.yaws?page=yaws"> man page for yaws</a></li>
<li>
<a href="yman.yaws?page=yaws_soap_lib"> man page for yaws_soap_lib</a></li>
</ul>
</div>
<erl>
out(_) -> {ssi, "END2", [],[]}.
</erl>