HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: hts-log.txt analysis
Author: Leto
Date: 01/08/2003 22:57
 
> I have been using httrack for a while, and
> I was wondering if some one developped a programm
> (shell, perl, php, ...) to make a web page out of
> the hts-log.txt file.

What kind of webpage?  Do you want a program to analyse the log and display
statistics or something?  Or just a simple HTML page?  You could convert it do
HTML easily enough:

1. Copy hts-log.txt to hts-log.htm
2. Add code to top of file

<html>
<head><title>HTTrack log</title></head>
<body>
<pre>

3. Add code to bottom of file

</pre>
</body>
</html>
 
Reply Create subthread


All articles

Subject Author Date
hts-log.txt analysis

01/08/2003 09:44
Re: hts-log.txt analysis

01/08/2003 22:57
Re: hts-log.txt analysis

01/10/2003 13:25
Re: hts-log.txt analysis

01/10/2003 16:09




1

Created with FORUM 2.0.11