Reupload version 0.4 with compatibility for Firefox 3.6
[LocalLink.git] / www / installation.html
blob44f78206cb20c255df628a3f8dcd1976065ef5f7
1 <!-- ***************** INFO/NEWS *************** -->
2 <div id="infoTabs">
3 <div class="infoTab" id="other-stuff">
4 <h5 class="infoHeader">Other Stuff</h5>
5 <script type="text/javascript"><!--
6 google_ad_client = "pub-5604756703943711";
7 google_ad_width = 160;
8 google_ad_height = 600;
9 google_ad_format = "160x600_as";
10 google_ad_type = "text_image";
11 google_ad_channel ="5511434859";
12 //--></script>
13 <script type="text/javascript"
14 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
15 </script>
16 </div>
17 </div>
19 <!-- MAIN CONTENT -->
20 <h5 class="page-header"><a id="content" name="content">Installation</a></h5>
22 <P>To install, click on the xpi-link below.
23 Your browser may block the attempt to install software from this site. In this case, either allow software installation from <CODE>http://locallink.mozdev.org</CODE>, or download the xpi (right click, save as) and open the downloaded file.
24 </P>
26 <UL>
27 <LI> <a href="http://downloads.mozdev.org/locallink/locallink-0.4.xpi">locallink-0.4.xpi</a>:
28 Version 0.4 adds compatibility with Firefox 3.0, 3.5 and 3.6. This is also compatible with Firefox 2.0.
29 <br>Notes: No Thunderbird version included; localisation scheme changed away from the universal scheme to the more robust standard scheme
30 (en-US, en-GB and de-DE provided; I'd be happy to integrate more).
32 <LI> <a href="http://downloads.mozdev.org/locallink/locallink-0.3.xpi">locallink-0.3.xpi</a>:
33 Version 0.3 adds compatibility with Firefox 1.5 and Thunderbird 1.5. This is compatible with Firefox 2.0. Please redownload (here or from addons) or up the maxVersion yourself.
35 <LI> <a href="http://downloads.mozdev.org/locallink/locallink-0.2.xpi">locallink-0.2.xpi</a>:
36 Version 0.2 adds submenus for opening in new tab/new window/etc.
37 Works with Firefox (tested with 1.0PR, should work with 0.8+ through 1.0) and Thunderbird (tested with 0.8, should work with 0.7 through 0.8+).
38 <BR>
39 When updating from 0.1, I suggest you remove the old extension first.
41 <LI> <a href="http://downloads.mozdev.org/locallink/locallink-0.1.xpi">locallink-0.1.xpi</a>:
42 Version 0.1 is bare bones. No preferences, no fancy dialogues.
43 Works only with Firefox (tested with 1.0PR, should work with 0.8+ through 1.0).
44 </UL>
46 <h5> Protocol handlers</h5>
47 <P>
48 If you want to pass links from Thunderbird to an external browser using LocalLink, handlers for the appropriate protocols have to be set up. For local links the protocol is <code>file</code>.
49 You set up the handlers in the same way in which you make Thunderbird open links in Firefox.
50 </P>
51 <h5>Localisation</h5>
52 <P>
53 From version 0.2 on, LocalLink uses &quot;universal localisation&quot;:
54 it takes all labels from the main application, so that they are localized whenever you have a language pack for the latter.
55 </P>