Annotation of annozilla/www/installation.html, revision 1.18
1.1 david 1: <script language="javascript">
2: <!--
3: function triggerURL(url) {
1.6 matthew 4: if (!InstallTrigger.updateEnabled())
5: return false;
6: else
7: InstallTrigger.startSoftwareUpdate(url);
1.1 david 8: }
9: //-->
10: </script>
11:
12:
13: <!-- MAIN CONTENT -->
1.11 matthew 14: <h2>Installation</h2>
1.14 matthew 15: <p><b><u>Please note</u></b> that Annozilla v0.3.x builds require a Mozilla
16: build of 0.9.7 or better. They will crash with a 0.9.6 build.</p>
1.3 matthew 17:
1.12 matthew 18: <ul class="spaced">
1.17 matthew 19: <li>Firstly <a href="javascript:triggerURL('http://downloads.mozdev.org/annozilla/annozilla-0-3-4.xpi');">install the package</a>, now at version 0.3.4.
1.13 matthew 20: <li>From versions up to 0.3.1 only, you will have to <b>restart your
1.15 matthew 21: browser</b>. I think that this restriction is removed in 0.3.2.
1.17 matthew 22: <li>If this is the first time you have installed Annozilla, make sure your
23: sidebar is visible, and go to this URL:
1.3 matthew 24: <pre>chrome://annozilla/content/addpanel.xul</pre>
25: This will add Annozilla to your sidebar panel.
1.15 matthew 26: <li>Now go to the preferences window (Edit -> Preferences -> Annozilla) and set the server, user name and password. Please note:
1.4 matthew 27: <ul>
28: <li>You will need to have an account with an annotation server.
29: To try the W3C test server, get an account at <a href="http://annotest.w3.org/access">http://annotest.w3.org/access</a>.
1.18 ! matthew 30: <li>The "Server" preference should be set to the URL of the annotation server. (For example, the W3C test server is at http://annotest.w3.org/annotations.)
1.4 matthew 31: <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.
1.5 matthew 32: <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>.
1.4 matthew 33: </ul>
1.7 matthew 34: <li>You can also configure:
35: <ul>
36: <li>whether the annotations, when you select them, appear in an area in the sidebar, or in a new browser window
1.10 matthew 37: <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.
1.8 matthew 38: <li>whether to load annotation bodies in an area of the sidebar, or in a new window
1.7 matthew 39: </ul>
1.10 matthew 40: <li>For languages, the options are these:
41: <ul>
42: <li>You can specify "only view annotations in my preferred language". This only
43: affects annotations which have a language specified.
1.17 matthew 44: <li>You can decide whether or not to view annotations without any language
45: information specified. (At the moment, I think that Annozilla is the only Annotea client which can specify the language of annotations).
1.3 matthew 46: </ul>
1.10 matthew 47: </ul>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>