Skip to content

NETMAR/metadata-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

288 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metadata-editor

metadata-editor is a generic web-based metadata editor that can be configured for editing of most XML based metadata format (e.q. ISO-19139, DIf).

Requirements

  • Tomcat 7 (or another servlet container, but only Tomcat 7 has been tested)
  • Java 7
  • WebDAV server (optional)
  • Maven 2 (only for building the project)

Building and installation

To build the project first checkout it out from the code repository. Then on the commandline "cd" to the directory where you checked out the source code. Then type

mvn package

All dependencies should be downloaded, the project built and then packaged. The packaging will produce a metadata-editor.war file in the target/ directory. It will also create a Debian package that can be used for installation on Debian based systems.

To install the metadata-editor, deploy the metadata-editor.war file to you servlet container.

About

A generic web-based metadata editor than can be configured for editing of most XML based metadata format (e.g. ISO19139, DIF).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.8%
  • JavaScript 0.2%