1: <table>
2: <tr>
3: <td valign="top" width="100%">
4:
5: <!-- MAIN CONTENT -->
6: <div id="announcements">
7: <h3><a href="installation.html">Annozilla 0.3.4 released</a></h3>
8: <p>Annozilla 0.3.4 fixes a bug whereby posting annotations didn't
9: work. It should be compatible with Mozilla 1.0.</p>
10: <p>Changes in 0.3.1 were:</p>
11: <ul>
12: <li>Goes directly to the annotation server, instead of via the bookmarklet
13: servlet
14: <li>Uses fixed positioning in the sidebar to display the title and annotation
15: body at all times
16: </ul>
17: </div>
18:
19: <p id="intro">This is the the <b>Annozilla</b> project, designed to view and
20: create annotations associated with a web page, as defined by the <a
21: href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to
22: store annotations as RDF on a server, using XPointer (or at least XPointer-like
23: constructs) to identify the region of the document being annotated.</p>
24: <p>The intention of Annozilla is to use Mozilla's native facilities to
25: manipulate annotation data - its built-in RDF handling to parse the
26: annotations, and nsIXmlHttpRequest to submit data when creating
27: annotations.</p>
28: <p>To use Annozilla, you will need to <a href="installation.html">install the
29: code</a>, get set up with a user account with an annotation server <a
30: href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then
31: you should be ready to go.</p>
32: <p>You can also see <a href="screenshots.html">some screenshots</a> - examples
33: of Annozilla in action, and its integration with Mozilla. Currently there are
34: screenshots for either <a href="screenshots/first/">the current released
35: version</a>, or <a href="screenshots/second/">the proposed new version</a>
36: which should be included as part of the 0.4 release, when it is available.</p>
37:
38: </td>
39:
40: <!-- ***************** INFO/NEWS *************** -->
41: <td valign="top">
42: <table width="160">
43:
44: <tr>
45: <td valign=top>
46: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
47: <ul class="small_images">
48: <li>June 6 2002 - Annozilla 0.3.4 released (a bug-fix and Mozilla 1.0 compatibility release)</li>
49: <li>Mar 18 2002 - Started work on annotating framed documents, and non-HTML documents (e.g. GIFs).</li>
50: <li>Mar 4 2002 - Being held up by an
51: <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=127418">XBL bug</a></li>
52: </ul>
53: </td>
54: </tr>
55: <tr>
56: <td valign=bottom>
57: <p><b>Project owner:</b><br>
58: Matthew Wilson</p>
59: <p><b>Contributors:</b><br>
60: Doug Daniels<br>
61: Jeffrey Phillips</p>
62: <p><b>Thanks to:</b><br>
63: Mike Lee</p>
64: </td>
65: </tr>
66:
67: </table>
68: <!-- ***************** INFO/NEWS *************** -->
69:
70: </td>
71: </tr>
72: </table>
73:
74: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a>, not
75: this 'User Notes' section, to report bugs in Annozilla.</i></b></p>
76:
77: <?php require(ANNOTATE); ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>