X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=index.html;h=647a2af85cbdb6acff5834b0d25db73ba658d39a;hb=69f0f0d43082614cf23c38fba91c023a5c4ea12e;hp=be0e5abe1b82b2198518fdc6dd3de3896f438ea9;hpb=a0134f94368e0983206511b2ae9e37a88bdc3f88;p=xboard.git diff --git a/index.html b/index.html index be0e5ab..647a2af 100644 --- a/index.html +++ b/index.html @@ -20,64 +20,163 @@ -

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.

    -

    Other information

    +

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

    -

    Tim's original pages are still available.

    +

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

    +

    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>.

    Downloading XBoard

    stable version

    -

    The current stable version is 4.2.7

    +

    The current stable version +is: 4.4.3

    +

    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). -It can also be found on one of the mirrors of -ftp.gnu.org; +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; please use a mirror if possible.

    +

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

    +

    development version

    -

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

    +

    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.

    -

    At the moment we are working hard on version 4.4.0, which should be out soon (that is summer 2009)

    -

    A snapshot of the latest source code is available at the git repository on Savannah.

    -

    We also have test-packages available for debian (link will be available in the next few days, that is mid of 2009-07) and opensuse (rpm). Furthermore you can get a .tar.gz from alpha.gnu.org (also available in a few days, that is mid 2009-07). Keep in mind that these are still beta.

    + +

    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

    -

    Will be added soon.

    - +

    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

    -

    We will add links soon for special topics, such as: computer chess, bughouse and other topics.

    +

    Frequently Asked Question(FAQ)

    @@ -114,11 +213,13 @@ interface.

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

    -

    Reporting Bug

    +

    Reporting Bugs and Requesting New Features

    If you think you found a bug, please check the bugtracker for open and already closed bugs. If you found a new bug, please, file a bug-report either via our bug-related email list or in the bugtracker. - - -

    Maintainer

    - -

    XBoard is currently being maintained by Tim Mann, Arun Persaud and H.G. Muller. 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.