Annotation of chimera/www/index.html, revision 1.4
1.1 david 1: <table>
2: <tr>
3: <td valign="top" width="100%">
4:
5: <!-- MAIN CONTENT -->
1.3 hyatt 6: <p>
7: This is the project page for <b>Chimera</b>, a new project aimed at
8: delivering a best-of-breed browser on the OS X platform. Chimera
9: uses <a href="http://www.mozilla.org/ports/fizzilla/Cocoazilla.html">
10: Cocoazilla</a>, a variant of <a href="http://www.mozilla.org/ports/fizzilla/">
11: Fizzilla</a> that consists of a UNIX back end wed to a Cocoa front end.
12: <p>
13: The cross-platform UI will be replaced with native Cocoa widgetry (such as
14: customizable toolbars and a drawer for the sidebar). The plan is to
15: produce only a browser (no other apps!), and to keep the UI as simple
16: and as clean as possible.
17: <p>
18: Current project contributors include myself (hyatt@netscape.com) and
19: Matt Judy (macserv@nibfile.com). If you are interested in getting
20: involved, contact one of us! There's plenty of work to go around!
21: <p>
1.1 david 22:
23: </td>
24:
25: <!-- ***************** INFO/NEWS *************** -->
26: <td valign="top">
27: <table width="160">
28:
29: <tr>
30: <td colspan=2><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15"><br></td>
31: </tr>
32:
33: <tr>
34: <td valign=top><img src="http://www.mozdev.org/sharedimages/bullet.gif" width="10" height="10"></td>
35: <td valign=top>
36: <font size="-1">
1.2 hyatt 37: The initial checkin of Chimera has landed! A functional URL bar
38: and back/forward/reload/stop are now all working in the app. A rudimentary
39: sidebar has also landed.
1.1 david 40: </font><br>
41: </td>
42: </tr>
43:
44: </table>
45: <!-- ***************** INFO/NEWS *************** -->
46:
47: </td>
48: </tr>
49: </table>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>