Outdated egg!

This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for the CHICKEN 5 version of this egg, if it exists.

If it does not exist, there may be equivalent functionality provided by another egg; have a look at the egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.

salmonella-html-report

  1. Outdated egg!
  2. salmonella-html-report
    1. Introduction
    2. Author
    3. Repository
    4. Dependencies
    5. Usage
    6. License
    7. Version history
      1. Version 1.7.1 (2021-01-01)
      2. Version 1.7.0
      3. Version 1.6
      4. Version 1.5
      5. Version 1.4
      6. Version 1.3
      7. Version 1.2
      8. Version 1.1
      9. Version 1.0

Introduction

A command line tool to generate HTML-formatted reports out of salmonella log files.

This is the tool that generate the reports under the salmonella-report directories in https://tests.call-cc.org.

Author

Mario Domenech Goulart

Repository

salmonella-html-report is hosted on github: https://github.com/mario-goulart/salmonella-html-report

Dependencies

salmonella-html-report also uses the dot command line tool (provided by Graphviz) to generate the [reverse] dependencies graphs.

Usage

 $ salmonella-html-report --help
 Usage: salmonella-html-report [ <options> ] <salmonella log file> <out dir>
 
 --verbose
   Verbose output.
 
 --disable-graphs
   Disable generation of dependency graphs.
 
 --css-uri=<uri>
   URI of the CSS file to be used in the generatated pages.
 
 --graphics-format=<type>
   Format of the [reverse] dependency graph images.  The supported ones
   are those supported by dot (GraphViz).  The default format is SVG.
 
 --compress-html
   Compress HTML files using gzip.
 
 --html-compressor
   External program to use to compress HTML files.
 
 --html-compressor-args
   Arguments to be passed to the external program to compress HTML files.
 
 --compress-graphics
   Compress graphics files using gzip.
 
 --graphics-compressor
   External program to use to compress graphics files.
 
 --graphics-compressor-args
   Arguments to be passed to the external program to compress graphics files.
 
 --keep-dot-files
   By default, salmonella-html-report will remove dot files (GraphViz) after converting
   them to graphics files.  This command line can be used to avoid removing
   them.

License

 Copyright (c) 2010-2019, Mario Domenech Goulart
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the authors may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Version history

Version 1.7.1 (2021-01-01)

Version 1.7.0

Version 1.6

Version 1.5

Version 1.4

Version 1.3

Version 1.2

Version 1.1

Version 1.0