Annotation of bannerblind/www/index.html, revision 1.10
1.2 fabricio 1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2: <html>
3: <head>
1.3 fabricio 4: <title></title>
1.5 fabricio 5:
1.2 fabricio 6: </head>
1.3 fabricio 7: <body>
1.7 fabricio 8:
1.1 david 9: <table>
1.7 fabricio 10: <tbody>
11: <tr>
12: <td valign="Top" width="100%"><!-- MAIN CONTENT -->
13:
1.2 fabricio 14: <p>Welcome to the <b>Banner Blind Mozilla</b> project.<br>
1.7 fabricio 15: The goal of this project is to design a browser extension that hides
16: the banners of any web site.</p>
17:
1.2 fabricio 18: <p><b>Status</b><br>
1.8 fabricio 19: The XPI installation, is now available!!! Visit the <a href="installation.html">
20: installation </a> section.</p>
1.7 fabricio 21:
1.2 fabricio 22: <p>The available version hides this types of banners:<br>
1.10 ! fabricio 23: Images and iframes with one of the follow dimensions:<br>
1.7 fabricio 24: </p>
25:
1.2 fabricio 26: <ul>
1.9 fabricio 27: <li>Full Banner - 468x60 pixels</li>
28: <li>Half Banner - 234x60 pixels</li>
29: <li>Rectangular Banner - 120x60 pixels</li>
30:
1.2 fabricio 31: </ul>
1.9 fabricio 32:
1.3 fabricio 33: <p><b>Next Steps<br>
1.7 fabricio 34: </b></p>
35:
1.2 fabricio 36: <ul>
1.8 fabricio 37: <li>Support more banners formats, like banners in html</li>
38: <li>Tell the browser not to load the banners instead of just hide them<br>
39: </li>
1.2 fabricio 40: </ul>
1.7 fabricio 41: <b>Contributing</b><br>
42: If you have any suggestions on how to make it better, or if you can
1.6 fabricio 43: contribute with the project with anything, please be our guest =)<br>
1.7 fabricio 44: <br>
45: Here are my contacts:<br>
46: Fabricio Campos Zuardi<br>
47: email: <a href="mailto:fabricio@mamata.com.br">fabricio@mamata.com.br</a>
48: <br>
49: ICQ: 5013001<br>
50: Yahoo Messenger: fzuardi<br>
51: <br>
52: You can also drop a note <a href="annotation.html">here</a><br>
53: </td>
54: <!-- ***************** INFO/NEWS *************** --><td valign="Top">
55:
1.2 fabricio 56: <table width="160">
1.7 fabricio 57: <tbody>
58: <tr>
59: <td colspan="2"><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" height="15">
60: <br>
61: </td>
62: </tr>
63: <tr>
64: <td valign="Top"><img src="http://www.mozdev.org/sharedimages/bullet.gif" width="10" height="10">
65: </td>
1.10 ! fabricio 66: <td valign="Top"><font size="-1"> IFRAME support implemented </font><br>
! 67: </td>
! 68: </tr>
! 69: <tr>
! 70: <td valign="Top"><img src="http://www.mozdev.org/sharedimages/bullet.gif" width="10" height="10">
! 71: </td>
! 72: <td valign="Top"><font size="-1"> XPI Install now available!! </font><br>
1.7 fabricio 73: </td>
74: </tr>
75:
76: </tbody>
1.2 fabricio 77: </table>
1.7 fabricio 78: <!-- ***************** INFO/NEWS *************** --></td>
79: </tr>
80:
81: </tbody>
1.4 fabricio 82: </table>
1.7 fabricio 83:
1.2 fabricio 84: </body>
85: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>