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.67.24.99 with SMTP id ih3mr13481182pad.14.1412169236429; Wed, 01 Oct 2014 06:13:56 -0700 (PDT) X-Received: by 10.140.91.181 with SMTP id z50mr11402qgd.20.1412169236379; Wed, 01 Oct 2014 06:13:56 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!uq10no1827342igb.0!news-out.google.com!i10ni57qaf.0!nntp.google.com!s7no138699qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 1 Oct 2014 06:13:56 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.250.123.221; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.250.123.221 References: <07383010-822f-4732-bb11-273f8876f4c7@googlegroups.com> <68a3d345-f716-465b-b740-4944a035fbc4@googlegroups.com> <_vHWv.296198$Q61.62547@fx13.iad> <36b0981f-d927-4255-a292-f119172e379d@googlegroups.com> <08c241d6-050d-41e7-80d1-1ff9687bea1a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9806d108-9649-4589-9922-64377e79f877@googlegroups.com> Subject: Re: Gnoga - The GNU Omnificent GUI for Ada From: David Botton Injection-Date: Wed, 01 Oct 2014 13:13:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189272 Date: 2014-10-01T06:13:56-07:00 List-Id: > I've been playing with your library extensively since Monday, trying to fit it into something I've been doing. Great :) > when the executable is outside this directory, the web page still connects but nothing appears. I should add a tutorial on deployment for web and a some other docs until I write the programming guide / reference. The structure needed for a Gnoga app is App Dir | |___ bin - your gnoga app binary | |___ html - boot.html (or other boot loader used) and any static html files, etc. | |___ js - must contain jquery.min.js and jquery-ui.min.js (I may be dropping jquery-ui, we will see) | |___ css - must contain jquery-ui.css > I'll just keep running everything out of the gnoga bin directory for the moment, but I would be interested to know why this is, if anyone knows? The reason is that your Gnoga apps are a full webserver in addition to websocket server for gnoga apps. Gnoga depends on jQuery and a boot loader file that contains the needed websocket connection code (see boot.html which is the default file used.)