comparison client/digitallibrary/xul/install.html @ 200:8271535c7014

original-size working now - probably
author luginbue
date Tue, 02 Mar 2004 13:43:39 +0100
parents 7dc74e541d7c
children 71c51fb57ce1
comparison
equal deleted inserted replaced
199:49cb8a445126 200:8271535c7014
13 13
14 </head> 14 </head>
15 <body> 15 <body>
16 16
17 <h3>Alcatraz XUL Package</h3> 17 <h3>Alcatraz XUL Package</h3>
18 <p>contains only DIGILIB-Buttons at the moment</p> 18 <p>contains a sidebar and beta-verion of a toolbar</p>
19 <h4>Installation:</h4> 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> 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> 21 <ol>
22
23 <li>be sure to proceed with the installation with appropriate rights to write in mozilla/chrome directory (windows: administrator; unix: root)</li>
24
25 <li>
26 press the &quot;install alcatraz&quot; button<br><br> 22 press the &quot;install alcatraz&quot; button<br><br>
27 <form> 23 <form>
28 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br> 24 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br>
29 </form> 25 </form>
30 (this button installs alcatraz.jar in mozillas chrome directory, alcatraz.jar must be readable for any user who uses alcatraz components)<br>
31 </li> 26 </li>
32 27
33 <li>restart mozilla</li> 28 <li>restart mozilla (and you will find the new toolbar installed)</li>
34 29
35 <li>enter chrome://alcatraz/content/sidebar/install.xul in the input field of the URL bar</li> 30 <li>enter chrome://alcatraz/content/sidebar/install.xul in the input field of the URL bar</li>
36 31
37 <li>a dialog is asking you to install the Alcatraz-Sidebar, open the Sidebar (F9) and press the button</li> 32 <li>a dialog is asking you to install the Alcatraz-Sidebar, open the Sidebar (F9) and press the button</li>
38 33
39 </ol> 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>
40 42
41 <hr> 43 <hr>
42 44
43 <address><a href="mailto:engler@philo.unibe.ch">Daniel Engler</a></address> 45 <address><a href="mailto:engler@philo.unibe.ch">Daniel Engler</a></address>
44 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address> 46 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address>