Page 1 of 1

Where is the source code of NoScript?

Posted: Mon Nov 24, 2014 10:35 pm
by rayquaza
Hi.

On NoScript website, it is written that it is free software with a link to GPL (GNU General Public License). https://www.gnu.org/copyleft/gpl.html

I have not found the source code of NoScript.
It should be on https://noscript.net/getit
So I am wondering where is the code?

Thanks.

Re: Where is the source code of NoScript?

Posted: Mon Nov 24, 2014 10:42 pm
by barbaz
The xpi is just a zip file, unzip it and the jar file inside (also a zip file) and you've got the source

Re: Where is the source code of NoScript?

Posted: Mon Nov 24, 2014 11:30 pm
by rayquaza
Ok, thanks.
Is a Version Control System (like git, hg or svn) used?
Thanks.

Re: Where is the source code of NoScript?

Posted: Tue Nov 25, 2014 11:53 pm
by Thrawn
Giorgio probably has something that he uses internally, but there's no official public repository.

Someone has added it to Github though, which is fine.

Re: Where is the source code of NoScript?

Posted: Wed Nov 26, 2014 4:48 pm
by rayquaza
Ok, thanks for the answer.