1

Topic: Question about possibnon-free javascript found on Hyperbola's website.

Hyperbola's website may have non-free javascript on the hyperbola website first page as well as some other pages. I found them with GNU LibreJS.

It shows

"

blocked scripts in https://www.hyperbola.info/:

at line 526 of https://www.hyperbola.info/:

NONTRIVIAL: nontrivial token: 'document'
https://www.hyperbola.info/static/jquery-1.8.3.min.js:

External script with no known license

"

and at https://www.parabola.nu/

"

blocked scripts in https://www.parabola.nu/:

at line 544 of https://www.parabola.nu/:

NONTRIVIAL: nontrivial token: 'document'
https://www.parabola.nu/static/jquery-1 … 4e3b75.js:

External script with no known license

"
"

The https://www.hyperbola.info/packages/extra/i686/openttd/
page has 3 javascripts that are blocked if I use Gnu LibreJS.

"

blocked scripts in https://www.hyperbola.info/packages/ext … /openttd/:

<A onclick> at line 61 of https://www.hyperbola.info/packages/ext … /openttd/:

NONTRIVIAL: nontrivial token: 'open'
<SCRIPT> at line 260 of https://www.hyperbola.info/packages/ext … /openttd/:

NONTRIVIAL: nontrivial token: 'document'
https://www.hyperbola.info/static/hyperweb.js:

External script with no known license
"

Though I also see that Gnu LibreJS may also have problems seeing it may use or need browserify, so maybe I could somehow find a way to check javascript licenses and javascript without using Gnu LibreJS.

Thank you for your
https://git.hyperbola.info:50100/softwa … klist.git/
blacklist.

2

Re: Question about possibnon-free javascript found on Hyperbola's website.

GNU LibreJS is first not perfect and second made with NodeJS. Okay, besides that rising another issue. I see your point but may I guide you to the original source-code of the Hyperbola-website? Here to look: https://git.hyperbola.info:50100/servic … .git/tree/

There are NO non-free parts, just JavaScript being minimized. You can download the full sources and review them. Examples to follow:

https://git.hyperbola.info:50100/servic … _status.js (GPL-2)
https://git.hyperbola.info:50100/servic … yperweb.js (GPL-2)
https://git.hyperbola.info:50100/servic … y-1.8.3.js (Expat / MIT)
https://git.hyperbola.info:50100/servic … ter-2.7.js (GPL, Expat / MIT)

Example of minimized version:

https://git.hyperbola.info:50100/servic … 8.3.min.js

So I see here no issue and the title of thread is therefore irritating. smile
And please: We are not responsible for Parabola. Thanks!

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!

3

Re: Question about possibnon-free javascript found on Hyperbola's website.

throgh wrote:

GNU LibreJS is first not perfect and second made with NodeJS. Okay, besides that rising another issue. I see your point but may I guide you to the original source-code of the Hyperbola-website? Here to look: https://git.hyperbola.info:50100/servic … .git/tree/

There are NO non-free parts, just JavaScript being minimized. You can download the full sources and review them. Examples to follow:

https://git.hyperbola.info:50100/servic … _status.js (GPL-2)
https://git.hyperbola.info:50100/servic … yperweb.js (GPL-2)
https://git.hyperbola.info:50100/servic … y-1.8.3.js (Expat / MIT)
https://git.hyperbola.info:50100/servic … ter-2.7.js (GPL, Expat / MIT)

Example of minimized version:

https://git.hyperbola.info:50100/servic … 8.3.min.js

So I see here no issue and the title of thread is therefore irritating. smile
And please: We are not responsible for Parabola. Thanks!

Thank you for the information about license information, and the other information.

I'm sorry about the title of thread, I do not yet know how to change the title or what it should be called.

I thought I saw jquery-1.8.3.min.js on both sites, so that is why I showed the Parabola link.

4

Re: Question about possibnon-free javascript found on Hyperbola's website.

I can do that for you. smile

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!

5

Re: Question about possibnon-free javascript found on Hyperbola's website.

Done big_smile

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!