tei2html
tei2html copied to clipboard
Deployment is complex
Currently, deploying this software is rather complex, requiring
* Download of various tools.
* Adjusting lines of code in various tools to point to the actual tool
locations.
* Heavy use of command-line interface.
Not all of this is avoidable:
* Not all tools can be bundled for because of licensing
* Configuration needs to be done.
However, I can prepare compiled executables, and an archive of all required
files in the right locations to make life easier for those wishing to use
these XSLT files.
Original issue reported on code.google.com by jhellingman on 12 Nov 2009 at 2:07
Things todo:
* Replace C code with perl.
* Pack up everything in a zip file and make a release.
* Create script to download, install, and connect required software.
Original comment by jhellingman on 10 Dec 2009 at 1:19
Make deployment easy.
1. Use a tei2html.config file with all details
2. When this file is not found, run an auto-config file that detects the
presence of required tools, by searching the $PATH, the windows registry, etc.,
and write it into a tei2html.config.
Original comment by jhellingman on 28 Feb 2011 at 9:20