Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Google Sitemap software

Dylan Parry wrote:

> Using a pointed stick and pebbles, Roy Schestowitz scraped:
> 
>> I know it's not perfect, not simple, but it's free.
> 
> Thanks for the suggestion, Roy, but it's a lot of arsing about for what 
> I want to achieve ;)

It's not as hard as Roy makes out.

wget -r http://example.org/
find example.org -type f | grep html >sitemap.txt
sed 's/^\(.*\)$/<a href="http:\/\/\1">\1<\/a><br>/' <sitemap.txt >sitemap.html

-- 
Toby A Inkster BSc (Hons) ARCS
Contact Me  ~ http://tobyinkster.co.uk/contact


[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index