You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
jhellingman
on 12 Nov 2009 at 2:07The text was updated successfully, but these errors were encountered: