Annotation of annozilla/www/index.html, revision 1.54
1.1 david 1: <table>
2: <tr>
3: <td valign="top" width="100%">
4:
5: <!-- MAIN CONTENT -->
1.43 matthew 6: <div id="announcements">
1.40 matthew 7: <h3><a href="installation.html">Annozilla 0.3.4 released</a></h3>
1.53 matthew 8: <p>Annozilla 0.3.4 fixes a bug whereby posting annotations didn't work. It
9: should be compatible with Mozilla 1.0 and 1.1. It is not compatible with
10: Mozilla 1.2 beta (due to API changes); this will probably be adressed in a
11: 0.3.5 fault fix build soon. Nor is it compatible with Phoenix; this is
1.54 ! matthew 12: expected to be (partially) addressed in the forthcoming 0.4 release.</p>
1.43 matthew 13: <p>Changes in 0.3.1 were:</p>
1.40 matthew 14: <ul>
15: <li>Goes directly to the annotation server, instead of via the bookmarklet
16: servlet
17: <li>Uses fixed positioning in the sidebar to display the title and annotation
18: body at all times
19: </ul>
1.18 matthew 20: </div>
1.16 matthew 21:
22: <p id="intro">This is the the <b>Annozilla</b> project, designed to view and
23: create annotations associated with a web page, as defined by the <a
1.9 matthew 24: href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to
25: store annotations as RDF on a server, using XPointer (or at least XPointer-like
26: constructs) to identify the region of the document being annotated.</p>
27: <p>The intention of Annozilla is to use Mozilla's native facilities to
28: manipulate annotation data - its built-in RDF handling to parse the
29: annotations, and nsIXmlHttpRequest to submit data when creating
30: annotations.</p>
31: <p>To use Annozilla, you will need to <a href="installation.html">install the
32: code</a>, get set up with a user account with an annotation server <a
1.18 matthew 33: href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then
1.9 matthew 34: you should be ready to go.</p>
1.30 matthew 35: <p>You can also see <a href="screenshots.html">some screenshots</a> - examples
36: of Annozilla in action, and its integration with Mozilla. Currently there are
1.36 matthew 37: screenshots for either <a href="screenshots/first/">the current released
38: version</a>, or <a href="screenshots/second/">the proposed new version</a>
1.51 matthew 39: which will be included in the forthcoming 0.4 release.</p>
1.1 david 40:
41: </td>
42:
43: <!-- ***************** INFO/NEWS *************** -->
44: <td valign="top">
45: <table width="160">
46:
1.22 matthew 47: <tr>
1.44 matthew 48: <td valign=top>
1.19 matthew 49: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
1.42 matthew 50: <ul class="small_images">
1.51 matthew 51: <li>October 15 2002 - A 0.4 release is on the way, we just have a couple of
52: issues to tidy up first. This will feature Phoenix
53: compatibility along with <a href="aims.html">many new features</a>.
1.42 matthew 54: <li>June 6 2002 - Annozilla 0.3.4 released (a bug-fix and Mozilla 1.0 compatibility release)</li>
1.19 matthew 55: </ul>
1.44 matthew 56: </td>
57: </tr>
58: <tr>
59: <td valign=bottom>
1.46 matthew 60: <div id="contributors">
1.45 matthew 61: <p><b>Project owner:</b><br>
1.44 matthew 62: Matthew Wilson</p>
1.45 matthew 63: <p><b>Contributors:</b><br>
64: Doug Daniels<br>
1.44 matthew 65: Jeffrey Phillips</p>
1.47 matthew 66: <p><b>Annotation icons</b><br>
67: © W3C
1.45 matthew 68: <p><b>Thanks to:</b><br>
1.49 matthew 69: Mike Lee (<a href="http://mozblog.mozdev.org">mozblog</a>)</p>
1.46 matthew 70: </div>
1.19 matthew 71: </td>
1.1 david 72: </tr>
73:
74: </table>
75: <!-- ***************** INFO/NEWS *************** -->
76:
77: </td>
78: </tr>
79: </table>
1.16 matthew 80:
81: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a>, not
82: this 'User Notes' section, to report bugs in Annozilla.</i></b></p>
1.3 matthew 83:
84: <?php require(ANNOTATE); ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>