Mercurial > hg > digilib-old
comparison xul/install.html @ 203:bf945fcf9105
restarting with version control of xul sidebar/toolbar
author | luginbue |
---|---|
date | Fri, 27 Feb 2004 11:24:53 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
202:7501034e54e1 | 203:bf945fcf9105 |
---|---|
1 <html> | |
2 <head> | |
3 | |
4 <title>Install Alcatraz</title> | |
5 | |
6 <script type="application/x-javascript"> | |
7 | |
8 function install() { | |
9 InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} ); | |
10 } | |
11 | |
12 </script> | |
13 | |
14 </head> | |
15 <body> | |
16 | |
17 <h3>Alcatraz XUL Package</h3> | |
18 <p>contains a sidebar and beta-verion of a toolbar</p> | |
19 <h4>Installation:</h4> | |
20 <p>(maybe it is a good idea to print this side or to set a bookmark because you will have to close the browser during the installation)</p> | |
21 <ol> | |
22 press the "install alcatraz" button<br><br> | |
23 <form> | |
24 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br> | |
25 </form> | |
26 </li> | |
27 | |
28 <li>restart mozilla (and you will find the new toolbar installed)</li> | |
29 | |
30 <li>enter chrome://alcatraz/content/sidebar/install.xul in the input field of the URL bar</li> | |
31 | |
32 <li>a dialog is asking you to install the Alcatraz-Sidebar, open the Sidebar (F9) and press the button</li> | |
33 | |
34 </ol> | |
35 | |
36 <p><b>Beware :</b> Due to the very early stage of the toolbar and the missing tools to | |
37 easily remove it, the installation with toolbar is primarily for developers. If you | |
38 still installed the toolbar-version and now want to get rid of it, you have to delete the lines | |
39 in <pre>[loacal_chrome]/overlayinfo/browser/content/overlays.rdf</pre> and | |
40 <pre>[local_chrome]/overlayinfo/navigator/content/overlays.rdf</pre> containing | |
41 'alcatraz_toolbar'. Then restart mozilla and pray that the toolbar has disappeared ...</p> | |
42 | |
43 <hr> | |
44 | |
45 <address><a href="mailto:engler@philo.unibe.ch">Daniel Engler</a></address> | |
46 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address> | |
47 <!-- Created: Mon May 12 19:44:41 CEST 2003 --> | |
48 <!-- hhmts start --> | |
49 Last modified: Tue May 13 20:17:00 CEST 2003 | |
50 <!-- hhmts end --> | |
51 </body> | |
52 </html> |