annotate client/digitallibrary/xul/install.html @ 242:e2c455c2a0d0

new digimage with red triangles for moving the zoomed area (can be switched off with "clop=noarrows")
author robcast
date Wed, 04 Aug 2004 20:35:35 +0200
parents 37a697fd8ec6
children 004a9467b4ec
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>
204
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
18 <p>contains a sidebar and beta-verion of a toolbar</p>
135
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>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
22 press the &quot;install alcatraz&quot; button<br><br>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
23 <form>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
24 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
25 </form>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
26 </li>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
27
204
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
28 <li>restart mozilla (and you will find the new toolbar installed)</li>
135
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
29
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
30 <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
31
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
32 <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
33
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
34 </ol>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
35
204
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
36 <p><b>Beware :</b> Due to the very early stage of the toolbar and the missing tools to
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
37 easily remove it, the installation with toolbar is primarily for developers. If you
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
38 still installed the toolbar-version and now want to get rid of it, you have to delete the lines
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
39 in <pre>[loacal_chrome]/overlayinfo/browser/content/overlays.rdf</pre> and
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
40 <pre>[local_chrome]/overlayinfo/navigator/content/overlays.rdf</pre> containing
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
41 'alcatraz_toolbar'. Then restart mozilla and pray that the toolbar has disappeared ...</p>
37a697fd8ec6 original-size working now - probably
luginbue
parents: 135
diff changeset
42
135
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
43 <hr>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
44
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
45 <address><a href="mailto:engler@philo.unibe.ch">Daniel Engler</a></address>
68e88c3bc575 unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 111
diff changeset
46 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address>
111
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
47 <!-- Created: Mon May 12 19:44:41 CEST 2003 -->
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
48 <!-- hhmts start -->
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
49 Last modified: Tue May 13 20:17:00 CEST 2003
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
50 <!-- hhmts end -->
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
51 </body>
d6a76e2fcb21 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
52 </html>