From 3be7856b6786d2fab0f437f1e978f5368230ca71 Mon Sep 17 00:00:00 2001 From: Alf Magne Kalleland Date: Thu, 17 Jan 2013 09:35:15 -0800 Subject: [PATCH 1/2] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..13b448c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +chessParser +=========== +PHP class for conversion of Chess PGN files to PHP array or JSON. + +This is the chess parser used in DHTML Chess at dhtml-chess.com + +License: GPL + +Example of use: + +getGames()); + +?> From ef4e9e8da6427b2ae9d082b059ef6ab7eeb7cded Mon Sep 17 00:00:00 2001 From: Alf Magne Kalleland Date: Thu, 17 Jan 2013 18:35:56 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13b448c..a06fda9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Example of use: getGames()); ?>