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

Carl Worth cworth at freedesktop.org
Thu Jul 5 07:59:11 PDT 2007


 src/pycairo.mdwn            |    2 +-
 src/pycairo/resources.mdwn  |   39 +++++++++++++++++++++++++++++++++++++++
 src/pycairo/ressources.mdwn |   39 ---------------------------------------
 3 files changed, 40 insertions(+), 40 deletions(-)

New commits:
commit f71325b9cd673390603dbee0643a53398e1a82a5
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Jul 5 07:57:47 2007 -0700

    Fix spelling of 'resources'

diff --git a/src/pycairo.mdwn b/src/pycairo.mdwn
index d655a03..3a1658b 100644
--- a/src/pycairo.mdwn
+++ b/src/pycairo.mdwn
@@ -52,7 +52,7 @@ This simple examples draws a blue triangle into a png file.
 	# Output to PNG
 	surface.write_to_png("example.png")
 
-Several other [[Ressources|pycairo/ressources]] are available.
+Several other [[pycairo_resources|resources]] are available.
 
 # License
 
diff --git a/src/pycairo/resources.mdwn b/src/pycairo/resources.mdwn
new file mode 100644
index 0000000..ea2d28c
--- /dev/null
+++ b/src/pycairo/resources.mdwn
@@ -0,0 +1,39 @@
+[[meta title="Pycairo resources"]]
+
+Various useful resources 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.
+
+# Tutorials
+
+  * [Cairo Tutorial for Python (and other) Programmers][1]: Generic introduction to cairo concepts oriented to python.
+  * [Cairo Tutorial for PyGTK Programmers][2]: Tutorial about how to use cairo for drawing in [PyGTK](http://www.pygtk.org).
+  * _Writing a widget using cairo and PyGTK 2.8_ [Part 1][3], [Part 2][4]: A translation of the GNOME Journal tutorial by Davyd Madeley from C to Python.
+
+# Cairo-based canvas
+   * [GooCanvas python bindings][5] - python API reference available. (Report bugs [here](https://launchpad.net/pygoocanvas))
+   * [Libccc][6] python bindings - not documented at all.
+   * [HippoCanvas][7] - part of the [OLPC](http://www.laptop.org) project.
+
+# Demos
+
+   * [A Basic Cairo-clock in Python][8] using XShape.
+   * [A simple clock implemented in pygtk and cairo][9].
+   * [A Shogiban for Gnushogi][10].
+
+   [1]: http://www.tortall.net/mu/wiki/CairoTutorial
+   [2]: http://www.tortall.net/mu/wiki/PyGTKCairoTutorial
+   [3]: http://www.pygtk.org/articles/cairo-pygtk-widgets/cairo-pygtk-widgets.htm
+   [4]: http://www.pygtk.org/articles/cairo-pygtk-widgets/cairo-pygtk-widgets2.htm
+
+   [5]: https://developer.berlios.de/projects/pygoocanvas/
+   [6]: http://live.gnome.org/Criawips/CriaCanvas
+   [7]: http://wiki.laptop.org/go/HippoCanvas
+
+   [8]: http://blog.eikke.com/index.php/ikke/2007/02/17/python_cairo_xshape_and_clocks
+   [9]: http://ralph-glass.homepage.t-online.de/clock/readme.html
+   [10]: http://ralph-glass.homepage.t-online.de/shogi/readme.html
\ No newline at end of file
diff --git a/src/pycairo/ressources.mdwn b/src/pycairo/ressources.mdwn
deleted file mode 100644
index bb26363..0000000
--- a/src/pycairo/ressources.mdwn
+++ /dev/null
@@ -1,39 +0,0 @@
-[[meta title="Pycairo ressources"]]
-
-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.
-
-# Tutorials
-
-  * [Cairo Tutorial for Python (and other) Programmers][1]: Generic introduction to cairo concepts oriented to python.
-  * [Cairo Tutorial for PyGTK Programmers][2]: Tutorial about how to use cairo for drawing in [PyGTK](http://www.pygtk.org).
-  * _Writing a widget using cairo and PyGTK 2.8_ [Part 1][3], [Part 2][4]: A translation of the GNOME Journal tutorial by Davyd Madeley from C to Python.
-
-# Cairo-based canvas
-   * [GooCanvas python bindings][5] - python API reference available. (Report bugs [here](https://launchpad.net/pygoocanvas))
-   * [Libccc][6] python bindings - not documented at all.
-   * [HippoCanvas][7] - part of the [OLPC](http://www.laptop.org) project.
-
-# Demos
-
-   * [A Basic Cairo-clock in Python][8] using XShape.
-   * [A simple clock implemented in pygtk and cairo][9].
-   * [A Shogiban for Gnushogi][10].
-
-   [1]: http://www.tortall.net/mu/wiki/CairoTutorial
-   [2]: http://www.tortall.net/mu/wiki/PyGTKCairoTutorial
-   [3]: http://www.pygtk.org/articles/cairo-pygtk-widgets/cairo-pygtk-widgets.htm
-   [4]: http://www.pygtk.org/articles/cairo-pygtk-widgets/cairo-pygtk-widgets2.htm
-
-   [5]: https://developer.berlios.de/projects/pygoocanvas/
-   [6]: http://live.gnome.org/Criawips/CriaCanvas
-   [7]: http://wiki.laptop.org/go/HippoCanvas
-
-   [8]: http://blog.eikke.com/index.php/ikke/2007/02/17/python_cairo_xshape_and_clocks
-   [9]: http://ralph-glass.homepage.t-online.de/clock/readme.html
-   [10]: http://ralph-glass.homepage.t-online.de/shogi/readme.html
\ No newline at end of file


More information about the cairo-commit mailing list