rpm/neon
jbj 7008350f3e - make peace with libtool-1.5.10 and automake-1.9.3.
CVS patchset: 7571
CVS date: 2004/11/11 01:04:07
2004-11-11 01:04:07 +00:00
..
doc Update to neon trunk. 2004-10-29 13:57:41 +00:00
example Initial revision 2003-02-28 19:23:24 +00:00
lib Initial revision 2003-02-28 19:23:24 +00:00
macros Update to HEAD. 2004-11-06 16:09:15 +00:00
src - make peace with libtool-1.5.10 and automake-1.9.3. 2004-11-11 01:04:07 +00:00
test Update to HEAD. 2004-11-06 16:09:15 +00:00
tools Initial revision 2003-02-28 19:23:24 +00:00
.cvsignore Update to 0.24.7. 2004-10-29 13:34:35 +00:00
.package Initial revision 2003-02-28 19:23:24 +00:00
.release.sh Update to neon trunk. 2004-10-29 13:57:41 +00:00
.version Update to neon trunk. 2004-10-29 13:57:41 +00:00
AUTHORS Update to neon trunk. 2004-10-29 13:57:41 +00:00
BUGS Update to neon trunk. 2004-10-29 13:57:41 +00:00
COPYING Initial revision 2003-02-28 19:32:06 +00:00
ChangeLog Update to neon trunk. 2004-10-29 13:57:41 +00:00
INSTALL.win32 Update to neon trunk. 2004-10-29 13:57:41 +00:00
Makefile.in Update to HEAD. 2004-11-06 16:09:15 +00:00
NEWS Update to neon trunk. 2004-10-29 13:57:41 +00:00
README Update to neon trunk. 2004-10-29 13:57:41 +00:00
THANKS Update to neon trunk. 2004-10-29 13:57:41 +00:00
TODO Update to neon trunk. 2004-10-29 13:57:41 +00:00
autogen.sh Update to neon trunk. 2004-10-29 13:57:41 +00:00
config.hw.in Update to neon trunk. 2004-10-29 13:57:41 +00:00
configure.in Update to neon trunk. 2004-10-29 13:57:41 +00:00
install-sh Initial revision 2003-02-28 19:23:24 +00:00
ltconfig Initial revision 2003-02-28 19:23:24 +00:00
ltmain.sh Initial revision 2003-02-28 19:23:24 +00:00
neon-config.in Annotate openssl too. 2004-11-01 16:54:50 +00:00
neon.dsp Initial revision 2003-02-28 19:23:24 +00:00
neon.dsw Initial revision 2003-02-28 19:23:24 +00:00
neon.mak Update to neon trunk. 2004-10-29 13:57:41 +00:00
neon.pc.in Update to 0.24.7. 2004-10-29 13:34:35 +00:00

README

neon is an HTTP and WebDAV client library, with a C language API.
Bindings for other languages may also be available, see the web site
for more details.

Mailing list: neon@webdav.org     ||    Web site: http://www.webdav.org/neon/

PLEASE NOTE: The neon API is subject to backwards-incompatible change
over minor releases (0.23.x -> 0.24.x) until the 1.0.0 release, but
maintains source and binary backwards compatibility through patch
releases (0.24.0 -> 0.24.7).

Current features:

 - High-level interface to HTTP and WebDAV methods.
 - Low-level interface to HTTP request handling, to allow implementing
   new methods easily.
 - Persistent connection support (HTTP/1.1 and HTTP/1.0 aware)
 - Basic and digest authentication (RFC2617) (including auth-int, md5-sess)
 - Proxy support (including basic/digest authentication)
 - SSL/TLS support using OpenSSL (including client certificate support)
 - Generic WebDAV 207 XML response handling mechanism
 - XML parsing using expat or libxml (1.x or 2.x) parser
 - Easy generation of error messages from 207 error responses
 - Basic HTTP/1.1 methods: GET, PUT, HEAD, OPTIONS, conditional PUT
 - WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
 - WebDAV metadata support: set and remove properties (PROPPATCH), query
   any set of properties (PROPFIND).
 - WebDAV locking support
 - Autoconf macros supplied for easily embedding neon directly inside 
   an application source tree.

Provides lower-level interfaces to directly implement new HTTP
methods, and higher-level interfaces so that you don't have to worry
about the lower-level stuff.

neon is licensed under the GNU Library GPL; see src/COPYING.LIB for
full details.  The manual is licensed under the terms of the GNU FDL;
see doc/fdl.sgml or the generated documentation.  The autoconf macros
in the "macros" directory are under a less restrictive license, see
each file for details.  The test suite is licensed under the GNU GPL;
see test/COPYING for full details.

neon is Copyright (C) 1999-2004 Joe Orton
Portions are:
Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
Copyright (C) 1999-2000, Peter Boos <pedib@colorfullife.com>
Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 2004 Aleix Conchillo Flaque <aleix@member.fsf.org>