version 1.27, 2002/03/04 19:02:01
|
version 1.81, 2006/07/24 18:03:05
|
Line 3
|
Line 3
|
<td valign="top" width="100%"> |
<td valign="top" width="100%"> |
|
|
<!-- MAIN CONTENT --> |
<!-- MAIN CONTENT --> |
<h2>Annotea on Mozilla</h2> | <div id="announcements"> |
<div style="border: dashed 1px black; padding: 0 10"> | |
<h3>Annozilla 0.3.2 released</h3> | <h3 id="announcement20060722"><a href="installation/">Annozilla 0.6.6 released</a></h3> |
<p><b><i>Another maintenance release, this time for Mozilla 0.9.8 (this should | <p>This release fixes a number of bugs and adds a Japanese translation.</p> |
also be compatible with 0.9.7). Other changes in 0.3.1 | <ul> |
were:</i></b></p> | <li>List of available languages are taken from the browser's internal lists, |
<ul> | ensuring that they appear appropriately for the user's language (Firefox editor window only) |
<li>Goes directly to the annotation server, instead of via the bookmarklet | <li>Editor windows closed correctly after posting (bug 12830) |
servlet | <li>When an annotation icon is inside a link, selecting the link opens the annotation |
<li>Uses fixed positioning in the sidebar to display the title and annotation | body and doesn't follow the link |
body at all times | <li>A correction to the insertion of icons inside documents |
</ul> | </ul> |
| <p>Firefox users can use the automatic update facility to get these new versions.</p> |
| <p>Thanks to Dr. Katsuhiko Tsujino for his work in fixing these bugs, and for providing |
| the Japanese translation.</p> |
</div> |
</div> |
|
|
<p id="intro">This is the the <b>Annozilla</b> project, designed to view and |
<p id="intro">This is the the <b>Annozilla</b> project, designed to view and |
Line 26 constructs) to identify the region of th
|
Line 29 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 go.</p> |
<p>You can also see <a href="screenshots.html">some screenshots</a> - an |
|
example of the sidebar in action, and the preferences panel.</p> |
|
|
|
</td> |
</td> |
|
|
Line 40 example of the sidebar in action, and th
|
Line 41 example of the sidebar in action, and th
|
<table width="160"> |
<table width="160"> |
|
|
<tr> |
<tr> |
<td><img src="http://www.mozdev.org/sharedimages/downloads.gif" width="154" height="15"></td> | <td valign=top> |
</tr> | |
| |
<tr> | |
<td> | |
<font size="-1"> <?php downloads('annozilla.xpi', ''); ?> </font> | |
</td> | |
</tr> | |
| |
<tr> | |
<td> | |
<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"> |
|
<li>July 22 2006 - Annozilla 0.6.6 released. |
|
<li>March 25 2006 - Annozilla 0.6.5 released. |
|
<li>January 11 2006 - Annozilla 0.6.3 released |
|
</ul> |
</td> |
</td> |
</tr> |
</tr> |
|
|
<tr> |
<tr> |
<td valign=top> | <td valign=bottom> |
<?php include 'news.html' ?> | <div id="contributors"> |
<ul style="list-style-image: url(http://www.mozdev.org/sharedimages/bullet.gif)"> | <p><b>Project owner:</b><br> |
<li><small>Mar 4 2002 - Being held up by an | Matthew Wilson</p> |
<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=127418">XBL bug</a></small></li> | <p><b>Contributors:</b><br> |
<li><small>Feb 19 2002 - The <a href="aims.html">Project Aims</a> | Doug Daniels<br> |
page now lists improvements which should make it into the next | Jeffrey Phillips<br> |
release of Annozilla</small></li> | Dr. Katsuhiko Tsujino</p> |
<li><small>Feb 15 2002 - Some more <a href="screenshots.html">screenshots</a> | <p><b>Annotation icons</b><br> |
showing changes in future versions - a redesigned sidebar, | © W3C |
an updated preferences panel, and an HTML editor when | <p><b>Thanks to:</b><br> |
creating and editing annotations.</small></li> | Mike Lee (<a href="http://mozblog.mozdev.org">mozblog</a>)</p> |
<li><small>Feb 9 2002 - Annozilla 0.3.2 released. This is almost | </div> |
identical to 0.3.1 but with a few compatibility | |
fixes. It does not include all the latest code in CVS.</small></li> | |
</ul> | |
</td> |
</td> |
</tr> |
</tr> |
|
|
Line 82 example of the sidebar in action, and th
|
Line 74 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 | <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); ?> | |