File: api.yaws

package info (click to toggle)
yaws 1.65-4etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,164 kB
  • ctags: 3,907
  • sloc: erlang: 20,138; sh: 3,675; makefile: 556; ansic: 404; lisp: 79
file content (25 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (3)
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

<erl>

out(A) -> 
    yaws_api:ssi(A#arg.docroot, ["/HEAD", "/TOPTAB"]).

</erl>

<H1>Yaws API</H1>

<p>
Here we describe the API avalable to Yaws applications. 
First and foremost, the entire regular erlang API is available, this
include mnesia ans all other erlang applications that are part of the
regular erlang system.
<p>
Here we describe the functions available in the yaws_api module 


<a href="yman.yaws?page=yaws_api"> man page for <tt>yaws_api (5)</tt> </a>


<erl>
out(A) -> yaws_api:ssi(A#arg.docroot, ["/END"]).
</erl>