Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pgn2web(1) [debian man page]

PGN2WEB(1)						      General Commands Manual							PGN2WEB(1)

NAME
pgn2web - program to convert PGN chess files to webpages SYNOPSIS
pgn2web [options] pgn-file html-file p2wgui -- graphical frontend to pgn2web DESCRIPTION
This manual page documents the pgn2web and p2wgui commands. pgn2web is a program to generate webpages from "portable game notation" PGN files, that allow the replaying of chess games within a web browser. It has a commandline client and a gtk graphical user interface for convenience. The html output is highly customisable, it is using javascript and is standards compliant to be working with all major browsers. OPTIONS
These programs do follow the usual GNU command line syntax, with short options starting with one dash (`-'). A summary of options is included below. -c yes|no include a link to the pgn2web homepage. -p <piece-set> use the <piece-set> pieceset. Available sets are: adventurer alfonso-x cases condal harlequin kingdom leipzig line lucena magnetic mark marroquin maya mediaeval merida motif -s frameset|linked|individual use the specified layout. Passing no parameters at all will simply launch the GUI version. SEE ALSO
/usr/share/pgn2web/templates, AUTHOR
pgn2web was written by William Hoggarth <whoggarth@users.sourceforge.net>. This manual page was written by Oliver Korff <ok@xynyx.de>, for the Debian project (and may be used by others). August 25, 2009 PGN2WEB(1)

Check Out this Related Man Page

TOURNEY-MANAGER(6)						     games(6)							TOURNEY-MANAGER(6)

NAME
tourney-manager - perl interface to run chess engine tourneys SYNOPSIS
tourney-manager configfiles DESCRIPTION
tourney-manager helps you to run chess engine tournaments easyly. Running Tournaments: 1. Create a directory in which the tourneymanager can put all his temporary files, configuration and results. 2. Then create the configuration files. Look at /usr/share/doc/tourney-manager/example.conf which is supplied along with the tourney man- ager. Copy this to the tourney directory,it is rather well commented. More tuning has to be done to specify non standard chess engines. The example-engine.conf has some standard engines set. The settings have to be tuned according your system. Example for an UCI engine: example-engines.conf: engine = Glaurung2 bin = /home/username/chess/tourney/glau.sh glau.sh: #!/bin/bash /usr/games/polyglot /home/username/chess/tourney/glaurung.ini glaurung.ini: [PolyGlot] EngineDir = . EngineCommand = /usr/games/glaurung Log = false LogFile = glaurung.log Resign = true ResignScore = 600 [Engine] Hash = 64 OwnBook = false Threads = 1 3. Start the tourney manager tourney-manager The tourney manager uses an interactive command shell. To start up quickly,the following sequence of commands should be enough: create print start Help about commands is available by 'help' and 'help <command>'. OPTIONS
This program just takes the configfile as an option. SEE ALSO
/usr/share/doc/tourney-manager/example.conf, and /usr/share/doc/tourney-manager/example-engines.conf. AUTHOR
tourney-manager was written by Holger Ruckdeschel <holger@hoicher.de>. This manual page was written by Oliver Korff <ok@xynyx.de>, for the Debian project (but may be used by others). Oliver Korff July 12, 2006 TOURNEY-MANAGER(6)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

chess perl program questions

Hello guys, While going over the book, I ran into this chess program and I have few questions 1) on line 40), why is not $chessboard-> ) ??? 40 unless (defined $chessboard->) { 2) 20 foreach my $i (reverse (0..7)) { #Row 1 #!/usr/bin/perl -w 2 # 3 # 4 5 ... (1 Reply)
Discussion started by: hankooknara
1 Replies

2. What is on Your Mind?

Chess Players: Which Online Resources (and Software) Do You Use and Why?

Hi Chess Players, Which Online Resources (and Software) Do You Use and Why? As for me, I use chessgames.com and chessbase.com; but currently I'm using chessgames.com the most; I like exploring openings in the chessgames.com opening explorer. For analysis on the desktop (Mac) or iPhone I... (8 Replies)
Discussion started by: Neo
8 Replies