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.2 released</h3>
9: <p><b><i>Another maintenance release, this time for Mozilla 0.9.8 (this should
10: also be compatible with 0.9.7). Other changes in 0.3.1
11: were:</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><img src="http://www.mozdev.org/sharedimages/downloads.gif" width="154" height="15"></td>
44: </tr>
45:
46: <tr>
47: <td>
48: <font size="-1"> <?php downloads('annozilla.xpi', ''); ?> </font>
49: </td>
50: </tr>
51:
52: <tr>
53: <td>
54: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
55: </td>
56: </tr>
57:
58: <tr>
59: <td valign=top>
60: <?php include './news.html' ?>
61: <ul style="list-style-image: url(http://www.mozdev.org/sharedimages/bullet.gif)">
62: <li><small>Mar 4 2002 - Being held up by an
63: <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=127418">XBL bug</a></small></li>
64: <li><small>Feb 19 2002 - The <a href="aims.html">Project Aims</a>
65: page now lists improvements which should make it into the next
66: release of Annozilla</small></li>
67: <li><small>Feb 15 2002 - Some more <a href="screenshots.html">screenshots</a>
68: showing changes in future versions - a redesigned sidebar,
69: an updated preferences panel, and an HTML editor when
70: creating and editing annotations.</small></li>
71: <li><small>Feb 9 2002 - Annozilla 0.3.2 released. This is almost
72: identical to 0.3.1 but with a few compatibility
73: fixes. It does not include all the latest code in CVS.</small></li>
74: </ul>
75: </td>
76: </tr>
77:
78: </table>
79: <!-- ***************** INFO/NEWS *************** -->
80:
81: </td>
82: </tr>
83: </table>
84:
85: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a>, not
86: this 'User Notes' section, to report bugs in Annozilla.</i></b></p>
87:
88: <?php require(ANNOTATE); ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>