Re: Docs Meeting 2009-10-08 IRC Log

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Oct 10, 2009 at 03:27:18PM -0400, Eric Christensen wrote:
> Sorry for the bandwidth, guys.  My FireGPG plugin for Firefox
> apparently has a bug in it that removes <nick> from the meeting logs.
> Strange!  So now that I know it's happening I'll be more careful in
> the future.  I'll also be filing a bug report!

It probably thinks they're markup language and is stripping them for
some odd reason.  You may want to just try your hand at a short script
to convert them with some 'sed' commands.  Here's what I use for
converting output from my dircproxy logs:


#!/bin/sh

TEMPFILE=`mktemp`
cp $TEMPFILE $TEMPFILE.bak
sed 's/\[.*\] //' "$1" > $TEMPFILE
sed -i 's/<\(.*\)\!.*> [+-]\?/<\1> /' $TEMPFILE
grep -v '^<.*> $' $TEMPFILE > "$1"
#---- END


-- 
Paul W. Frields                                http://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
  irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug

-- 
fedora-docs-list mailing list
fedora-docs-list@xxxxxxxxxx
To unsubscribe: 
https://www.redhat.com/mailman/listinfo/fedora-docs-list

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Red Hat 9]     [Yosemite News]     [KDE Users]

  Powered by Linux