From a166e69301d6426df5f774cbad226275aaf7da3c Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 19 May 2023 15:01:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 312db33..ddc3ba9 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,7 @@ Updates all the pages listed in the user_pages.json as keys. "59492": "Rotermund, D.", ``` In the json file you have the options to add a filter string for the author if this page should only list the publications of one user. If the string is empty then all authors will be used. + +# python_code_highlighter.py + +This is an additional tool to convert a Python file into a syntax hightlighted html source code segment for the CK Editor in the University of Bremen typo3 system. It uses pygments (pip install pygments) and argh (pip install argh). The commandline parameter to this program is the py-filename you want to process.