diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 2 | ||||
-rw-r--r-- | man/Makefile.in | 31 | ||||
-rw-r--r-- | man/httrack.1 | 17 | ||||
-rw-r--r-- | man/proxytrack.1 | 57 |
4 files changed, 94 insertions, 13 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 24cdbb8..10c9491 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,5 +1,5 @@ # man_MANS = httrack.1 -man_MANS = httrack.1 webhttrack.1 htsserver.1 +man_MANS = httrack.1 webhttrack.1 htsserver.1 proxytrack.1 EXTRA_DIST = $(man_MANS) diff --git a/man/Makefile.in b/man/Makefile.in index bf39c78..74fda35 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7 from Makefile.am. +# Makefile.in generated by automake 1.7.9 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -40,6 +40,7 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ +AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -50,6 +51,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ +CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -63,6 +65,8 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -96,8 +100,10 @@ THREADS_LIBS = @THREADS_LIBS@ V6_FLAG = @V6_FLAG@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ ac_ct_RANLIB = @ac_ct_RANLIB@ ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ @@ -105,6 +111,7 @@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ +am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ bindir = @bindir@ build = @build@ @@ -135,10 +142,11 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ # man_MANS = httrack.1 -man_MANS = httrack.1 webhttrack.1 htsserver.1 +man_MANS = httrack.1 webhttrack.1 htsserver.1 proxytrack.1 EXTRA_DIST = $(man_MANS) subdir = man +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,7 +154,7 @@ DIST_SOURCES = NROFF = nroff MANS = $(man_MANS) -DIST_COMMON = Makefile.am Makefile.in +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am all: all-am .SUFFIXES: @@ -202,6 +210,10 @@ uninstall-man1: done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + case "$$ext" in \ + 1*) ;; \ + *) ext='1' ;; \ + esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ @@ -221,9 +233,11 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ @@ -250,7 +264,6 @@ all-am: Makefile $(MANS) installdirs: $(mkinstalldirs) $(DESTDIR)$(man1dir) - install: install-am install-exec: install-exec-am install-data: install-data-am @@ -262,7 +275,7 @@ install-am: all-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - INSTALL_STRIP_FLAG=-s \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: @@ -270,7 +283,7 @@ mostlyclean-generic: clean-generic: distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -280,7 +293,7 @@ clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am - + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-libtool dvi: dvi-am @@ -302,7 +315,7 @@ install-man: install-man1 installcheck-am: maintainer-clean: maintainer-clean-am - + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/man/httrack.1 b/man/httrack.1 index 7b06722..7df56df 100644 --- a/man/httrack.1 +++ b/man/httrack.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii httrack.1 .\" -.TH httrack 1 "May 2005" "httrack website copier" +.TH httrack 1 "HTTrack version 3.40-2 (compiled Apr 9 2006)" "httrack website copier" .SH NAME httrack \- offline browser : copy websites to a local directory .SH SYNOPSIS @@ -40,6 +40,8 @@ httrack \- offline browser : copy websites to a local directory ] [ .B -GN, --max-pause[=N] ] [ +.B -%mN, --max-mms-time[=N] +] [ .B -cN, --sockets[=N] ] [ .B -TN, --timeout @@ -62,6 +64,8 @@ httrack \- offline browser : copy websites to a local directory ] [ .B -NN, --structure[=N] ] [ +.B -%D, --cached-delayed-type-check +] [ .B -%M, --mime-html ] [ .B -LN, --long-names[=N] @@ -244,6 +248,8 @@ maximum transfer rate in bytes/seconds (1000=1KB/s max) (--max-rate[=N]) maximum number of connections/seconds (*%c10) (--connection-per-second[=N]) .IP -GN pause transfer if N bytes reached, and wait until lock file is deleted (--max-pause[=N]) +.IP -%mN +maximum mms stream download time in seconds (60=1 minute, 3600=1 hour) (--max-mms-time[=N]) .SS Flow control: .IP -cN @@ -276,6 +282,8 @@ structure type (0 *original structure, 1+: see below) (--structure[=N]) user defined structure (-N "%h%p/%n%q.%t") .IP -%N delayed type check, don t make any link test but wait for files download to start instead (experimental) (%N0 don t use, %N1 use for unknown extensions, * %N2 always use) +.IP -%D +cached delayed type check, don t wait for remote type during updates, to speedup them (%D0 wait, * %D1 don t wait) (--cached-delayed-type-check) .IP -%M generate a RFC MIME-encapsulated full-archive (.mht) (--mime-html) .IP -LN @@ -506,9 +514,9 @@ Identical to N99 exept that there is no "web" directory %q small query string MD5 (16 bits, 4 ascii bytes) %s? Short name version (ex: %sN) %[param] param variable in query string - %[param:before:after:notfound:empty] advanced variable extraction + %[param:before:after:empty:notfound] advanced variable extraction .SS Details: User-defined option N and advanced variable extraction - %[param:before:after:notfound:empty] + %[param:before:after:empty:notfound] .IP -param : parameter name .IP -before @@ -592,6 +600,9 @@ struct* stats); .SS check-link : int (* myfunction)(char* adr,char* fil,int status); .SS pause : void (* myfunction)(char* lockfile); .SS save-file : void (* myfunction)(char* file); +.SS save-file2 : void (* myfunction)(char* hostname,char* filename,char* localfile,int is +new,int is +modified); .SS link-detected : int (* myfunction)(char* link); .SS link-detected2 : int (* myfunction)(char* link, char* start tag); diff --git a/man/proxytrack.1 b/man/proxytrack.1 new file mode 100644 index 0000000..583f07b --- /dev/null +++ b/man/proxytrack.1 @@ -0,0 +1,57 @@ +.\" Process this file with +.\" groff -man -Tascii proxytrack.1 +.\" +.TH proxytrack 1 "Mar 2003" "httrack website copier" +.SH NAME +proxytrack \- proxy to serve content archived by httrack website copier +.SH SYNOPSIS +.B proxytrack proxy_address:proxy_port icp_address:icp_port [ httrack_cache_filename_1 [ httrack_cache_filename_2 .. ] ] +.B +.SH DESCRIPTION +.B proxytrack +this program allows to create a proxy to deliver content already archived by +.BR httrack (1) +, a website copier. +.SH EXAMPLES +.TP +.B proxytrack proxy:8080 localhost:3130 /home/archives/example.com/hts-cache/new.zip + will launch the proxytrack proxy, listening to :8080, to deliver content archived in the /home/archives/example.com/hts-cache/new.zip cache +.SH ENVIRONMENT +.SH DIAGNOSTICS +Errors/Warnings are reported the console and standard error + +.SH BUGS +Please reports bugs to +.B <bugs@httrack.com>. +Include a complete, self-contained example that will allow the bug to be reproduced, and say which version of (web)httrack you are using. Do not forget to detail options used, OS version, and any other information you deem necessary. +.SH COPYRIGHT +Copyright (C) Xavier Roche and other contributors + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +.SH AVAILABILITY +The most recent released version of (web)httrack can be found at: +.B http://www.httrack.com +.SH AUTHOR +Xavier Roche <roche@httrack.com> +.SH "SEE ALSO" +The +.B HTML +documentation (available online at +.B http://www.httrack.com/html/ +) contains more detailed information. Please also refer to the +.B httrack FAQ +(available online at +.B http://www.httrack.com/html/faq.html +) |