version 1.52, 2002/10/15 07:47:50
|
version 1.90, 2009/07/25 06:47:58
|
Line 4
|
Line 4
|
|
|
<!-- MAIN CONTENT --> |
<!-- MAIN CONTENT --> |
<div id="announcements"> |
<div id="announcements"> |
<h3><a href="installation.html">Annozilla 0.3.4 released</a></h3> | |
<p>Annozilla 0.3.4 fixes a bug whereby posting annotations didn't | <h3 id="announcement20090620"><a href="installation/">Annozilla 0.7.0, annotations 0.4.0 released</a></h3> |
work. It should be compatible with Mozilla 1.0 and 1.1 (but not | <p>Annozilla 0.7.0 and annotations 0.4.0 have been released for Firefox 3/3.5. |
Phoenix).</p> | The installation instructions and user manual will continue to be updated.</p> |
<p>Changes in 0.3.1 were:</p> | <p>Firefox users can use the automatic update facility to get these new versions.</p> |
| <p>New features in the 0.7 build: |
<ul> |
<ul> |
<li>Goes directly to the annotation server, instead of via the bookmarklet | <li>"Scroll Into View" for annotations from the sidebar |
servlet | <li>Existing "annotate" context menu item split into Annotate selection/Annotate page |
<li>Uses fixed positioning in the sidebar to display the title and annotation | <li>Keyboard shortcut for "Delete annotation" from sidebar |
body at all times | <li>Highlighting of annotations in document |
| <li>Asynchronous load of annotations improves app responsivity during load |
| <li>New "stop load" feature during resolution of annotations |
| <li>Quick access to options from sidebar |
| <li>Full tabbed browsing support |
| <li>"Reply" functionality (Remote Server only) |
| <li>Confirmation when closing an editor window with unsaved changes |
| <li>Preferences wizard for easy first-time setup |
| <li>Authentication is left to the browser |
</ul> |
</ul> |
</div> |
</div> |
|
|
<p id="intro">This is the the <b>Annozilla</b> project, designed to view and | <p id="intro">This is 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 idea is to |
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 |
store annotations as RDF on a server, using XPointer (or at least XPointer-like |
Line 26 constructs) to identify the region of th
|
Line 35 constructs) to identify the region of th
|
manipulate annotation data - its built-in RDF handling to parse the |
manipulate annotation data - its built-in RDF handling to parse the |
annotations, and nsIXmlHttpRequest to submit data when creating |
annotations, and nsIXmlHttpRequest to submit data when creating |
annotations.</p> |
annotations.</p> |
<p>To use Annozilla, you will need to <a href="installation.html">install the | <p>To use Annozilla, you will need to <a href="installation/">install the |
code</a>, get set up with a user account with an annotation server <a | 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 |
href="http://annotest.w3.org/access">(e.g., the W3C test server)</a>, and then |
you should be ready to go.</p> | you should be ready to start using the extension. There is a <a href="manual/en-US/index.xhtml">draft |
<p>You can also see <a href="screenshots.html">some screenshots</a> - examples | of a manual</a> available on this site to describe how to use the extension. Please |
of Annozilla in action, and its integration with Mozilla. Currently there are | feel free to address any comments on this manual to the <a href="/list.html">mailing list</a>.</p> |
screenshots for either <a href="screenshots/first/">the current released | |
version</a>, or <a href="screenshots/second/">the proposed new version</a> | |
which will be included in the forthcoming 0.4 release.</p> | |
|
|
</td> |
</td> |
|
|
Line 46 which will be included in the forthcomin
|
Line 52 which will be included in the forthcomin
|
<td valign=top> |
<td valign=top> |
<img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New"> |
<img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15" alt="What's New"> |
<ul class="small_images"> |
<ul class="small_images"> |
<li>October 15 2002 - A 0.4 release is on the way, we just have a couple of | <li>June 20 2009 - releases for Firefox 3 and 3.5 |
issues to tidy up first. This will feature Phoenix | <li>May 26 2009 - beta releases for Firefox 3 and 3.5 |
compatibility along with <a href="aims.html">many new features</a>. | <li>August 30 2008 - latest alpha releases for Firefox 3 |
<li>June 6 2002 - Annozilla 0.3.4 released (a bug-fix and Mozilla 1.0 compatibility release)</li> | |
</ul> |
</ul> |
</td> |
</td> |
</tr> |
</tr> |
Line 59 which will be included in the forthcomin
|
Line 64 which will be included in the forthcomin
|
<p><b>Project owner:</b><br> |
<p><b>Project owner:</b><br> |
Matthew Wilson</p> |
Matthew Wilson</p> |
<p><b>Contributors:</b><br> |
<p><b>Contributors:</b><br> |
|
C. Greg Hagerty<br> |
Doug Daniels<br> |
Doug Daniels<br> |
Jeffrey Phillips</p> | Jeffrey Phillips<br> |
| Dr. Katsuhiko Tsujino</p> |
<p><b>Annotation icons</b><br> |
<p><b>Annotation icons</b><br> |
© W3C |
© W3C |
<p><b>Thanks to:</b><br> |
<p><b>Thanks to:</b><br> |
Line 76 which will be included in the forthcomin
|
Line 83 which will be included in the forthcomin
|
</tr> |
</tr> |
</table> |
</table> |
|
|
<p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a>, not | <p><b><i>Please use the <a href="bugs.html">bug reporting mechanism</a> or |
this 'User Notes' section, to report bugs in Annozilla.</i></b></p> | the <a href="list.html">mailing list</a> to discuss Annozilla.</i></b></p> |
| |
<?php require(ANNOTATE); ?> | |