111
|
1 <html>
|
135
|
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 }
|
111
|
11
|
135
|
12 </script>
|
|
13
|
|
14 </head>
|
|
15 <body>
|
111
|
16
|
135
|
17 <h3>Alcatraz XUL Package</h3>
|
|
18 <p>contains only DIGILIB-Buttons at the moment</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>
|
111
|
22
|
135
|
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 "install alcatraz" button<br><br>
|
|
27 <form>
|
|
28 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br>
|
|
29 </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>
|
|
32
|
|
33 <li>restart mozilla</li>
|
|
34
|
|
35 <li>enter chrome://alcatraz/content/sidebar/install.xul in the input field of the URL bar</li>
|
|
36
|
|
37 <li>a dialog is asking you to install the Alcatraz-Sidebar, open the Sidebar (F9) and press the button</li>
|
|
38
|
|
39 </ol>
|
|
40
|
|
41 <hr>
|
|
42
|
|
43 <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>
|
111
|
45 <!-- Created: Mon May 12 19:44:41 CEST 2003 -->
|
|
46 <!-- hhmts start -->
|
|
47 Last modified: Tue May 13 20:17:00 CEST 2003
|
|
48 <!-- hhmts end -->
|
|
49 </body>
|
|
50 </html>
|