added gnu template for index.html
authorArun Persaud <arun@nubati.net>
Sun, 7 Jun 2009 17:08:42 +0000 (17:08 +0000)
committerArun Persaud <arun@nubati.net>
Sun, 7 Jun 2009 17:08:42 +0000 (17:08 +0000)
index.html

index a87e979..8e18ce7 100644 (file)
@@ -1,9 +1,174 @@
-<html>
-<body>
-<p> New XBoard pages coming soon...</p>
-<p>In the meantime please use 
-<a href="http://www.tim-mann.org/xboard.html">Tim's Xboard pages</a>. </p>
+<!--#include virtual="/server/header.html" -->
+<title>XBoard - GNU Project - Free Software Foundation</title>
+<!--#include virtual="/server/banner.html" -->
+<h1> Tim's original pages can be found <a href="http://www.tim-mann.org/xboard.html">here</a>.</h1>
 
-<p>Documentation can be found <a href="manual/">here</a>.</p>
+<h2>XBoard</h2>
+
+<!-- This is the template document for GNU web pages.  We use -->
+<!-- server side includes (#include) for common elements, for -->
+<!-- instance, the very first line of the file.  If you're reading -->
+<!-- this in its expanded form, you can retrieve the original source,  -->
+<!-- with the SSI statements intact, from -->
+<!-- http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/boilerplate.html?root=www&content-type=text%2Fplain
+  -->
+
+<!-- This document uses XHTML 1.0 Strict, but may be served as -->
+<!-- text/html.  Please ensure that markup style considers -->
+<!-- appendix C of the XHTML 1.0 standard. See validator.w3.org. -->
+
+<!-- Please ensure links are consistent with Apache's MultiView. -->
+<!-- Change include statements to be consistent with the relevant -->
+<!-- language, where necessary. -->
+
+
+<p>XBoard is a graphical user interface for chess. It displays a chessboard on the screen, accept moves made with the mouse, and load and save games in Portable Game Notation (PGN). It serves as a front-end for many different chess services, including:</p>
+<ul>
+<li>
+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>
+
+<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>
+
+<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>
+</ul>
+<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>
+
+
+<h3>Downloading XBoard</h3>
+
+<p>Xboard can be found on the main GNU ftp server:
+<a href="http://ftp.gnu.org/gnu/xboard/">http://ftp.gnu.org/gnu/xboard/</a>
+(via http) and
+<a href="ftp://ftp.gnu.org/gnu/xboard/">ftp://ftp.gnu.org/gnu/xboard/</a>
+(via ftp).
+It can also be found on one of the <a href="/prep/ftp.html">mirrors of
+ftp.gnu.org</a>;
+please <a href="http://ftpmirror.gnu.org/xboard">use a mirror</a> if
+possible.</p>
+
+<p>For development sources and other information, please see the <a
+href="http://savannah.gnu.org/projects/xboard/">Xboard project page</a> at <a
+href="http://savannah.gnu.org">savannah.gnu.org</a>.</p>
+
+
+<h3>Documentation</h3>
+
+<p><a href="manual/">Documentation for Xboard</a> is available online, as
+is <a href="/manual/">documentation for most GNU software</a>.  You may
+also find more information about Xboard by running <em>info&nbsp;xboard</em>
+or <em>man&nbsp;xboard</em>, or by looking at <em>/usr/doc/xboard/</em>,
+<em>/usr/local/doc/xboard/</em>, or similar directories on your system.</p>
+
+
+<h3>Mailing Lists</h3>
+
+<p>Xboard has two mailing lists:
+<a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a> and
+<a href="mailto:xboard-devel@gnu.org">&lt;xboard-devel@gnu.org&gt;</a>.</p>
+
+<p>The main discussion list is
+<a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a>,
+and is used to discuss most aspects of Xboard, including development and
+enhancement requests, as well as bug reports.</p>
+
+<p>Announcements about Xboard and most other GNU software are made on
+<a href="mailto:info-gnu@gnu.org">&lt;info-gnu@gnu.org&gt;</a>.</p>
+
+<p>To subscribe to these or any GNU mailing lists, please send an empty
+mail with a Subject: header of just <tt>subscribe</tt> to the relevant
+-request list.  For example, to subscribe yourself to the GNU
+announcement list, you would send mail to <a
+href="mailto:info-gnu-request@gnu.org?Subject=subscribe">&lt;info-gnu-request@gnu.org&gt;</a>.
+Or you can use the <a
+href="http://lists.gnu.org/mailman/listinfo/info-gnu">mailing list web
+interface</a>.</p>
+
+
+<h3>Translating Xboard</h3>
+
+<p>To translate Xboard's messages into other languages, please see the <a
+href="http://translationproject.org/domain/xboard.html">Translation Project
+page for Xboard</a>.  If you have a new translation of the message strings,
+or updates to the existing strings, please have the changes made in this
+repository.  Only translations from this site will be incorporated into
+Xboard.  For more information, see the <a
+href="http://translationproject.org/html/welcome.html">Translation
+Project welcome page</a>.
+
+
+<h3>Maintainer</h3>
+
+<p>Xboard is currently being maintained by Tim Mann and Arun Persaud.  Please
+use the mailing lists above for contact.</p>
+
+<p>Please remember that development of Xboard, and GNU in general, is a
+volunteer effort, and you also can contribute. For information, please
+read <a href="/help/">How to help GNU</a>.</p>
+
+
+<!-- If needed, change the copyright block at the bottom. In general, -->
+<!-- all pages on the GNU web server should have the section about    -->
+<!-- verbatim copying.  Please do NOT remove this without talking     -->
+<!-- with the webmasters first. -->
+<!-- Please make sure the copyright date is consistent with the document -->
+<!-- and that it is like this "2001, 2002" not this "2001-2002." -->
+</div><!-- for id="content", starts in the include above -->
+<!--#include virtual="/server/footer.html" -->
+<div id="footer">
+
+<p>Please send FSF &amp; GNU inquiries to
+<a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
+There are also <a href="/contact/">other ways to contact</a>
+the FSF.<br />
+Please send broken links and other corrections or suggestions to
+<!-- If you are a project maintainer or developer, please use your own -->
+<!-- project email, as webmasters does not manage project web pages. -->
+<!-- However, please report problems in this boilerplate file -->
+<!-- itself to webmasters.  -->
+<!-- And remove this whole comment when you copy the file to a new page. -->
+<a href="mailto:bug-xboard@gnu.org">&lt;bug-xboard@gnu.org&gt;</a>.</p>
+
+<p>Please see the <a
+href="/server/standards/README.translations.html">Translations
+README</a> for information on coordinating and submitting translations
+of this article.</p>
+
+<p>Copyright &copy; 2009 Free Software Foundation, Inc.</p>
+
+<p>Verbatim copying and distribution of this entire article are
+permitted worldwide, without royalty, in any medium, provided this
+notice, and the copyright notice, are preserved.</p>
+
+<p>Updated:
+<!-- timestamp start -->
+$Date$
+<!-- timestamp end -->
+</p>
+</div>
+
+<div id="translations">
+<h4>Translations of this page</h4>
+
+<!-- Please keep this list alphabetical by language code. -->
+<!-- Comment what the language is for each type, i.e. de is German. -->
+<!-- Write the language name in its own language (Deutsch) in the text. -->
+<!-- If you add a new language here, please -->
+<!-- advise web-translators@gnu.org and add it to -->
+<!--  - /home/www/html/server/standards/README.translations.html -->
+<!--  - one of the lists under the section "Translations Underway" -->
+<!--  - if there is a translation team, you also have to add an alias -->
+<!--  to mail.gnu.org:/com/mailer/aliases -->
+<!-- Please also check you have the language code right; see: -->
+<!-- http://www.loc.gov/standards/iso639-2/php/code_list.php -->
+<!-- If the 2-letter ISO 639-1 code is not available, -->
+<!-- use the 3-letter ISO 639-2. -->
+<!-- Please use W3C normative character entities. -->
+
+<ul class="translations-list">
+<!-- English -->
+<li><a href="/server/standards/boilerplate.html">English</a>&nbsp;[en]</li>
+</ul>
+</div>
+</div>
 </body>
 </html>