[cairo-commit] [cairo-www] src/bindings.mdwn
Carl Worth
cworth at freedesktop.org
Mon Jul 9 07:39:42 PDT 2007
src/bindings.mdwn | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
New commits:
commit bc58f96bb813455c92f6fb90f360636998aff56c
Author: vchahun <vchahun at gmail.com>
Date: Mon Jul 9 07:39:42 2007 -0700
Mono.cairo link added / link index reorganisation
diff --git a/src/bindings.mdwn b/src/bindings.mdwn
index 789cc4b..0da8390 100644
--- a/src/bindings.mdwn
+++ b/src/bindings.mdwn
@@ -13,9 +13,9 @@ languages:
* Java : [[cairo-java]] and [[CairoJava]]
* Mono and .NET bindings (C# and any other CLS language) are bundled
- with the Mono distribution in the `Mono.Cairo' library.
+ with the Mono distribution in the [Mono.Cairo][2] library.
- * [Nickle][2] : [[cairo-nickle]]
+ * [Nickle][3] : [[cairo-nickle]]
* Objective Caml : [[cairo-ocaml]]
@@ -27,11 +27,11 @@ languages:
* Ruby : [[rcairo]]
- * Scheme: [guile-cairo][9]
+ * Scheme: [guile-cairo][4]
- * [Squeak][3] : [Rome][4]
+ * [Squeak][5] : [Rome][6]
- * Digitalmars D: [cairoD][8] - simple wrapper for D direct C API
+ * Digitalmars D: [cairoD][7] - simple wrapper for D direct C API
# Toolkit Bindings
@@ -39,19 +39,20 @@ languages:
Since cairo is only a drawing library, it can be quite useful to
integrate it with a graphical user interface toolkit.
- * [FLTK][5] has full cairo support (through "--enable-cairo" compile
+ * [FLTK][8] has full cairo support (through "--enable-cairo" compile
switch).
- * [GNUstep][6] bindings: <http://cvs.savannah.gnu.org/viewvc/gnustep/gnustep/core/back/Source/cairo/>
+ * [GNUstep][9] bindings: <http://cvs.savannah.gnu.org/viewvc/gnustep/gnustep/core/back/Source/cairo/>
- * [GTK+][7] 2.8+ has full support for cairo.
+ * [GTK+][10] 2.8+ has full support for cairo.
[1]: http://www.cairographics.org/manual/language-bindings.html
- [2]: http://nickle.org/
- [3]: http://www.squeak.org/
- [4]: http://www.squeaksource.com/Rome/
- [5]: http://www.fltk.org/
- [6]: http://gnustep.org/
- [7]: http://gtk.org/
- [8]: http://www.dsource.org/projects/bindings/wiki/CairoGraphics/
- [9]: http://home.gna.org/guile-cairo/
\ No newline at end of file
+ [2]: http://www.mono-project.com/Drawing#Mono.Cairo
+ [3]: http://nickle.org/
+ [4]: http://home.gna.org/guile-cairo/
+ [5]: http://www.squeak.org/
+ [6]: http://www.squeaksource.com/Rome/
+ [7]: http://www.dsource.org/projects/bindings/wiki/CairoGraphics/
+ [8]: http://www.fltk.org/
+ [9]: http://gnustep.org/
+ [10]: http://gtk.org/
\ No newline at end of file
More information about the cairo-commit
mailing list