summaryrefslogtreecommitdiff
path: root/engine
Commit message (Collapse)AuthorAgeFilesLines
* Code reorganization.Trygve Laugstøl2021-02-031-1/+1
| | | | Moving main code to src, keeping modules in modules/
* Better main().Trygve Laugstøl2021-01-281-0/+10
| | | | | * More than one input database. * Only creating templating engine if the rules require it.
* Better main().Trygve Laugstøl2021-01-261-0/+11
* Moving templates into their respective modules. * Supporting export type-based filtering. Probably not perfect.