From c42dd4133f37cf5a9101f4b219ff619dd8eb00e3 Mon Sep 17 00:00:00 2001 From: dataking Date: Sat, 19 Nov 2016 12:27:59 -0800 Subject: [PATCH] renamed to avoid confusion; updated markdown --- README.md | 11 ++++++----- lynis_report.pl => lynis-report-converter.pl | 0 2 files changed, 6 insertions(+), 5 deletions(-) rename lynis_report.pl => lynis-report-converter.pl (100%) diff --git a/README.md b/README.md index 2ac8e5c..199c296 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# lynis_report +# lynis-report-converter [![Build Status](https://travis-ci.org/d4t4king/lynis_report.svg?branch=master)](https://travis-ci.org/d4t4king/lynis_report) -Manageable report from lynis text output. Currently available report formats: HTML, PDF, Microsoft Excel (XLSX)\*. +Manageable report from lynis text output. Currently available report formats: HTML, PDF, Microsoft Excel (XLSX)\*, JSON, XML\*\*. If you want to be able to use the PDF or Excel output formats, you must install some additional software. As is, the modules are required regardless of whether you use these features or not. Attempts are being made to change that behavior. +\* It's possible that the Excel format will load for LibreOffic Calc, but this is currentl untested. YMMV. + +\*\* WIP + ## Instructions for pre-requisite installation: ### For Debian/Ubuntu @@ -57,9 +61,6 @@ popd popd ``` - -\* It's possible that the Excel format will load for LibreOffic Calc, but this is currentl untested. YMMV. - ## Help Statement ``` ./lynis_report.pl -h|--help -v|--verbose -E|--excel -o|--output diff --git a/lynis_report.pl b/lynis-report-converter.pl similarity index 100% rename from lynis_report.pl rename to lynis-report-converter.pl