]> git.gir.st - VimFx.git/blob - documentation/installation.md
Remove links to VimFx on AMO
[VimFx.git] / documentation / installation.md
1 # Installation
2
3 First off, you need a Firefox version old enough to support _legacy_ extensions.
4 See [README.md] for more information.
5
6 [README.md]: ../README.md
7
8
9 ## ⚠️ NO LONGER AVAILABLE ⚠️<br>Option 1: [addons.mozilla.org] \(AMO)
10
11 **<https://addons.mozilla.org/firefox/addon/VimFx>**
12
13 You used to be able to follow the above link and hit the green “Install” button
14 and then be ready to go, but Mozilla has removed all legacy extensions from
15 their site.
16
17 - [Signed][signed] and reviewed by Mozilla.
18 - Hosted on AMO.
19 - Automatic updates.
20
21 [addons.mozilla.org]: https://addons.mozilla.org/
22
23
24 ## Option 2: [GitHub releases][releases]
25
26 Go to VimFx’s [releases] page and click the link to “VimFx.xpi” for the version
27 you’re interested in (most likely the latest). Firefox should then ask you about
28 allowing the installation. (If not, download the .xpi file and [open it in
29 Firefox][open-xpi].)
30
31 - [Signed][signed] by Mozilla (but not reviewed).
32 - Available as a backup alternative, and in case of slow reviews on AMO.
33 - No automatic updates.
34
35 [releases]: https://github.com/akhodakivskiy/VimFx/releases
36
37
38 ## Option 3: Build from source
39
40 [Build VimFx] and then [open the produced `build/VimFx.xpi` file][open-xpi].
41
42 - [Unsigned][signed].
43 - Bleeding edge.
44 - Allows you to fiddle with the code.
45 - No automatic updates.
46
47 [Build VimFx]: tools.md#how-to-build-and-install-the-latest-version-from-source
48
49 ### How to install an .xpi file in Firefox
50
51 Firefox add-ons are .xpi files (a renamed .zip file—try renaming it to .zip and
52 open it like any old .zip file to see what’s inside). There are several ways of
53 installing them:
54
55 - Drag and drop the .xpi file into the Firefox window.
56 - Press ctrl+o and choose the .xpi file.
57 - Use “Install from file…” in the top-right menu in the Add-ons Manager.
58
59
60 ## What is a signed add-on?
61
62 By default it is not possible to install add-ons which haven’t been signed by
63 Mozilla. In order for an add-on to be signed it must pass some code checks. The
64 idea is to protect users from malware.
65
66 If you’re interested in installing an unsigned add-on (such as if you’ve built
67 a VimFx .xpi from source yourself), read all about extension signing here:
68
69 <https://wiki.mozilla.org/Addons/Extension_Signing>
70
71
72 [open-xpi]: #how-to-install-an-xpi-file-in-firefox
73 [signed]: #what-is-a-signed-add-on
Imprint / Impressum