Fix file name in loaddelivery client
[libisds.git] / README
blob082e9164a3b6a2204692deff21501bbf20e07b88
1 This is client library for accessing SOAP services of ISDS (Informační systém
2 datových schránek / Data Box Information System) as defined in Czech ISDS Act
3 (300/2008 Coll.) <http://portal.gov.cz/zakon/300/2008> and implied documents.
5 Copyright (C) 2009  Petr Písař <petr.pisar@atlas.cz>
7 This program is free software: you can redistribute it and/or modify it under
8 the terms of the GNU Lesser General Public License as published by the Free
9 Software Foundation, either version 3 of the License, or (at your option) any
10 later version.
12 This program is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
15 details.
18 This code is written in ISO99 C language and requires libxml2, cURL,
19 libgcrypt, GPGME, and KSBA libraries.
21 It has been tested on GNU/Linux (Linux 2.6.32, glibc-2.9) with libxml2-2.7.4,
22 curl-7.19.6, libgcrypt-1.4.4, gpgme-1.2.0, and ksba-1.0.7.
24 Latest code can be obtained from GIT repository
25 <http://repo.or.cz/w/libisds.git>.
27 ISDS documentation is located under `doc' directory, user documentation can be
28 found in header files. See `client' directory for examples how to use this
29 library. Preliminary library self-tests are located in `test' directory.