1: <table>
2: <tr>
3: <td valign="top" width="100%">
4:
5: <!-- MAIN CONTENT -->
6: <div id="announcements">
7:
8: <h3 id="announcement20070214"><a href="installation/">Annozilla 0.6.8 released</a></h3>
9: <p>Annozilla 0.6.8 is a critical security update. All users are recommended to upgrade
10: as soon as possible.</p>
11: <p>Firefox users can use the automatic update facility to get these new versions.</p>
12: </div>
13:
14: <p id="intro">This is the the <b>Annozilla</b> project, designed to view and
15: create annotations associated with a web page, as defined by the <a
16: href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to
17: store annotations as RDF on a server, using XPointer (or at least XPointer-like
18: constructs) to identify the region of the document being annotated.</p>
19: <p>The intention of Annozilla is to use Mozilla's native facilities to
20: manipulate annotation data - its built-in RDF handling to parse the
21: annotations, and nsIXmlHttpRequest to submit data when creating
22: annotations.</p>
23: <p>To use Annozilla, you will need to <a href="installation/">install the
24: packages</a>, get set up with a user account with an annotation server <a
25: href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then
26: you should be ready to start using the extension. There is a <a href="manual/en-US/index.xhtml">draft
27: of a manual</a> available on this site to describe how to use the extension. Please
28: feel free to address any comments on this manual to the <a href="/list.html">mailing list</a>.</p>
29:
30: </td>
31:
32: <!-- ***************** INFO/NEWS *************** -->
33: <td valign="top">
34: <table width="160">
35:
36: <tr>
37: <td valign=top>
38: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
39: <ul class="small_images">
40: <li>February 14 2007 - Annozilla 0.6.8 released.
41: <li>October 22 2006 - Annozilla 0.6.7 released.
42: <li>July 22 2006 - Annozilla 0.6.6 released.
43: </ul>
44: </td>
45: </tr>
46: <tr>
47: <td valign=bottom>
48: <div id="contributors">
49: <p><b>Project owner:</b><br>
50: Matthew Wilson</p>
51: <p><b>Contributors:</b><br>
52: Doug Daniels<br>
53: Jeffrey Phillips<br>
54: Dr. Katsuhiko Tsujino</p>
55: <p><b>Annotation icons</b><br>
56: © W3C
57: <p><b>Thanks to:</b><br>
58: Mike Lee (<a href="http://mozblog.mozdev.org">mozblog</a>)</p>
59: </div>
60: </td>
61: </tr>
62:
63: </table>
64: <!-- ***************** INFO/NEWS *************** -->
65:
66: </td>
67: </tr>
68: </table>
69:
70: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a> or
71: the <a href="list.html">mailing list</a> to discuss Annozilla.</i></b></p>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>