Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 995 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 995 Bytes

Coding Da Vinci Data Presentation Generator

Coding Da Vinci Data Presentation Generator is a tool to ease the maintenance of data entries on the coding da vinci website.

Installation

Please be sure to have an up-to-date Python3 version installed on your computer. Compatibility with Python2 is not tested.

Install all required packages from the requirements file.

$ pip install -r requirements.txt

Usage

  1. Create some data entries, e.g. by copying the example.yaml and follow the instructions and comments in the file.

    Please be sure, to change the build variable to "true".

    build: true
  2. Run the build script

    $ python3 generate_website_content.py <build_dir> <template_file> <data_dir>
  3. Copy the generated code block into the daten.html file in the codingdavinci.de repo.

Author

F. Rämisch raemisch@ub.uni-leipzig.de

Copyright

2018, Universitätsbibliothek Leipzig