"Always use the latest release of pgn4web; when using pgn4web for official events and for live broadcasts, read this first and don't hesitate contacting the pgn4web project for support!"
the pgn4web project
Please email the pgn4web project your feedback, suggestions and bug reports. Please send for review any PGN file that pgn4web fails parsing correctly.
Wiki: BoardWidget_generator
Wiki: BoardWidget_instructions
Wiki: Example_Chess960
Wiki: Example_Video_HTML5
Wiki: Index
Wiki: Live_Broadcast
Wiki: ReadMeFirst_Deployment
Wiki: User_Notes_Web_Platforms
Wiki: User_Notes_drupal
Wiki: User_Notes_joomla
Wiki: User_Notes_mediawiki
Wiki: User_Notes_phpBB
Wiki: User_Notes_wordpress
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: pa...@casaschi.net
FAQ: why the pgn4web game text does not print the capture
x, the promotion=and the check+PGN signs?The graphical look and feel of pgn4web is inspired by the layout of chess informant publications that omit the capture
x, the promotion=and the check+signs. This allows for a minimalist, compact and easy to read game display.In general terms, pgn4web is a PGN viewer and as such its output does not necessarily has to strictly follow the PGN export specification; however most PGN reader should be able to process reasonably well the minimalist pgn4web game text output.
This default pgn4web behavior can be overridden in order to display those extra sign by patching/redefining the
function CleanMove(move) { ...}in filepgn4web.js; see inine code comments for more details.