Skip to content

A web application to transmogrify word documents into well-structured XML.

Notifications You must be signed in to change notification settings

uvalib/transmog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transmog

Transmog is a simple web application to aid in the conversion of Word documents into more meaningfully structured XML documents. Originally designed to convert archival finding aids into EAD XML files, this application now supports arbitrary profiles defining the structure and rules for for the generated XML.

Running

To more easily evaluate Transmog, download the latest release and launch it either by double clicking on it or typing the following on the command line.

 java -jar transmog-0.1.jar

This will launch a window from which you can start and stop the transmog server. Click "Start", then visit http://localhost:8080/ in your browser.

Building

To run locally using Maven, simply type:

 mvn clean compile jetty:run

And visit localhost:8080 in your browser.

About

A web application to transmogrify word documents into well-structured XML.

Resources

Stars

Watchers

Forks

Packages

No packages published