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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cc6c59bd245cc63b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-10 14:41:08 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: GWindows Tutorials Date: Tue, 11 Sep 2001 00:37:59 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9njc09$s88$1@news.huji.ac.il> References: <9nj7nj$pk0$1@news.huji.ac.il> NNTP-Posting-Host: di4-8.dialin.huji.ac.il X-Trace: news.huji.ac.il 1000158026 28936 132.64.14.8 (10 Sep 2001 21:40:26 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Mon, 10 Sep 2001 21:40:26 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:13015 Date: 2001-09-11T00:37:59+02:00 List-Id: Ted Dennison wrote in message news:lR9n7.2754$%u4.10765@www.newsranger.com... > In article <9nj7nj$pk0$1@news.huji.ac.il>, Ehud Lamm says... > > > >What we should do now is combine AWS and GWindows, to create an Ada web > >browser. Combine this with AdaXml for XML editing, and you can have > >something very cool. > >I am pressed for time right now, or I'd do it myself. > > Uhh, yeah me too... :-) > > Come on. You have to admit that there's just a *little* more to making a web > browser than slapping together XML and HTTP protocol support. > > However, the two might be fairly useful for building webcrawlers, site mirrors, > and the like. > webcrawlers and such are nice, and AWS allows you to get a lot of work done quickly. No need for a windows library. I did some work, and am going to enhance them with the new support for coockies. I didn't mean to imply building an IE6 compatible browser. I meant something a lot simpler, but still useful, and a fun project. Basically, getting the the HTML, ultra-simply rendering and display - including links. This shouldn't be too hard to do. After that, the sky's the limit.... It's all just a SMOP any way. Ehud