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