1: <table>
2: <tr>
3: <td valign="top" width="100%">
4:
5: <!-- MAIN CONTENT -->
6: <h1>Annozilla - Annotea on Mozilla</h1>
7: <p>This is the the <b>Annozilla</b> project, designed to view (and perhaps
8: eventually create) annotations associated with a web page, as defined by the <a
9: href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The intention
10: is to use Mozilla's native RDF handling to manipulate the annotations data.</p>
11: <p>So far there are a couple of screenshots - an example of the sidebar in
12: action, and the preferences panel.</p>
13: <p>The main problem at the moment seems to be that Mozilla is expecting the
14: data to be served with content type <code>text/rdf</code>, which is not currently the case. Consequently I am having to save the annotation data to a local file, and read it from there.</p>
15: <p>I hope to post the source code here once that problem is resolved.</p>
16:
17: </td>
18:
19: <!-- ***************** INFO/NEWS *************** -->
20: <td valign="top">
21: <table width="160">
22:
23: <tr>
24: <td colspan=2><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15"><br></td>
25: </tr>
26:
27: <tr>
28: <td valign=top><img src="http://www.mozdev.org/sharedimages/bullet.gif" width="10" height="10"></td>
29: <td valign=top>
30: <font size="-1">
31: April 20-22 - Initial screenshots posted
32: </font><br>
33: </td>
34: </tr>
35:
36: </table>
37: <!-- ***************** INFO/NEWS *************** -->
38:
39: </td>
40: </tr>
41: </table>
42:
43: <?php require(ANNOTATE); ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>