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!news1.google.com!news.germany.com!news.belwue.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: CGI in Ada? From: Georg Bauhaus In-Reply-To: <45eea418$1@news.post.ch> References: <1173266476.9460.4.camel@localhost.localdomain> <45eea418$1@news.post.ch> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1173271556.29628.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Wed, 07 Mar 2007 13:45:57 +0100 Organization: Arcor NNTP-Posting-Date: 07 Mar 2007 13:42:46 CET NNTP-Posting-Host: fd696b28.newsspool4.arcor-online.net X-Trace: DXC=TgC142O^bj\mG86`U=_nC_4IUK On Wed, 2007-03-07 at 12:38 +0100, Martin Krischik wrote: > 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. Excellent. I should perhaps be noted that some of the new packages depend on the GNAT library and hence cannot be translated with most Ada 95 compilers.