From 92509d8cdc6e976db1a868b92ed7f2a22b6e3c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 14 Oct 2015 09:57:38 +0200 Subject: [PATCH] [UPD] addons table in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4928bc0c..d5614e93 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ The convention is to use a suffix to each module to indicate that it's for using It can contain also another utilities directly involved with reports (like merge/split utils, checkers, signing tools and so on). [//]: # (addons) +Unported addons +--------------- +addon | version | summary +--- | --- | --- +[base_report_assembler](base_report_assembler/) | 1.0 (unported) | Base Report Assembler +[report_custom_filename](report_custom_filename/) | 8.0.1.0.0 (unported) | Configure the filename to use when downloading a report +[report_xls](report_xls/) | 8.0.0.6.0 (unported) | Excel report engine + [//]: # (end addons) ----