Annotation of annozilla/www/index.html, revision 1.56
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.55 matthew 7: <h3><a href="installation.html">Annozilla 0.3.5 released</a></h3>
8: <p>Annozilla 0.3.5 is released, mainly for compatibility with Mozilla 1.2 beta,
9: but I encourage all users of 0.3 releases to upgrade, as it fixes a bug
10: whereby some annotations would sometimes not be displayed.</p>
1.56 ! matthew 11: <p>This release is not compatible with Phoenix; this is expected to be
1.55 matthew 12: (partially) addressed in the forthcoming 0.4 release.</p>
1.18 matthew 13: </div>
1.16 matthew 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
1.9 matthew 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
1.18 matthew 26: href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then
1.9 matthew 27: you should be ready to go.</p>
1.30 matthew 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
1.36 matthew 30: screenshots for either <a href="screenshots/first/">the current released
31: version</a>, or <a href="screenshots/second/">the proposed new version</a>
1.51 matthew 32: which will be included in the forthcoming 0.4 release.</p>
1.1 david 33:
34: </td>
35:
36: <!-- ***************** INFO/NEWS *************** -->
37: <td valign="top">
38: <table width="160">
39:
1.22 matthew 40: <tr>
1.44 matthew 41: <td valign=top>
1.19 matthew 42: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
1.42 matthew 43: <ul class="small_images">
1.55 matthew 44: <li>October 23 2002 - Annozilla 0.3.5 is released; a bug-fix (for displaying
45: annotations and for compatibility with Mozilla 1.2 beta)
46: <li>October 23 2002 - The 0.4 release is sill under development and testing
1.19 matthew 47: </ul>
1.44 matthew 48: </td>
49: </tr>
50: <tr>
51: <td valign=bottom>
1.46 matthew 52: <div id="contributors">
1.45 matthew 53: <p><b>Project owner:</b><br>
1.44 matthew 54: Matthew Wilson</p>
1.45 matthew 55: <p><b>Contributors:</b><br>
56: Doug Daniels<br>
1.44 matthew 57: Jeffrey Phillips</p>
1.47 matthew 58: <p><b>Annotation icons</b><br>
59: © W3C
1.45 matthew 60: <p><b>Thanks to:</b><br>
1.49 matthew 61: Mike Lee (<a href="http://mozblog.mozdev.org">mozblog</a>)</p>
1.46 matthew 62: </div>
1.19 matthew 63: </td>
1.1 david 64: </tr>
65:
66: </table>
67: <!-- ***************** INFO/NEWS *************** -->
68:
69: </td>
70: </tr>
71: </table>
1.16 matthew 72:
73: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a>, not
74: this 'User Notes' section, to report bugs in Annozilla.</i></b></p>
1.3 matthew 75:
76: <?php require(ANNOTATE); ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>