3

Where I can find a fast smart pgn file format help ? You can find here the complete headache details of the format.

Liviu
  • 93
  • 7
  • Consider expanding your question a bit. What do you mean by fast? Just a high-level overview or something that reads nicer on the eyes than the spec/standards? For instance, would you be requiring this for programming/software development etc.? – shivsky Dec 27 '13 at 01:27
  • 1
    @shivsky something that reads nicer for manually editing files (correctly of course). But for software development I would do the same: initially it must work for simple pgn files, only the final release should work over the spec, maybe (I tested 2 sites today that don't know about variations) – Liviu Dec 27 '13 at 02:24

1 Answers1

3

For a short good introduction (variations and NAGs included): http://www.enpassant.dk/chess/palview/manual/pgn.htm, the PGN Basics section.

Liviu
  • 93
  • 7
  • I accepted my own answer after more than two weeks without another. I'll try to keep this question up-to-date. – Liviu Jan 13 '14 at 12:49