Package: visitors
Version: 0.4a-1
Severity: wishlist

We feed the output of visitors into a number of scripts.

Some of these fail or produce misleading output due to long
line lengths.

Work around is;
visitors -o html file.in | fold --width=511 | emailscript

Internally we modified line in visitors.c to add a newlines
to the table "Weekday-Hour combined map"

(Note linenumber may reflect other patches we have applied)

1746c1755
<                       fprintf(fp, "<td style=\"background-color:
#%02X%02X%02X
;\">&nbsp;</td>", r, g, b);
---
>                       fprintf(fp, "<td style=\"background-color:
>                       #%02X%02X%02X
;\">&nbsp;</td>\n", r, g, b);

In our case, simple Perl email script, this results in a figment in 
the table mentioned above that looks like data is being lost
systematically.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages visitors depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to