« Has replication as we know it reached the end of its usefulness? | Main| Preparing for an IBM compliance audit of your Notes licences »
Disclaimer
This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by Lotus Software nor IBM Corporation. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my words and this is my site, not IBM's - and don't even begin to think otherwise. (Disclaimer shamelessly plugged from Rocky Oliver)
© 2003 - 2010 Stephan H. Wissel - all rights reserved as listed here:

Unless otherwise labeled by its originating author, the content found on this site is made available under the terms of an Attribution/NonCommercial/ShareAlike Creative Commons License, with the exception that no rights are granted -- since they are not mine to grant -- in any logo, graphic design, trademarks or trade names of any type.
Comments
I use the FEBE addon for backups.
In each backup directory it creates a HTML file with links and descriptions of your plug-ins which you can send to others.
{ Link }
Posted by Hynek Kobelka At 20:47:21 On 11/21/2009 | - Website - |
I think your looking for:
about:plugins
Type that into the URL bar.
Posted by Simon O'Doherty At 17:28:25 On 11/23/2009 | - Website - |
chrome : //mozapps/content/extensions/extensions.xul
(cut and paste that into the URL field and remove spaces).
A quick check and the code will be in one of the following two jars
c:\program files\Mozilla Firefox\chrome\browser.jar
c:\program files\Mozilla Firefox\chrome\toolkit.jar
You should find the related JS file to that XUL file in there. Once you have that you can see how to read the details of the addons. Hope that helps.
Posted by Simon O'Doherty At 18:56:46 On 11/23/2009 | - Website - |
thx for the link. Looks interesting for other purposes. What I'm looking for is something that just creates a set of links to the original download location, so when I use such a link a year later I would get the then current version.
Posted by Stephan H. Wissel At 04:07:51 On 11/22/2009 | - Website - |