Ticket #279 (closed task: fixed)
"Replace srcdoc with html" should work if GSDL is remote, and changes
| Reported by: | ak19 | Owned by: | ak19 |
|---|---|---|---|
| Priority: | moderate | Milestone: | Release 2.81 |
| Component: | GLI | Severity: | major |
| Keywords: | GLI, replace_srcdoc_with_html, gsdlremote | Cc: |
Description
Presently the script replace_srcdoc_with_html works when GSDL is running locally. gli/src/org/greenstone/gatherer/gui/ReplaceSrcDocWithHtmlPrompt.java should be adjusted to work when GSDL is remote as well. And then tested.
Once tested, the changes need to be incorporated into Greenstone 3 as well.
$GSDLHOME/bin/script's gsConvert.pl has been changed, and replace_srcdoc_with_html.pl has been added. $GSDLHOME/perllib/plugins now has changes to *.pm files ConvertToPlug? and ALL its subclasses, as well as TEXTPlug.pm. $GSDLHOME/perllib/ has changes to acronym.pm, while there are new additions to the file strings.properties. $GSDLHOME/gli/classes/dictionary.properties also has additions.
Finally, there are some changes to gli java source code files too: CollectionTree?, CollectionTreeNode?, FileManager?, Plugin, PluginManager?, Plugins. There have been some changes to CollectionManager? and GShell to deal with spaces in filepaths.
