Unix and Linux Discussions Tagged with programming |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
17,792 |
Programming |
|
|
|
0 |
15,114 |
What is on Your Mind? |
|
|
|
1 |
7,606 |
Programming |
|
|
|
0 |
16,082 |
Programming |
|
|
|
1 |
3,478 |
Programming |
|
|
|
7 |
8,450 |
Programming |
|
|
|
5 |
6,916 |
Programming |
|
|
|
4 |
5,505 |
Programming |
|
|
|
8 |
3,928 |
Programming |
|
|
|
0 |
9,754 |
Programming |
|
|
|
0 |
9,024 |
Programming |
|
|
|
6 |
9,864 |
Programming |
|
|
|
6 |
7,589 |
Programming |
|
|
|
8 |
10,483 |
Programming |
|
|
|
0 |
8,406 |
Programming |
|
|
|
1 |
6,538 |
Programming |
|
|
|
13 |
10,514 |
Programming |
|
|
|
7 |
10,130 |
Programming |
|
|
|
14 |
10,306 |
Programming |
|
|
|
1 |
6,897 |
Programming |
|
|
|
10 |
11,606 |
Programming |
|
|
|
1 |
10,233 |
Programming |
|
|
|
1 |
8,072 |
Programming |
|
|
|
0 |
7,672 |
Programming |
|
|
|
8 |
10,307 |
Programming |
|
|
|
1 |
7,516 |
Programming |
|
|
|
7 |
9,082 |
Programming |
|
|
|
5 |
16,437 |
Programming |
|
|
|
9 |
15,556 |
Programming |
|
|
|
0 |
21,732 |
Programming |
|
|
|
6 |
9,037 |
Programming |
|
|
|
4 |
6,578 |
What is on Your Mind? |
|
|
|
1 |
12,724 |
Programming |
|
|
|
18 |
12,282 |
Programming |
|
|
|
9 |
12,163 |
Programming |
|
|
|
0 |
19,974 |
Programming |
|
|
|
2 |
8,458 |
Programming |
|
|
|
6 |
3,192 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
10,130 |
Programming |
|
|
|
13 |
12,664 |
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)