diff options
author | girst <girst@users.noreply.github.com> | 2019-06-24 07:36:36 +0200 |
---|---|---|
committer | girst <girst@users.noreply.github.com> | 2019-06-24 08:05:23 +0200 |
commit | b6d0fd2cda60196a8228d6fc3b9b330bb1871393 (patch) | |
tree | 5a709413f504a962a41f427a16e17fdf5c26efbb /README | |
download | legacywolf-b6d0fd2cda60196a8228d6fc3b9b330bb1871393.tar.gz legacywolf-b6d0fd2cda60196a8228d6fc3b9b330bb1871393.zip |
initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +=== LegacyFox === + +Monkeypatching Firefox Quantum to run VimFx + +== Installation == +0. Install/upgrade Firefox from your distribution's repositories +1. As root, issue `make install` +2. Install VimFx from https://github.com/akhodakivskiy/VimFx/releases + +== Notes == + * boot.jsm was lifted from https://github.com/xiaoxiaoflood/firefox-scripts.git + * BootstrapLoader.jsm, RDFDataSource.jsm, RDFManifestConverter.jsm from their + last commit in comm-central (8a37a90aab4ec643fce1e1ab33984613ce0b492d) + * config.js: own work + +== Disclaimer & License == + +This project is neither endorsed nor recommended by Mozilla. Firefox is their +trademark; you are not granted any right to distribute modified binary versions +of the software containing the official branding. + +(C) 2018-2019 Mozilla, MPL v2 +(C) 2019 //gir.st/, MPL v2 |