auditor

Public Website for an auditor
Log | Files | Refs | Submodules | README

README (751B)


      1 This repository contains a template for a simple auditor Web site.
      2 
      3 The Web site consists of basically static HTML. However, the static HTML is
      4 run through the Jinja2 template processor for internationalization.
      5 
      6 Structure:
      7 
      8 INSTALL contains instructions for how to generate the HTML page(s).
      9 
     10 template/
     11   Basically, you edit the English "*.html.j2" files in template/, and then run
     12   the Python script to generate static HTML.  To facilitate translation, all
     13   English text in the HTML is marked for GNU Gettext using Jinja2 mark-up.
     14 
     15 locale/
     16   The translations of the strings into the various languages are in the
     17   locale/ directory.
     18 
     19 inc/
     20   This directory contains various Python scripts that are included during
     21   the pre-processing with Jinja2.