Skip to content

tstaerk/Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spider is a software to allow you to follow links in html pages.

You need to have tidy installed. For SUSE 11.1, you can do this with
 yast -i libtidy-devel

To compile this, use
 cmake . && make -j8
If you do not want to see debugging output, use
 cmake -DCMAKE_BUILD_TYPE=Release . && make -j8

Call spider like this:
 ./spider example.htm 2>/dev/null
With the addition 2>/dev/null, debugging output is removed.

About

Spider is a software to allow you to follow links in html pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published