version 1.8, 2001/04/30 17:25:18
|
version 1.44, 2002/07/06 09:20:08
|
Line 3
|
Line 3
|
<td valign="top" width="100%"> |
<td valign="top" width="100%"> |
|
|
<!-- MAIN CONTENT --> |
<!-- MAIN CONTENT --> |
<h1>Annozilla</h1> | <div id="announcements"> |
<h2>Annotea on Mozilla</h2> | <h3><a href="installation.html">Annozilla 0.3.4 released</a></h3> |
<p>This is the the <b>Annozilla</b> project, designed to view and | <p>Annozilla 0.3.4 fixes a bug whereby posting annotations didn't |
| work. It should be compatible with Mozilla 1.0.</p> |
| <p>Changes in 0.3.1 were:</p> |
| <ul> |
| <li>Goes directly to the annotation server, instead of via the bookmarklet |
| servlet |
| <li>Uses fixed positioning in the sidebar to display the title and annotation |
| body at all times |
| </ul> |
| </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 |
create annotations associated with a web page, as defined by the <a |
href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The intention | href="http://www.w3.org/2001/Annotea/">W3C Annotea project</a>. The idea is to |
is to use Mozilla's native RDF handling to manipulate the annotations data.</p> <p>Thanks to Art Barstow, there is now some usable code to download and try | store annotations as RDF on a server, using XPointer (or at least XPointer-like |
out. See <a href="installation.html">the installation page</a> for details.</p> | constructs) to identify the region of the document being annotated.</p> |
<p>You can also see <a href="screenshots.html">some screenshots</a> - an | <p>The intention of Annozilla is to use Mozilla's native facilities to |
example of the sidebar in action, and the preferences panel.</p> | manipulate annotation data - its built-in RDF handling to parse the |
<p>There is now a simple interface to create annotations with Annozilla - it's essentially just <a href="http://www.w3.org/2000/02/collaboration/annotation/JavaScript/Annotea-JavaScript.html">the bookmarklet interface to Annotea</a>. Also see <a href="http://www.w3.org/Amaya/">Amaya</a>.</p> | annotations, and nsIXmlHttpRequest to submit data when creating |
<p>Also see <a href="http://mozdev.org/bugs/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&email2=&emailtype2=substring&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=annozilla&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&cmdtype=doit&newqueryname=&order=Bug+Number&form_name=query">the list of open bugs in Annozilla</a>.</p> | annotations.</p> |
| <p>To use Annozilla, you will need to <a href="installation.html">install the |
| code</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> |
| <p>You can also see <a href="screenshots.html">some screenshots</a> - examples |
| of Annozilla in action, and its integration with Mozilla. Currently there are |
| screenshots for either <a href="screenshots/first/">the current released |
| version</a>, or <a href="screenshots/second/">the proposed new version</a> |
| which should be included as part of the 0.4 release, when it is available.</p> |
|
|
</td> |
</td> |
|
|
Line 22 example of the sidebar in action, and th
|
Line 42 example of the sidebar in action, and th
|
<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" alt="What's New"><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>June 6 2002 - Annozilla 0.3.4 released (a bug-fix and Mozilla 1.0 compatibility release)</li> |
| <li>Mar 18 2002 - Started work on annotating framed documents, and non-HTML documents (e.g. GIFs).</li> |
| <li>Mar 4 2002 - Being held up by an |
| <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=127418">XBL bug</a></li> |
| </ul> |
| </td> |
</tr> |
</tr> |
|
|
<tr> |
<tr> |
<td valign=top><img src="http://www.mozdev.org/sharedimages/bullet.gif" width="10" height="10" alt="*"></td> | <td valign=bottom> |
<td valign=top> | <p>Project owner:<br> |
<p><small>April 30 - Version 0.2 available - several bug fixes and improved functionality</small></p> | Matthew Wilson</p> |
</td> | <p>Contributors:<br> |
| Doug Daniels |
| Jeffrey Phillips</p> |
| <p>Thanks to:<br> |
| Mike Lee</p> |
| </td> |
</tr> |
</tr> |
|
|
</table> |
</table> |
Line 39 example of the sidebar in action, and th
|
Line 71 example of the sidebar in action, and th
|
</tr> |
</tr> |
</table> |
</table> |
|
|
|
<p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a>, not |
|
this 'User Notes' section, to report bugs in Annozilla.</i></b></p> |
|
|
<?php require(ANNOTATE); ?> |
<?php require(ANNOTATE); ?> |