Unix and Linux Discussions Tagged with programming |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
22,439 |
Programming |
|
|
|
0 |
18,137 |
What is on Your Mind? |
|
|
|
1 |
7,989 |
Programming |
|
|
|
0 |
18,918 |
Programming |
|
|
|
1 |
3,934 |
Programming |
|
|
|
7 |
9,626 |
Programming |
|
|
|
5 |
7,321 |
Programming |
|
|
|
4 |
5,823 |
Programming |
|
|
|
8 |
4,431 |
Programming |
|
|
|
0 |
10,294 |
Programming |
|
|
|
0 |
9,587 |
Programming |
|
|
|
6 |
10,434 |
Programming |
|
|
|
6 |
7,893 |
Programming |
|
|
|
8 |
11,330 |
Programming |
|
|
|
0 |
8,950 |
Programming |
|
|
|
1 |
6,819 |
Programming |
|
|
|
13 |
11,325 |
Programming |
|
|
|
7 |
11,412 |
Programming |
|
|
|
14 |
11,293 |
Programming |
|
|
|
1 |
7,117 |
Programming |
|
|
|
10 |
12,694 |
Programming |
|
|
|
1 |
10,609 |
Programming |
|
|
|
1 |
8,404 |
Programming |
|
|
|
0 |
8,018 |
Programming |
|
|
|
8 |
11,265 |
Programming |
|
|
|
1 |
7,779 |
Programming |
|
|
|
7 |
10,020 |
Programming |
|
|
|
5 |
17,917 |
Programming |
|
|
|
9 |
16,788 |
Programming |
|
|
|
0 |
25,149 |
Programming |
|
|
|
6 |
9,374 |
Programming |
|
|
|
4 |
6,856 |
What is on Your Mind? |
|
|
|
1 |
13,790 |
Programming |
|
|
|
18 |
13,791 |
Programming |
|
|
|
9 |
12,916 |
Programming |
|
|
|
0 |
23,203 |
Programming |
|
|
|
2 |
8,749 |
Programming |
|
|
|
6 |
3,335 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
10,594 |
Programming |
|
|
|
13 |
13,489 |
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)