aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschnetter <schnetter@76b6bc95-f7ce-491a-ab68-7520f3bcc1c1>2009-09-29 14:54:03 +0000
committerschnetter <schnetter@76b6bc95-f7ce-491a-ab68-7520f3bcc1c1>2009-09-29 14:54:03 +0000
commit12b306f457d247387e36339adb9c27f97c31f83c (patch)
tree49e9316af4c30930822585691472ea7e9a3274c9 /README
parenta9d502022727e3634b022a3b972e01093857663c (diff)
Add new thorn to interface to the curl library; seeHEADsvnmaster
<http://curl.haxx.se/libcurl/>. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/curl/trunk@2 76b6bc95-f7ce-491a-ab68-7520f3bcc1c1
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..2f5a60c
--- /dev/null
+++ b/README
@@ -0,0 +1,32 @@
+Cactus Code Thorn curl
+Author(s) : Erik Schnetter
+Maintainer(s): Cactus team
+Licence : LGPL
+--------------------------------------------------------------------------
+
+1. Purpose
+
+Interface to the curl library; see <http://curl.haxx.se/libcurl/>.
+
+
+
+From the 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.