1: <table>
2: <tr>
3: <td valign="top" width="100%">
4:
5: <!-- MAIN CONTENT -->
6: <div id="announcements">
7: <h3><a href="installation/">Annozilla 0.5 beta available</a></h3>
8: <p>For the brave only... an experimental build of Annozilla 0.5 is
9: now available. New features (over version 0.3.5) include multiple
10: server support and local servers. It seems to work OK with Mozilla
11: 1.6, although I haven't tested it extensively, and there is
12: read-only support for annotations in Mozilla Firefox.</p>
13: </div>
14:
15: <p id="intro">This is the the <b>Annozilla</b> project, designed to view and
16: create annotations associated with a web page, as defined by the <a
17: href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to
18: store annotations as RDF on a server, using XPointer (or at least XPointer-like
19: constructs) to identify the region of the document being annotated.</p>
20: <p>The intention of Annozilla is to use Mozilla's native facilities to
21: manipulate annotation data - its built-in RDF handling to parse the
22: annotations, and nsIXmlHttpRequest to submit data when creating
23: annotations.</p>
24: <p>To use Annozilla, you will need to <a href="installation.html">install the
25: code</a>, get set up with a user account with an annotation server <a
26: href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then
27: you should be ready to go.</p>
28: <p>You can also see <a href="screenshots.html">some screenshots</a> - examples
29: of Annozilla in action, and its integration with Mozilla. Currently there are
30: screenshots for either <a href="screenshots/first/">the current released
31: version</a>, or <a href="screenshots/second/">the proposed new version</a>
32: which will be included in the forthcoming 0.4 release.</p>
33:
34: </td>
35:
36: <!-- ***************** INFO/NEWS *************** -->
37: <td valign="top">
38: <table width="160">
39:
40: <tr>
41: <td valign=top>
42: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
43: <ul class="small_images">
44: <li>April 19 2004 - Annozilla 0.5 beta released
45: </ul>
46: </td>
47: </tr>
48: <tr>
49: <td valign=bottom>
50: <div id="contributors">
51: <p><b>Project owner:</b><br>
52: Matthew Wilson</p>
53: <p><b>Contributors:</b><br>
54: Doug Daniels<br>
55: Jeffrey Phillips</p>
56: <p><b>Annotation icons</b><br>
57: © W3C
58: <p><b>Thanks to:</b><br>
59: Mike Lee (<a href="http://mozblog.mozdev.org">mozblog</a>)</p>
60: </div>
61: </td>
62: </tr>
63:
64: </table>
65: <!-- ***************** INFO/NEWS *************** -->
66:
67: </td>
68: </tr>
69: </table>
70:
71: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a> or
72: the <a href="list.html">mailing list</a> to discuss Annozilla.</i></b></p>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>