2019-06-03 12:21:52 +02:00
|
|
|
# libpairtwo
|
2018-12-24 14:06:13 +01:00
|
|
|
|
2019-06-11 16:59:32 +02:00
|
|
|
![logo](https://raw.githubusercontent.com/JeroenED/libpairtwo/develop/res/logo-lightback-250px.png "Logo libpairtwo")
|
|
|
|
|
2018-12-24 14:06:13 +01:00
|
|
|
Copyright 2018- (c) Jeroen De Meerleer <schaak@jeroened.be>
|
|
|
|
|
2019-06-03 12:21:52 +02:00
|
|
|
This library reads out pairing files that are saved using common pairing applications
|
2018-12-24 14:06:13 +01:00
|
|
|
|
|
|
|
## Special thanks
|
|
|
|
|
2019-04-27 13:47:00 +02:00
|
|
|
* Daniel Halleux (Webmaster KBSB)
|
|
|
|
* Bernard Malfliet (Original developer Pairtwo)
|
2019-06-03 12:21:52 +02:00
|
|
|
* Sylvin De Vet (Arbiter at VSF championship 2019 who helped me explaining several tiebreaks and other arbiter related stuff)
|
2018-12-24 14:06:13 +01:00
|
|
|
|
|
|
|
## Licence
|
2019-12-26 19:40:12 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
Libpairtwo: Export chess tournaments directly on the web
|
|
|
|
Copyright (C) 2018- Jeroen De Meerleer <schaak@jeroened.be>
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU Affero General Public License as
|
|
|
|
published by the Free Software Foundation, either version 3 of the
|
|
|
|
License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU Affero General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
```
|