From 5387075a5d15c5664c04af8de0a80f68d0452eee Mon Sep 17 00:00:00 2001 From: Arto Jonsson Date: Sat, 7 Apr 2012 16:15:35 +0300 Subject: [PATCH] Combine README and AUTHORS to README.md Remove useless cruft by combining files into one. Styling done with Markdown. INSTALL will be next. --- AUTHORS | 5 ----- README | 8 -------- README.md | 17 +++++++++++++++++ 3 files changed, 17 insertions(+), 13 deletions(-) delete mode 100644 AUTHORS delete mode 100644 README create mode 100644 README.md diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index bb8b43f..0000000 --- a/AUTHORS +++ /dev/null @@ -1,5 +0,0 @@ -The PRIMARY AUTHORS are: - -Ilari Pihlajisto - -Arto Jonsson diff --git a/README b/README deleted file mode 100644 index 9ec6955..0000000 --- a/README +++ /dev/null @@ -1,8 +0,0 @@ - - Cute Chess - A graphical user interface for chess engines - - -Cute Chess is a graphical user interface built with Qt for chess engines -supporting either the Xboard or UCI protocols. - -Please read the INSTALL file for installation instructions. diff --git a/README.md b/README.md new file mode 100644 index 0000000..253000b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +Cute Chess +========== + +Cute Chess is a graphical user interface, command-line interface and a library +for playing chess. Cute Chess is written in C++ using the [Qt +framework](http://qt.nokia.com/). + +Install +------- + + $ qmake + $ make + +Credits +------- + +Cute Chess was written by Ilari Pihlajisto and Arto Jonsson. -- 2.11.4.GIT