home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libneon25 / README < prev    next >
Encoding:
Text File  |  2004-10-08  |  2.2 KB  |  50 lines

  1.  
  2. neon is an HTTP and WebDAV client library, with a C language API.
  3. Bindings for other languages may also be available, see the web site
  4. for more details.
  5.  
  6. Mailing list: neon@webdav.org     ||    Web site: http://www.webdav.org/neon/
  7.  
  8. PLEASE NOTE: The neon API is subject to backwards-incompatible change
  9. over minor releases (0.23.x -> 0.24.x) until the 1.0.0 release, but
  10. maintains source and binary backwards compatibility through patch
  11. releases (0.24.0 -> 0.24.7).
  12.  
  13. Current features:
  14.  
  15.  - High-level interface to HTTP and WebDAV methods.
  16.  - Low-level interface to HTTP request handling, to allow implementing
  17.    new methods easily.
  18.  - Persistent connection support (HTTP/1.1 and HTTP/1.0 aware)
  19.  - Basic and digest authentication (RFC2617) (including auth-int, md5-sess)
  20.  - Proxy support (including basic/digest authentication)
  21.  - SSL/TLS support using OpenSSL (including client certificate support)
  22.  - Generic WebDAV 207 XML response handling mechanism
  23.  - XML parsing using expat or libxml (1.x or 2.x) parser
  24.  - Easy generation of error messages from 207 error responses
  25.  - Basic HTTP/1.1 methods: GET, PUT, HEAD, OPTIONS, conditional PUT
  26.  - WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
  27.  - WebDAV metadata support: set and remove properties (PROPPATCH), query
  28.    any set of properties (PROPFIND).
  29.  - WebDAV locking support
  30.  - Autoconf macros supplied for easily embedding neon directly inside 
  31.    an application source tree.
  32.  
  33. Provides lower-level interfaces to directly implement new HTTP
  34. methods, and higher-level interfaces so that you don't have to worry
  35. about the lower-level stuff.
  36.  
  37. neon is licensed under the GNU Library GPL; see src/COPYING.LIB for
  38. full details.  The manual is licensed under the terms of the GNU FDL;
  39. see doc/fdl.sgml or the generated documentation.  The autoconf macros
  40. in the "macros" directory are under a less restrictive license, see
  41. each file for details.  The test suite is licensed under the GNU GPL;
  42. see test/COPYING for full details.
  43.  
  44. neon is Copyright (C) 1999-2004 Joe Orton
  45. Portions are:
  46. Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
  47. Copyright (C) 1999-2000, Peter Boos <pedib@colorfullife.com>
  48. Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
  49. Copyright (C) 2004 Aleix Conchillo Flaque <aleix@member.fsf.org>
  50.