RE: Kickstart

"Adam A R" <[email protected]> Mon, 19 Jan 2004 14:08:22 +0530
Newsgroups gmane.comp.lib.libwww
Message-ID <[email protected]>
Thanks Vic. That was of great help.


-----Original Message-----
From: Vic Bancroft [mailto:[email protected]] 
Sent: Thursday, January 08, 2004 7:11 AM
To: Adam A R
Cc: [email protected]
Subject: Re: Kickstart


On Wed, 7 Jan 2004, Adam A R wrote:

> The sample app LineMode that comes with the distribution is good one. 
> But, I am lost in trying to trace the code which actually does the
work.

The register callback, event driven processing is fun !  Almost all the 
work of HTBrowse.c happens inside the event loop after things are set
up,

    /* Go into the event loop... */
    HTEventList_loop(request);

This of course does many wonderful things using the your functions.  To 
understand the many of the mechanisms, try reading,

  libwww/Library/src/HTReqMan.c

There are also some very specific programs to illustrate various 
techniques for using the library in particular ways in

  libwww/Library/Examples

Of particular interest for me recently is the simple rdf_parse_file.c.
  
> Please point me to the 'step by step usage guide to libwww'.

I guess you have also checked out the library user documents like,

  libwww/Library/User/Start.html

more,
l8r,
v

-- 
No bugs were harmed in the development of this software. 

http://elvis.dlogic.org/~bancroft/tiki