Export chess tournaments directly on the web
Go to file
Jeroen De Meerleer e143a55abf
only adding libpairtwo-dist to distribution
2019-06-20 12:44:42 +02:00
.github Updated issue_template 2019-02-12 14:33:03 +01:00
dist Added variable fileformat 2019-06-19 22:01:50 +02:00
doc deleted getting started.md 2019-06-03 12:07:20 +02:00
res Replaced phpdoc by doxygen 2019-06-19 21:47:55 +02:00
src Better PHPDoc generation. Also removed the models 2019-06-19 21:46:23 +02:00
tests Fixed getBye to return wonBye players 2019-06-04 15:35:21 +02:00
.editorconfig Initial commit 2018-12-24 14:06:13 +01:00
.gitattributes [dev] Resolves nodegit/nodegit#1097 2019-01-16 18:00:31 +01:00
.gitignore added dist readme 2019-06-19 10:42:41 +02:00
.php_cs updated metadata 2019-01-10 20:22:35 +01:00
.travis.yml Initial commit 2018-12-24 14:06:13 +01:00
CHANGELOG.md Updated changelog 2019-06-19 21:57:20 +02:00
Contribute.md Added contribution guidelines 2019-04-25 15:34:47 +02:00
Doxyfile Added variable versiontag to doxyfile 2019-06-20 12:43:05 +02:00
Makefile only adding libpairtwo-dist to distribution 2019-06-20 12:44:42 +02:00
README.md Updated readme to include logo 2019-06-11 16:59:32 +02:00
composer.json Updated composer json 2019-02-12 15:46:00 +01:00
phpunit.xml.dist Initial commit 2018-12-24 14:06:13 +01:00

README.md

libpairtwo

logo

Copyright 2018- (c) Jeroen De Meerleer schaak@jeroened.be

This library reads out pairing files that are saved using common pairing applications

Special thanks

  • Daniel Halleux (Webmaster KBSB)
  • Bernard Malfliet (Original developer Pairtwo)
  • Sylvin De Vet (Arbiter at VSF championship 2019 who helped me explaining several tiebreaks and other arbiter related stuff)

Licence

The MIT License (MIT)

Copyright 2018- (c) Jeroen De Meerleer schaak@jeroened.be

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.