Subject: Re: Get only the home page and some of subdirectories
Author: Leto
Date: 12/09/2001 22:49
How I would do it:
-*
+*/talks/*
+*/pubs/*
+*/talks.html
+*/publications.html
+*.gif +*.jpg +*.png +*.css +*.js
This effectively excludes everything, and then progressively adds exactly what
you require.