annotate client/digitallibrary/xul/install.html @ 135:68e88c3bc575

unified scripts, nice xul sidebar, bugfixes
author luginbue
date Tue, 08 Jul 2003 03:00:57 +0200
parents d6a76e2fcb21
children 37a697fd8ec6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
1 <html>
135
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
2 <head>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
3
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
4 <title>Install Alcatraz</title>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
5
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
6 <script type="application/x-javascript">
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
7
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
8 function install() {
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
9 InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} );
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
10 }
111
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
11
135
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
12 </script>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
13
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
14 </head>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
15 <body>
111
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
16
135
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
17 <h3>Alcatraz XUL Package</h3>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
18 <p>contains only DIGILIB-Buttons at the moment</p>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
19 <h4>Installation:</h4>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
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>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
21 <ol>
111
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
22
135
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
23 <li>be sure to proceed with the installation with appropriate rights to write in mozilla/chrome directory (windows: administrator; unix: root)</li>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
24
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
25 <li>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
26 press the &quot;install alcatraz&quot; button<br><br>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
27 <form>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
28 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
29 </form>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
30 (this button installs alcatraz.jar in mozillas chrome directory, alcatraz.jar must be readable for any user who uses alcatraz components)<br>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
31 </li>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
32
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
33 <li>restart mozilla</li>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
34
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
35 <li>enter chrome://alcatraz/content/sidebar/install.xul in the input field of the URL bar</li>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
36
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
37 <li>a dialog is asking you to install the Alcatraz-Sidebar, open the Sidebar (F9) and press the button</li>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
38
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
39 </ol>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
40
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
41 <hr>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
42
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
43 <address><a href="mailto:engler@philo.unibe.ch">Daniel Engler</a></address>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
44 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address>
111
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
45 <!-- Created: Mon May 12 19:44:41 CEST 2003 -->
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
46 <!-- hhmts start -->
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
47 Last modified: Tue May 13 20:17:00 CEST 2003
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
48 <!-- hhmts end -->
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
49 </body>
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
50 </html>