updated webpage to include new development version on the Open Build Server
[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
24 forms, including international chess, xiangqi (Chinese chess),
25 shogi (Japanese chess) and Makruk, in addition to many minor variants such as
26 Losers Chess, Crazyhouse, Chess960 and Capabanca Chess. It displays a
27 chessboard on the screen, accepts moves made with the mouse, and loads
28 and saves games in Portable Game Notation (PGN). It serves as a
29 front-end for many different chess services, including:</p>
30 <ul>
31 <li>
32 Chess engines that will run on your machine and play a game against
33 you or help you analyze, such as GNU Chess, Crafty, or many
34 others.</li>
35
36 <li>Chess servers on the Internet, where you can connect to play chess
37 with people from all over the world, watch other users play, or just
38 hang out and chat.</li>
39
40 <li>Correspondence chess played by electronic mail. The CMail program
41 automates the tasks of parsing email from your opponent, playing his
42 moves out on your board, and mailing your reply move after you've
43 chosen it.</li>
44 </ul>
45 <p>XBoard runs on Unix and Unix-like systems that use the X Window
46 System. </p>
47
48 <h3>Winboard</h3>
49
50 <p>The project also includes a port to 32-bit Windows systems called
51 WinBoard.</p>
52
53 <p>You can find the download section for the stable version of Winboard at
54 the <a href="http://www.open-aurec.com/wbforum/viewforum.php?f=19">Winboard
55 Forum</a> or try the link to a beta-version in the <a href="#download">download section</a>.</p>
56
57 <p>Development for Winboard, reporting bugs and any other requests can
58 also be done at the same places as for XBoard (see below).</p>
59
60 <h3> What's new </h3>
61 <p> Starting from 4.5.0 we will summarize the latest changes at <a href="whats_new.html">these</a> webpages. You can also find information about the next upcoming release here.
62 Have a look, try it out (download links below) and let us know what you think.</p>
63
64 <h3>Help needed</h3>
65
66 <p>We can always need more people to help out with XBoard/Winboard. Have a look at the following list in case you are interested:</p>
67
68 <h4>Testers </h4>
69 <p> We are always looking for people who are willing to test the latest new features and give us feedback or new ideas. If you are interested, please send an email to our list at <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a> or just try out the program and reports bugs either to the email list or to the bug-tracker (see <a href="#download">below</a> for links).</p>
70
71 <h4>GTK developer needed</h4>
72 <p> 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 <a href="mailto:xboard-devel@gnu.org">mailing list</a> for more information. </p>
73
74 <h4>EPD test-suite capability</h4>
75 <p>A sort of match mode where one engine automatically does a number of 'games',
76 (using a position file filled with EPDs as starting positions),
77 except that each 'game' lasts only for one move, and the 'result' is then computed
78 by XBoard depending on if this move was the correct solution specified in the EPD.</p>
79
80 <h4>Multi-board ICS mode</h4>
81 <p>Implement a slave mode where XBoard forks itself, connecting a pipe between
82 what normally would be the ICS socket of the child, and a new output channel
83 of the parent, so that the parent can forward board and move lists belonging to
84 a specific game to the slave dedicated to display it.</p>
85
86 <h4>Allow run-time loading / unloading of engines</h4>
87 <p>A tricky issue, because in the current code initializing the engine is intertwined
88 with initializing XBoard. And the whole idea is to be able to switch engine without
89 losing your current settings or indeed your current game. So it will require some
90 good thought about which options need to be reset (like -fd, for sure), and which
91 should be kept.</p>
92
93 <h4>Implement a tournament manager in XBoard</h4>
94 <p>Currently XBoard supports only two-player matches. If run-time changing of the
95 engine becomes possible, it wold be nice if people could also perform automatic
96 round-robins or gauntlets between a group of engines.</p>
97
98 <h4>Processing of engine PVs before display</h4>
99 <p>Currently XBoard just displays what the engine prints for PV in its thinking output
100 literally. Which often means long algebraic. It would be nice if the user can choose
101 the display format, so it can be SAN or even some other format (e.g. descriptive
102 notation or some specific Xangqi or Shogi format), possibly through invoking an
103 external processor.</p>
104
105 <h4>Update the documentation</h4>
106 <p>The documentation could need some updates. In our effort to merge
107 Winboard and XBoard back together, we also want to merge the RTF file
108 back into the XBoard texinfo file.  This will take some effort though,
109 since the two versions still differ in several areas and this would
110 need to be highlighted. The benefit would be though that we could
111 prepare a much better and up to date Windows documentation.
112 </p>
113
114 <h4>Update the webpage</h4>
115 <p>The content of the webpage could be updated with screenshots from
116 the latest version. We also have a new tutorial that could be
117 integrated. The webpage should also be integrated with git, so that
118 all developers have access to it.</p>
119
120 <h3><a name="download"></a>Downloading XBoard</h3>
121
122 <h4>stable version</h4>
123
124 <p>The current stable version
125 is: <a href="ftp://ftp.gnu.org/gnu/xboard/">4.5.2a</a></p>
126
127 <p>It can be found on the main GNU ftp server:
128 <a href="http://ftp.gnu.org/gnu/xboard/">http://ftp.gnu.org/gnu/xboard/</a> (via http) and
129 <a href="ftp://ftp.gnu.org/gnu/xboard/">ftp://ftp.gnu.org/gnu/xboard/</a> (via ftp).</p>
130
131 <p>It can also be found on one of the <a href="/prep/ftp.html">mirrors
132 of ftp.gnu.org</a>;
133 please <a href="http://ftpmirror.gnu.org/xboard">use a mirror</a> if
134 possible.</p>
135
136 <p>Precompiled versions are available
137 for <a href="http://download.opensuse.org/repositories/openSUSE:/Factory:/Contrib/">openSUSE</a>
138 and <a href="http://packages.debian.org/squeeze/xboard">debian-squeeze</a>
139 (if you know of other distribution that package it, please let us
140 know).</p>
141
142 <h4>development version</h4>
143
144 <p>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). </p>
145
146 <p>At the <a href="http://download.opensuse.org/repositories/home:/apersaud:/xboard">Open Build Server</a> we provide packages that can be installed in parallel to the normal xboard version. To do this the programs are renamed to xboardnext (latest from the v4.5.x branch in git) and xboardgit (latest version from the master branch in git). Packages are available for: Debian 6.0, Fedora 14, Fedora 15, Mandriva 2010, Mandriva 2010.1, RedHat RHEL 5, RedHat RHEL 6, opensuse 11.3, opensuse 11.4, opensuse Tumbleweed, opensuse Factory, Ubunut 10.10, Ubuntu 11.04.</p>
147
148 <p> Windows builds of development version can be found at <a href="http://hgm.nubati.net/ ">HGM's web page</a>.
149
150 <p>Furthermore we provide two development versions (tagged commits in git):</p>
151
152 <ul>
153 <li>A snapshot of the v4.5.x branch (a few commits behind the build server packages mentioned above): <a href="ftp://alpha.gnu.org/gnu/xboard/"> (4.5.2 is the latest, so nothing new here) </a>. <br />
154 This will become version 4.5.3. <a href="http://packages.debian.org/experimental/xboard">Debian packages</a> of these tar-balls are available.
155 </li>
156 <li>A snapshot of the master branch: <a href="ftp://alpha.gnu.org/gnu/xboard/"> master-20110507 </a>. <br />
157 The master branch includes the development for v4.5.x and also has some more experimental features that need more testing and/or debugging. Precompiled packaged versions are available for <a href="http://packages.debian.org/experimental/xboard">debian</a> and <a href="http://hgm.nubati.net/WinBoard-4.5.0.exe ">Windows</a>. More current versions from the master branch can be downloaded via git or from the Open Build Server (see above).
158 </li>
159
160 <h5>How to build the development version</h5>
161
162 <h6>git version</h6>
163 <p> After cloning the git-repository, run ./autogen.sh, ./configure and then make and make install.</p>
164
165 <h6>tar-balls</h6>
166 <p> Unpack the tar ball and do ./configure followed by make and make install.</p>
167
168
169 <p>For development sources and other information, please see
170 the <a href="http://savannah.gnu.org/projects/xboard/">XBoard project
171 page</a> at <a href="http://savannah.gnu.org">savannah.gnu.org</a>.</p>
172
173 <p>A snapshot of the latest source code for all branches is available at
174 the <a href="http://git.savannah.gnu.org/cgit/xboard.git">git
175 repository</a> on Savannah.</p>
176
177 <h4>archive</h4>
178
179 <p>You can also find an archive of old versions on <a href="ftp://ftp.gnu.org/old-gnu/xboard/">the ftp server</a>.</p>
180
181 <h3>Documentation</h3>
182
183 <p><a href="manual/">Documentation for XBoard</a> is available online,
184 as is <a href="/manual/">documentation for most GNU software</a>.  You
185 may also find more information about XBoard by
186 running <em>info&nbsp;xboard</em> or <em>man&nbsp;xboard</em>, or by
187 looking at <em>/usr/doc/xboard/</em>,
188 <em>/usr/local/doc/xboard/</em>, or similar directories on your system.</p>
189
190 <p>The Chess Engine Communication Protocol can be found <a href="engine-intf.html">here</a>.</p>
191
192 <h3>Screenshots</h3>
193
194 <p>These are screenshots taken from version 4.4.0 (click to enlarge).</p>
195 <a href="graphics/xboard-4.4.0.png"><img src="graphics/xboard-4.4.0.png" alt=" [screenshot normal game] " height="200" /></a>
196 <a href="graphics/xboard-4.4.0-variant.png"><img src="graphics/xboard-4.4.0-variant.png" alt=" [screenshot bughouse game] " height="200" /></a>
197 <a href="graphics/xboard-4.4.0-showgi.png"><img src="graphics/xboard-4.4.0-showgi.png" alt=" [screenshot bughouse game] " height="200" /></a>
198 <a href="graphics/xboard-4.4.0-petite.png"><img src="graphics/xboard-4.4.0-petite.png" alt=" [screenshot bughouse game] " height="200" /></a>
199 <a href="graphics/xboard-4.4.0-XQ.png"><img src="graphics/xboard-4.4.0-XQ.png" alt=" [screenshot bughouse game] " height="200" /></a>
200
201 <h3>Links</h3>
202
203 <ul>
204   <li> XBoard/Winboard 
205     <ul>
206       <li> <a href="http://www.tim-mann.org/chess.html">Tim's original pages</a> are still available.</li>
207       <li> XBoard can also run engines that use the UCI protocol, with
208         the aid of the Polyglot protocol adapter.  A new Polyglot
209         version, (1.4.30b), especially adapted to support the new
210         features of XBoard 4.4.0, can be
211         found <a href="http://alpha.uhasselt.be/Research/Algebra/Toga/polyglot-release/">here</a>.</li>
212     </ul>
213   </li>
214   <li> Incomplete list of computer engines that work with XBoard
215     <ul>
216       <li><a href="http://www.gnu.org/software/chess/">GNU chess</a></li>
217       <li><a href="http://home.hccnet.nl/h.g.muller/CVfairy.html">Fairy-Max</a></li>
218       <li><a href="http://wbec-ridderkerk.nl/html/lastupdates.htm">A list with lots of engines</a></li>
219       <li><a href="http://home.hccnet.nl/h.g.muller/XQ.html">List of Xiangqi engines</a></li>
220       <li> other popular engines are crafty, phalanx, fruit, toga2, glaurung, ... </li>
221     </ul>
222   </li>
223   <li> Chess server you can connect to using XBoard
224     <ul>
225       <li> <a href="http://www.freechess.org"> Free Internet Chess Server (FICS) </a></li>
226       <li> <a href="http://www.chessclub.com/"> The Internet Chess Club </a> </li>
227     </ul>
228   </li>
229   <li> Other interfaces
230     <ul>
231       <li> <a href="http://www.bergo.eng.br/eboard/">eboard</a> </li>
232     </ul>
233   </li>
234 </ul>
235
236 <h3>Frequently Asked Question(FAQ)</h3>
237
238 <p>If you have any questions, please check out our <a href="FAQ.html">FAQ</a>.</p>
239
240
241 <h3>Mailing Lists and Discussion Forums</h3>
242
243 <h4>mailing lists</h4>
244
245 <p>XBoard has two mailing lists:
246 <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a> and
247 <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>.</p>
248
249 <p>The main discussion list is
250 <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>,
251 and is used to discuss most aspects of XBoard, including development
252 and enhancement requests. Please send bug reports
253 to <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a>.</p>
254
255 <p>Announcements about XBoard and most other GNU software are made on
256 <a href="mailto:info-gnu@gnu.org">&lt;info-gnu@gnu.org&gt;</a>.</p>
257
258 <p>To subscribe to these or any GNU mailing lists, please send an empty
259 mail with a Subject: header of just <tt>subscribe</tt> to the relevant
260 -request list.  For example, to subscribe yourself to the GNU
261 announcement list, you would send mail to <a
262 href="mailto:info-gnu-request@gnu.org?Subject=subscribe">&lt;info-gnu-request@gnu.org&gt;</a>.
263 Or you can use the <a
264 href="http://lists.gnu.org/mailman/listinfo/info-gnu">mailing list web
265 interface</a>.</p>
266
267 <h4>discussion forums</h4>
268
269 <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>
270
271 <h3>Reporting Bugs and Requesting New Features</h3>
272
273 <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>.
274
275 <p> For feature requests, please use our mailinglist: <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>.</p>
276
277 <!-- will be in one of the next releases
278 -<h3>Translating XBoard</h3>
279
280 <p>To translate XBoard's messages into other languages, please see the <a
281 href="http://translationproject.org/domain/xboard.html">Translation Project
282 page for XBoard</a>.  If you have a new translation of the message strings,
283 or updates to the existing strings, please have the changes made in this
284 repository.  Only translations from this site will be incorporated into
285 XBoard.  For more information, see the <a
286 href="http://translationproject.org/html/welcome.html">Translation
287 Project welcome page</a>.
288 -->
289
290 <p>Please remember that development of XBoard, and GNU in general, is a
291 volunteer effort, and you also can contribute. For information, please
292 read <a href="/help/">How to help GNU</a>.</p>
293
294
295 <!-- If needed, change the copyright block at the bottom. In general, -->
296 <!-- all pages on the GNU web server should have the section about    -->
297 <!-- verbatim copying.  Please do NOT remove this without talking     -->
298 <!-- with the webmasters first. -->
299 <!-- Please make sure the copyright date is consistent with the document -->
300 <!-- and that it is like this "2001, 2002" not this "2001-2002." -->
301 </div><!-- for id="content", starts in the include above -->
302 <!--#include virtual="/server/footer.html" -->
303 <div id="footer">
304
305 <p>Please send FSF &amp; GNU inquiries to
306 <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
307 There are also <a href="/contact/">other ways to contact</a>
308 the FSF.<br />
309 Please send broken links and other corrections or suggestions to
310 <!-- If you are a project maintainer or developer, please use your own -->
311 <!-- project email, as webmasters does not manage project web pages. -->
312 <!-- However, please report problems in this boilerplate file -->
313 <!-- itself to webmasters.  -->
314 <!-- And remove this whole comment when you copy the file to a new page. -->
315 <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a>.</p>
316
317 <p>Please see the <a
318 href="/server/standards/README.translations.html">Translations
319 README</a> for information on coordinating and submitting translations
320 of this article.</p>
321
322 <p>Copyright &copy; 2009,2010,2011 Free Software Foundation, Inc.</p>
323
324 <p>Verbatim copying and distribution of this entire article are
325 permitted worldwide, without royalty, in any medium, provided this
326 notice, and the copyright notice, are preserved.</p>
327
328 <p>Updated:
329 <!-- timestamp start -->
330 $Date: 2011/05/21 19:21:34 $
331 <!-- timestamp end -->
332 </p>
333 </div>
334
335 <div id="translations">
336 <h4>Translations of this page</h4>
337
338 <!-- Please keep this list alphabetical by language code. -->
339 <!-- Comment what the language is for each type, i.e. de is German. -->
340 <!-- Write the language name in its own language (Deutsch) in the text. -->
341 <!-- If you add a new language here, please -->
342 <!-- advise web-translators@gnu.org and add it to -->
343 <!--  - /home/www/html/server/standards/README.translations.html -->
344 <!--  - one of the lists under the section "Translations Underway" -->
345 <!--  - if there is a translation team, you also have to add an alias -->
346 <!--  to mail.gnu.org:/com/mailer/aliases -->
347 <!-- Please also check you have the language code right; see: -->
348 <!-- http://www.loc.gov/standards/iso639-2/php/code_list.php -->
349 <!-- If the 2-letter ISO 639-1 code is not available, -->
350 <!-- use the 3-letter ISO 639-2. -->
351 <!-- Please use W3C normative character entities. -->
352
353 <ul class="translations-list">
354 <!-- English -->
355 <li><a href="/server/standards/boilerplate.html">English</a>&nbsp;[en]</li>
356 </ul>
357 </div>
358 </div>
359 </body>
360 </html>