changeset 248:004a9467b4ec

new sidebar version working with rewritten client code
author luginbue
date Thu, 12 Aug 2004 01:48:04 +0200
parents ffea3e39d9ee
children 4caec1a85233
files client/digitallibrary/xul/alcatraz.xpi client/digitallibrary/xul/install.html
diffstat 2 files changed, 24 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
Binary file client/digitallibrary/xul/alcatraz.xpi has changed
--- a/client/digitallibrary/xul/install.html	Thu Aug 12 01:45:21 2004 +0200
+++ b/client/digitallibrary/xul/install.html	Thu Aug 12 01:48:04 2004 +0200
@@ -1,12 +1,21 @@
 <html>
 <head>
 
-<title>Install Alcatraz</title>
+<title>Install Alcatraz for Firefox</title>
 
 <script type="application/x-javascript">
 
+function dynamicButtons() {
+  return "google|google()";
+}
+
+function google() {
+  top.location = "http://www.google.com";
+}
+
 function install() {
 	InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} );
+	InstallTrigger.install ( {'jslib' : 'http://downloads.mozdev.org/jslib/xpi/jslib_current.xpi'} );
 }
 
 </script>
@@ -14,39 +23,25 @@
 </head>
 <body>
 
-<h3>Alcatraz XUL Package</h3>
-<p>contains a sidebar and beta-verion of a toolbar</p>
+	<h3>Alcatraz XUL Package for Firefox</h3>
+<p>Contains a sidebar, a toolbar and the <a href="http://jslib.mozdev.org">jslib-package</a> from mozdev</p>
 <h4>Installation:</h4>
-<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>
-<ol>
-  press the &quot;install alcatraz&quot; button<br><br>
-  <form>
-   <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br>
-  </form>
- </li>
-
- <li>restart mozilla (and you will find the new toolbar installed)</li>
+<ul>
+  <li>press the &quot;install alcatraz&quot; button
+      <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();">
+  </li>
 
- <li>enter chrome://alcatraz/content/sidebar/install.xul in the input field of the URL bar</li>
-
- <li>a dialog is asking you to install the Alcatraz-Sidebar, open the Sidebar (F9) and press the button</li>
-
-</ol>
+  <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>
 
-<p><b>Beware :</b> Due to the very early stage of the toolbar and the missing tools to
-easily remove it, the installation with toolbar is primarily for developers. If you
-still installed the toolbar-version and now want to get rid of it, you have to delete the lines
-in <pre>[loacal_chrome]/overlayinfo/browser/content/overlays.rdf</pre> and 
-<pre>[local_chrome]/overlayinfo/navigator/content/overlays.rdf</pre> containing
-'alcatraz_toolbar'. Then restart mozilla and pray that the toolbar has disappeared ...</p>
+</ul>
 
 <hr>
 
-<address><a href="mailto:engler@philo.unibe.ch">Daniel Engler</a></address>
 <address><a href="mailto:luginbuehl@student.unibe.ch">Christian Luginbuehl</a></address>
-<!-- Created: Mon May 12 19:44:41 CEST 2003 -->
-<!-- hhmts start -->
-Last modified: Tue May 13 20:17:00 CEST 2003
-<!-- hhmts end -->
-  </body>
+<script type="text/javascript">
+<!--
+  document.write("Last modified: " + document.lastModified)
+-->
+</script>
+</body>
 </html>