Annotation of annozilla/www/index.html, revision 1.63
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.59 matthew 13: <h3>Countdown to 0.4</h3>
14: <p>Here's a list of what needs to be done before releasing Annozilla 0.4:</p>
15: <ul>
16: <li><strike>Use XPointerLib for XPointer functionality</strike>
1.62 matthew 17: <li><strike>Remove "check for reply" functionality from user interface (this is being postponed till a later release)</strike>
1.59 matthew 18: <li>Ensure compatibility with Mozilla 1.0
19: <li>Ensure compatibility with Mozilla 1.2.1
1.62 matthew 20: <li>Ensure compatibility with Phoenix 0.5 if possible
21: <li>Improve behaviour with respect to tabbed browsing if possible
1.60 matthew 22: <li>Make sure that editing annotations doesn't discard metadata associated with them
1.59 matthew 23: </ul>
1.18 matthew 24: </div>
1.16 matthew 25:
26: <p id="intro">This is the the <b>Annozilla</b> project, designed to view and
27: create annotations associated with a web page, as defined by the <a
1.9 matthew 28: href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to
29: store annotations as RDF on a server, using XPointer (or at least XPointer-like
30: constructs) to identify the region of the document being annotated.</p>
31: <p>The intention of Annozilla is to use Mozilla's native facilities to
32: manipulate annotation data - its built-in RDF handling to parse the
33: annotations, and nsIXmlHttpRequest to submit data when creating
34: annotations.</p>
35: <p>To use Annozilla, you will need to <a href="installation.html">install the
36: code</a>, get set up with a user account with an annotation server <a
1.18 matthew 37: href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then
1.9 matthew 38: you should be ready to go.</p>
1.30 matthew 39: <p>You can also see <a href="screenshots.html">some screenshots</a> - examples
40: of Annozilla in action, and its integration with Mozilla. Currently there are
1.36 matthew 41: screenshots for either <a href="screenshots/first/">the current released
42: version</a>, or <a href="screenshots/second/">the proposed new version</a>
1.51 matthew 43: which will be included in the forthcoming 0.4 release.</p>
1.1 david 44:
45: </td>
46:
47: <!-- ***************** INFO/NEWS *************** -->
48: <td valign="top">
49: <table width="160">
50:
1.22 matthew 51: <tr>
1.44 matthew 52: <td valign=top>
1.19 matthew 53: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
1.42 matthew 54: <ul class="small_images">
1.63 ! rainking 55: <li>January 31 2003 - Experimental XPCOM-based
! 56: annotations service and corresponding
! 57: Annozilla client available for alpha testing
1.58 matthew 58: <li>December 13 2002 - Rework on Annozilla needed to make the HTML
59: editor (due in the long-delayed 0.4 release) work with current
60: Mozilla nightlies
1.55 matthew 61: <li>October 23 2002 - Annozilla 0.3.5 is released; a bug-fix (for displaying
62: annotations and for compatibility with Mozilla 1.2 beta)
1.19 matthew 63: </ul>
1.44 matthew 64: </td>
65: </tr>
66: <tr>
67: <td valign=bottom>
1.46 matthew 68: <div id="contributors">
1.45 matthew 69: <p><b>Project owner:</b><br>
1.44 matthew 70: Matthew Wilson</p>
1.45 matthew 71: <p><b>Contributors:</b><br>
72: Doug Daniels<br>
1.44 matthew 73: Jeffrey Phillips</p>
1.47 matthew 74: <p><b>Annotation icons</b><br>
75: © W3C
1.45 matthew 76: <p><b>Thanks to:</b><br>
1.49 matthew 77: Mike Lee (<a href="http://mozblog.mozdev.org">mozblog</a>)</p>
1.46 matthew 78: </div>
1.19 matthew 79: </td>
1.1 david 80: </tr>
81:
82: </table>
83: <!-- ***************** INFO/NEWS *************** -->
84:
85: </td>
86: </tr>
87: </table>
1.16 matthew 88:
1.58 matthew 89: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a> or
90: the <a href="list.html">mailing list</a> to discuss Annozilla.</i></b></p>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>