gnu: neon: Use @enumerate mark-up.
* gnu/packages/version-control.scm (neon)[description]: Use @enumerate.master
parent
51eb4df69a
commit
35ad6b2e95
|
@ -11,6 +11,7 @@
|
||||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
|
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
|
||||||
|
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
|
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -713,22 +714,25 @@ and offers an easy and intuitive interface.")
|
||||||
"--with-ssl=openssl")))
|
"--with-ssl=openssl")))
|
||||||
(home-page "http://www.webdav.org/neon/")
|
(home-page "http://www.webdav.org/neon/")
|
||||||
(synopsis "HTTP and WebDAV client library")
|
(synopsis "HTTP and WebDAV client library")
|
||||||
(description "Neon is an HTTP and WebDAV client library, with a
|
(description
|
||||||
C interface. Features:
|
"Neon is an HTTP and WebDAV client library, with a C interface and the
|
||||||
High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,
|
following features:
|
||||||
DELETE, etc.);
|
@enumerate
|
||||||
low-level interface to the HTTP request/response engine, allowing the use
|
@item High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,
|
||||||
of arbitrary HTTP methods, headers, etc.;
|
DELETE, etc.);
|
||||||
authentication support including Basic and Digest support, along with
|
@item low-level interface to the HTTP request/response engine, allowing the use
|
||||||
GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;
|
of arbitrary HTTP methods, headers, etc.;
|
||||||
SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer for
|
@item authentication support including Basic and Digest support, along with
|
||||||
verifying server certificates, handling client certificates, and examining
|
GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;
|
||||||
certificate properties, smartcard-based client certificates are also
|
@item SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer for
|
||||||
supported via a PKCS#11 wrapper interface;
|
verifying server certificates, handling client certificates, and examining
|
||||||
abstract interface to parsing XML using libxml2 or expat, and wrappers for
|
certificate properties, smartcard-based client certificates are also
|
||||||
simplifying handling XML HTTP response bodies;
|
supported via a PKCS#11 wrapper interface;
|
||||||
WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplify
|
@item abstract interface to parsing XML using libxml2 or expat, and wrappers for
|
||||||
property manipulation.")
|
simplifying handling XML HTTP response bodies;
|
||||||
|
@item WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplify
|
||||||
|
property manipulation.
|
||||||
|
@end enumerate\n")
|
||||||
(license license:gpl2+))) ; for documentation and tests; source under lgpl2.0+
|
(license license:gpl2+))) ; for documentation and tests; source under lgpl2.0+
|
||||||
|
|
||||||
(define-public subversion
|
(define-public subversion
|
||||||
|
|
Reference in New Issue