1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<html>
<head>
<link rel="stylesheet" type="text/css" href=":/help/about.css" />
<link rel="stylesheet" type="text/css" href="about.css" />
<meta content="en" name="language" />
<meta content="en" http-equiv="Content-Language" />
<meta name="viewport" content="user-scalable=no, width=device-width" />
<title>About ChessX</title>
<body>
<div id="container">
<div id="header">
<h1>ChessX Help</h1>
<div id="nav">
<ul>
<li><b>Basics</b></li>
<li><a href="about1.html">Manual</a></li>
<li><a href="about1a.html">Customizing ChessX</a></li>
<li><a href="about2.html">Reference</a></li>
<li><a href="about3.html">Copyrights</a></li>
</ul>
</div>
</div>
<div id="content">
<h2><a name="Grundlagen">ChessX Basics</a></h2>
<h3><a name="Summary"></a>Summary</h3>
<p>ChessX is an Open Source chess database. With ChessX you can operate on your collection of chess games in many ways:<br />
browse, edit, add, organize, analyze, etc.</p>
<p>ChessX is cross-platform. It works on Windows, Linux and Mac OS X. </p>
<h3><a name="Features"></a>Current Features</h3>
<ul>
<li class="bullet">Multi-platform. Supports Windows, Linux and Mac OS X<br />
<li class="bullet">Load and save PGN files<br />
<li class="bullet">Work with multiple databases simultaneously<br />
<li class="bullet">Browse games, including variations<br />
<li class="bullet">Enter moves, variations, comments<br />
<li class="bullet">Setup board, copy/paste FEN<br />
<li class="bullet">Search header (click on columns in GameList header)<br />
<li class="bullet">Display opening tree for current position<br />
<li class="bullet">Analyze using UCI and Winboard/Xboard Chess engines<br />
<li class="bullet">Play Online on Free Internet Chess Server (FICS)
</ul>
<h3><a name="Plans"></a>Planned Features</h3>
<ul>
<li class="bullet">Perform advanced search (board, header, material)<br />
<li class="bullet">Store games in native binary format<br />
<li class="bullet">Fix spelling<br />
<li class="bullet">Calculate ELO performance
</ul>
<h3><a name="Development"></a>Development</h3>
<p>The code uses the Qt library. To develop, you need Qt 4.8.1 or later. SVN is used to manage development and SourceForge Tracker to keep track of bug reports and feature requests. All classes are documented using <a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</a>. </p>
<p>For a long time, ChessX was pushed forward by <strong>Michal Rudolf</strong>.</p>
<p>Currently, there are two active ChessX developers: <strong>James Coons</strong> and current maintainer <strong>Jens Nissen</strong>. The main tester and usability expert is <strong>Bruno Rizzuti</strong>.</p>
<p>Among inactive developers we would like to mention <strong>Marius Roets</strong>, <strong>Sean Estabrooks</strong>, <strong>Rico Zenklusen</strong>, <strong>William Hoggarth</strong> and <strong>Ejner Borgbjerg</strong> who wrote significant parts of code. <strong>Heinz Hopfgartner</strong> made useful tests and maintained Mac port.</p>
<p>If you wish to participate in the project (either as a developer or a tester), please sign up to the <a href="http://lists.sourceforge.net/lists/listinfo/chessx-developer">developer mailing list</a> and introduce yourself.</p>
</div>
</div>
</body>
</html>
|