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

Carl Worth cworth at freedesktop.org
Wed Jul 4 13:37:09 PDT 2007


 src/cairo-php.mdwn          |   11 +++++++++++
 src/pycairo/ressources.mdwn |    6 ++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

New commits:
commit 2a94b736629b871aeb5887251baf9cef975c17b6
Author: vchahun <vchahun at gmail.com>
Date:   Wed Jul 4 13:37:00 2007 -0700

    Small link corrections

diff --git a/src/cairo-php.mdwn b/src/cairo-php.mdwn
new file mode 100644
index 0000000..c378389
--- /dev/null
+++ b/src/cairo-php.mdwn
@@ -0,0 +1,11 @@
+# PHP Bindings
+
+There are two different PHP bindings (extensions) available. None of them is complete but both should be sufficient to do the basic stuff.
+
+# php-cairo
+
+php-cairo is a completely object orientated cairo binding for PHP 5+ and is available here: <http://sourceforge.net/projects/klecks/>
+
+# cairo-wrapper
+
+cairo-wrapper is a procedural PECL extension and also works under PHP 4. <http://pecl.php.net/package/cairo_wrapper>
\ No newline at end of file
diff --git a/src/pycairo/ressources.mdwn b/src/pycairo/ressources.mdwn
index ba6f1c4..a4c3cf0 100644
--- a/src/pycairo/ressources.mdwn
+++ b/src/pycairo/ressources.mdwn
@@ -1,10 +1,12 @@
 [[meta title="Pycairo ressources"]]
 
-Various useful ressources about [python cairo bindings](/pycairo).
+Various useful ressources about [[python cairo bindings|pycairo]].
+
+Feel free to contribute !
 
 # API Reference and Documentation
 
-Currently there is no Python specific cairo API documentation. However there is the [cairo C documentation](/manual) which can be useful.
+Currently there is no Python specific cairo API documentation. However there is the [[cairo C documentation|manual]] which can be useful.
 
 # Tutorials
 


More information about the cairo-commit mailing list