comparison client/digitallibrary/xul/install.html @ 248:004a9467b4ec

new sidebar version working with rewritten client code
author luginbue
date Thu, 12 Aug 2004 01:48:04 +0200
parents 37a697fd8ec6
children
comparison
equal deleted inserted replaced
247:ffea3e39d9ee 248:004a9467b4ec
1 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <title>Install Alcatraz</title> 4 <title>Install Alcatraz for Firefox</title>
5 5
6 <script type="application/x-javascript"> 6 <script type="application/x-javascript">
7 7
8 function dynamicButtons() {
9 return "google|google()";
10 }
11
12 function google() {
13 top.location = "http://www.google.com";
14 }
15
8 function install() { 16 function install() {
9 InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} ); 17 InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} );
18 InstallTrigger.install ( {'jslib' : 'http://downloads.mozdev.org/jslib/xpi/jslib_current.xpi'} );
10 } 19 }
11 20
12 </script> 21 </script>
13 22
14 </head> 23 </head>
15 <body> 24 <body>
16 25
17 <h3>Alcatraz XUL Package</h3> 26 <h3>Alcatraz XUL Package for Firefox</h3>
18 <p>contains a sidebar and beta-verion of a toolbar</p> 27 <p>Contains a sidebar, a toolbar and the <a href="http://jslib.mozdev.org">jslib-package</a> from mozdev</p>
19 <h4>Installation:</h4> 28 <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> 29 <ul>
21 <ol> 30 <li>press the &quot;install alcatraz&quot; button
22 press the &quot;install alcatraz&quot; button<br><br> 31 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();">
23 <form> 32 </li>
24 <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br>
25 </form>
26 </li>
27 33
28 <li>restart mozilla (and you will find the new toolbar installed)</li> 34 <li>Restart Firefox and you will find the new toolbar installed. The sidebar can be enabled anytime under View -&gt; Sidebar or with the shortcut [Ctrl]-[a].</li>
29 35
30 <li>enter chrome://alcatraz/content/sidebar/install.xul in the input field of the URL bar</li> 36 </ul>
31
32 <li>a dialog is asking you to install the Alcatraz-Sidebar, open the Sidebar (F9) and press the button</li>
33
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>
42 37
43 <hr> 38 <hr>
44 39
45 <address><a href="mailto:engler@philo.unibe.ch">Daniel Engler</a></address>
46 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address> 40 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address>
47 <!-- Created: Mon May 12 19:44:41 CEST 2003 --> 41 <script type="text/javascript">
48 <!-- hhmts start --> 42 <!--
49 Last modified: Tue May 13 20:17:00 CEST 2003 43 document.write("Last modified: " + document.lastModified)
50 <!-- hhmts end --> 44 -->
51 </body> 45 </script>
46 </body>
52 </html> 47 </html>