diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/voclient/libvotable/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vendor/voclient/libvotable/README')
-rw-r--r-- | vendor/voclient/libvotable/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/vendor/voclient/libvotable/README b/vendor/voclient/libvotable/README new file mode 100644 index 00000000..584e5dbf --- /dev/null +++ b/vendor/voclient/libvotable/README @@ -0,0 +1,36 @@ + =================================== + LIBVOTABLE v1.0 Tools README File + =================================== + + This directory contains the source and documentation for the +LIBVOTABLE (VOTable Parser) Interface. See the INSTALL file for +detailed installation instructions. + +Contents: +--------- + Makefile Top-level Makefile for the source + README This file + INSTALL Installation instructions + examples/ Example task using the interface + include/ Library include files + lib/ Sources used to build the interface + src/ Public libVOTable interface source + + Please report any bugs, comments, or suggestions to the author +(fitz@noao.edu) or the NVO Help Desk (feedback@us-vo.org). + + +We expect to provide the following set of applications in the initial +distribution: + +* votinfo Print summary information about a VOTable document + votcopy Copy a VOTable to a different format + votlint VOTable validator + + (*) Existing application requiring mantenance work only. + + + +Mike Fitzpatrick, fitz@noao.edu, NOAO +May 7, 2010 + |