Re[2]: Embedding javascript in binary

2016-01-23 Thread Roman Tsisyk
> Saturday, January 23, 2016 9:59 AM +01:00 from Sander Hoentjen > : > Well actually the javascript (and html) is not for documentation, it > ends up embedded inside the dnsdist binary. It is definitely the problem in this case... -- WBR, Roman Tsisyk http://tarantool.org/ - an efficient

Re: Embedding javascript in binary

2016-01-23 Thread Sander Hoentjen
On 01/23/2016 08:29 AM, Roman Tsisyk wrote: >> Wednesday, January 20, 2016 6:33 PM +01:00 from Sander Hoentjen < >> san...@hoentjen.eu >: >> >> On 01/20/2016 05:44 PM, Stephen Gallagher wrote: >>> On 01/20/2016 10:18 AM, Sander Hoentjen wrote: Hi, I am currently packaging dnsdist[1][2]

Re[2]: Embedding javascript in binary

2016-01-22 Thread Roman Tsisyk
> Wednesday, January 20, 2016 6:33 PM +01:00 from Sander Hoentjen < > san...@hoentjen.eu >: > > On 01/20/2016 05:44 PM, Stephen Gallagher wrote: > > On 01/20/2016 10:18 AM, Sander Hoentjen wrote: > > > Hi, > > > > > I am currently packaging dnsdist[1][2]. I'm reviewing this package (#1297215).

Re: Embedding javascript in binary

2016-01-21 Thread Christopher
On Thu, Jan 21, 2016 at 2:03 PM Sander Hoentjen wrote: > On 01/21/2016 12:29 AM, Christopher wrote: > > On Wed, Jan 20, 2016 at 12:34 PM Sander Hoentjen > > wrote: > > [snip] > > > > > https://fedoraproject.org/wiki/Packaging:JavaScript > > Yeah I read that, bu

Re: Embedding javascript in binary

2016-01-21 Thread Sander Hoentjen
On 01/21/2016 12:29 AM, Christopher wrote: > On Wed, Jan 20, 2016 at 12:34 PM Sander Hoentjen > wrote: > [snip] > > > https://fedoraproject.org/wiki/Packaging:JavaScript > Yeah I read that, but is says "Please note that this section > really only > applie

Re: Embedding javascript in binary

2016-01-20 Thread Christopher
On Wed, Jan 20, 2016 at 12:34 PM Sander Hoentjen wrote: [snip] > > https://fedoraproject.org/wiki/Packaging:JavaScript > Yeah I read that, but is says "Please note that this section really only > applies to JavaScript libraries intended for use on the web." so I am > not sure that applies to my c

Re: Embedding javascript in binary

2016-01-20 Thread Sander Hoentjen
On 01/20/2016 05:44 PM, Stephen Gallagher wrote: > On 01/20/2016 10:18 AM, Sander Hoentjen wrote: > > Hi, > > > I am currently packaging dnsdist[1][2]. This is a binary that has a > > httpserver built-in, and the html, css and js files embedded in the > > binary. The javascript files are jquery and

Re: Embedding javascript in binary

2016-01-20 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2016 10:18 AM, Sander Hoentjen wrote: > Hi, > > I am currently packaging dnsdist[1][2]. This is a binary that has a > httpserver built-in, and the html, css and js files embedded in the > binary. The javascript files are jquery and a few othe

Embedding javascript in binary

2016-01-20 Thread Sander Hoentjen
Hi, I am currently packaging dnsdist[1][2]. This is a binary that has a httpserver built-in, and the html, css and js files embedded in the binary. The javascript files are jquery and a few other known scripts[3], and there is one javascript specific to dnsdist itself[4]. What are the guidelines o