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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.32.204 with SMTP id o52mr2620860yha.53.1413759759528; Sun, 19 Oct 2014 16:02:39 -0700 (PDT) X-Received: by 10.140.51.102 with SMTP id t93mr708qga.8.1413759759484; Sun, 19 Oct 2014 16:02:39 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!dc16no4027360qab.1!news-out.google.com!i10ni95qaf.0!nntp.google.com!s7no3908960qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 19 Oct 2014 16:02:39 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <54a7334e-a994-4e35-89b3-77dc029555e0@googlegroups.com> Subject: Re: Gnoga Latest Updates From: David Botton Injection-Date: Sun, 19 Oct 2014 23:02:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1786 X-Received-Body-CRC: 2221779019 Xref: news.eternal-september.org comp.lang.ada:22599 Date: 2014-10-19T16:02:39-07:00 List-Id: As of this last update: 1) I have added a simple all Ada template parser (so now possible to use PH= P, Python or a simple token replace for text parsing) 2) It is no long required that you cd in to the bin directory to execute a = gnoga application 3) The executable can be in a bin subdirectory or at the application root d= irectory 4) Any missing sub directories (/js, /img, /css) are assumed to be in /html= , if /html is also missing all files are assumed to be in the applications = root directory. (e.g. you could place the snake executable and boot.html in= the same directory and snake will run with no issue now)