Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14106: Converted firefox add-on to a full listin in Mozilla add-ons
  • Loading branch information
cdot committed Oct 25, 2016
1 parent 76d5878 commit 6dce075
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 2 additions & 5 deletions data/System/WebDAVLinkPlugin.txt
Expand Up @@ -79,10 +79,7 @@ In the Internet Explorer menu bar:
* OK the "Internet Options" dialog

---+++ Configuring Firefox
Most Firefox versions up to 5.0 have been tested.

Install the firefox plugin by clicking this link:
%PUBURL%/%WEB%/%TOPIC%/firefox/webdavlink.xpi
Install the firefox plugin from the Mozilla Add-Ons.

Use the extension preferences to tell the extension what program
to use to open Web<nop>DAV links.
Expand All @@ -91,7 +88,7 @@ If you have configured the plugin correctly you should see the edit features
in the table of attachments to this topic.

---++++ Firefox Developer Note
Recent versions of Firefox now require extensions to be signed, and if you rebuild the extension you will have to sign it (a signed version of the latest code is always uploaded to the Foswiki webswite). If you want to roll your own, the process for signing is straightforward, see https://wiki.mozilla.org/Add-ons/Extension_Signing
Recent versions of Firefox now require extensions to be signed, and if you rebuild the extension you will have to sign it (a signed version of the latest code is kept in the Mozilla Add-ons site). If you want to roll your own, the process for signing an unlisted extension is straightforward, see https://wiki.mozilla.org/Add-ons/Extension_Signing

---+++ Running Web<nop>DAV on on Mac OS X
The native client of Mac OS X is a bit crippled, but with a decent Web<nop>DAV client it works very well. For example Transmit (http://www.panic.com/transmit/) or Interarchy (http://nolobe.com/interarchy/) will provide easy access to Web<nop>DAV store on Foswiki for users. Both clients allow secure Web<nop>DAV over https transfers. Its possible to connect to your Wiki like a network drive and make it available within your Finder. For example Transmit has a feature called "Transmit Disk" which enables mounting of Web<nop>DAV shares.
Expand Down
@@ -1,3 +1,3 @@
pref("extensions.webdavlink.executable", "/usr/bin/ooffice");
// See http://kb.mozillazine.org/Localize_extension_descriptions
pref("extensions.webdavlink@wikiring.com.description", "chrome://webdavlink/locale/webdavlink.properties");
pref("extensions.webdavlink@foswiki.org.description", "chrome://webdavlink/locale/webdavlink.properties");
10 changes: 5 additions & 5 deletions pub/System/WebDAVLinkPlugin/firefox/install.rdf
Expand Up @@ -2,20 +2,20 @@
<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@wikiring.com</em:id>
<em:id>webdavlink@foswiki.org</em:id>
<em:name>WebDAVLink</em:name>
<em:version>1.5</em:version>
<em:version>1.7</em:version>
<em:creator>Crawford Currie</em:creator>
<em:iconURL>chrome://webdavlink/skin/icon.png</em:iconURL>
<em:homepageURL>http://wikiring.com/Extensions/WebDAVLinkPlugin</em:homepageURL>
<em:homepageURL>http://foswiki.org/Extensions/WebDAVLinkPlugin</em:homepageURL>
<em:contributor>Crawford Currie</em:contributor>
<em:description>Open webdav documents using native application</em:description>
<em:description>Open WebDAV documents using native applications</em:description>
<em:optionsURL>chrome://webdavlink/content/options.xul</em:optionsURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
Expand Down

0 comments on commit 6dce075

Please sign in to comment.