version 1.7, 2001/04/30 17:24:18
|
version 1.8, 2001/05/11 17:02:57
|
Line 12 function triggerURL(url) {
|
Line 12 function triggerURL(url) {
|
|
|
<!-- MAIN CONTENT --> |
<!-- MAIN CONTENT --> |
<p><b>Installation</b></p> |
<p><b>Installation</b></p> |
<p>Here's the procedure for installation. <b>Please note</b> that the syntax | <p><b><u>Please note</u></b> that the syntax |
for XUL (Mozilla's user interface language) has changed recently, and the |
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 |
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. <a | will be OK, but 0.9 builds will not work. The forthcoming 0.3 release will work |
href="mailto:matthew@mjwilson.demon.co.uk">Mail me</a> if this is a | in 0.9. <a href="#prefs">See below for how to set your preferences |
problem.</p> | manually.</a></p> |
|
|
<ul> |
<ul> |
<li>Firstly <a href="#" onclick="triggerURL('http://annozilla.mozdev.org/annozilla.xpi');">install the package</a>, now at version 0.2. |
<li>Firstly <a href="#" onclick="triggerURL('http://annozilla.mozdev.org/annozilla.xpi');">install the package</a>, now at version 0.2. |
Line 29 This will add Annozilla to your sidebar
|
Line 29 This will add Annozilla to your sidebar
|
<ul> |
<ul> |
<li>You will need to have an account with an annotation server. |
<li>You will need to have an account with an annotation server. |
To try the W3C test server, get an account at <a href="http://annotest.w3.org/access">http://annotest.w3.org/access</a>. |
To try the W3C test server, get an account at <a href="http://annotest.w3.org/access">http://annotest.w3.org/access</a>. |
<li>There is currently <a href="http://mozdev.org/bugs/show_bug.cgi?id=260">a bug</a> which means that user names containing a + character (and presumably other characters requiring URL-escaping) will NOT work. |
|
<li><b>NB</b> when you request the body of an annotation, you will be asked for your user name and password again, this is because the body of the annotation is retrieved by a different mechanism. You can use Password Manager to remember the values here though. |
<li><b>NB</b> when you request the body of an annotation, you will be asked for your user name and password again, this is because the body of the annotation is retrieved by a different mechanism. You can use Password Manager to remember the values here though. |
<li>If you are using the W3C test server, then you can probably find some annotations attached to <a href="http://www.w3.org/2001/Annotea/">the Annotea page</a>. |
<li>If you are using the W3C test server, then you can probably find some annotations attached to <a href="http://www.w3.org/2001/Annotea/">the Annotea page</a>. |
</ul> |
</ul> |
Line 37 To try the W3C test server, get an accou
|
Line 36 To try the W3C test server, get an accou
|
<ul> |
<ul> |
<li>whether the annotations, when you select them, appear in an area in the sidebar, or in a new browser window |
<li>whether the annotations, when you select them, appear in an area in the sidebar, or in a new browser window |
<li>whether to (a) try to determine the text that the annotation applies to, and (b) insert an icon in the main browser window to indicate the annotation. This is significantly slower. |
<li>whether to (a) try to determine the text that the annotation applies to, and (b) insert an icon in the main browser window to indicate the annotation. This is significantly slower. |
|
<li>whether to load annotation bodies in an area of the sidebar, or in a new window |
</ul> |
</ul> |
</ul> |
</ul> |
|
|
|
<hr> |
|
<h2><a name="prefs"></a>Setting your preferences manually</h2> |
|
<p>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 <b>prefs.js</b> file. Just edit the file (while |
|
Mozilla is shut down) and add the following lines:</p> |
|
<pre> |
|
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]"); |
|
</pre> |