Annotation of accessibar/www/index.html, revision 1.17
1.13 edank 1:
1.1 petejc 2: <!-- ***************** INFO/NEWS *************** -->
1.13 edank 3:
1.1 petejc 4: <div id="infoTabs">
5: <div class="infoTab" id="whats-new">
6: <h5 class="infoHeader">What's New</h5>
7: <ul>
1.17 ! edank 8: <li>1/1/2005 - Accessibar's Java reader now with installer automating the text-to-speech install process. <br>
1.2 edank 9: </li>
10: <li><a href="http://www.mozdev.org/">mozdev.org</a></li>
1.1 petejc 11: </ul>
12: </div>
13: <div class="infoTab" id="other-stuff">
14: <h5 class="infoHeader">Other Stuff</h5>
15: <ul>
1.13 edank 16: <li>Happy New Year!</li>
1.1 petejc 17: </ul>
18: </div>
19: <!-- alternative image/table base tab works better in NS4 -->
20: <!--
1.2 edank 21:
1.3 edank 22:
23:
1.1 petejc 24: <div class="infoTab" id="whats-new-image">
1.2 edank 25:
1.3 edank 26:
27:
1.1 petejc 28: <h5 class="infoHeader"><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" alt="What's New"></h5>
1.2 edank 29:
1.3 edank 30:
31:
1.1 petejc 32: <div class="infoItems">
1.2 edank 33:
1.3 edank 34:
35:
1.1 petejc 36: <div>News item goes here</div>
1.2 edank 37:
1.3 edank 38:
39:
1.1 petejc 40: <div>More news item goes here</div>
1.2 edank 41:
1.3 edank 42:
43:
1.1 petejc 44: <div><a href="http://mozdev.org/">mozdev.org</a></div>
1.2 edank 45:
1.3 edank 46:
47:
1.1 petejc 48: </div>
1.2 edank 49:
1.3 edank 50:
51:
1.1 petejc 52: </div>
1.2 edank 53:
1.3 edank 54:
55:
1.2 edank 56: --></div>
1.1 petejc 57: <!-- ***************** INFO/NEWS *************** -->
58: <!-- MAIN CONTENT -->
1.2 edank 59: <p><span style="font-weight: bold;"><big>Welcome to the Accessibar
60: Project<br>
61: </big></span></p>
1.3 edank 62: <p><span style="font-weight: bold;"><span style="color: rgb(204, 0, 0);">What
1.2 edank 63: is Accessibar?</span><br>
64: </span></p>
65: <p>Accessibar is a toolbar extension for the Mozilla browser which aims
66: at
1.3 edank 67: providing various accessibility features for users
1.2 edank 68: who could benefit from them. These features primarily focus on the
1.3 edank 69: dynamic manipulation of the visual display of the web
1.2 edank 70: page in addition to the integration of a text to speech reader which
1.3 edank 71: can read out loud the browser's user interface as well
72: as web page content.
1.2 edank 73: </p>
74: <p>The toolbar currently provides the
75: following features:<br>
76: </p>
77: <p><big><span style="font-weight: bold;"><span
1.3 edank 78: style="color: rgb(204, 0, 0);">Features</span><br>
1.2 edank 79: </span></big></p>
80: <ul>
1.3 edank 81: <li>Web page
1.2 edank 82: fonts and background colors can be changed from a selecton of 70 colors
1.3 edank 83: on current session</li>
84: <li>Icons with
85: configurable shortcut keys to increase and decrease Font size.</li>
86: <li>Line spacing
1.2 edank 87: can be increased or decreased to five different spacing settings
1.3 edank 88: incrementally.</li>
89: <li>All images
1.2 edank 90: (including Flash) displayed on a web page can be selected as being
1.3 edank 91: hiden or shown.</li>
92: <li>All changes
1.2 edank 93: made to the display of the web page can be restored to the original
1.8 edank 94: page settings by pressing “Restore Page“.</li>
1.3 edank 95: <li>Changes made to the currently displayed web page will persist to
96: all additional web
1.8 edank 97: pages until “Restore Page“ is selected.</li>
1.3 edank 98: <li>Integrated
99: Text To Speech reader. Reads out strings hovered over as well as
100: focused elements.</li>
101: <li>Reader
1.2 edank 102: settings can be configured allowing the selection of the voice, volume,
103: speaking rate,
1.3 edank 104: pitch, and voice range.</li>
105: <li>Toolbar
106: functions have configurable Keyboard Shortcuts.</li>
1.2 edank 107: </ul>
108: <br>
109: <br>
1.13 edank 110:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>