Annotation of adblockfilters/www/index.html, revision 1.12
1.3 maltekra 1:
2: <!-- ***************** INFO/NEWS *************** -->
3: <div id="infoTabs">
4: <div class="infoTab" id="whats-new">
5: <h5 class="infoHeader">What's New</h5>
6: <ul>
1.9 maltekra 7: <li>2008-02-22: version 1.5 is released</li>
1.8 maltekra 8: <li>2007-04-27: version 1.0.2 is released</li>
1.7 maltekra 9: <li>2006-12-12: version 1.0.1 is released</li>
1.5 maltekra 10: <li>2006-12-01: First ext. release</li>
1.3 maltekra 11: <li>2006-11-09: Project opened</li>
12: </ul>
13: </div>
14:
15: </div>
16: <!-- ***************** INFO/NEWS *************** -->
17:
18: <!-- MAIN CONTENT -->
1.4 maltekra 19: <p>The Adblock Plus Filter Uploader extension uploads your <a href="http://adblockplus.org/">Adblock Plus</a> filters to a FTP server. Either automatically on Firefox shutdown or by pressing a button in the <abbr title="Adblock Plus">ABP</abbr> interface. A look at <a href="/screenshots.html">screenshots page</a> should answer further question about what this does.</p>
1.3 maltekra 20:
1.6 maltekra 21:
1.10 maltekra 22: <?php
1.12 ! maltekra 23: $local_conf_show_notes_form = ON;
! 24: $author="adblockfilters-owner@mozdev.org";
! 25: $post_to_list = NO;
! 26: require(NOTES);
1.10 maltekra 27: ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>