ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
(Generate patch)

Comparing web/www/index.xhtml (file contents):
Revision 1.32 by tdb, Thu Jan 12 16:14:40 2012 UTC vs.
Revision 1.38 by tdb, Mon Jul 14 16:00:44 2014 UTC

# Line 29 | Line 29
29                </li>
30              </ul>
31            </div>
32 <!--#include virtual="/bannerad.inc" -->
32            <h2>
33              <a id="news">News</a>
34            </h2>
35            <h3>
36 +            Monday 14 July 2014
37 +          </h3>
38 +          <h4>
39 +            pystatgrab 0.6 released
40 +          </h4>
41 +          <p>
42 +            <a href="/pystatgrab/">pystatgrab</a> 0.6 has
43 +            been released. This catches up with the latest API changes
44 +            in libstatgrab.
45 +          </p>
46 +          <h3>
47 +            Friday 11 July 2014
48 +          </h3>
49 +          <h4>
50 +            libstatgrab 0.91 released
51 +          </h4>
52 +          <p>
53 +            <a href="/libstatgrab/">libstatgrab</a> 0.91 has
54 +            been released. This contains a number of bugfixes and new
55 +            features.
56 +          </p>
57 +          <h3>
58 +            Friday 9 August 2013
59 +          </h3>
60 +          <h4>
61 +            New PGP keys
62 +          </h4>
63 +          <p>
64 +            We've updated our <a href="pgpkey.xhtml">PGP keys</a> with
65 +            new ones that conform better to current best practices. If
66 +            you're relying on them to validate our software please
67 +            grab our new keys instead.
68 +          </p>
69 +          <h4>
70 +            Old ticket tracker removed
71 +          </h4>
72 +          <p>
73 +            Our old email based support system has now been
74 +            deprecated, along with the two email addresses that pointed
75 +            at it - bugs@ and support@. The main reason for this was
76 +            the sheer amount of spam we were getting, even with
77 +            anti-spam measures in place. But also because the amount
78 +            of issues logged outweighs the need to run our own system
79 +            at the moment.
80 +          </p>
81 +          <p>
82 +            If you have an issue to report, please see our
83 +            <a href="support.xhtml">bug reporting page</a> for more
84 +            information on the best way to do it. If you had an
85 +            outstanding issue in the old system we should have
86 +            contacted you by now, so if you haven't heard anything
87 +            from us assume it got lost and log a new issue as
88 +            described on the aforementioned page.
89 +          </p>
90 +          <h3>
91 +            Thursday 8 August 2013
92 +          </h3>
93 +          <h4>
94 +            libstatgrab 0.90 released
95 +          </h4>
96 +          <p>
97 +            <a href="/libstatgrab/">libstatgrab</a> 0.90 has
98 +            been released. This release contains a significant number
99 +            of changes and has a number of API changes.
100 +          </p>
101 +          <h3>
102              Thursday 12 January 2012
103            </h3>
104            <h4>
105              Source code moved to Git
106            </h4>
107            <p>
108 <            We've moved both libstatgrab and pystatgrab to their
109 <            own Git repositories. CVS will remain for everything
110 <            else for now.
108 >            We've moved both
109 >            <a href="http://git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a>
110 >            and
111 >            <a href="http://git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a>
112 >            to their own Git repositories. CVS will remain for
113 >            everything else for now.
114            </p>
115            <h3>
116              Sunday 21 February 2010
# Line 164 | Line 232
232              Use this form to search the whole i-scream website,
233              courtesy of Google.
234            </p>
235 <          <form method="get" action="http://www.google.com/custom">
236 <            <p>
237 <              <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" /></a>
238 <              <input type="hidden" name="domains" value="i-scream.org" />
239 <              <input type="text" name="q" size="31" maxlength="255" value="" />
240 <              <input type="submit" name="sa" value="Search" />
241 <              <input type="radio" name="sitesearch" value="i-scream.org" checked="checked" />i-scream.org
242 <              <input type="radio" name="sitesearch" value="" />Web
243 <              <input type="hidden" name="client" value="pub-4199687771151670" />
244 <              <input type="hidden" name="forid" value="1" />
245 <              <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;" />
246 <            </p>
247 <          </form>
235 >          <div>
236 >            <script>
237 >              (function() {
238 >                var cx = '015923082814183233257:dz2h65arce8';
239 >                var gcse = document.createElement('script');
240 >                gcse.type = 'text/javascript';
241 >                gcse.async = true;
242 >                gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
243 >                    '//www.google.com/cse/cse.js?cx=' + cx;
244 >                var s = document.getElementsByTagName('script')[0];
245 >                s.parentNode.insertBefore(gcse, s);
246 >              })();
247 >            </script>
248 >            <gcse:search></gcse:search>
249 >          </div>
250          </div>
251   <!--#include virtual="/footer.inc" -->
252        </div>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines