hi...

i'm (unfortunately with trepidation!!) looking to climb into wget to make
some changes...

i'm wondering if there are any developers of wget, or people who are
familiar with the working guts of wget that i could talk to to reduce the
time that i might need to spend on this project...

i'm looking to modify wget to allow the processing of forms (GET/POST) as
well as to include/exclude links/urls/querystrings... i'm also looking at
being able to implement some form of xpath/regex/pattern extraction for
text....

i know that wget can process POST forms on the inital page, but i'm going to
need to be able to process forms/elements within given forms within pages
that might be multiple levels deep...

i envision using some form of config page, that the user can setup to guide
the actions of the modified wget app...

something like....

        url:formname:formaction
        formname:element
        url:include/exclude

i'd also need a way of tracking the url/links that the app has parsed...
although wget may already have this...

thanks

-bruce


Reply via email to