Fix typo (add new line to log message)
[libisds.git] / README
blob16dbac92a1710ffa4c58375f52decbb9c5337b03
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, 2010  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 >=expat-2.0.0 libraries at compilation time. gnupg2 is
20 required at run time (provides gpgsm that uses gpgme to process CMS).
22 It has been tested on GNU/Linux (Linux 2.6.33, glibc-2.10.1) with
23 libxml2-2.7.6, curl-7.20.0, libgcrypt-1.4.5, gpgme-1.2.0, expat-2.0.1 and
24 gnupg-2.0.14.
26 Latest code can be obtained from GIT repository
27 <http://repo.or.cz/w/libisds.git> (web interface).
29 ISDS documentation is located under `doc' directory, user documentation can be
30 found in header files. See `client' directory for examples how to use this
31 library. Preliminary library self-tests are located in `test' directory.