version 1.4, 2001/04/22 20:26:36
|
version 1.73, 2005/04/16 17:51:04
|
Line 3
|
Line 3
|
<td valign="top" width="100%"> |
<td valign="top" width="100%"> |
|
|
<!-- MAIN CONTENT --> |
<!-- MAIN CONTENT --> |
<h1>Annozilla - Annotea on Mozilla</h1> | <div id="announcements"> |
<p>This is the the <b>Annozilla</b> project, designed to view (and perhaps | <h3 id="announcement20050416"><a href="installation/">Annozilla 0.5.4 available</a></h3> |
eventually create) annotations associated with a web page, as defined by the <a | <p>This release is recommended for all users and fixes a number of issues: |
href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The intention | <ul> |
is to use Mozilla's native RDF handling to manipulate the annotations data.</p> | <li>Adds an editor in Firefox for the first time. The Firefox editor is not as |
<p>So far there are a couple of screenshots - an example of the sidebar in | polished as the Mozilla version, but has more or less the same features. |
action, and the preferences panel.</p> | (Install the Spellbound extension too to get spell-checking on annotations.) |
<p>The main problem at the moment seems to be that Mozilla is expecting the | <li>Fixes the "annotate current selection" context-menu command for Mozilla 1.7.6. |
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> | Also adds this command to Firefox, where it was inexplicably missing |
<p>I hope to post the source code here once that problem is resolved.</p> | <li>Fixes preference handling in Firefox. (Some preferences could never be set |
| in Firefox; some screens worked only intermittently.) |
| </ul> |
| <p>Updating of annotation bodies is still not working. |
| </div> |
| |
| <p id="intro">This is the the <b>Annozilla</b> project, designed to view and |
| create annotations associated with a web page, as defined by the <a |
| href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to |
| store annotations as RDF on a server, using XPointer (or at least XPointer-like |
| constructs) to identify the region of the document being annotated.</p> |
| <p>The intention of Annozilla is to use Mozilla's native facilities to |
| manipulate annotation data - its built-in RDF handling to parse the |
| annotations, and nsIXmlHttpRequest to submit data when creating |
| annotations.</p> |
| <p>To use Annozilla, you will need to <a href="installation/">install the |
| packages</a>, get set up with a user account with an annotation server <a |
| href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then |
| you should be ready to go.</p> |
|
|
</td> |
</td> |
|
|
Line 21 data to be served with content type <cod
|
Line 39 data to be served with content type <cod
|
<table width="160"> |
<table width="160"> |
|
|
<tr> |
<tr> |
<td colspan=2><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15"><br></td> | <td valign=top> |
| <img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New"> |
| <ul class="small_images"> |
| <li>April 16 2005 - Annozilla 0.5.4 released |
| </ul> |
| </td> |
</tr> |
</tr> |
|
|
<tr> |
<tr> |
<td valign=top><img src="http://www.mozdev.org/sharedimages/bullet.gif" width="10" height="10"></td> | <td valign=bottom> |
<td valign=top> | <div id="contributors"> |
<font size="-1"> | <p><b>Project owner:</b><br> |
April 20-22 - Initial screenshots posted | Matthew Wilson</p> |
</font><br> | <p><b>Contributors:</b><br> |
</td> | Doug Daniels<br> |
| Jeffrey Phillips</p> |
| <p><b>Annotation icons</b><br> |
| © W3C |
| <p><b>Thanks to:</b><br> |
| Mike Lee (<a href="http://mozblog.mozdev.org">mozblog</a>)</p> |
| </div> |
| </td> |
</tr> |
</tr> |
|
|
</table> |
</table> |
Line 40 April 20-22 - Initial screenshots posted
|
Line 69 April 20-22 - Initial screenshots posted
|
</tr> |
</tr> |
</table> |
</table> |
|
|
<?php require(ANNOTATE); ?> | <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a> or |
| the <a href="list.html">mailing list</a> to discuss Annozilla.</i></b></p> |