Annotation of annozilla/www/index.html, revision 1.82
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.75 matthew 7:
1.82 ! matthew 8: <h3 id="announcement20061022"><a href="installation/">Annozilla 0.6.7 released</a></h3>
! 9: <p>This release is a compatibility release for xpointerlib 0.2.4. There are no
! 10: functional changes in the extension.</p>
1.75 matthew 11: <p>Firefox users can use the automatic update facility to get these new versions.</p>
1.18 matthew 12: </div>
1.16 matthew 13:
14: <p id="intro">This is the the <b>Annozilla</b> project, designed to view and
15: create annotations associated with a web page, as defined by the <a
1.9 matthew 16: href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to
17: store annotations as RDF on a server, using XPointer (or at least XPointer-like
18: constructs) to identify the region of the document being annotated.</p>
19: <p>The intention of Annozilla is to use Mozilla's native facilities to
20: manipulate annotation data - its built-in RDF handling to parse the
21: annotations, and nsIXmlHttpRequest to submit data when creating
22: annotations.</p>
1.70 matthew 23: <p>To use Annozilla, you will need to <a href="installation/">install the
24: packages</a>, get set up with a user account with an annotation server <a
1.18 matthew 25: href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then
1.9 matthew 26: you should be ready to go.</p>
1.1 david 27:
28: </td>
29:
30: <!-- ***************** INFO/NEWS *************** -->
31: <td valign="top">
32: <table width="160">
33:
1.22 matthew 34: <tr>
1.44 matthew 35: <td valign=top>
1.19 matthew 36: <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New">
1.42 matthew 37: <ul class="small_images">
1.82 ! matthew 38: <li>October 22 2006 - Annozilla 0.6.7 released.
1.81 matthew 39: <li>July 22 2006 - Annozilla 0.6.6 released.
40: <li>March 25 2006 - Annozilla 0.6.5 released.
1.19 matthew 41: </ul>
1.44 matthew 42: </td>
43: </tr>
44: <tr>
45: <td valign=bottom>
1.46 matthew 46: <div id="contributors">
1.45 matthew 47: <p><b>Project owner:</b><br>
1.44 matthew 48: Matthew Wilson</p>
1.45 matthew 49: <p><b>Contributors:</b><br>
50: Doug Daniels<br>
1.81 matthew 51: Jeffrey Phillips<br>
52: Dr. Katsuhiko Tsujino</p>
1.47 matthew 53: <p><b>Annotation icons</b><br>
54: © W3C
1.45 matthew 55: <p><b>Thanks to:</b><br>
1.49 matthew 56: Mike Lee (<a href="http://mozblog.mozdev.org">mozblog</a>)</p>
1.46 matthew 57: </div>
1.19 matthew 58: </td>
1.1 david 59: </tr>
60:
61: </table>
62: <!-- ***************** INFO/NEWS *************** -->
63:
64: </td>
65: </tr>
66: </table>
1.16 matthew 67:
1.58 matthew 68: <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a> or
69: the <a href="list.html">mailing list</a> to discuss Annozilla.</i></b></p>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>