Update README.md

This commit is contained in:
David Rotermund 2023-05-19 15:01:28 +02:00 committed by GitHub
parent f997f1e39a
commit a166e69301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,3 +75,7 @@ Updates all the pages listed in the user_pages.json as keys.
"59492": "Rotermund, D.", "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. 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.