1: <table>
2: <tr>
3: <td valign="top" width="100%">
4:
5: <!-- MAIN CONTENT -->
6: <h2>Annotea on Mozilla</h2>
7: <div style="border: dashed 1px black; padding: 0 10">
8: <h3>Annozilla 0.3.1 released</h3>
9: <p><b><i>This is mostly a maintenance release, bringing Annozilla up to date
10: with the latest Mozilla interfaces. This release REQUIRES Mozilla 0.9.7 (or
11: higher). Other changes in this release are:</i></b></p>
12: <ul>
13: <li>Goes directly to the annotation server, instead of via the bookmarklet
14: servlet
15: <li>Uses fixed positioning in the sidebar to display the title and annotation
16: body at all times
17: </ul>
18: </div>
19:
20: <p id="intro">This is the the <b>Annozilla</b> project, designed to view and
21: create annotations associated with a web page, as defined by the <a
22: href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to
23: store annotations as RDF on a server, using XPointer (or at least XPointer-like
24: constructs) to identify the region of the document being annotated.</p>
25: <p>The intention of Annozilla is to use Mozilla's native facilities to
26: manipulate annotation data - its built-in RDF handling to parse the
27: annotations, and nsIXmlHttpRequest to submit data when creating
28: annotations.</p>
29: <p>To use Annozilla, you will need to <a href="installation.html">install the
30: code</a>, get set up with a user account with an annotation server <a
31: href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then
32: you should be ready to go.</p>
33: <p>You can also see <a href="screenshots.html">some screenshots</a> - an
34: example of the sidebar in action, and the preferences panel.</p>
35:
36: </td>
37:
38: <!-- ***************** INFO/NEWS *************** -->
39: <td valign="top">
40: <table width="160">
41:
42: <tr>
43: <td>
44: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
45: </td>
46: </tr>
47:
48: <tr>
49: <td valign=top>
50: <ul style="list-style-image: url(http://www.mozdev.org/sharedimages/bullet.gif)">
51: <li><small>Feb 8 2002 - Annozilla 0.3.2 for Mozilla 0.9.8 is on the
52: way. My patch for bug 123499 was checked in.</small></li>
53: <li><small>Feb 5 2002 - Mozilla 0.9.8 is released. Annozilla 0.3.1
54: looks more or less OK, except that the pref panel doesn't show
55: up in the tree. There is a fix for this in CVS. There's also a
56: fix for a problem where the pref panel can only be shown once
57: per session.</small></li>
58: <li><small>Raised <a
59: href="http://bugzilla.mozilla.org/show_bug.cgi?id=123499">Mozilla
60: bug 123499</a> on the inability to do HTTP DELETEs
61: </small></li>
62: <li><small>Feb 02 2002 - Doug Daniels' XPointer code has been
63: checked in to CVS - thanks Doug! Work continues on XBLifying
64: the annotation icons and tidying up the server code.
65: </small></li>
66: <li><small>Jan 25 2002 - Version 0.3.1 available - maintenance
67: release for Mozilla 0.9.7 builds</small></li>
68: </ul>
69: </td>
70: </tr>
71:
72: <tr>
73: <td><img src="http://www.mozdev.org/sharedimages/downloads.gif" width="154" height="15"></td>
74: </tr>
75:
76: <tr>
77: <td>
78: <font size="-1"> <?php downloads('annozilla.xpi', ''); ?> </font>
79: </td>
80: </tr>
81: </tr>
82:
83: </table>
84: <!-- ***************** INFO/NEWS *************** -->
85:
86: </td>
87: </tr>
88: </table>
89:
90: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a>, not
91: this 'User Notes' section, to report bugs in Annozilla.</i></b></p>
92:
93: <?php require(ANNOTATE); ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>