CombineArchiveWeb

Web interface to create/modify/share CombineArchives -- see also https://github.com/binfalse/CombineArchive

View the Project on GitHub

CombineArchive WebInterface

The CombineArchive is a zip like format to bundle latest research files and annotate them with meta data. The CombineArchive !WebInterface is a web based user interface to create, modify, and share !CombineArchives. No need for registration. Just start using the web interface! :)

Currently, the project is under heavy development, but contributions of any kind are welcome.

Development

The sources are available from GitHub:

Known issues are tracked as Issues. If you discover any bugs or if you have any problems, do not hesitate to submit a new issue.

Build

We use maven as build tool in this project. To build a binary file from our sources just execute following command:

mvn package

For more detailed instructions see the build and install instructions.

API

We support open and interoperable software! The CombineArchive WebInterface can be integrated without much hassle. To allow the Visitors of your website a good glimpse into the archive provided by you just add a link such as the following:

http://webcat.sems.uni-rostock.de/rest/import?remote=http://your.server/path&name=ANYNAME

The Webinterface exposes several other interfaces for creating, modifying and deleting archives, archive-entries or meta-entries in a workspace. Most of them are meant for client-server communication, but can also be used by 3rd party software.