Fix outstanding bugs
[pkg-ocaml-ocsigen.git] / files / ocsigen.1
blob3326ac96275816a8e7ab9a032c26d2fdf03efe6a
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .TH OCSIGEN 1 2006-09-14
3 .SH NAME
4 ocsigen \- web programming framework in OCaml
5 .SH SYNOPSIS
6 .B ocsigen
7 .RI [ options ]
8 .SH DESCRIPTION
9 .B ocsigen
10 is a programming framework providing a new way to create dynamic web sites. 
11 Its goal is to offer an alternative to Apache/PHP, based on cutting-edge 
12 technologies coming from research in programming languages. 
13 With
14 .BR ocsigen ,
15 you program in a concise and modular way, with a strong type system 
16 which helps you to produce valid xhtml. The server handles sessions, 
17 URLs, and page parameters automatically.
18 .SH OPTIONS
19 .TP
20 .BR \-c ,\  \-\-config
21 Alternate configuration file.
22 .TP
23 .BR \-d ,\  \-\-daemon
24 Daemon mode (detach the process). This is the default when there are more than 1 process.
25 .TP
26 .BR \-help ,\  \-\-help
27 Show summary of options.
28 .TP
29 .BR \-p ,\  \-\-pidfile
30 Specify a file where to write the PIDs of the servers.
31 .TP
32 .BR \-s ,\  \-\-silent
33 Silent mode (error messages go in errors.log only).
34 .TP
35 .BR \-v ,\  \-\-verbose
36 Verbose mode.
37 .TP
38 .B \-V ,\  \-\-veryverbose
39 Very verbose mode (debug).
40 .TP
41 .B \-version
42 Show version of program.
43 .SH SEE ALSO
44 .BR ocamlc (1).
45 .SH AUTHOR
46 ocsigen was written by Vincent Balat <vincent.balat@pps.jussieu.fr>.
47 .PP
48 This manual page was written by Samuel Mimram <smimram@debian.org>,
49 for the Debian project (but may be used by others).