view client/digitallibrary/xul/install.html @ 139:11cfe4c89fdc

Servlet version 1.11b1 with improved original-size. - fixed lots of bugs in metadata handling.
author robcast
date Thu, 31 Jul 2003 20:56:51 +0200
parents 68e88c3bc575
children 37a697fd8ec6
line wrap: on
line source

<html>
<head>

<title>Install Alcatraz</title>

<script type="application/x-javascript">

function install() {
	InstallTrigger.install ( {'alcatraz' : 'alcatraz.xpi'} );
}

</script>

</head>
<body>

<h3>Alcatraz XUL Package</h3>
<p>contains only DIGILIB-Buttons at the moment</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>

 <li>be sure to proceed with the installation with appropriate rights to write in mozilla/chrome directory (windows: administrator; unix: root)</li>

 <li>
  press the &quot;install alcatraz&quot; button<br><br>
  <form>
   <input type="button" name="install alcatraz" value="install alcatraz" onClick="install();"><br>
  </form>
  (this button installs alcatraz.jar in mozillas chrome directory, alcatraz.jar must be readable for any user who uses alcatraz components)<br>
 </li>

 <li>restart mozilla</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>

<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>
</html>