Andrew Gallant (Ocelot) 3bf376bd66 80 cols
2012-05-07 01:11:41 -04:00
..
2012-05-05 18:22:40 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-06 02:28:32 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:00:45 -04:00
2012-05-07 01:11:41 -04:00

BurntSushi's Fork
=================
I've forked the XGB repository from Google Code due to inactivty upstream.

Much of the code has been rewritten in an effort to support thread safety
and multiple extensions. Namely, go_client.py has been thrown away in favor
of an xgbgen package.

The biggest parts that *haven't* been rewritten by me are the connection and
authentication handshakes. They're inherently messy, and there's really no
reason to re-work them. The rest of XGB has been completely rewritten.

I like to release my code under the WTFPL, but since I'm starting with someone
else's work, I'm leaving the original license/contributor/author information
in tact.

I suppose I can legitimately release xgbgen under the WTFPL. To be fair, it is
at least as complex as XGB itself. *sigh*

What follows is the original README:

XGB README
==========
XGB is the X protocol Go language Binding.

It is the Go equivalent of XCB, the X protocol C-language Binding
(http://xcb.freedesktop.org/).

Unless otherwise noted, the XGB source files are distributed
under the BSD-style license found in the LICENSE file.

Contributions should follow the same procedure as for the Go project:
http://golang.org/doc/contribute.html