<?xml version="1.0"?>
<!DOCTYPE content [ <!ENTITY nbsp " "> ]>
<rdf:RDF xml:base="http://snarfed.org/rdf"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/">

<rdf:Description rdf:about="http://snarfed.org">
  <dc:title> snarfed.org  </dc:title>
  <dc:description> draw group stream of consciousness </dc:description>
  <dc:creator> Ryan Barrett &lt;snarfed at ryanb dot org&gt; </dc:creator>
  <dc:language> en </dc:language>
  <dc:format> text/html </dc:format>
  <dc:rights> Copyright 2002-2007 Ryan Barrett </dc:rights>
</rdf:Description>

<rdf:Description rdf:about="http://snarfed.org/space/bigbrother">
  <dc:title> bigbrother </dc:title>
  <dc:creator> Ryan Barrett &lt;snarfed at ryanb dot org&gt; </dc:creator>
  <dc:date> 2003-01-01T05:00:00Z </dc:date>
  <dc:language> en </dc:language>
  <dc:format> text/html </dc:format>
  <dc:rights> Copyright 2002-2007 Ryan Barrett </dc:rights>

  <content>
    <p>For the impatient: <br />
<a href="/space/bigbrother-0.5.1.tar.gz">Download bigbrother 0.5.1</a> <br />
<a href="http://ryan.barrett.name/bigbrother/">Example page</a> <br />
<a href="http://gaim.sf.net/">Gaim web site</a></p>

<p><a href="/space/bigbrother_screenshot.jpg"><img src="/space/thumbnail.jpg" alt="/space/thumbnail.jpg" title="" /></a></p>

<p><a href="/space/Bigbrother">Bigbrother</a> is a program that calculates statistics about
your away message history. It parses a log file of all of the away messages
you've used, then generates a report with graphs about when and how often you do
different things, based on your away message history. It's best described by
<a href="http://ryan.barrett.name/bigbrother/">example</a>.</p>

<p>Bigbrother has two parts: a Gaim plugin which logs your away messages, and an
analyzer which crunches the logs and generates a report.</p>

<p>The Gaim plugin requires <a href="http://gaim.sf.net/">Gaim</a> .68 or higher and
<a href="http://perl.org/">Perl</a> 5.004 or higher. The analyzer requires
<a href="http://python.org/">Python</a> 2.2 or higher.</p>

<p>Bigbrother is copyright 2003-2004 <a href="http://ryan.barrett.name/">Ryan Barrett</a>, and
is distributed under the <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. It
includes source code from <a href="http://www.boutell.com/gd/">gd</a>,
<a href="http://www.fred.net/brv/chart/">GDChart</a>, and
<a href="http://nullcube.com/software/pygdchart">PyGDChart</a>, which are the property of
their respective copyright holders.</p>

  </content>

  <rdf:Seq>

<rdf:li>
<rdf:Description rdf:about="#1153116516.0">
  <dc:source> http://snarfed.org/ </dc:source>
  <dc:title> bigbrother-1 </dc:title>
  <dc:creator> ryan </dc:creator>
  <dc:date> cmt_pubDate </dc:date>
  <dc:format> text/html </dc:format>

  <content>
    
I've just discovered Erik Benson's
<span class="nobr"><a href="http://morale.erikbenson.com/">Morale-O-Meter</a></span>.
It's similar to bigbrother in some ways, but different and better in many others. It's also much easier to try out.
<span class="nobr"><a href="http://morale.erikbenson.com/">Give it a spin!</a></span><p class="paragraph"/><a href="http://morale.erikbenson.com/"><img src="/space/morale-o-meter.png" border="0"/></a><p class="paragraph"/>
  </content>
</rdf:Description>
</rdf:li>

<rdf:li>
<rdf:Description rdf:about="#1181490483.76">
  <dc:source> http://snarfed.org/ </dc:source>
  <dc:title> bigbrother </dc:title>
  <dc:creator> Turkeyphant </dc:creator>
  <dc:date> cmt_pubDate </dc:date>
  <dc:format> text/html </dc:format>

  <content>
    Love the idea of this tool, but I'm having difficulties getting it to work.&nbsp; On Windows XP (sorry) and running Python 2.5.1 I get the following error message when attempting to analyse your sample log file:<br />
<br />
turkeyphant@rowla bigbrother-0.5.1&gt;<br />
$ bigbrother.py away.log<br />
Traceback (most recent call last):<br />
&nbsp; File "bigbrother.py", line 60, in &lt;module&gt;<br />
&nbsp; import graph<br />
&nbsp; File "graph.py", line 29, in &lt;module&gt;<br />
&nbsp; import gdchart<br />
ImportError: No module named gdchart<br />
<br />
Any ideas?
  </content>
</rdf:Description>
</rdf:li>

<rdf:li>
<rdf:Description rdf:about="#1181496986.34">
  <dc:source> http://snarfed.org/ </dc:source>
  <dc:title> bigbrother </dc:title>
  <dc:creator> Ryan </dc:creator>
  <dc:date> cmt_pubDate </dc:date>
  <dc:format> text/html </dc:format>

  <content>
    glad you're interested! the problem is that bigbrother uses <a href="http://www.nullcube.com/software/pygdchart.html">PyGDChart</a>, which is a thin wrapper around <a href="http://www.fred.net/brv/chart/">gdchart</a>, a C library. i include a prebuilt gdchart binary in the tarball, but it's a linux shared library. you need a windows build.<br />
<br />
luckily, the <a href="http://www.nullcube.com/software/pygdchart.html">PyGDChart site</a> includes a <a href="http://www.nullcube.com/software/pygdchart/pygdchart0.6.1-w32-py23.zip">windows build</a>. i'll give it a shot later today and see if it works.
  </content>
</rdf:Description>
</rdf:li>

<rdf:li>
<rdf:Description rdf:about="#1181525484.35">
  <dc:source> http://snarfed.org/ </dc:source>
  <dc:title> bigbrother </dc:title>
  <dc:creator> Turkeyphant </dc:creator>
  <dc:date> cmt_pubDate </dc:date>
  <dc:format> text/html </dc:format>

  <content>
    Thanks man.&nbsp; Let me know if installing PyGDChart will sort it for Windows...
  </content>
</rdf:Description>
</rdf:li>

<rdf:li>
<rdf:Description rdf:about="#1181529819.52">
  <dc:source> http://snarfed.org/ </dc:source>
  <dc:title> bigbrother </dc:title>
  <dc:creator> Ryan </dc:creator>
  <dc:date> cmt_pubDate </dc:date>
  <dc:format> text/html </dc:format>

  <content>
    yup, the <a href="http://www.nullcube.com/software/pygdchart/pygdchart0.6.1-w32-py23.zip">windows build</a> works, with <a href="http://python.org/download/releases/2.3.5/">python 2.3.5</a> (<i>not</i> 2.4 or 2.5). unzip it, put gdchart.pyd in the bigbrother directory, and you should be good to go.
  </content>
</rdf:Description>
</rdf:li>

<rdf:li>
<rdf:Description rdf:about="#1181561155.87">
  <dc:source> http://snarfed.org/ </dc:source>
  <dc:title> bigbrother </dc:title>
  <dc:creator> Turkeyphant </dc:creator>
  <dc:date> cmt_pubDate </dc:date>
  <dc:format> text/html </dc:format>

  <content>
    Great - that works perfectly.&nbsp; Cheers.
  </content>
</rdf:Description>
</rdf:li>

  </rdf:Seq>
</rdf:Description>
</rdf:RDF>
