> Date: Sat, 11 Aug 2001 14:01:50 -0400
> From: Rocco Caputo <[EMAIL PROTECTED]>
>
> On Fri, Aug 10, 2001 at 05:14:26PM -0700, Michael Blakeley wrote:
>
> > The code I'm working on is actually running pretty well now, so I've
> > checked it into my project's CVS. Feel free to link to it as an
> > example of how (not?) to write a POE client app - I hope it helps
> > someone else get their project jump-started.
> >
> > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/etreed/etreed-client/
>
> Could you write a brief paragraph about it? I'll link to it from
> <http://poe.perl.org/projects.html>.
Let's see... you could probably chop the first two sentences if you
don't care about the project background.
The etreed project <http://etreed.sf.net/> is an open-source HTTP
queue, designed to provide fair-queuing for sites serving large files
with limited bandwidth (such as http://etree.org/ member sites). The
etreed developers wanted to provide command-line client access to
etreed servers, but found that lynx didn't support some HTML features
that etreed relies on (framesets, HTTP-EQUIV, multiple downloads).
The etreed-client was written as a minimal command-line HTTP client:
it speaks just enough HTTP and HTML to be a useful etreed client. The
source code
<http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/etreed/etreed-client/>
may also be useful to novice POE developers, and could in theory be
expanded into a full-fledged web browser.
-- Mike