annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
107
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
1 <html>
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
2 <head>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
3
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
4 <title>Install Alcatraz</title>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
5
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
6 <script type="application/x-javascript">
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
7
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
8 function install() {
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
9 InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} );
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
10 }
107
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
11
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
12 </script>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
13
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
14 </head>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
15 <body>
107
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
16
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
17 <h3>Alcatraz XUL Package</h3>
200
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
18 <p>contains a sidebar and beta-verion of a toolbar</p>
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
19 <h4>Installation:</h4>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
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>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
21 <ol>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
22 press the &quot;install alcatraz&quot; button<br><br>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
23 <form>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
24 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
25 </form>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
26 </li>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
27
200
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
28 <li>restart mozilla (and you will find the new toolbar installed)</li>
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
29
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
30 <li>enter chrome://alcatraz/content/sidebar/install.xul in the input field of the URL bar</li>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
31
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
32 <li>a dialog is asking you to install the Alcatraz-Sidebar, open the Sidebar (F9) and press the button</li>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
33
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
34 </ol>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
35
200
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
36 <p><b>Beware :</b> Due to the very early stage of the toolbar and the missing tools to
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
37 easily remove it, the installation with toolbar is primarily for developers. If you
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
38 still installed the toolbar-version and now want to get rid of it, you have to delete the lines
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
39 in <pre>[loacal_chrome]/overlayinfo/browser/content/overlays.rdf</pre> and
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
40 <pre>[local_chrome]/overlayinfo/navigator/content/overlays.rdf</pre> containing
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
41 'alcatraz_toolbar'. Then restart mozilla and pray that the toolbar has disappeared ...</p>
8271535c7014 original-size working now - probably
luginbue
parents: 131
diff changeset
42
131
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
43 <hr>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
44
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
45 <address><a href="mailto:engler@philo.unibe.ch">Daniel Engler</a></address>
7dc74e541d7c unified scripts, nice xul sidebar, bugfixes
luginbue
parents: 107
diff changeset
46 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address>
107
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
47 <!-- Created: Mon May 12 19:44:41 CEST 2003 -->
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
48 <!-- hhmts start -->
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
49 Last modified: Tue May 13 20:17:00 CEST 2003
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
50 <!-- hhmts end -->
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
51 </body>
861b573775c8 Installation of XUL-Buttons in chrome
engler
parents:
diff changeset
52 </html>