/ в начала / проjекты / MUD-проекты / log-colorizer | RU | EN |
MUD-relaited stufflog colorizer ANSI to HTML convering perl scriptThis Perl script is designed for converting ANSI-colored log-files to HTML format. See Advantages & disadvantages section for comparison. History
DownloadPerl script (require Perl) Stanalone executable (does not require Perl) Typical usageprompt$ ./log_colorizer.pl < infile.log > outfile.html prompt$ ./log_colorizer.pl --from infile.log --to outfile.html prompt$ gunzip -c log-file.gz | ./log_colorizer.pl --title "My old logs"\ --to outfile.html --charset koi8-r Command-line optionsprompt$ ./log_colorizer.pl --help --help, -h, -? - this help screen --help-style - show used CSS class names (to write your own one) --from, -f Advantages & disadvantagesThere are some known analog scripts:
log-colorizer support more command-line options for customising output html-file. |