xqf/README.md

83 lines
2.9 KiB
Markdown
Raw Normal View History

XQF
===
2015-06-10 16:12:30 -05:00
![XQF logo](pixmaps/128x128/xqf.png)
DESCRIPTION
-----------
2015-06-21 21:33:05 +02:00
XQF is a server browser and launcher for games using id Tech engines, Unreal engines and many others (see the [wiki/Supported-games](https://github.com/XQF/xqf/wiki/Supported-games) page for details). XQF is a front-end to QStat and uses the GTK+ 2 toolkit.
2014-10-10 07:55:52 +02:00
To learn more about what's new in XQF, please read the file [NEWS.md](NEWS.md) and the [ChangeLog](ChangeLog).
2014-10-10 07:55:52 +02:00
DOWNLOADS
---------
2015-06-10 23:19:07 +02:00
See the Wiki page: [wiki/Downloads](https://github.com/XQF/xqf/wiki/Downloads).
INSTALLATION
------------
2014-10-23 22:45:53 +02:00
2014-11-03 20:41:19 +01:00
[![Build status](https://travis-ci.org/XQF/xqf.svg?branch=master)](https://travis-ci.org/XQF/xqf)
2014-11-03 19:29:11 +01:00
```sh
git clone https://github.com/XQF/xqf.git
cd xqf
2015-06-21 16:51:08 +02:00
mkdir build
cd build
cmake ..
make
make install
```
2015-06-21 16:51:08 +02:00
On Debian or Ubuntu, use ``cmake -DWITH_QSTAT=/usr/bin/quakestat -DCMAKE_INSTALL_PREFIX=/usr ..``.
2015-06-21 21:33:05 +02:00
For extended information, read this Wiki page: [wiki/How-to-build](https://github.com/XQF/xqf/wiki/How-to-build).
LINKS
-----
2015-06-21 21:33:05 +02:00
* Current home page: [xqf.github.io](http://xqf.github.io)
* XQF Wiki: [github.com/XQF/xqf/wiki](https://github.com/XQF/xqf/wiki)
2017-03-29 19:31:56 +02:00
* IRC Channel: [#xqf@Freenode](irc://chat.freenode.net/xqf) (active)
2015-02-07 20:45:40 +01:00
* Source code repository: [github.com/XQF/xqf](https://github.com/XQF/xqf/) (up to date Git repository)
* Online translation tool: [transifex.com/projects/p/xqf](https://www.transifex.com/projects/p/xqf/)
* Continuous integration tool: [travis-ci.org/XQF/xqf](https://travis-ci.org/XQF/xqf)
2017-03-29 19:31:56 +02:00
* Historical mail list: [sf.net/p/xqf/mailman/](https://sourceforge.net/p/xqf/mailman/) (havn't seen mail since years)
2015-02-07 20:45:40 +01:00
* Historical archives: [sf.net/p/xqf](https://sourceforge.net/projects/xqf/) (previously published files, old SVN repository, and old ticket list)
* QStat, the tool on which XQF is based: [github.com/multiplay/qstat](https://github.com/multiplay/qstat)
2014-10-24 00:43:03 +02:00
HOW TO CONTRIBUTE
-----------------
2014-10-23 05:53:30 +02:00
2015-06-21 21:33:05 +02:00
The best way to contribute code is to fork this project. To contribute translation please visit our Transifex project. You will find more details on the wiki: [wiki/How-to-contribute](https://github.com/XQF/xqf/wiki/How-to-contribute).
2014-10-23 05:53:30 +02:00
COPYRIGHT
---------
2015-06-21 21:33:05 +02:00
XQF is Copyright © 1998-2000 Roman Pozlevich.
2015-06-10 23:19:07 +02:00
See the wiki page for contributors: [wiki/Contributors](https://github.com/XQF/xqf/wiki/Contributors).
Copying is allowed under the terms of the GNU General Public License.
2014-10-10 07:46:40 +02:00
See the file [COPYING](COPYING) for more details.
2013-10-30 05:03:10 +01:00
HISTORY
-------
XQF was originally written by Roman Pozlevich in 1998. It has been maintained and improved by a devoted team over the years with following major developers:
1998-2000 Roman Pozlevich <roma@botik.ru>
2000-2002 Bill Adams <bill@evilbill.org>
2000-2003 Alex Burger <alex_b@users.sf.net>
2001-2010 Ludwig Nussel <ludwig.nussel@suse.de>
2017-03-29 19:31:56 +02:00
2001-2015 Jordi Mallach <jordi@debian.org>
2014-2015 Zack Middleton <zturtleman@gmail.com>
2015-2015 Artem Vorotnikov <artem@vorotnikov.me>
2013-2017 Thomas Debesse <xqf@illwieckz.net>