--- web/www/index.xhtml 2012/01/12 16:14:40 1.32 +++ web/www/index.xhtml 2013/08/09 23:43:24 1.37 @@ -29,20 +29,66 @@ </li> </ul> </div> -<!--#include virtual="/bannerad.inc" --> <h2> <a id="news">News</a> </h2> <h3> + Friday 9 August 2013 + </h3> + <h4> + New PGP keys + </h4> + <p> + We've updated our <a href="pgpkey.xhtml">PGP keys</a> with + new ones that conform better to current best practices. If + you're relying on them to validate our software please + grab our new keys instead. + </p> + <h4> + Old ticket tracker removed + </h4> + <p> + Our old email based support system has now been + deprecated, along with the two email addresses that pointed + at it - bugs@ and support@. The main reason for this was + the sheer amount of spam we were getting, even with + anti-spam measures in place. But also because the amount + of issues logged outweighs the need to run our own system + at the moment. + </p> + <p> + If you have an issue to report, please see our + <a href="support.xhtml">bug reporting page</a> for more + information on the best way to do it. If you had an + outstanding issue in the old system we should have + contacted you by now, so if you haven't heard anything + from us assume it got lost and log a new issue as + described on the aforementioned page. + </p> + <h3> + Thursday 8 August 2013 + </h3> + <h4> + libstatgrab 0.90 released + </h4> + <p> + <a href="/libstatgrab/">libstatgrab</a> 0.90 has + been released. This release contains a significant number + of changes and has a number of API changes. + </p> + <h3> Thursday 12 January 2012 </h3> <h4> Source code moved to Git </h4> <p> - We've moved both libstatgrab and pystatgrab to their - own Git repositories. CVS will remain for everything - else for now. + We've moved both + <a href="http://git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a> + and + <a href="http://git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a> + to their own Git repositories. CVS will remain for + everything else for now. </p> <h3> Sunday 21 February 2010 @@ -164,19 +210,21 @@ Use this form to search the whole i-scream website, courtesy of Google. </p> - <form method="get" action="http://www.google.com/custom"> - <p> - <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" /></a> - <input type="hidden" name="domains" value="i-scream.org" /> - <input type="text" name="q" size="31" maxlength="255" value="" /> - <input type="submit" name="sa" value="Search" /> - <input type="radio" name="sitesearch" value="i-scream.org" checked="checked" />i-scream.org - <input type="radio" name="sitesearch" value="" />Web - <input type="hidden" name="client" value="pub-4199687771151670" /> - <input type="hidden" name="forid" value="1" /> - <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:EEEEFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;" /> - </p> - </form> + <div> + <script> + (function() { + var cx = '015923082814183233257:dz2h65arce8'; + var gcse = document.createElement('script'); + gcse.type = 'text/javascript'; + gcse.async = true; + gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + + '//www.google.com/cse/cse.js?cx=' + cx; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(gcse, s); + })(); + </script> + <gcse:search></gcse:search> + </div> </div> <!--#include virtual="/footer.inc" --> </div>