irc.oftc.net #zumastor irc logs

today's most recent conversation:

irc.oftc.net #zumastor log beginning Fri Sep 3 00:00:01 PDT 2010 
2010-09-03 04:33 -!- flips(~phillips@phunq.net) has joined #zumastor 
2010-09-03 05:15 -!- flips(~phillips@phunq.net) has joined #zumastor 
2010-09-03 06:25 -!- flips(~phillips@phunq.net) has joined #zumastor 

log archives


2009-08-31.txt 1 lines
2009-08-30.txt 1 lines
2009-08-29.txt 1 lines
2009-08-28.txt 1 lines
2009-08-27.txt 1 lines
2009-08-26.txt 1 lines
2009-08-25.txt 7 lines
2009-08-24.txt 2 lines
2009-08-23.txt 1 lines
2009-08-22.txt 1 lines
2009-08-21.txt 3 lines
2009-08-20.txt 5 lines
2009-08-19.txt 12 lines
2009-08-18.txt 3 lines
2009-08-17.txt 3 lines
2009-08-16.txt 3 lines
2009-08-15.txt 1 lines
2009-08-14.txt 1 lines
2009-08-13.txt 13 lines
2009-08-12.txt 57 lines
2009-08-11.txt 9 lines
2009-08-10.txt 2 lines
2009-08-09.txt 1 lines
2009-08-08.txt 1 lines
2009-08-07.txt 9 lines
2009-08-06.txt 2 lines
2009-08-05.txt 2 lines
2009-08-04.txt 2 lines
2009-08-03.txt 2 lines
2009-08-02.txt 2 lines
2009-08-01.txt 1 lines
mon/2009-08.txt 3 lines
mon/2009-07.txt 268 lines
mon/2009-06.txt 95 lines
mon/2009-05.txt 87 lines
mon/2009-04.txt 95 lines
mon/2009-03.txt 48 lines
mon/2009-02.txt 95 lines
mon/2009-01.txt 109 lines
mon/2008-12.txt 193 lines
mon/2008-11.txt 258 lines
mon/2008-10.txt 251 lines
mon/2008-09.txt 379 lines
mon/2008-08.txt 575 lines
mon/2008-07.txt 668 lines
mon/2008-06.txt 1626 lines
mon/2008-05.txt 1137 lines
mon/2008-04.txt 4214 lines
mon/2008-03.txt 4023 lines
mon/2008-02.txt 4344 lines
mon/2008-01.txt 1323 lines
mon/2007-12.txt 1639 lines
mon/2007-11.txt 1483 lines
mon/2007-10.txt 467 lines
mon/2007-09.txt 672 lines
mon/2007-08.txt 903 lines
mon/2007-07.txt 364 lines

about this page

irc logs for the zumastor linux storage project gathered using the ii irc client running under daemontools using this run script.

logs are rotated by this cronjob.

generated with the following script:
#!/bin/bash
# Shapor Naghibzadeh <shapor@shapor.com>
title="irc.oftc.net #zumastor irc logs"

cat <<EOE
Content-type: text/html

<html><head><title>$title</title>
<link rel="stylesheet" href="../doxygen.css" type="text/css"></head>
<body><h1>$title</h1><h3>today's most recent conversation:</h3><table border=1><tr><td><code>
EOE

tail -10 current.txt| ccze -m html | grep "^<font"
echo "</code></td></tr></table><h3>log archives</h3>"
for file in mon/????-??.txt 2009-08-??.txt
do
	[[ -r $file ]] && echo "<br><a href=$file>$file</a>" `wc -l $file | awk '{print $1}'` lines
done | tac

cat <<EOE
<hr><h3>about this page</h3>irc logs for the
<a href="http://zumastor.org/">zumastor linux storage project</a> gathered using the
<a href="http://www.suckless.org/wiki/tools/irc/irc_it">ii irc client</a>
running under
<a href="http://cr.yp.to/daemontools.html">daemontools</a>
using <a href="run">this run script</a>.<p>
logs are rotated by <a href="iirotate.sh">this cronjob</a>.<p>
generated with the following script:<table border=1><tr><td><pre>
EOE
cat $0 | sed -e 's/&/\&amp;/g' -e 's/</\&lt;/g' -e 's/>/\&gt;/g'
echo "</pre></td></tr></table></body></html>"