Unix and Linux Discussions Tagged with programming |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
17,595 |
Programming |
|
|
|
0 |
14,929 |
What is on Your Mind? |
|
|
|
1 |
7,594 |
Programming |
|
|
|
0 |
15,915 |
Programming |
|
|
|
1 |
3,466 |
Programming |
|
|
|
7 |
8,401 |
Programming |
|
|
|
5 |
6,905 |
Programming |
|
|
|
4 |
5,486 |
Programming |
|
|
|
8 |
3,911 |
Programming |
|
|
|
0 |
9,729 |
Programming |
|
|
|
0 |
8,997 |
Programming |
|
|
|
6 |
9,844 |
Programming |
|
|
|
6 |
7,579 |
Programming |
|
|
|
8 |
10,458 |
Programming |
|
|
|
0 |
8,393 |
Programming |
|
|
|
1 |
6,520 |
Programming |
|
|
|
13 |
10,495 |
Programming |
|
|
|
7 |
10,065 |
Programming |
|
|
|
14 |
10,284 |
Programming |
|
|
|
1 |
6,893 |
Programming |
|
|
|
10 |
11,570 |
Programming |
|
|
|
1 |
10,219 |
Programming |
|
|
|
1 |
8,063 |
Programming |
|
|
|
0 |
7,661 |
Programming |
|
|
|
8 |
10,279 |
Programming |
|
|
|
1 |
7,512 |
Programming |
|
|
|
7 |
9,057 |
Programming |
|
|
|
5 |
16,384 |
Programming |
|
|
|
9 |
15,529 |
Programming |
|
|
|
0 |
21,537 |
Programming |
|
|
|
6 |
9,030 |
Programming |
|
|
|
4 |
6,569 |
What is on Your Mind? |
|
|
|
1 |
12,689 |
Programming |
|
|
|
18 |
12,232 |
Programming |
|
|
|
9 |
12,131 |
Programming |
|
|
|
0 |
19,797 |
Programming |
|
|
|
2 |
8,450 |
Programming |
|
|
|
6 |
3,185 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
10,118 |
Programming |
|
|
|
13 |
12,633 |
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)