Many moons ago, I had a huge personal picture gallery online. It contained photos of all the trips I’d been on as well as lots of parties I’d attended. When I last altered my career path, I decided to take the galleries offline. So I put them behind HTTP basic auth.
Now, 18 months down the line, I don’t even want them on my server, however, I’m keen to have them available to me, as a picture gallery, from DVD.
Ideally I’m looking for some software/script which will traverse a directory structure, create thumbnails of all photographs and wrap them in some sort of HTML for offline viewing.
I’ve just attempted to use wget with the ‘-r -nc –user=xxx –password=xx -k -p -np’ options, but it’s not doing what I need.
Can you suggest anything which will do what I’m looking for?
