aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschnetter <schnetter@4350727a-37c5-4613-a1e1-6d12eb4c763b>2009-04-26 01:30:03 +0000
committerschnetter <schnetter@4350727a-37c5-4613-a1e1-6d12eb4c763b>2009-04-26 01:30:03 +0000
commit59be966ea597410d0a2602fd6d0abf70a1e228c8 (patch)
treefad56f012f3944b58868242ea39385dc1aa9dbaa /README
parent213f7999f792d5d8d89eb075c25517570e5c8f00 (diff)
Add new thorn libcurl that interfaces to the libcurl library.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/libcurl/trunk@2 4350727a-37c5-4613-a1e1-6d12eb4c763b
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 32 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..49a1196
--- /dev/null
+++ b/README
@@ -0,0 +1,32 @@
+Cactus Code Thorn libcurl
+Author(s) : Erik Schnetter
+Maintainer(s): Cactus team
+Licence : LGPL
+--------------------------------------------------------------------------
+
+1. Purpose
+
+Interface to the libcurl library; see <http://curl.haxx.se/libcurl/>.
+
+
+
+From the libcurl web site:
+
+"libcurl - the multiprotocol file transfer library
+
+"libcurl is a free and easy-to-use client-side URL transfer library,
+supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT,
+LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST,
+HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies,
+user+password authentication (Basic, Digest, NTLM, Negotiate,
+Kerberos4), file transfer resume, http proxy tunneling and more!
+
+"libcurl is highly portable, it builds and works identically on
+numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD,
+Darwin, HPUX, IRIX, AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga,
+OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare,
+DOS and more...
+
+"libcurl is free, thread-safe, IPv6 compatible, feature rich, well
+supported, fast, thoroughly documented and is already used by many
+known, big and successful companies and numerous applications."