X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Foptions.h;h=2f773afa99d3e2d5939147e6139bb1423d1396fb;hb=4454f6ce0a4ffde97887adf2abb36833924124fe;hp=004cfb0d1aefa01e4a8e80f90de1f807ed7a52a7;hpb=31d6616c483359af431f4c33c3c5b237cd8d4426;p=wget diff --git a/src/options.h b/src/options.h index 004cfb0d..2f773afa 100644 --- a/src/options.h +++ b/src/options.h @@ -64,6 +64,9 @@ struct options char **domains; /* See host.c */ char **exclude_domains; + char **follow_tags; /* List of HTML tags to recursively follow. */ + char **ignore_tags; /* List of HTML tags to ignore if recursing. */ + int follow_ftp; /* Are FTP URL-s followed in recursive retrieving? */ int retr_symlinks; /* Whether we retrieve symlinks in @@ -95,7 +98,8 @@ struct options long timeout; /* The value of read timeout in seconds. */ #endif - long wait; /* The wait period between retries. */ + long wait; /* The wait period between retrievals. */ + long waitretry; /* The wait period between retries. - HEH */ int use_robots; /* Do we heed robots.txt? */ long quota; /* Maximum number of bytes to @@ -113,11 +117,16 @@ struct options #endif /* DEBUG */ int timestamping; /* Whether to use time-stamping. */ - int backups; /* Are backups made? */ + + int backup_converted; /* Do we save pre-converted files as *.orig? */ + int backups; /* Are numeric backups made? */ char *useragent; /* Naughty User-Agent, which can be set to something other than Wget. */ + char *referer; /* Naughty Referer, which can be + set to something other than + NULL. */ int convert_links; /* Will the links be converted locally? */ int remove_listing; /* Do we remove .listing files