<?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/scavenger">
  <dc:title> scavenger </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><img src="/space/at.jpg" alt="/space/at.jpg" title="" /></p>

<p>For the impatient: <br />
<a href="/space/scavenger.tar.gz">Download tarball</a> <br />
<a href="/space/scavenger.zip">Download zipfile</a></p>

<p>Scavenger is a program that extracts email addresses from text and binary files
in any format. Email addresses are identified according to the <a href="http://ietf.org/rfc/rfc2822.txt?number=2822">RFC
2822</a> standard.</p>

<p>Usage: scavenger [INPUT FILES]... [OUTPUT FILE]</p>

<p>I wrote scavenger a while ago, before I knew that grep, regular expressions,
etc. could do this without breaking a sweat. However, scavenger is a clean,
simple example of good C++ style and practices.</p>

<p>To compile on *nix, just run make. This should work with gcc 2.95 and up on any
*nix platform; it has been tested on Linux, Solaris, and FreeBSD.</p>

<p>To compile on Windows, use the included Visual C++ project files.</p>

<p>Scavenger is copyright 2001 Ryan Barrett, and is distributed under the
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. See the LICENSE file for more
information.</p>

  </content>

  <rdf:Seq>

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