From 9518c13ade1861bc98bfa7e4e191d207a5221f0d Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 17 May 2023 22:00:39 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5416c0..312db33 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,11 @@ It uses the information from the types_db.json. After creating the page section with the template and a (manual) typo3 translation process, the headers are still in German. fix_english_publication_headers.py uses the types_db.json to fix the english headers. +# 2_bib_fill_pages.py - - - +Updates all the pages listed in the user_pages.json as keys. +``` + "59576": "", + "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.