Unix and Linux Discussions Tagged with programming |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
73,360 |
Programming |
|
|
|
0 |
24,946 |
What is on Your Mind? |
|
|
|
1 |
15,153 |
Programming |
|
|
|
0 |
25,378 |
Programming |
|
|
|
1 |
9,838 |
Programming |
|
|
|
7 |
24,079 |
Programming |
|
|
|
5 |
14,147 |
Programming |
|
|
|
4 |
12,185 |
Programming |
|
|
|
8 |
15,897 |
Programming |
|
|
|
0 |
19,132 |
Programming |
|
|
|
0 |
17,703 |
Programming |
|
|
|
6 |
20,638 |
Programming |
|
|
|
6 |
14,854 |
Programming |
|
|
|
8 |
24,876 |
Programming |
|
|
|
0 |
16,977 |
Programming |
|
|
|
1 |
12,599 |
Programming |
|
|
|
13 |
26,926 |
Programming |
|
|
|
7 |
23,735 |
Programming |
|
|
|
14 |
32,683 |
Programming |
|
|
|
1 |
13,042 |
Programming |
|
|
|
10 |
24,110 |
Programming |
|
|
|
1 |
17,365 |
Programming |
|
|
|
1 |
15,313 |
Programming |
|
|
|
0 |
14,342 |
Programming |
|
|
|
8 |
22,899 |
Programming |
|
|
|
1 |
13,882 |
Programming |
|
|
|
7 |
25,391 |
Programming |
|
|
|
5 |
26,922 |
Programming |
|
|
|
9 |
31,913 |
Programming |
|
|
|
0 |
33,656 |
Programming |
|
|
|
6 |
16,819 |
Programming |
|
|
|
4 |
13,661 |
What is on Your Mind? |
|
|
|
1 |
24,726 |
Programming |
|
|
|
18 |
32,416 |
Programming |
|
|
|
9 |
22,903 |
Programming |
|
|
|
0 |
30,366 |
Programming |
|
|
|
2 |
14,948 |
Programming |
|
|
|
6 |
7,082 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
19,379 |
Programming |
|
|
|
13 |
22,644 |
Programming |
OCSIGEN(1) General Commands Manual OCSIGEN(1)
NAME
ocsigen - Web Development framework in OCaml
SYNOPSIS
ocsigen [options]
DESCRIPTION
ocsigen is a programming framework providing a new way to create dynamic web sites. Its goal is to offer an alternative to Apache/PHP,
based on cutting-edge technologies coming from research in programming languages. With ocsigen, you program in a concise and modular way,
with a strong type system which helps you to produce valid xhtml. The server handles sessions, URLs, and page parameters automatically.
OPTIONS
-c, --config
Alternate configuration file.
-d, --daemon
Daemon mode (detach the process). This is the default when there are more than 1 process.
-help, --help
Show summary of options.
-p, --pidfile
Specify a file where to write the PIDs of the servers.
-s, --silent
Silent mode (error messages go in errors.log only).
-v, --verbose
Verbose mode.
-V , --veryverbose
Very verbose mode (debug).
-version
Show version of program.
SEE ALSO
ocamlc(1).
AUTHOR
ocsigen was written by Vincent Balat <vincent.balat@pps.jussieu.fr>.
This manual page was written by Samuel Mimram <smimram@debian.org>, for the Debian project (but may be used by others).
2006-09-14 OCSIGEN(1)