--- annozilla/www/installation.html 2001/04/25 19:10:10 1.4 +++ annozilla/www/installation.html 2001/05/11 17:02:57 1.8 @@ -1,39 +1,57 @@
Installation
-Here's the procedure for installation. Please note that the syntax +
Please note that the syntax for XUL (Mozilla's user interface language) has changed recently, and the preferences window here will only work for the old syntax - so 0.8.1 builds -will be OK, but more recent nightly builds will not work. Mail me if this is a -problem.
+will be OK, but 0.9 builds will not work. The forthcoming 0.3 release will work +in 0.9. See below for how to set your preferences +manually.chrome://annozilla/content/addpanel.xulThis will add Annozilla to your sidebar panel.
If you can't use the preferences window because your Mozilla build is +incompatible with your Annozilla build, you can set your preferences manually +if you know how to find your prefs.js file. Just edit the file (while +Mozilla is shut down) and add the following lines:
++user_pref("annozilla.annotationAuthor", "[your full name]"); +user_pref("annozilla.annotationAutoLoad", false); +user_pref("annozilla.annotationInsertIcons", false); +user_pref("annozilla.annotationLoadInNewWindow", true); +user_pref("annozilla.annotationPassword", "[your password]"); +user_pref("annozilla.annotationServer", "[annotation server]"); +user_pref("annozilla.annotationUser", "[your user account]"); +