Package: bwm-ng
Version: 0.6-3
Severity: normal
Tags: patch

Hola, bwm-ng maintainers.

I have slightly fixed a HTML code of a web page, generated by bwm-ng. Now a 
generated web page is passing HTML 4.01 strict validation. Also I would like to 
contribute a favicon for it.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bwm-ng depends on:
ii  libc6                     2.11.2-6       Embedded GNU C Library: Shared lib
ii  libncurses5               5.7+20100313-4 shared libraries for terminal hand
ii  libstatgrab6              0.16-0.1       library being useful interface to 

bwm-ng recommends no packages.

bwm-ng suggests no packages.

-- no debconf information
Title: bwm-ng stats
diff -cr bwm-ng-0.6/src/output.c bwm-ng-0.6-fixed/src/output.c *** bwm-ng-0.6/src/output.c 2007-02-26 19:12:47.000000000 +0300 --- bwm-ng-0.6-fixed/src/output.c 2010-10-19 18:02:19.867608486 +0400 *************** *** 216,238 **** case HTML_OUT: tmp_out_file=out_file==NULL ? stdout : out_file; if (html_header) { ! fprintf(tmp_out_file,"\n\n\n\n"); } ! fprintf(tmp_out_file,"
Stats by bwm-ng v" VERSION " (refresh %is); input: ",html_refresh); fprintf(tmp_out_file,input2str()); fprintf(tmp_out_file,show_all_if2str()); ! fprintf(tmp_out_file,"
\n\n"); fprintf(tmp_out_file,""); break; #endif case PLAIN_OUT_ONCE: case PLAIN_OUT: if (output_method==PLAIN_OUT && ansi_output) printf("\033[1;2H"); ! printf("Stats by bwm-ng v" VERSION " (delay %2.3fs); ",(float)delay/1000); if (output_method==PLAIN_OUT) printf("press 'ctrl-c' to end this%s",(ansi_output ? "\033[2;2H" : "")); else printf("input: "); printf(input2str()); printf("%s\n",show_all_if2str()); *************** *** 506,512 **** fprintf(tmp_out_file,"%s\n",values2str(2,stats,full_stats,multiplier,buffer,49)); break; #endif #ifdef CSV --- 507,513 ---- fprintf(tmp_out_file,"%s\n",values2str(2,stats,full_stats,multiplier,buffer,49)); break; #endif #ifdef CSV Only in bwm-ng-0.6-fixed/src: output.c~

<<attachment: favicon.png>>

Reply via email to

InterfaceRxTxTotal
", values2str(1,stats,full_stats,multiplier,buffer,49), ((stats.errors.out || stats.errors.in) && output_unit!=ERRORS_OUT) ? "error" : "dummy" ); ! fprintf(tmp_out_file,"%s
", values2str(1,stats,full_stats,multiplier,buffer,49), ((stats.errors.out || stats.errors.in) && output_unit!=ERRORS_OUT) ? "error" : "dummy" ); ! fprintf(tmp_out_file,"%s