aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-10-28 10:38:20 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-10-28 10:38:20 -0500
commitda22a14cd285d6646db7b7d1ce1281689d01159f (patch)
treef2b14931e983086ea4546ba421e12e25650c87db /README.md
parentf9bd00d49a9de977ecbf75b5fda6d0372483b2e2 (diff)
cleaned up source and added license info
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 4c61759..0000000
--- a/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# LibreJS-webex
-
-Porting 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 or Icecat, 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