Vertigo/Services/Report

vertigo-report

Generates html pages for a domain, usable for sending to your customers, or as a reference when someone calls because he has forgotten his password.

Directories

  • report The directory where the reports should be generated, usually this is somewhere like /var/www/organizational_domain/reports - you should remember to put a .htaccess in this directory to avoid eavesdropping on the password of your users.
  • templates The template for the reports are stored in templates/report

Variables

  • lang (optional) if this variable is set, the LANGUAGE environment variable is set to that value. This can be used to force a specific translation of the generated pages.

Problems

The translated pages are in utf-8 format, you may need to force utf-8 encoding in your apache configuration. This can be done using the AddDefaultCharset utf-8 in the /etc/apache/httpd.conf file (on Debian).

Comments (0)

Post comment

If you wish, you can use markdown syntax in the comment field.