Update README.md
This commit is contained in:
parent
a4ab8e75ed
commit
9518c13ade
1 changed files with 7 additions and 3 deletions
10
README.md
10
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue