added link section
[xboard.git] / index.html
1 <!--#include virtual="/server/header.html" -->
2 <title>XBoard - GNU Project - Free Software Foundation</title>
3 <!--#include virtual="/server/banner.html" -->
4 <h2>XBoard</h2>
5
6 <!-- This is the template document for GNU web pages.  We use -->
7 <!-- server side includes (#include) for common elements, for -->
8 <!-- instance, the very first line of the file.  If you're reading -->
9 <!-- this in its expanded form, you can retrieve the original source,  -->
10 <!-- with the SSI statements intact, from -->
11 <!-- http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/boilerplate.html?root=www&content-type=text%2Fplain
12   -->
13
14 <!-- This document uses XHTML 1.0 Strict, but may be served as -->
15 <!-- text/html.  Please ensure that markup style considers -->
16 <!-- appendix C of the XHTML 1.0 standard. See validator.w3.org. -->
17
18 <!-- Please ensure links are consistent with Apache's MultiView. -->
19 <!-- Change include statements to be consistent with the relevant -->
20 <!-- language, where necessary. -->
21
22
23 <p>XBoard is a graphical user interface for chess in all its major forms, including international chess, xiangqi (Chinese chess) and shogi Japanese chess), 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:</p>
24 <ul>
25 <li>
26 Chess engines that will run on your machine and play a game against you or help you analyze, such as GNU Chess, Crafty, or many others.</li>
27
28 <li>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.</li>
29
30 <li>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.</li>
31 </ul>
32 <p>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.</p>
33
34 <h3>Downloading XBoard</h3>
35
36 <h4>stable version</h4>
37
38 <p> The current stable version is 4.2.7</p>
39 <p>It can be found on the main GNU ftp server:
40 <a href="http://ftp.gnu.org/gnu/xboard/">http://ftp.gnu.org/gnu/xboard/</a>
41 (via http) and
42 <a href="ftp://ftp.gnu.org/gnu/xboard/">ftp://ftp.gnu.org/gnu/xboard/</a>
43 (via ftp).
44 It can also be found on one of the <a href="/prep/ftp.html">mirrors of
45 ftp.gnu.org</a>;
46 please <a href="http://ftpmirror.gnu.org/xboard">use a mirror</a> if
47 possible.</p>
48
49 <h4>development version</h4>
50
51 <p>Current unstable version: 4.4.0.beta1 (2009-07-15)</p>
52
53 <p>For development sources and other information, please see the <a
54 href="http://savannah.gnu.org/projects/xboard/">XBoard project page</a> at <a
55 href="http://savannah.gnu.org">savannah.gnu.org</a>.</p>
56
57 <p>At the moment we are working hard on version 4.4.0, which should be out soon (that is summer 2009)</p>
58 <p>A snapshot of the latest source code is available at the <a href="http://git.savannah.gnu.org/cgit/xboard.git">git repository</a> on Savannah.</p>
59 <p> We also have test-packages available for debian (link will be available in the next few days, that is mid of 2009-07) and <a href="http://download.opensuse.org/repositories/home:/apersaud/">opensuse</a> (rpm). Furthermore you can get a .tar.gz and a Windows executable from <a href="ftp://alpha.gnu.org/gnu/xboard/">alpha.gnu.org/gnu/xboard</a>. Keep in mind that these are still <strong>beta</strong>.</p>
60
61 <h3>Documentation</h3>
62
63 <p><a href="manual/">Documentation for XBoard</a> is available online, as
64 is <a href="/manual/">documentation for most GNU software</a>.  You may
65 also find more information about XBoard by running <em>info&nbsp;xboard</em>
66 or <em>man&nbsp;xboard</em>, or by looking at <em>/usr/doc/xboard/</em>,
67 <em>/usr/local/doc/xboard/</em>, or similar directories on your system.</p>
68
69
70 <h3>Screenshots</h3>
71
72 <p>These are screenshots taken from the development version 4.4.0</p>
73 <img src="graphics/xboard-4.4.0.png" alt=" [screenshot normal game] " height="200" />
74 <img src="graphics/xboard-4.4.0-variant.png" alt=" [screenshot bughouse game] " height="200" />
75
76 <h3>Links</h3>
77
78 <ul>
79   <li> XBoard/Winboard 
80     <ul>
81       <li> <a href="http://www.tim-mann.org/chess.html">Tim's original pages</a> are still available.</li>
82     </ul>
83   </li>
84   <li> Incomplete list of computer engines that work with XBoard
85     <ul>
86       <li> normal chess
87         <ul>
88           <li><a href="http://www.gnu.org/software/chess/">GNU chess</a></li>
89         </ul>
90       </li>
91       <li> xiangqi (Chines chess) </li>
92       <li> shogi (Japanes chess) </li>
93       <li> variants </li>
94     </ul>
95   </li>
96   <li> Chess server you can connect to using XBoard
97     <ul>
98       <li> <a href="http://www.freechess.org"> Free Internet Chess Server (FICS) </a></li>
99       <li> <a href="http://www.chessclub.com/"> The Internet Chess Club </a> </li>
100     </ul>
101   </li>
102   <li> Other interfaces
103     <ul>
104       <li> <a href="http://www.bergo.eng.br/eboard/">eboard</a> </li>
105     </ul>
106   </li>
107 </ul>
108
109 <p>We will add links soon for special topics, such as: computer chess, bughouse and other topics.</p>
110
111 <h3>Frequently Asked Question(FAQ)</h3>
112
113 <p>If you have any questions, please check out our <a href="FAQ.html">FAQ</a>.</p>
114
115
116 <h3>Mailing Lists and Discussion Forums</h3>
117
118 <h4>mailing lists</h4>
119
120 <p>XBoard has two mailing lists:
121 <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a> and
122 <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>.</p>
123
124 <p>The main discussion list is
125 <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>,
126 and is used to discuss most aspects of XBoard, including development
127 and enhancement requests. Please send bug reports
128 to <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a>.</p>
129
130 <p>Announcements about XBoard and most other GNU software are made on
131 <a href="mailto:info-gnu@gnu.org">&lt;info-gnu@gnu.org&gt;</a>.</p>
132
133 <p>To subscribe to these or any GNU mailing lists, please send an empty
134 mail with a Subject: header of just <tt>subscribe</tt> to the relevant
135 -request list.  For example, to subscribe yourself to the GNU
136 announcement list, you would send mail to <a
137 href="mailto:info-gnu-request@gnu.org?Subject=subscribe">&lt;info-gnu-request@gnu.org&gt;</a>.
138 Or you can use the <a
139 href="http://lists.gnu.org/mailman/listinfo/info-gnu">mailing list web
140 interface</a>.</p>
141
142 <h4>discussion forums</h4>
143
144 <p>A very active forum is the <a href="http://www.open-aurec.com/wbforum/">WinBoard Forum</a> (where our current main developer HGM can be found).</p>
145
146 <h3>Reporting Bugs</h3>
147
148 <p> If you think you found a bug, please check the <a href="http://savannah.gnu.org/bugs/?group=xboard">bugtracker</a> 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 <a href="http://savannah.gnu.org/bugs/?group=xboard">bugtracker</a>.
149
150 <!-- will be in the next release
151 -<h3>Translating XBoard</h3>
152
153 <p>To translate XBoard's messages into other languages, please see the <a
154 href="http://translationproject.org/domain/xboard.html">Translation Project
155 page for XBoard</a>.  If you have a new translation of the message strings,
156 or updates to the existing strings, please have the changes made in this
157 repository.  Only translations from this site will be incorporated into
158 XBoard.  For more information, see the <a
159 href="http://translationproject.org/html/welcome.html">Translation
160 Project welcome page</a>.
161 -->
162
163
164 <h3>Maintainer</h3>
165
166 <p>XBoard is currently being maintained by Tim Mann, Arun Persaud and H.G. Muller.  Please
167 use the mailing lists above for contact.</p>
168
169 <p>Please remember that development of XBoard, and GNU in general, is a
170 volunteer effort, and you also can contribute. For information, please
171 read <a href="/help/">How to help GNU</a>.</p>
172
173
174 <!-- If needed, change the copyright block at the bottom. In general, -->
175 <!-- all pages on the GNU web server should have the section about    -->
176 <!-- verbatim copying.  Please do NOT remove this without talking     -->
177 <!-- with the webmasters first. -->
178 <!-- Please make sure the copyright date is consistent with the document -->
179 <!-- and that it is like this "2001, 2002" not this "2001-2002." -->
180 </div><!-- for id="content", starts in the include above -->
181 <!--#include virtual="/server/footer.html" -->
182 <div id="footer">
183
184 <p>Please send FSF &amp; GNU inquiries to
185 <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
186 There are also <a href="/contact/">other ways to contact</a>
187 the FSF.<br />
188 Please send broken links and other corrections or suggestions to
189 <!-- If you are a project maintainer or developer, please use your own -->
190 <!-- project email, as webmasters does not manage project web pages. -->
191 <!-- However, please report problems in this boilerplate file -->
192 <!-- itself to webmasters.  -->
193 <!-- And remove this whole comment when you copy the file to a new page. -->
194 <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a>.</p>
195
196 <p>Please see the <a
197 href="/server/standards/README.translations.html">Translations
198 README</a> for information on coordinating and submitting translations
199 of this article.</p>
200
201 <p>Copyright &copy; 2009 Free Software Foundation, Inc.</p>
202
203 <p>Verbatim copying and distribution of this entire article are
204 permitted worldwide, without royalty, in any medium, provided this
205 notice, and the copyright notice, are preserved.</p>
206
207 <p>Updated:
208 <!-- timestamp start -->
209 $Date$
210 <!-- timestamp end -->
211 </p>
212 </div>
213
214 <div id="translations">
215 <h4>Translations of this page</h4>
216
217 <!-- Please keep this list alphabetical by language code. -->
218 <!-- Comment what the language is for each type, i.e. de is German. -->
219 <!-- Write the language name in its own language (Deutsch) in the text. -->
220 <!-- If you add a new language here, please -->
221 <!-- advise web-translators@gnu.org and add it to -->
222 <!--  - /home/www/html/server/standards/README.translations.html -->
223 <!--  - one of the lists under the section "Translations Underway" -->
224 <!--  - if there is a translation team, you also have to add an alias -->
225 <!--  to mail.gnu.org:/com/mailer/aliases -->
226 <!-- Please also check you have the language code right; see: -->
227 <!-- http://www.loc.gov/standards/iso639-2/php/code_list.php -->
228 <!-- If the 2-letter ISO 639-1 code is not available, -->
229 <!-- use the 3-letter ISO 639-2. -->
230 <!-- Please use W3C normative character entities. -->
231
232 <ul class="translations-list">
233 <!-- English -->
234 <li><a href="/server/standards/boilerplate.html">English</a>&nbsp;[en]</li>
235 </ul>
236 </div>
237 </div>
238 </body>
239 </html>