[Xcb-commit] DevelopersGuide.mdwn

XCB site xcb at freedesktop.org
Mon Mar 22 15:21:37 PDT 2010


 DevelopersGuide.mdwn |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 41e358a9a13da24b208a0f46cb13a615e2ddd59b
Author: peterh <peterh at web>
Date:   Mon Mar 22 15:21:36 2010 -0700

    Update XSLT => python and gitweb => cgit

diff --git a/DevelopersGuide.mdwn b/DevelopersGuide.mdwn
index 3dcf968..520d352 100644
--- a/DevelopersGuide.mdwn
+++ b/DevelopersGuide.mdwn
@@ -1,15 +1,15 @@
 XCB and Xlib/XCB development efforts are coordinated using [git](http://git.or.cz), [bugzilla](https://bugs.freedesktop.org/), this Wiki, and the [XCB mailing list](http://www.freedesktop.org/mailman/listinfo/xcb).
 
-[libX11](http://gitweb.freedesktop.org/?p=xorg/lib/libX11) and XCB repositories now use [git](http://git.or.cz/) for source control management (SCM). The git repository was created to integrate the XCB work in the X11 library and at the same time do real testing of alternatives to CVS. See the [instructions for using freedesktop.org repositories](http://www.freedesktop.org/wiki/GettingInvolved).
+[libX11](http://cgit.freedesktop.org/xorg/lib/libX11/) and XCB repositories now use [git](http://git.or.cz/) for source control management (SCM). The git repository was created to integrate the XCB work in the X11 library and at the same time do real testing of alternatives to CVS. See the [instructions for using freedesktop.org repositories](http://www.freedesktop.org/wiki/GettingInvolved).
 
 To build XCB from source, you need to have installed at least:
 
-- [git](http://git.or.cz) 1.2
+- [git](http://git-scm.com/) 1.2
 - [pkgconfig](http://pkgconfig.freedesktop.org) 0.15.0
 - automake 1.7
 - autoconf 2.50
 - libtool 1.5.6
-- xsltproc (but using libxslt1.1.17 or earlier, or libxslt1.1.20 or newer)
+- python 2.x (not python 3)
 - [gperf](http://www.gnu.org/software/gperf/) 3.0.1 (for some of the xcb/util libraries)
 
 (Trivial patches to support earlier versions, or a note that earlier versions "just work", would be welcome.)
@@ -74,9 +74,9 @@ There is also an #xcb IRC channel on freenode.net.
 
 Both XCB and our [[XlibXcb]] efforts are works in progress; [[XCBToDo]] describes current work needed and in progress. Also available: [[XcbRationale]] and [[XcbApi]] documentation.
 
-The protocol layer of XCB is implemented as a set of [XML](http://www.w3.org/XML) protocol descriptions, along with an [XSLT](http://www.w3.org/TR/xslt)-based C binding generator. The remainder of XCB consists of C code.
+The protocol layer of XCB is implemented as a set of [XML](http://www.w3.org/XML) protocol descriptions, along with a python-based C binding generator. The remainder of XCB consists of C code.
 
-[[JoshTriplett]] has documented the XML/XCB [protocol description format](http://gitweb.freedesktop.org/?p=xcb/proto;a=blob;f=doc/xml-xcb.txt); this documentation is included in the xcb-proto package.
+[[JoshTriplett]] has documented the XML/XCB [protocol description format](http://cgit.freedesktop.org/xcb/proto/tree/doc/xml-xcb.txt); this documentation is included in the xcb-proto package.
 
 The structure of XCB is designed to be as simple as possible while making common usage convenient and reasonably efficient. XCB is designed to work transparently with POSIX Thread programs or single-threaded programs: on platforms where POSIX threads are unavailable, it will be compilable without.
 


More information about the xcb-commit mailing list