capitalization

This commit is contained in:
matthias@arch 2023-05-17 18:04:06 +02:00
parent f3ea297570
commit 0001cf0398

View File

@ -152,7 +152,7 @@ After that, add the GeoIP-data into your database:
Depending on how many countries you specified, this might take a long time. You can delete the `csv` afterwards. Depending on how many countries you specified, this might take a long time. You can delete the `csv` afterwards.
# CUSTOMIZATION # Customization
## Generated html ## Generated html
The generated file does not need to be an html. The template can be any text file. The generated file does not need to be an html. The template can be any text file.
`regina` will only replace certain words starting with a `%`. `regina` will only replace certain words starting with a `%`.
@ -161,14 +161,14 @@ You can see all supported variables and their values by running `--visualize` wi
## Data export ## Data export
If you want to further process the data generated by regina, you can export the data by setting the `data_out_dir` in the `data-export` section. If you want to further process the data generated by regina, you can export the data by setting the `data_out_dir` in the `data-export` section.
The data can be exported as `csv` or `pkl`. The data can be exported as `csv` or `pkl`.
If you choose `pkl` as filetype, all rankings will be exported as python type `list[tuple[int, str]]`. If you choose `pkl` as file type, all rankings will be exported as python type `list[tuple[int, str]]`.
## Database ## Database
You can of course work directly with the database, as long as it is not altered. You can of course work directly with the database, as long as it is not altered.
Editing, adding or deleting entries might make the database incompatible with regina, so only do that if you know what you are doing. Editing, adding or deleting entries might make the database incompatible with regina, so only do that if you know what you are doing.
Just querying entries will be fine though. Just querying entries will be fine though.
# TROUBLESHOOTING # Troubleshooting
## General ## General
If you are having problems, try setting the `debug_level` in section `debug` of the configuration file to a non-zero value. If you are having problems, try setting the `debug_level` in section `debug` of the configuration file to a non-zero value.