2023-11-02 22:17:33 +01:00
|
|
|
# CourseBuilder
|
|
|
|
|
|
|
|
|
2023-11-08 15:40:05 +01:00
|
|
|
Coursebuilder is a preprocessor tool for [pandoc](https://pandoc.org)
|
|
|
|
to generate multi-lingual curricula documentation tables from
|
|
|
|
structured representations as a flatfile database. Data scheme and
|
|
|
|
actual values are kept in YAML files in order to version them with git.
|
2023-11-02 22:17:33 +01:00
|
|
|
|
2023-11-08 15:32:41 +01:00
|
|
|
# Usage
|
|
|
|
|
|
|
|
```sh
|
|
|
|
$> python coursebuilder
|
|
|
|
coursebuilder [-h] [-m META [META ...]] [-l LANG] [-f FIELDS [FIELDS ...]] [-s SCHEMA]
|
|
|
|
|
|
|
|
options:
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
-m META [META ...], --meta META [META ...]
|
|
|
|
course description(s) as YAML file(s)
|
|
|
|
-l LANG, --lang LANG Language to parse from meta file (use de or en)
|
|
|
|
-f FIELDS [FIELDS ...], --fields FIELDS [FIELDS ...]
|
|
|
|
Fields to be used
|
|
|
|
-s SCHEMA, --schema SCHEMA
|
|
|
|
using provided schema
|
|
|
|
```
|
|
|
|
|
2023-11-08 15:40:05 +01:00
|
|
|
# Author
|
|
|
|
|
|
|
|
(c) Copyright 2020-2023 Hartmut Seichter
|
|
|
|
|
|
|
|
|
2023-11-08 15:32:41 +01:00
|
|
|
|
2023-11-02 22:17:33 +01:00
|
|
|
# Licence
|
|
|
|
|
|
|
|
Coursebuilder is licensed under the terms of the MIT License. For details consult https://opensource.org/license/mit/ or the attached license file
|
2023-11-08 15:32:41 +01:00
|
|
|
|