Annotation of annozilla/www/installation.html, revision 1.31
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>
1.21 rainking 11: <script type="application/x-javascript" src="installer.js"/>
1.1 david 12:
1.21 rainking 13: <h2>Annozilla 0.3.5 Installation</h2>
1.12 matthew 14: <ul class="spaced">
1.19 matthew 15: <li>Firstly <a href="javascript:triggerURL('http://downloads.mozdev.org/annozilla/annozilla-0-3-5.xpi');">install the package</a>, now at version 0.3.5.
1.20 matthew 16: <li>Please then <b>restart your browser</b> and return to this page to continue
17: installation.
1.17 matthew 18: <li>If this is the first time you have installed Annozilla, make sure your
19: sidebar is visible, and go to this URL:
1.3 matthew 20: <pre>chrome://annozilla/content/addpanel.xul</pre>
21: This will add Annozilla to your sidebar panel.
1.15 matthew 22: <li>Now go to the preferences window (Edit -> Preferences -> Annozilla) and set the server, user name and password. Please note:
1.4 matthew 23: <ul>
24: <li>You will need to have an account with an annotation server.
25: 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 26: <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 27: <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 28: <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 29: </ul>
1.7 matthew 30: <li>You can also configure:
31: <ul>
32: <li>whether the annotations, when you select them, appear in an area in the sidebar, or in a new browser window
1.10 matthew 33: <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 34: <li>whether to load annotation bodies in an area of the sidebar, or in a new window
1.7 matthew 35: </ul>
1.10 matthew 36: <li>For languages, the options are these:
37: <ul>
38: <li>You can specify "only view annotations in my preferred language". This only
39: affects annotations which have a language specified.
1.17 matthew 40: <li>You can decide whether or not to view annotations without any language
41: information specified. (At the moment, I think that Annozilla is the only Annotea client which can specify the language of annotations).
1.3 matthew 42: </ul>
1.21 rainking 43: </ul>
44:
1.31 ! matthew 45: <h2 id="experimental">Annozilla Annotations Service Installation</h2>
1.24 rainking 46:
47: <p>This is an <b>experimental</b> set of code that may see inclusion in
1.30 rainking 48: Annozilla 0.4. You would install this <b>instead</b> of 0.3.5,
1.22 rainking 49: not concurrently with it. It is currently tested to work
50: with versions of Mozilla from 1.0 to 1.2.1. Phoenix
1.24 rainking 51: support is not yet included. It adds multiple server support, local
52: server support, enhanced icon insertion, and icon insertion without
53: running the sidebar, among other things.</p>
54:
1.21 rainking 55: <ul>
1.27 rainking 56: <li>First <a href="javascript:installPackages({'Annozilla 0.5 alpha test':'http://downloads.mozdev.org/annozilla/annozilla-0-5-alpha.xpi', 'Annotations Service 0.1':'http://downloads.mozdev.org/annozilla/annotations-0-1.xpi', 'XPointerLib 0.1.4':'http://downloads.mozdev.org/xpointerlib/xpointerlib-0.1.4.xpi'});">install the necessary packages</a>.</li>
1.21 rainking 57: <li>Please then <b>restart your browser</b> and return to this page to continue
58: installation.</li>
59: <li>Now go to the preferences window (Edit -> Preferences ->
60: Annozilla). The Viewing Preferences will give you
1.24 rainking 61: two options for viewing annotations. You may view
62: annotations in the Annozilla sidebar tab <b>AND/OR</b> view them as
63: icons inserted into your browser window.</li>
1.21 rainking 64: <li>Next, set up your Server Preferences. You will need to have an account with an annotation server.
65: To try the W3C test server, get an account at <a
66: href="http://annotest.w3.org/access">http://annotest.w3.org/access</a> You may also download or install your own server. See <a href="http://www.w3.org/2001/Annotea/">the Annotea page</a> for more information.</li>
1.10 matthew 67: </ul>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>