summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-27 17:02:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-27 17:02:38 +0000
commitef3f97878406a9958b7edd4a1d0b5e873b658fd5 (patch)
treee5a86a10786532474435ebef10e698b344d9823f
parente410860e0efe77ee22be13d18cedd629baf2d538 (diff)
downloadgnurl-ef3f97878406a9958b7edd4a1d0b5e873b658fd5.tar.gz
gnurl-ef3f97878406a9958b7edd4a1d0b5e873b658fd5.tar.bz2
gnurl-ef3f97878406a9958b7edd4a1d0b5e873b658fd5.zip
Added BINDINGS, lists all available libcurl bindings as of this date.
-rw-r--r--docs/BINDINGS91
-rw-r--r--docs/Makefile.am2
2 files changed, 92 insertions, 1 deletions
diff --git a/docs/BINDINGS b/docs/BINDINGS
new file mode 100644
index 000000000..98629c226
--- /dev/null
+++ b/docs/BINDINGS
@@ -0,0 +1,91 @@
+ _ _ ____ _
+ ___| | | | _ \| |
+ / __| | | | |_) | |
+ | (__| |_| | _ <| |___
+ \___|\___/|_| \_\_____|
+
+ libcurl bindings
+
+Creative people have written particular bindings or interfaces for various
+environments and programming languages. Using one of these allows you to take
+advantage of curl powers from within your favourite language or system.
+
+This is a list of all known interfaces as of this writing.
+
+The bindings listed below are not part of the curl/libcurl distribution
+archives, but must be downloaded and installed separately.
+
+Basic
+
+ ScriptBasic bindings to libcurl. Writtten by Peter Verhas.
+ http://scriptbasic.com/
+
+C++
+
+ Maintained by Jean-Philippe Barrette-LaPierre.
+ http://curl.haxx.se/libcurl/cplusplus/
+
+Cocoa
+
+ Written by Dan Wood.
+ http://curlhandle.sourceforge.net/
+
+Dylan
+
+ Written by Chris Double.
+ http://dylanlibs.sourceforge.net/
+
+Java
+
+ Written by Daniel Stenberg.
+ http://curl.haxx.se/libcurl/java/
+
+Lua
+
+ Written by Steve Dekorte.
+ http://curl.haxx.se/libcurl/lua/
+
+Pascal
+
+ Free Pascal binding written by Jeffrey Pohlmeyer.
+ http://houston.quik.com/jkp/curlpas/
+
+Perl
+
+ Maintained by Cris Bailiff.
+ http://curl.haxx.se/libcurl/perl/
+
+PHP
+
+ Written by Sterling Hughes.
+ http://curl.haxx.se/libcurl/php/
+
+PostgreSQL
+
+ Written by Gian Paolo Ciceri.
+ http://gborg.postgresql.org/project/pgcurl/projdisplay.php
+
+Python
+
+ Written by Kjetil Jacobsen.
+ http://pycurl.sourceforge.net/
+
+Rexx
+
+ Written Mark Hessling.
+ http://rexxcurl.sourceforge.net/
+
+Ruby
+
+ Written by Hirotaka Matsuyuki.
+ http://www.d1.dion.ne.jp/~matuyuki/ruby.html
+
+Scheme
+
+ Bigloo binding written by Kirill Lisovsky.
+ http://curl.haxx.se/libcurl/scheme/
+
+Tcl
+
+ Written by Andrés García.
+ http://personal1.iddeo.es/andresgarci/tclcurl/english/docs.html
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 85885b221..9a507f6fb 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -16,7 +16,7 @@ SUBDIRS = examples libcurl
EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \
README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \
- VERSIONS KNOWN_BUGS $(man_MANS) $(HTMLPAGES)
+ VERSIONS KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES)
MAN2HTML= gnroff -man $< | man2html >$@