Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 )

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 empty

NOTE: The empty lib/ and src/ directory trees are present to conform to
standard Harvard University Library development guidelines.