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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.52.131 with SMTP id b125mr13380314ywa.142.1505364424819; Wed, 13 Sep 2017 21:47:04 -0700 (PDT) X-Received: by 10.36.51.147 with SMTP id k141mr44850itk.14.1505364424767; Wed, 13 Sep 2017 21:47:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!border2.nntp.ams1.giganews.com!nntp.giganews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!q8no108665qtb.0!news-out.google.com!p6ni285itp.0!nntp.google.com!o200no180270itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 13 Sep 2017 21:47:04 -0700 (PDT) In-Reply-To: <8a99b865-3712-4890-943f-34cb972244fd@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1205:5055:3750:61cd:a7b1:6850:7d40; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1205:5055:3750:61cd:a7b1:6850:7d40 References: <070ecd42-86bd-4edd-acba-f5e352942d5f@googlegroups.com> <8a99b865-3712-4890-943f-34cb972244fd@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Wasabee 0.0.2 (Ada Web browser) downloads From: gautier_niouzes@hotmail.com Injection-Date: Thu, 14 Sep 2017 04:47:04 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2272 X-Received-Body-CRC: 3609707840 Xref: news.eternal-september.org comp.lang.ada:48115 Date: 2017-09-13T21:47:04-07:00 List-Id: Le mercredi 13 septembre 2017 21:48:42 UTC+2, Tarjei Jensen a =C3=A9crit=C2= =A0: > I would assume that it would be most practical to divide the project at l= east into two. One browser and one rendering engine. It is already the case: Wasabee.Request and Wasabee.Hypertext.Display packa= ges. The first can acquire resources while the other one can display several tim= es what has been loaded so far. > I think people might want to use the rendering engine in other projects. Sure, the HT_object to be rendered could be built from other sources than n= ormal http:// or file:// requests but perhaps from a Zip file containing an= entire document (like a book, a help booklet, ...); you could want to pars= e HTML or other formats.=20 > As far as scripting goes, it is difficult to avoid JavaScript. If you wan= t something more suitable for humans, I would suggest something like basic.= Mainly because basic tends to be readable and have sensible string functio= ns. :-)