[cairo-commit] pycairo ChangeLog,1.228,1.229 README,1.25,1.26
Steve Chaplin
commit at pdx.freedesktop.org
Tue Jul 18 21:46:34 PDT 2006
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory kemper:/tmp/cvs-serv19347
Modified Files:
ChangeLog README
Log Message:
'SC'
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- ChangeLog 3 Jul 2006 04:06:43 -0000 1.228
+++ ChangeLog 19 Jul 2006 04:46:32 -0000 1.229
@@ -1,3 +1,7 @@
+2006-07-19 Steve Chaplin <steve1097 # yahoo.com.au>
+
+ * README : Update to match info at http://www.cairographics.org/pycairo
+
2006-07-03 Steve Chaplin <steve1097 # yahoo.com.au>
* configure.ac: increment to version 1.2.1
Index: README
===================================================================
RCS file: /cvs/cairo/pycairo/README,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- README 3 Jul 2006 03:46:35 -0000 1.25
+++ README 19 Jul 2006 04:46:32 -0000 1.26
@@ -1,16 +1,11 @@
Pycairo - Python bindings for cairo
http://www.cairographics.org/pycairo
-Compiling
----------
-See the INSTALL document for build instructions.
-
Dependencies
------------
cairo >= 1.2.0
Python >= 2.3
-
Not required, but supported if they are detected:
libsvg-cairo >= 0.1.6
Numeric Python any version (?)
@@ -27,15 +22,32 @@
the librsvg library. The cairo.svg module is deprecated and will be removed
from a future version of pycairo.
+Compiling
+---------
+See the INSTALL document for build instructions.
-Mailing List
-------------
+Documentation
+-------------
+Currently there is no Python specific cairo API documentation. However there
+is the cairo C documentation which can be useful. There is also a NOTES file
+in the tarball release which lists how Pycairo differs from the cairo C API,
+and there are Pycairo examples in the examples/ directory of the tarball
+release.
+
+License
+-------
+Pycairo is free software 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.
+
+Contact
+-------
+Mailing List:
If you have some ideas for how cairo or Pycairo could be improved, please feel
free to send a message to cairo at cairographics.org
+ http://cairographics.org/cgi-bin/mailman/listinfo/cairo
- http://cairographics.org/cgi-bin/mailman/listinfo/cairo
-
-Bugzilla
---------
-If you find a bug in Pycairo, please go to https://bugs.freedesktop.org/
-select the pycairo product and submit a bugreport.
+Bugzilla:
+If you find a bug in Pycairo, please go to
+ https://bugs.freedesktop.org/enter_bug.cgi?product=pycairo
+and submit a bugreport.
More information about the cairo-commit
mailing list