Download your own backgammon matches from dailygammon.com (DG) in a readable format to generate a command file for GNU Backgammon which can analyze and export them into different formats, e.g. HTML and PDF.
This small PHP collection "do the job" and give you also a simple site to browse the matches.
You see it running at https://dg2gnubg.amalesh.de/
- Apache/PHP
- wget
- GNU Backgammon
Save the files anywhere on your (local) web server.
Open config.php to insert your DG-ID and Cookie.
You can create a file config.local.php with your config-vars and values. It will overwrite all from config.php
Everything is explained in the files itself.
Open /tools/index.php in your browser. There are two links, use the first one to get the files from dailygammon.
On success you see a link to write the gnu commands.
After GNU Backgammon exported the first files it's possible to open /index.php
Contains the files to browse the matches. The directories can be set in the config file.
/- PHP files to browse the matches/matches/dailygammon- the downloaded match files from dailygammon/matches/html- the exported matches in HTML/matches/sgf- the exported matches in SGF/matches/pdf- the exported matches in PDF/tools- Files for downloading matches and writing the command file for GNU Backgammon
GNU GPLv2