Mercurial > hg > digilib-old
annotate xul/make_alcatraz.sh @ 416:7e4c5617585b
added constants for parameter sets;
added initParameters() function;
fixed zoomArea for IE;
added bird's eye view
author | hertzhaft |
---|---|
date | Tue, 20 Dec 2005 17:48:27 +0100 |
parents | bf945fcf9105 |
children |
rev | line source |
---|---|
203
bf945fcf9105
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
1 #!/bin/sh |
bf945fcf9105
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
2 jar -cf alcatraz.jar content skin locale |
bf945fcf9105
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
3 jar -cf alcatraz.xpi alcatraz.jar install.js |
bf945fcf9105
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
4 echo "alcatraz created ... trying to copy to pythia2 (password for user 'alcatraz' required)" |
bf945fcf9105
restarting with version control of xul sidebar/toolbar
luginbue
parents:
diff
changeset
|
5 scp alcatraz.xpi install.html alcatraz@pythia2.unibe.ch:/data01/docuserver/www/digitallibrary/xul |