Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zardoz89/mets-toolkit
Harvard Java METS toolkit (looks that the only public copy of the original sourcecode )
https://github.com/zardoz89/mets-toolkit
Last synced: 9 days ago
JSON representation
Harvard Java METS toolkit (looks that the only public copy of the original sourcecode )
- Host: GitHub
- URL: https://github.com/zardoz89/mets-toolkit
- Owner: Zardoz89
- License: other
- Created: 2019-10-28T09:27:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T09:28:16.000Z (about 5 years ago)
- Last Synced: 2024-11-08T00:49:26.243Z (2 months ago)
- Language: Java
- Size: 473 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
METS Java Toolkit, Version 1.5.2, 2006-07-03
Copyright (c) 2003-2006 by the President and Fellows of Harvard College
The METS Java Toolkit is made available under the GNU Lesser General Public
License (see the file LICENSE for details)This version of the toolkit is based on METS Version 1.5 (2005-04-12).
The METS specification was developed as an initiative of the Digital
Library Federation and is maintained by the
Network Development and MARC Standards Office of the Library of
Congress .mets/
COPYING # GNU Lesser General Public License
LICENSE # METS Java Toolkit license information
Makefile
README # This file
RELEASE # Release notes
bin/ # METS toolkit Jar file
mets.jar
classes/ # Source and class file tree
edu/harvard/hul/ois/mets/
Makefile
*.java
helper/
Makefile
*.java
parser/
Makefile
*.java
doc/ # Javadoc
*.html
examples/ # Examples
Makefile
Copy.java
Write.java
lib/ ... # This directory tree is empty
src/ ... # This directory tree is emptyNOTE: The empty lib/ and src/ directory trees are present to conform to
standard Harvard University Library development guidelines.