Unix and Linux Discussions Tagged with programming |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
22,646 |
Programming |
|
|
|
0 |
18,164 |
What is on Your Mind? |
|
|
|
1 |
8,007 |
Programming |
|
|
|
0 |
18,964 |
Programming |
|
|
|
1 |
3,966 |
Programming |
|
|
|
7 |
9,683 |
Programming |
|
|
|
5 |
7,342 |
Programming |
|
|
|
4 |
5,844 |
Programming |
|
|
|
8 |
4,477 |
Programming |
|
|
|
0 |
10,324 |
Programming |
|
|
|
0 |
9,616 |
Programming |
|
|
|
6 |
10,473 |
Programming |
|
|
|
6 |
7,920 |
Programming |
|
|
|
8 |
11,398 |
Programming |
|
|
|
0 |
8,976 |
Programming |
|
|
|
1 |
6,831 |
Programming |
|
|
|
13 |
11,396 |
Programming |
|
|
|
7 |
11,490 |
Programming |
|
|
|
14 |
11,383 |
Programming |
|
|
|
1 |
7,138 |
Programming |
|
|
|
10 |
12,758 |
Programming |
|
|
|
1 |
10,635 |
Programming |
|
|
|
1 |
8,428 |
Programming |
|
|
|
0 |
8,040 |
Programming |
|
|
|
8 |
11,328 |
Programming |
|
|
|
1 |
7,794 |
Programming |
|
|
|
7 |
10,093 |
Programming |
|
|
|
5 |
17,962 |
Programming |
|
|
|
9 |
16,863 |
Programming |
|
|
|
0 |
25,205 |
Programming |
|
|
|
6 |
9,397 |
Programming |
|
|
|
4 |
6,873 |
What is on Your Mind? |
|
|
|
1 |
13,847 |
Programming |
|
|
|
18 |
13,882 |
Programming |
|
|
|
9 |
12,965 |
Programming |
|
|
|
0 |
23,255 |
Programming |
|
|
|
2 |
8,769 |
Programming |
|
|
|
6 |
3,343 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
10,634 |
Programming |
|
|
|
13 |
13,536 |
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)