From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b0a593e9283435a7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!ezmp3.switch.ch!news-zh.switch.ch!switch.ch!news.ip-plus.net!newsfeed.ip-plus.net!news.post.ch!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: CGI in Ada? Date: Wed, 07 Mar 2007 12:38:00 +0100 Organization: Swisscom IP+ (post doesn't reflect views of Swisscom) Message-ID: <45eea418$1@news.post.ch> References: <1173266476.9460.4.camel@localhost.localdomain> NNTP-Posting-Host: 194.41.146.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: atlas.ip-plus.net 1173267485 7057 194.41.146.1 (7 Mar 2007 11:38:05 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Wed, 7 Mar 2007 11:38:05 +0000 (UTC) User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: <1173266476.9460.4.camel@localhost.localdomain> X-Original-NNTP-Posting-Host: w01iwt.pnet.ch X-Original-Trace: 7 Mar 2007 12:38:00 +0200, w01iwt.pnet.ch Xref: g2news2.google.com comp.lang.ada:9748 Date: 2007-03-07T12:38:00+01:00 List-Id: Georg Bauhaus schrieb: > On Wed, 2007-03-07 at 11:45 +0100, Maciej Sobczak wrote: > >> If yes, are there any reasonable libraries for handling url >> encoding/decoding, html entity escaping, form data retrieval, cookies, etc.? > > David Wheeler's AdaCGI is a fairly complete solution. > I haven't created a larger site with it, though. > http://www.dwheeler.com/adacgi/ Which I have extended and incorporated into AdaCL. While I value David's initial work it is superseded now - the AdaCL version can do more - most notably it supports file upload. Martin