diff options
author | emkael <emkael@tlen.pl> | 2019-07-25 15:00:37 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-07-25 15:00:37 +0200 |
commit | d0a8f6951d2d35aa0301b607e17866adc01f1cd8 (patch) | |
tree | a26109869e4809d990985587bc3aecbece7614b8 | |
parent | 140a13aa487403b48a9e758dfde1b6bbaf71d5ef (diff) |
README updated to reflect new parameter
Fixes #5
-rw-r--r-- | README.en.md | 4 | ||||
-rw-r--r-- | README.pl.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/README.en.md b/README.en.md index c3ec337..fa5c414 100644 --- a/README.en.md +++ b/README.en.md @@ -41,7 +41,7 @@ Defines event database connection parameters: * `host` - DB server location --- - + [`butler.json`](config/butler.json) Defines butler calculation parameters. @@ -59,6 +59,8 @@ All calculations are independent from the way raw butler is calculated for all t Finally, the `segments_in_table_limit` parameters defines how many latest segments are presented in detail in the summary table for the normalized butler (`PREFIXnormbutler.html`). All the previous segments are included in the table header, in compliance with JFR Teamy convention. +It's also possible to set an output path different from tournament HTML path. Parameter `output_path` does that. + --- [`goniec.json`](config/goniec.json) diff --git a/README.pl.md b/README.pl.md index cfcafae..0af52df 100644 --- a/README.pl.md +++ b/README.pl.md @@ -41,7 +41,7 @@ Określa parametry połączenia z bazą danych turnieju: * `host` - serwer bazy danych --- - + [`butler.json`](config/butler.json) Definiuje parametry obliczania butlera znormalizowanego. @@ -59,6 +59,8 @@ Wszystkie obliczenia nie zależą od sposobu wyliczania nieznormalizowanego butl W końcu, parametr `segments_in_table_limit` określa, ile segmentów najnowszych widocznych jest szczegółowo w zbiorczej tabeli znormalizowanego butlera (`PREFIXnormbutler.html`). Wszystkie wcześniejsze segmenty dołączone są w nagłówku tabeli, zgodnie z konwencją JFR Teamy. +Możliwe jest również ustawienie innej ścieżki wyjściowej niż ścieżka robocza turnieju. Odpowiada za to parametr `output_path`. + --- [`goniec.json`](config/goniec.json) |