[cairo-commit] [cairo-www] src/documentation.mdwn src/examples.mdwn src/index.mdwn

Bryce Harrington bryce at freedesktop.org
Thu Nov 20 12:05:08 PST 2014


 src/documentation.mdwn |    3 +++
 src/examples.mdwn      |    4 +++-
 src/index.mdwn         |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 7605d0071b05c67ce67188d309920c9a5d85786c
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Thu Nov 20 12:04:54 2014 -0800

    Link the Xlib page a few more places

diff --git a/src/documentation.mdwn b/src/documentation.mdwn
index 4937426..a6e4cab 100644
--- a/src/documentation.mdwn
+++ b/src/documentation.mdwn
@@ -61,6 +61,9 @@ Tutorials
     to the cairo concepts and models that will be helpful to
     programmers using cairo from any programming language.
 
+  * [[Using_Cairo_with_Xlib|Xlib]] How to use Cairo in simple Xlib-based
+    GUI applications, with no Gtk required.
+
   * [Writing a widget using cairo and GTK+ 2.8][2] A very clean,
     short, well-written tutorial by Davyd Madeley. The second-half of
     this first part gives a reasonable introduction to cairo even for
diff --git a/src/examples.mdwn b/src/examples.mdwn
index f86a237..62d02ec 100644
--- a/src/examples.mdwn
+++ b/src/examples.mdwn
@@ -20,7 +20,6 @@ object: [[!img "monkey.png" link="no"]]
 
 # Small demos
 
-
 A simple pygtk
 [clock](http://www.ralph-glass.homepage.t-online.de/clock/readme.html) and a pygtk [shogiban](http://ralph-glass.homepage.t-online.de/shogi/readme.html) using svg to pixbuf rendering providing a GUI for gnushogi. [Xiangqiboard](http://xiangqiboard.blogspot.com) uses cairo via the Gtk2Hs Library for the Haskell programming language.
 
@@ -60,6 +59,9 @@ A quick demo showing how to use Cairo and XCB together.
 
     git clone git://git.thisnukes4u.net/cairo-xcb-demo.git
 
+The [[Xlib]] page outlines using Cairo with just Xlib to make a simple
+GUI demo.
+
 # Toolkits based on cairo
 
   * Cairo support is integrated into the [GTK+](http://www.gtk.org)
diff --git a/src/index.mdwn b/src/index.mdwn
index 2a4a218..2b85a3a 100644
--- a/src/index.mdwn
+++ b/src/index.mdwn
@@ -5,7 +5,7 @@ Latest [[news]]: [[!inline pages="news/*" archive="yes" show="2" feeds="no" temp
 
 Cairo is a 2D graphics library with support for multiple output
 devices.  Currently supported [[output_targets|backends]] include the
-X Window System (via both Xlib and XCB), Quartz, Win32, image buffers,
+X Window System (via both [[Xlib]] and XCB), Quartz, Win32, image buffers,
 PostScript, PDF, and SVG file output. Experimental backends include
 [[OpenGL]], BeOS, OS/2, and DirectFB.
 


More information about the cairo-commit mailing list