Streamline home page
[xboard.git] / index.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <link rel="author" href="mailto:webmasters@gnu.org" />
6 <link rel="icon" type="image/png" href="/graphics/gnu-head-mini.png" />
7 <meta name="ICBM" content="42.256233,-71.006581" />
8
9
10 <title>XBoard - GNU Project - Free Software Foundation</title>
11 <!-- start of server/banner.html -->
12 <!-- start of head-include-2.html -->
13
14 <link rel="stylesheet" href="/combo.css" media="screen" />
15 <link rel="stylesheet" href="/layout.css" media="screen" />
16
17 <link rel="stylesheet" href="/mini.css" media="handheld" />
18
19 <link rel="stylesheet" href="/print.css" media="print" />
20 <!-- end of head-include-2.html -->
21
22 </head>
23 <body>
24 <!-- start of server/body-include-1.html -->
25 <div id="toplinks"><span class="netscape4"><a href="#content">Skip to content</a> | <a href="#navigation">Skip to navigation</a> | <a href="#searcher">Skip to search</a>| </span><a href="#translations">Translations of this page</a> | <a href="/accessibility/">Accessibility</a></div>
26
27 <!-- end of server/body-include-1.html -->
28
29
30 <div id="null-wrapper">
31
32 <!-- start of server/body-include-2 -->
33       <div id="header">
34         <div class="inner" style="position: relative;">
35
36         <h1 id="logo"><a href="/">The GNU Operating System</a></h1>
37
38
39
40         <div id="fssbox">
41 <!--      <h4>Sign up for the <a href="http://www.fsf.org/fss">Free Software Supporter</a></h4> -->
42 <!--      <p>A monthly email newsletter about GNU and Free Software</p> -->
43 <!--      <form action="https://crm.fsf.org/civicrm/profile/create&amp;reset=1&amp;gid=31" method="post"> -->
44 <!-- <div><input name="postURL" type="hidden" value="" /> -->
45 <!-- <input type="hidden" name="group[25]" value="1" /> -->
46
47 <!-- <input name="cancelURL" type="hidden" value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=31" /> -->
48 <!-- <input name="_qf_default" type="hidden" value="Edit:cancel" /> -->
49 <a href="https://my.fsf.org/associate/support_freedom?referrer=10189"><img src="https://static.fsf.org/nosvn/appeal2011/gnu-1.png" alt="Help us raise $300,000 for free software by January 30th" /></a>
50 <!-- </div> -->
51
52 <!--      <p><label>Enter your email address (e.g. richard@example.com)</label></p><p><input type="text" id="frmEmail" name="email-Primary" size="15" maxlength="80" /> &nbsp; <input type="submit" name="_qf_Edit_next" value="Ok" /></p> -->
53 <!--      </form> -->
54         </div>
55
56         </div>
57       </div>
58
59 <div id="navigation">
60  <div class="inner">
61
62   <div id="searcher">
63    <form method="get" action="http://www.gnu.org/cgi-bin/estseek.cgi">
64     <div><label class="netscape4" for="phrase">Search:</label>
65     <input name="phrase" id="phrase" type="text" size="18" accesskey="s"
66            value="Why GNU/Linux?" onfocus="this.value=''" />
67
68     <input type="submit" value="Search" /></div><!-- unnamed label -->
69    </form>
70   </div><!-- /searcher -->
71
72   <ul>
73    <li id="tabPhilosophy"><a href=
74                            "/philosophy/philosophy.html">Philosophy</a></li>
75    <li id="tabLicenses"><a href="/licenses/licenses.html">Licenses</a></li>
76    <li id="tabEducation"><a href="/education/education.html">Education</a></li>
77
78    <li id="tabSoftware"><a href="/software/software.html">Downloads</a></li>
79    <li id="tabDoc"><a href="/doc/doc.html">Documentation</a></li>
80    <li id="tabHelp"><a href="/help/help.html">Help&nbsp;GNU</a></li>
81    <li id="joinfsftab"><a href="https://www.fsf.org/associate/support_freedom?referrer=4052">Join&nbsp;the&nbsp;FSF!</a></li>
82   </ul>
83
84  </div><!-- /inner -->
85 </div><!--  /navigation -->
86 <!-- end of server/body-include-2 -->
87
88
89 <div id="content" class="inner">
90 <!-- end of server/banner.html -->
91
92
93 <!-- begin /server/initial-translations-list.html -->
94 <div id="translations">
95 <ul class="translations-list">
96 <li>
97 <!-- English -->
98
99 <a href="/server/standards/boilerplate.html">English</a>&nbsp;[en]
100 </li>
101 </ul>
102 </div>
103 <!-- end /server/initial-translations-list.html -->
104
105 <h2>XBoard</h2>
106
107 <!-- This is the template document for GNU web pages.  We use -->
108 <!-- server side includes (#include) for common elements, for -->
109 <!-- instance, the very first line of the file.  If you're reading -->
110 <!-- this in its expanded form, you can retrieve the original source,  -->
111 <!-- with the SSI statements intact, from -->
112 <!-- http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/boilerplate.html?root=www&content-type=text%2Fplain
113   -->
114
115 <p>XBoard is a graphical user interface for chess in all its major
116 forms, including international chess, xiangqi (Chinese chess),
117 shogi (Japanese chess) and Makruk, in addition to many minor variants such as
118 Losers Chess, Crazyhouse, Chess960 and Capablanca Chess. It displays a
119 chessboard on the screen, accepts moves made with the mouse, and loads
120 and saves games in Portable Game Notation (PGN). It serves as a
121 front-end for many different chess services, including:</p>
122 <ul>
123 <li>
124 Chess engines that will run on your machine and play a game against
125 you or help you analyze, such as GNU Chess, Crafty, or many
126 others.</li>
127
128 <li>Chess servers on the Internet, where you can connect to play chess
129 with people from all over the world, watch other users play, or just
130 hang out and chat.</li>
131
132 <li>Correspondence chess played by electronic mail. The CMail program
133 automates the tasks of parsing email from your opponent, playing his
134 moves out on your board, and mailing your reply move after you've
135 chosen it.</li>
136 </ul>
137 <p>XBoard runs on Unix and Unix-like systems that use the X Window
138 System. </p>
139
140 <table cellpadding="20"><tr><td valign="top">
141  <h4>More...</h4>
142  <ul>
143   <li><a href="#tag-A1">WinBoard</a> (MS Windows port)</li>
144   <li><a href="#download">Downloading</a></li>
145   <li><a href="#tag-A4">Documentation</a></li>
146   <li><a href="user_guide/UserGuide.html">On-line User Guide</a></li>
147   <li><a href="#tag-A5">More Screenshots</a></li>
148   <li><a href="whats_new/4.6.0">What's New in 4.6.0?</a> (beta)</li>
149   <li><a href="whats_new/4.5.3">What's New in 4.5.3?</a> (stable)</li>
150   <li><a href="whats_new/4.5.2">What's New in 4.5.2?</a></li>
151   <li><a href="whats_new/4.5.1">What's New in 4.5.1?</a></li>
152   <li><a href="whats_new/4.5.0">What's New in 4.5.0?</a></li>
153   <li><a href="whats_new/4.4.0">What's New in 4.4.x?</a></li>
154   <li><a href="#tag-A3">How can you help us?</a></li>
155   <li><a href="FAQ.html">Frequently Asked Questions</a></li>
156  </ul>
157 </td><td>
158  <img src="whats_new/4.5.0/Spartan.png">
159  <p>XBoard, playing some Chess variant</p>
160 </td><td>
161  <img src="whats_new/4.4.0/marble.png">
162  <p>WinBoard, configured with marble board</p>
163 </td></tr></table>
164
165 <h3><a name="tag-A1">Winboard</h3>
166
167 <p>The project also includes a port to MicroSoft-Windows systems called
168 WinBoard.</p>
169
170 <p>You can find the downloads for binaries and preconfigured installer packages of Winboard at
171 the <a href="http://www.open-aurec.com/wbforum/viewforum.php?f=19">Winboard Forum</a>,
172 where yo can also report problems, get help from other WinBoard users or discuss feature requests.
173 Windows builds of development versions or installers for special configuartions
174 can be found at <a href="http://hgm.nubati.net/ ">HGM's web page</a>.
175 </p>
176
177 <p>Development for Winboard, reporting bugs and any other requests can
178 also be done at the same places as for XBoard (see below).</p>
179
180 <h3><a name="download"></a>Downloading XBoard</h3>
181
182 <h4>stable version (4.5.3a)</h4>
183
184 <p>Sources of current stable version can be found on the main GNU ftp server:
185 <a href="http://ftp.gnu.org/gnu/xboard/">http://ftp.gnu.org/gnu/xboard/</a> (via http) and
186
187 <a href="ftp://ftp.gnu.org/gnu/xboard/">ftp://ftp.gnu.org/gnu/xboard/</a> (via ftp).
188 It can also be found on one of the <a href="/prep/ftp.html">mirrors
189 of ftp.gnu.org</a>;
190 please <a href="http://ftpmirror.gnu.org/xboard">use a mirror</a> if
191 possible.</p>
192
193 <p>Precompiled versions are available
194 for <a href="http://download.opensuse.org/repositories/openSUSE:/Factory:/Contrib/">openSUSE</a>
195 and <a href="http://packages.debian.org/squeeze/xboard">debian-squeeze</a>
196
197 (if you know of other distribution that package it, please let us
198 know).</p>
199
200 <h4>development version</h4>
201
202 <p>We regularly do so called 'developer releases', which include the newest and the latest we are working on.
203 If you want to <a href="#tag-A3">help us</a> test, or just want to use the new features, you might prefer to use those over the stable version.
204 </p>
205
206 <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.6.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>
207
208 <p> Windows builds of development version can be found at <a href="http://hgm.nubati.net/ ">HGM's web page</a>.
209
210
211 <p>Furthermore we provide two development versions (tagged commits in git):</p>
212
213 <ul>
214 <li>A snapshot of the v4.6.x branch (a few commits behind the build server packages mentioned above): <a href="ftp://alpha.gnu.org/gnu/xboard/"> 4.6.0.20120212 </a> <br />
215 This is a release candidate for version 4.6.0. <a href="http://packages.debian.org/experimental/xboard">Debian packages</a> of these tar-balls are available.
216 </li>
217 <li>A snapshot of the master branch: <a href="ftp://alpha.gnu.org/gnu/xboard/"> master-20120212 </a>. <br />
218
219 The master branch includes the development for v4.6.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.5TM.exe ">Windows</a>. More current versions from the master branch can be downloaded via git or from the Open Build Server (see above).
220 </li>
221 <li> New GTK branch in git (no developer release available yet). </li>
222 </ul>
223
224 <h5>How to build the development version</h5>
225
226 <h6>git version</h6>
227
228 <p> After cloning the git-repository or downloading and unpacking a snapshot tar ball, 
229 run ./autogen.sh, ./configure and then make and make install.</p>
230
231 <h6>tar-balls</h6>
232 <p> Unpack the tar ball and do ./configure followed by make and make install.</p>
233
234
235 <p>For development sources and other information, please see
236 the <a href="http://savannah.gnu.org/projects/xboard/">XBoard project
237 page</a> at <a href="http://savannah.gnu.org">savannah.gnu.org</a>.</p>
238
239 <p>A snapshot of the latest source code for all branches is available at
240 the <a href="http://git.savannah.gnu.org/cgit/xboard.git">git
241 repository</a> on Savannah.</p>
242
243 <h4>archive</h4>
244
245 <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>
246
247 <h3><a name="tag-A4">Documentation</h3>
248
249 <p>The official <a href="manual/">manual page for XBoard</a> is available online,
250 as is <a href="/manual/">documentation for most GNU software</a>.
251 This discusses every feature XBoard has in detail.
252 You may also find this information on your local system by
253 running <em>info&nbsp;xboard</em> or <em>man&nbsp;xboard</em>, or by
254 looking at <em>/usr/doc/xboard/</em>,
255 <em>/usr/local/doc/xboard/</em>, or similar directories on your system.</p>
256
257 <p>There now also exists an <a href="user_guide/UserGuide.html">XBoard User Guide</a>, which only presents the main features in a more pedestrian way.
258 This would be an excellent starting point if you are a novice XBoard user.
259 If you have prior experience with XBoard, but just want to know what new features have been added since the version you were used to,
260 the pages in the <a href="whats_new/index.html">What's New</a> section would be the place to go.
261 </p>
262
263 <p>A description of the Chess Engine Communication Protocol used by XBoard to communicate with Chess Engines can be found <a href="engine-intf.html">here</a>.</p>
264
265 <h3><a name="tag-A5"Screenshots</h3>
266
267 <p>These are screenshots taken from version 4.4.0 (click to enlarge).</p>
268 <a href="graphics/xboard-4.4.0.png"><img src="graphics/xboard-4.4.0.png" alt=" [screenshot normal game] " height="200" /></a>
269 <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>
270 <a href="graphics/xboard-4.4.0-showgi.png"><img src="graphics/xboard-4.4.0-showgi.png" alt=" [screenshot shogi game] " height="200" /></a>
271 <a href="graphics/xboard-4.4.0-petite.png"><img src="graphics/xboard-4.4.0-petite.png" alt=" [screenshot auxiliary windows " height="200" /></a>
272 <a href="graphics/xboard-4.4.0-XQ.png"><img src="graphics/xboard-4.4.0-XQ.png" alt=" [screenshot xiangqi game] " height="200" /></a>
273
274 <h3><a name="tag-A3">Help needed</h3>
275
276 <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).
277 Have a look at the following list in case you are interested:</p>
278
279 <h4>Translators </h4>
280 <p>We added support for different languages to XBoard and need people to translate it. The translation is handled by <a href="http://translationproject.org/html/welcome.html">the translation project</a>. You can check on the <a href="http://translationproject.org/domain/xboard.html">current status</a> and how to <a href="http://translationproject.org/html/translators.html">join the translation project</a>. </p>
281
282 <h4>Testers </h4>
283 <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>
284
285 <h4>GTK developer needed</h4>
286 <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. We made some progress, if you know want to help out there are still lots of things waiting to be done. Email the <a href="mailto:xboard-devel@gnu.org">mailing list</a> for more information. </p>
287
288 <h4>EPD test-suite capability</h4>
289 <p>A sort of match mode where one engine automatically does a number of 'games',
290 (using a position file filled with EPDs as starting positions),
291 except that each 'game' lasts only for one move, and the 'result' is then computed
292 by XBoard depending on if this move was the correct solution specified in the EPD.</p>
293
294 <h4>Multi-board ICS mode</h4>
295 <p>Implement a slave mode where XBoard forks itself, connecting a pipe between
296 what normally would be the ICS socket of the child, and a new output channel
297 of the parent, so that the parent can forward board and move lists belonging to
298 a specific game to the slave dedicated to display it.</p>
299
300 <h4>Update the documentation</h4>
301 <p>The documentation could need some updates. In our effort to merge
302 Winboard and XBoard back together, we also want to merge the RTF file
303 back into the XBoard texinfo file.  This will take some effort though,
304 since the two versions still differ in several areas and this would
305 need to be highlighted. The benefit would be though that we could
306 prepare a much better and up to date Windows documentation.
307 </p>
308
309 <h4>Update the webpage</h4>
310
311 <p>The content of the webpage could be updated with screenshots from
312 the latest version. We also have a new tutorial that could be
313 integrated. The webpage should also be integrated with git, so that
314 all developers have access to it.</p>
315
316 <h3>Links</h3>
317
318 <ul>
319   <li> XBoard/Winboard
320     <ul>
321       <li> <a href="http://www.tim-mann.org/chess.html">Tim's original pages</a> are still available.</li>
322       <li> XBoard can also run engines that use the UCI protocol, with
323         the aid of the Polyglot protocol adapter.  A new Polyglot
324         version, (1.4.67b), especially adapted to support the new
325         features of XBoard 4.4.0 and later, can be
326         found <a href="http://alpha.uhasselt.be/Research/Algebra/Toga/polyglot-release/">here</a>.</li>
327
328     </ul>
329   </li>
330   <li> Incomplete list of computer engines that work with XBoard
331     <ul>
332       <li><a href="http://www.gnu.org/software/chess/">GNU chess</a></li>
333       <li><a href="http://home.hccnet.nl/h.g.muller/CVfairy.html">Fairy-Max</a></li>
334       <li><a href="http://wbec-ridderkerk.nl/html/lastupdates.htm">A list with lots of engines</a></li>
335
336       <li><a href="http://home.hccnet.nl/h.g.muller/XQ.html">List of Xiangqi engines</a></li>
337       <li> other popular engines are crafty, phalanx, fruit, toga2, glaurung, ... </li>
338     </ul>
339   </li>
340   <li> Chess server you can connect to using XBoard
341     <ul>
342       <li> <a href="http://www.freechess.org"> Free Internet Chess Server (FICS) </a></li>
343
344       <li> <a href="http://www.chessclub.com/"> The Internet Chess Club </a> </li>
345
346       <li> <a href="http://80.100.28.169/"> The Variant ICS </a> </li>
347     </ul>
348   </li>
349   <li> Other interfaces
350     <ul>
351       <li> <a href="http://www.bergo.eng.br/eboard/">eboard</a> </li>
352
353     </ul>
354   </li>
355 </ul>
356
357 <h3>Frequently Asked Question(FAQ)</h3>
358
359 <p>If you have any questions, please check out our <a href="FAQ.html">FAQ</a>.</p>
360
361
362 <h3>Mailing Lists and Discussion Forums</h3>
363
364 <h4>mailing lists</h4>
365
366 <p>XBoard has two mailing lists:
367 <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a> and
368 <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>.</p>
369
370 <p>The main discussion list is
371 <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>,
372 and is used to discuss most aspects of XBoard, including development
373 and enhancement requests. Please send bug reports
374 to <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a>.</p>
375
376 <p>Announcements about XBoard and most other GNU software are made on
377 <a href="mailto:info-gnu@gnu.org">&lt;info-gnu@gnu.org&gt;</a>.</p>
378
379 <p>To subscribe to these or any GNU mailing lists, please send an empty
380 mail with a Subject: header of just <tt>subscribe</tt> to the relevant
381 -request list.  For example, to subscribe yourself to the GNU
382 announcement list, you would send mail to <a
383 href="mailto:info-gnu-request@gnu.org?Subject=subscribe">&lt;info-gnu-request@gnu.org&gt;</a>.
384 Or you can use the <a
385 href="http://lists.gnu.org/mailman/listinfo/info-gnu">mailing list web
386 interface</a>.</p>
387
388 <h4>discussion forums</h4>
389
390 <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>
391
392 <h3>Reporting Bugs and Requesting New Features</h3>
393
394 <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>.
395
396
397 <p> For feature requests, please use our mailinglist: <a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>.</p>
398
399 <!-- will be in one of the next releases
400 -<h3>Translating XBoard</h3>
401
402 <p>To translate XBoard's messages into other languages, please see the <a
403 href="http://translationproject.org/domain/xboard.html">Translation Project
404 page for XBoard</a>.  If you have a new translation of the message strings,
405 or updates to the existing strings, please have the changes made in this
406 repository.  Only translations from this site will be incorporated into
407 XBoard.  For more information, see the <a
408 href="http://translationproject.org/html/welcome.html">Translation
409 Project welcome page</a>.
410 -->
411
412 <p>Please remember that development of XBoard, and GNU in general, is a
413 volunteer effort, and you also can contribute. For information, please
414 read <a href="/help/">How to help GNU</a>.</p>
415
416
417 <h3 id="license">Licensing</h3>
418
419 <p>XBoard
420 is free software; you can redistribute it and/or modify it under the
421 terms of the <a href="http://www.gnu.org/licenses/gpl.html"
422 rel="license">GNU General Public License</a> as published by the Free
423 Software Foundation; either version&nbsp;3 of the License, or (at your
424 option) any later version.</p>
425
426 </div><!-- for id="content", starts in the include above -->
427
428               <!-- begin server/footer-text.html -->
429 <div class="inner">
430     
431 <div class="yui-g" id="fsf-links">
432         <ul>
433                 <li><a href="/">GNU&nbsp;home&nbsp;page</a></li>
434
435                 <li><a href="http://www.fsf.org/">FSF&nbsp;home&nbsp;page</a></li>
436                 <li><a href="/graphics/graphics.html">GNU&nbsp;Art</a></li>
437                 <li><a href="/fun/fun.html">GNU&nbsp;Fun</a></li>
438                 <li><a href="/people/people.html">GNU's&nbsp;Who?</a></li>
439
440                 <li><a href="http://directory.fsf.org">Free&nbsp;Software&nbsp;Directory</a></li>
441                 <li><a href="/server/sitemap.html">Site&nbsp;map</a></li>
442         </ul>
443 </div>
444
445 <div class="yui-g" id="mission-statement">
446
447 <p><small>The <a href="http://www.fsf.org">Free Software
448 Foundation</a> is the principal organizational sponsor of the <a
449 href="http://www.gnu.org/">GNU Operating System</a>. <strong>Our
450 mission is to preserve, protect and promote the freedom to use, study,
451 copy, modify, and redistribute computer software, and to defend the
452 rights of Free Software users.</strong> Support GNU and the FSF by <a
453 href="http://shop.fsf.org/">buying manuals and gear</a>, <a
454 href="http://www.fsf.org/join">joining the FSF as an associate
455 member</a> or by making a
456 donation, either <a href="http://donate.fsf.org/">directly to the FSF</a> 
457
458 or <a href="http://flattr.com/thing/313733/gnuproject-on-Flattr">via Flattr</a>.</small></p>
459
460 <p id="backtotop"><a href="#header">back to top</a></p>
461
462
463
464
465 </div>
466
467
468 </div>
469 <!-- end server/footer-text.html -->
470
471 <div id="footer">
472
473 <p>Please send general FSF &amp; GNU inquiries to
474 <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
475 There are also <a href="/contact/">other ways to contact</a>
476 the FSF.<br />
477 Please send broken links and other corrections or suggestions to
478 <a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a>.</p>
479
480 <p>Please see the <a
481 href="/server/standards/README.translations.html">Translations
482 README</a> for information on coordinating and submitting translations
483 of this article.</p>
484
485 <p>Copyright &copy; 2009, 2010, 2011, 2012 Free Software Foundation, Inc.</p>
486
487 <p>This page is licensed under a <a rel="license"
488 href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative
489 Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
490
491 <p>Updated:
492
493 <!-- timestamp start -->
494 $Date: 2012/02/13 06:54:08 $
495 <!-- timestamp end -->
496 </p>
497 </div>
498 </div>
499 </body>
500 </html>
501