From da22a14cd285d6646db7b7d1ce1281689d01159f Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Sat, 28 Oct 2017 10:38:20 -0500 Subject: cleaned up source and added license info --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..3bd0cb7 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +# LibreJS-webex + +Port of LibreJS to webExtensions. + +It is lacking some license information for the assets from the original LibreJS. Not sure what license should be used for the new source files either. Also, we probably want to sort out the licenses for the dependencies (Acorn Javascript parser and jsSHA) to make sure they are cited correctly. + +TO BUILD: + +First, you need to get some stuff with npm: + +npm install acorn +npm install jssha +npm install browserify + +To build the extension run this: + +browserify main_background.js -o bundle.js + +To debug this add-on on Firefox, go to the special URL "about:debugging", enable add-on debugging load the manifest.json. + +Chrome should work eventually but I haven't tested it lately. To debug the add-on on Chrome it's basically the same except you load it from "chrome://extensions" + +Mailing list: bug-librejs@gnu.org -- cgit v1.2.3