From 33936a3a3d33138dc9cf4a2e0372d999413b3b7e Mon Sep 17 00:00:00 2001 From: Sebastien Francois Date: Wed, 30 Jul 2014 19:58:54 +0100 Subject: [PATCH] Update README.md it does now have example reports! --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eca8ae2..f3bceb7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ Generic Reporting Framework This provides EPrints with a generic framework to generate reports. The work is based on the REF2014 plug-in, which has been generalised. -This package provides only the framework and no reports. It contains: +This package provides only the framework and some example reports. It contains: - basic configuration to enable Reports - template Screen plug-in which displays a Report - template Export plug-ins which may be used by a Report (for instance if the data must be formatted to CSV, XML,... which can then be imported into an external service) +- Example Screen and Report plug-ins are provided to show how to build new reports