scc-log2html.pl(1)
NAME
scc-log2html - convert a SCC-logbook to HTML-format
RELEASE
scc-win 1.10.38
SYNOPSIS
scc-log2html --standalone <name>
DESCRIPTION
This program reads a SCC-logbook from stdin and converts it to HTML-
format on stdout. Refer to scc-win(4) for a detailed description of
SCC-logbook.
The html-file consists of a table with entries for each run of scc.
For reported differences in the logbook, the menu contains an URL
pointing to the corresponding report.
The logbook contains DIV-tags with the following nested classes:
- SCC_LOG
- SCC_LOG_NAV
- SCC_LOG_SUMMARY
- SCC_LOG_STATS
- SCC_LOG_ENTRY
ARGUMENTS
<name> name of the host to convert the SCC-snapshot for
OPTIONS
--standalone embed the stylesheet in the html-data and do not
show "externel" links to logbook and index.html.
Use this option before transferring the html
version of the snapshot to a user.
DIAGNOSTICS
This program writes the following message to stderr:
Syntax error, use: scc-log2html [ --standalone ] <name>
A syntax error was detected and reported.
RETURN VALUE
Upon completion, the program returns one of the following values:
0 successful completion
1 syntax error
EXTERNAL INFLUENCES
When the --standalone option is used, this program assumes it is called
from the bin directory of the SCC software.
COPYRIGHT
scc-log2html is free software under the terms of the GNU General Public
License. Copyright (C) 2006-2018 QNH, 2019 Siem Korteweg.
FILES
tmp - directory for temporary files
SEE ALSO
scc(1), scc-collect(1), scc-log(1), scc-log2html(1),
scc-plugin(1), scc-snap2html(1), scc-win(4), scc-win(5)
VERSION
$Revision: 6218 $