[Kde-extra-gear] In want of a program

EArndt at t-online.de EArndt at t-online.de
Thu Apr 28 14:43:22 CEST 2005


Dear Ladies and Gentlemen!
I have tried to to program a very special search engine.
The task is to search all internet pages whose URL
begins with a given string.
At first the page is read whose URL is = the string
If it contains the searchword, the process stops.
If not, all URL's that begin with given string or that 
do not begin with "http://" are extracted and are written into
a list (if not already in the list)
Then the URL's from the list are searched the same way
until the list ends (not found) or until the searchword is found.
I have tried to put
lynx -source >tempfile "http://......."
into a #!/bin/bash  script.
but lynx will not do, because it does'nt frames nor java.

I think KDE must contain a program or subroutine
that can be called by a c program or bash script
and that reads just 1 internet-page with a given URL
that can then be manipulated with a c program.
Or do you know any other program that does it
better than lynx?

With my regards!
Erhart Arndt.


More information about the Kde-extra-gear mailing list