caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Maxence Guesdon <maxence.guesdon@inria.fr>
To: david.baelde@ens-lyon.org
Cc: david.baelde@gmail.com, caml-list@inria.fr
Subject: Re: [Caml-list] FastCGI
Date: Thu, 20 Oct 2005 15:24:59 +0200	[thread overview]
Message-ID: <20051020152459.3f4643ee@tintin.inria.fr> (raw)
In-Reply-To: <53c655920510200323t45f45db6h@mail.gmail.com>

On Thu, 20 Oct 2005 12:23:41 +0200
David Baelde <david.baelde@gmail.com> wrote:

> Hi list,

Hello,
 
> There seems to be many (Fast)CGI implementations in OCaml around:
> XCaml, CamlGI, caml-fastcgi, OCamlNet... But many seem dead, or won't
> even build. I'm wondering which one should I choose, and I'd be glad
> to find some examples or a good doc to start with. Any experiences ? I
> hope the OCaml FastCGI community hasn't give up.

You may have a look at Ocgi:
  http://pauillac.inria.fr/~guesdon/Tools/ocgi/

The library includes functions to retrieve arguments and environment
values. Functors can be used to create "models" of cgi handling sessions
with cookie or in parameters. A lot of useful functions are included to
send mails, escaping strings, building HTML structures (list in tables, ...).
At last, a template tool is included to make the use of forms easier 
(using generated record types). This tool can also be used to create
templates for html code or even mail bodies (or any text, in fact).

Regards,

Maxence Guesdon


  parent reply	other threads:[~2005-10-20 13:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-20 10:23 FastCGI David Baelde
2005-10-20 13:08 ` [Caml-list] FastCGI Jonathan Bryant
2005-10-20 13:24 ` Maxence Guesdon [this message]
2005-10-20 14:38 ` Alessandro Baretta
2005-10-20 21:10 ` Eric Stokes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051020152459.3f4643ee@tintin.inria.fr \
    --to=maxence.guesdon@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=david.baelde@ens-lyon.org \
    --cc=david.baelde@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).