Skip to content

Commit

Permalink
Item14106: change back to unsigned and distribute via extension page …
Browse files Browse the repository at this point in the history
…to circumvent the tortuous Firefox verification process
  • Loading branch information
cdot committed Nov 3, 2016
1 parent 6dce075 commit ef98ae9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/System/WebDAVLinkPlugin.txt
Expand Up @@ -79,7 +79,7 @@ In the Internet Explorer menu bar:
* OK the "Internet Options" dialog

---+++ Configuring Firefox
Install the firefox plugin from the Mozilla Add-Ons.
Download and install the signed firefox plugin from the Foswiki site: https://foswiki.org/pub/Extensions/WebDAVLinkPlugin/webdavlink-%$VERSION%-fx.xpi=

Use the extension preferences to tell the extension what program
to use to open Web<nop>DAV links.
Expand Down
6 changes: 4 additions & 2 deletions lib/Foswiki/Plugins/WebDAVLinkPlugin.pm
Expand Up @@ -10,8 +10,10 @@ use JSON ();
use Foswiki ();
use Foswiki::Func ();

our $VERSION = '1.7.0';
our $RELEASE = '10 May 2015';
# If you update the version number don't forget to update the version of the
# Firefox extension in pub/System/WebDAVLinkPlugin/firefox/install.rdf
our $VERSION = '1.7';
our $RELEASE = '11 Nov 2016';
our $SHORTDESCRIPTION =
'Automatically open links to !WebDAV resources in local applications';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down
3 changes: 2 additions & 1 deletion pub/System/WebDAVLinkPlugin/firefox/install.rdf
Expand Up @@ -2,12 +2,13 @@
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>webdavlink@foswiki.org</em:id>
<em:id>webdavlink.unlisted@foswiki.org</em:id>
<em:name>WebDAVLink</em:name>
<em:version>1.7</em:version>
<em:creator>Crawford Currie</em:creator>
<em:iconURL>chrome://webdavlink/skin/icon.png</em:iconURL>
<em:homepageURL>http://foswiki.org/Extensions/WebDAVLinkPlugin</em:homepageURL>
<em:updateURL>http://foswiki.org/Extensions/WebDAVLinkPlugin</em:updateURL>
<em:contributor>Crawford Currie</em:contributor>
<em:description>Open WebDAV documents using native applications</em:description>
<em:optionsURL>chrome://webdavlink/content/options.xul</em:optionsURL>
Expand Down

0 comments on commit ef98ae9

Please sign in to comment.