Add option to compare ballot to sample ballot.
It may be desriable to compare a ballot to a sample ballot when checking votes. * Add options "diff" and "sampleballotfile" to usevote.cfg an UVconfig.pm * Add menu option to UVmenu.pm Picked from upstream. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
dc651b4283
commit
7a0133efe6
6 changed files with 42 additions and 6 deletions
|
|
@ -77,6 +77,10 @@ multigroup = 1
|
|||
condition1 = $yes>=2*$no
|
||||
condition2 = $yes>=50
|
||||
|
||||
# Datei mit Musterwahlschein, wie er im CfV geposted wurde. Wird fuer
|
||||
# Vergleich mit ankommenden Wahlscheinen per "diff" genutzt.
|
||||
sampleballotfile = ballot.sample
|
||||
|
||||
# Ergebnisdatei, in der alle Einzelergebniss zusammengeschrieben werden
|
||||
# (wird bei jedem Programmlauf neu erstellt!)
|
||||
resultfile = ergebnis.alle
|
||||
|
|
@ -207,6 +211,9 @@ clearcmd = clear
|
|||
# Windows-Verzeichnis kopieren (URL siehe README-Datei)
|
||||
pager = less
|
||||
|
||||
# Shellbefehl fuer Dateivergleich
|
||||
diff = diff
|
||||
|
||||
# Datei mit diversen Meldungen und Textfragmenten (Resourcendatei)
|
||||
messagefile = messages.cfg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue