[cairo-commit] [cairo-www] src/pycairo.mdwn

Carl Worth cworth at freedesktop.org
Sun Sep 12 06:51:24 PDT 2010


 src/pycairo.mdwn |   20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 6b078e67c3287dcf9175463c71fb218feb8ebc20
Author: SteveChaplin <SteveChaplin at web>
Date:   Sun Sep 12 06:51:23 2010 -0700

    Update for pycairo-1.8.10

diff --git a/src/pycairo.mdwn b/src/pycairo.mdwn
index 950963b..15fee15 100644
--- a/src/pycairo.mdwn
+++ b/src/pycairo.mdwn
@@ -4,26 +4,32 @@ Pycairo is a set of Python bindings for the [cairo graphics
 library](http://cairographics.org).
 
 # Source Code
+The latest releases are:
 
-For python 2.x (>=2.6): the latest release is [py2cairo-1.8.10](/releases/py2cairo-1.8.10.tar.gz).
+[py2cairo-1.8.10](/releases/py2cairo-1.8.10.tar.gz) for python 2.x (>=2.6)
 
-The development version may be checked out from git using the following command:
+[pycairo-1.8.10](/releases/pycairo-1.8.10.tar.bz2) for python 3.x (>=3.1)
+
+The development versions may be checked out from git using the following commands:
 
         git clone git://git.cairographics.org/git/py2cairo
+        git clone git://git.cairographics.org/git/pycairo
 
 # Documentation
 
 For python 2.x (>=2.6): [online](/documentation/pycairo/2), or [download](/releases) tar archive
 
+For python 3.x (>=3.1): documentation is not yet available.
+
 Other pycairo [resources](/pycairo/resources).
 
 # License
 
-Pycairo is [free
-software](http://www.fsf.org/licensing/essays/free-sw.html) and is
-available to be redistributed and/or modified under the terms of
-either the GNU Lesser General Public License (LGPL) version 2.1 or the
-Mozilla Public License (MPL) version 1.1.
+Pycairo is [free software](http://www.fsf.org/licensing/essays/free-sw.html).
+
+py2cairo is available to be redistributed and/or modified under the terms of either the GNU Lesser General Public License (LGPL) version 2.1 or the Mozilla Public License (MPL) version 1.1.
+
+pycairo is licensed under the GNU Lesser General Public License (LGPL) version 3.
 
 # Contact
 


More information about the cairo-commit mailing list