X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=index.html;h=cd6c523fd283ea2a54db1daf18c5445f2d173036;hb=3fb99f6ec1315aec8055850eeafe42cbdc9ffc7e;hp=48b62467e4cced6e3147afc5374fc896769086ef;hpb=a360dceb45853720a593dc1f7675461c9fd7be8f;p=xboard.git diff --git a/index.html b/index.html index 48b6246..cd6c523 100644 --- a/index.html +++ b/index.html @@ -20,59 +20,176 @@ -

XBoard is a graphical user interface for chess. It displays a chessboard on the screen, accepts moves made with the mouse, and loads and saves games in Portable Game Notation (PGN). It serves as a front-end for many different chess services, including:

+

XBoard is a graphical user interface for chess in all its major +forms, including international chess, xiangqi (Chinese chess), +shogi (Japanese chess) and Makruk, in addition to many minor variants such as +Losers Chess, Crazyhouse, Chess960 and Capabanca Chess. It displays a +chessboard on the screen, accepts moves made with the mouse, and loads +and saves games in Portable Game Notation (PGN). It serves as a +front-end for many different chess services, including:

+

XBoard runs on Unix and Unix-like systems that use the X Window +System.

-
  • Chess servers on the Internet, where you can connect to play chess with people from all over the world, watch other users play, or just hang out and chat.
  • +

    Winboard

    -
  • Correspondence chess played by electronic mail. The CMail program automates the tasks of parsing email from your opponent, playing his moves out on your board, and mailing your reply move after you've chosen it.
  • - -

    XBoard runs on Unix and Unix-like systems that use the X Window System. The project also includes a port to 32-bit Windows systems called WinBoard.

    +

    The project also includes a port to 32-bit Windows systems called +WinBoard.

    + +

    You can find the download section for Winboard at +the Winboard +Forum.

    -

    Other information

    +

    Development for Winboard, reporting bugs and any other requests can +also be done at the same places as for XBoard (see below).

    -

    Tim's original pages are still available.

    +

    Testers needed

    +

    Our next versions will have some major improvements and we are always looking for people who are willing to test those and give us feedback or new ideas. If you are interested, please send an email to our list at <xboard-devel@gnu.org>.

    +

    GTK developer needed

    +

    We are also working on merging Winboard and XBoard back into one version using a cross platform GTK-front end. This will help us clean up the code and make things like internationalization easier. Progress is slow though, so if you know want to help out there are lots of things waiting to be done. Email the mailing list for more information.

    Downloading XBoard

    -

    stable version

    +

    stable version

    + +

    The current stable version +is: 4.4.4

    + +

    It can be found on the main GNU ftp server: +http://ftp.gnu.org/gnu/xboard/ (via http) and +ftp://ftp.gnu.org/gnu/xboard/ (via ftp).

    -

    XBoard can be found on the main GNU ftp server: -http://ftp.gnu.org/gnu/xboard/ -(via http) and -ftp://ftp.gnu.org/gnu/xboard/ -(via ftp). -It can also be found on one of the mirrors of -ftp.gnu.org; +

    It can also be found on one of the mirrors +of ftp.gnu.org; please use a mirror if possible.

    -

    new version

    +

    Precompiled versions are available +for openSUSE +and debian-squeeze +(if you know of other distribution that package it, please let us +know).

    -

    For development sources and other information, please see the XBoard project page at savannah.gnu.org.

    +

    development version

    -

    A snapshot of the latest source code will be made available soon.

    +

    It would be great if people would like to help in the developing process. We can use all kinds of help, from people who just use the software and have a feature request (send them to developer mailing list), to people who can update/check the documentation and especially people who test development versions (send problems to the developer mailing list).

    + +

    At the moment we have three developer versions:

    + + +
    How to build the development version
    + +
    git version
    +

    After cloning the git-repository, do ./autogen.sh, ./configure and then a make.

    + +
    tar-balls
    +

    Unpack the tar ball and do ./configure followed by make.

    + + +

    For development sources and other information, please see +the XBoard project +page at savannah.gnu.org.

    + +

    A snapshot of the latest source code for all branches is available at +the git +repository on Savannah.

    + +

    archive

    + +

    You can also find an archive of old versions on the ftp server.

    Documentation

    -

    Documentation for XBoard is available online, as -is documentation for most GNU software. You may -also find more information about XBoard by running info xboard -or man xboard, or by looking at /usr/doc/xboard/, +

    Documentation for XBoard is available online, +as is documentation for most GNU software. You +may also find more information about XBoard by +running info xboard or man xboard, or by +looking at /usr/doc/xboard/, /usr/local/doc/xboard/, or similar directories on your system.

    +

    The Chess Engine Communication Protocol can be found here.

    + +

    Screenshots

    + +

    These are screenshots taken from version 4.4.0 (click to enlarge).

    + [screenshot normal game] + [screenshot bughouse game] + [screenshot bughouse game] + [screenshot bughouse game] + [screenshot bughouse game] + +

    Links

    + + +

    Frequently Asked Question(FAQ)

    -

    -If you have any questions, please check out our FAQ. -

    -

    Mailing Lists

    +

    If you have any questions, please check out our FAQ.

    + + +

    Mailing Lists and Discussion Forums

    + +

    mailing lists

    XBoard has two mailing lists: <bug-xboard@gnu.org> and @@ -80,8 +197,9 @@ If you have any questions, please check out our FAQ.

    The main discussion list is <xboard-devel@gnu.org>, -and is used to discuss most aspects of XBoard, including development and -enhancement requests. Please send bug reports to <bug-xboard@gnu.org>.

    +and is used to discuss most aspects of XBoard, including development +and enhancement requests. Please send bug reports +to <bug-xboard@gnu.org>.

    Announcements about XBoard and most other GNU software are made on <info-gnu@gnu.org>.

    @@ -95,8 +213,17 @@ Or you can use the mailing list web interface.

    +

    discussion forums

    + +

    A very active forum is the WinBoard Forum (where our current main developer HGM can be found).

    + +

    Reporting Bugs and Requesting New Features

    - -

    Maintainer

    - -

    XBoard is currently being maintained by Tim Mann and Arun Persaud. Please -use the mailing lists above for contact.

    -

    Please remember that development of XBoard, and GNU in general, is a volunteer effort, and you also can contribute. For information, please read How to help GNU.