Unix and Linux Discussions Tagged with programming |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
18,410 |
Programming |
|
|
|
0 |
15,618 |
What is on Your Mind? |
|
|
|
1 |
7,662 |
Programming |
|
|
|
0 |
16,530 |
Programming |
|
|
|
1 |
3,558 |
Programming |
|
|
|
7 |
8,588 |
Programming |
|
|
|
5 |
6,978 |
Programming |
|
|
|
4 |
5,541 |
Programming |
|
|
|
8 |
3,997 |
Programming |
|
|
|
0 |
9,823 |
Programming |
|
|
|
0 |
9,108 |
Programming |
|
|
|
6 |
9,938 |
Programming |
|
|
|
6 |
7,634 |
Programming |
|
|
|
8 |
10,571 |
Programming |
|
|
|
0 |
8,456 |
Programming |
|
|
|
1 |
6,582 |
Programming |
|
|
|
13 |
10,589 |
Programming |
|
|
|
7 |
10,275 |
Programming |
|
|
|
14 |
10,415 |
Programming |
|
|
|
1 |
6,927 |
Programming |
|
|
|
10 |
11,739 |
Programming |
|
|
|
1 |
10,280 |
Programming |
|
|
|
1 |
8,109 |
Programming |
|
|
|
0 |
7,719 |
Programming |
|
|
|
8 |
10,403 |
Programming |
|
|
|
1 |
7,549 |
Programming |
|
|
|
7 |
9,168 |
Programming |
|
|
|
5 |
16,664 |
Programming |
|
|
|
9 |
15,684 |
Programming |
|
|
|
0 |
22,265 |
Programming |
|
|
|
6 |
9,088 |
Programming |
|
|
|
4 |
6,612 |
What is on Your Mind? |
|
|
|
1 |
12,823 |
Programming |
|
|
|
18 |
12,461 |
Programming |
|
|
|
9 |
12,261 |
Programming |
|
|
|
0 |
20,472 |
Programming |
|
|
|
2 |
8,491 |
Programming |
|
|
|
6 |
3,225 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
10,182 |
Programming |
|
|
|
13 |
12,746 |
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)