version 1.2, 2001/04/20 22:51:41
|
version 1.14, 2002/03/14 14:38:02
|
Line 1
|
Line 1
|
<script language="javascript"> |
<script language="javascript"> |
<!-- |
<!-- |
|
|
function triggerURL(url) { |
function triggerURL(url) { |
| if (!InstallTrigger.updateEnabled()) |
if (!InstallTrigger.updateEnabled()) | return false; |
return false; | else |
| InstallTrigger.startSoftwareUpdate(url); |
else | |
InstallTrigger.startSoftwareUpdate(url); | |
| |
} |
} |
|
|
//--> |
//--> |
</script> |
</script> |
|
|
|
|
<!-- MAIN CONTENT --> |
<!-- MAIN CONTENT --> |
<P><B>Installation</B><BR> | <h2>Installation</h2> |
<p>Sorry, installation is not available yet.</p> | <p><b><u>Please note</u></b> that Annozilla v0.3.x builds require a Mozilla |
<!-- | build of 0.9.7 or better. They will crash with a 0.9.6 build.</p> |
<p><a href="#" onclick="triggerURL('http://PROJECTNAME.mozdev.org/FILENAME.xpi');">XPI INSTALL LINK</a><br><br> | |
--> | <ul class="spaced"> |
| <li>Firstly <a href="#" onclick="triggerURL('http://annozilla.mozdev.org/annozilla.xpi');">install the package</a>, now at version 0.3.3. |
| <li>From versions up to 0.3.1 only, you will have to <b>restart your |
| browser</b>. I think that this restriction is removed in 0.3.2. |
| <li>If this is the first time you have installed Annozilla, go to this URL: |
| <pre>chrome://annozilla/content/addpanel.xul</pre> |
| This will add Annozilla to your sidebar panel. |
| <li>Finally go to the preferences window (Edit -> Preferences -> Annozilla) and set the server, user name and password. Please note: |
| <ul> |
| <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>. |
| <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>. |
| </ul> |
| <li>You can also configure: |
| <ul> |
| <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. |
| <li>whether to load annotation bodies in an area of the sidebar, or in a new window |
| </ul> |
| <li>For languages, the options are these: |
| <ul> |
| <li>You can specify "only view annotations in my preferred language". This only |
| affects annotations which have a language specified. |
| <li>You can decide whether or not to view annotations without any language information specified. (At the moment only Annozilla specifies the language of annotations). |
| </ul> |
| </ul> |