source: trunk/gsdl/bin

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10464   19 years chi Modifications of the if loop condition in convertPPT() to allow the …
(edit) @10463   19 years mdewsnip Removing the collection "tmp" directory is now only done when …
(edit) @10459   19 years mdewsnip The "-removeold" and "-keepold" flags are now available from the GLI.
(edit) @10457   19 years kjdon changed if (-e $configfilename) { ... } else { die; } to if (!-e …
(edit) @10451   19 years kjdon added pdf_allow_images_only option for conversion to html when there …
(edit) @10445   19 years chi If the conversion file in tmp directory is exist, don't need to do it …
(edit) @10417   19 years kjdon standardised -removeold and -keepold. if neither or both are …
(edit) @10409   19 years chi A VB executable program and source program to convert Word documents …
(edit) @10408   19 years chi A VB program to convert PPT documents to different types of image …
(edit) @10407   19 years chi A vb executable program to convert PPT document to different types of …
(edit) @10402   19 years chi Modifications to consider the different generated file names under …
(edit) @10401   19 years chi Modifications to allow PDF documents being converted to various image …
(edit) @10358   19 years chi A perl program as a wrapper for the convert utility. It is used to …
(edit) @10357   19 years chi Adding the pdf_to_img routine in convertPDF() function.
(edit) @10350   19 years kjdon added a check for defined before removing the .pm
(edit) @10349   19 years kjdon added scripts.xml as -xml description
(edit) @10340   19 years kjdon use new parse2 arg parsing, added 'use strict'
(edit) @10339   19 years kjdon uses new parse2 arg parsing, added 'use strict'
(edit) @10338   19 years kjdon tidied this up: uses new parse2, use strict
(edit) @10337   19 years kjdon changed the intArgLeftinAfterParsing \!= 1 to > 1 - otherwise -xml …
(edit) @10318   19 years mdewsnip New LuceneWrap.jar file with updated class files.
(edit) @10317   19 years mdewsnip Fixed the warning message because out_file is undefined on Linux.
(edit) @10282   19 years chi Modifications to allow the gsConvert either run open source coverting …
(edit) @10256   19 years kjdon added use strict, and fixed up compile erros
(edit) @10255   19 years kjdon small mods, added use strict
(edit) @10230   19 years kjdon now uses jeffrey's new parse2 parsing. also now accepts xxx.pm as …
(edit) @10225   19 years davidb cddir minus option put back in. Needed by applet version of GLI.
(edit) @10215   19 years kjdon added Jeffrey's changes for parsing arguments - now all parsing is …
(edit) @10165   19 years davidb Extra section of code (currently not needed) comment out for the meantime.
(edit) @10163   19 years davidb lucene_passes.pl upgraded to support incremental building. Changes …
(edit) @10162   19 years davidb import.pl and export.pl updated in-line with merging of expinfo and …
(edit) @10133   19 years mdewsnip Fix to previous change so it doesn't do silly things if the first …
(edit) @10126   19 years mdewsnip For macrofiles, now uses header from target file (if it exists) …
(edit) @10114   19 years mdewsnip Moved the GLI dictionary above the Perl modules, as it is more …
(edit) @10098   19 years mdewsnip Added a special case for Farsi.
(edit) @10091   19 years mdewsnip Important changes to make_text_xml_safe (for generating Excel …
(edit) @10050   19 years mdewsnip Changed "submit-translation" command to the more accurate …
(edit) @10041   19 years mdewsnip Added a check to prevent an infinite loop when reading badly formatted …
(edit) @10040   19 years mdewsnip Now writes the XML response when the command has completely finished, …
(edit) @10027   19 years mdewsnip Completed GTI searching and correcting functionality.
(edit) @10020   19 years mdewsnip Searching now works with multiple words.
(edit) @10019   19 years mdewsnip Replaced the old translator Perl scripts with the new and much …
(edit) @9989   19 years mdewsnip A new version of LuceneWrap.jar with much better UTF-8 support.
(edit) @9970   19 years jrm21 no need for a new function when we can just import the existing one
(edit) @9952   19 years davidb Additional features added to importfrom.pl. Can now download a named …
(edit) @9951   19 years davidb import.pl and export.pl share much in common with their abilities to …
(edit) @9918   19 years kjdon added quotes around classpath in java_lucene command, line 48
(edit) @9903   19 years kjdon fixed a bug where it wasn't using lucene if searchtypes was specified
(edit) @9854   19 years kjdon fixed up maxdocs - now pass an extra parameter to the plugin read function
(edit) @9834   19 years kjdon changed the DTD ref from GreenstoneDirectoryMetadata to DirectoryMetadata
(edit) @9699   19 years mdewsnip Added quotes around -O argument to wget, so it works on Windows with …
(edit) @9570   19 years davidb Mods made as a result of testing importfrom.pl under Windows.
(edit) @9546   19 years kjdon now teh saveas, removeprefix and removesuffix options can be specified …
(edit) @9545   19 years kjdon removed an extraneous comment
(edit) @9544   19 years kjdon -no_strip_html can be specified in the config file now, as well as on …
(edit) @9543   19 years davidb Eliminatin of Unix specific code. Still needs to be tested under …
(edit) @9482   19 years mdewsnip Ooops... the "-pdf_ignore_images" flag was advertised but never …
(edit) @9441   19 years mdewsnip Small fix for dealing with strings containing "\n" characters.
(edit) @9432   19 years mdewsnip Make executable, and commented out a line of code that isn't currently …
(edit) @9393   19 years mdewsnip Improved the regular expression for parsing CVS annotate dates.
(edit) @9375   19 years jrm21 minor fix for getting encoding from LC_ALL environment variable
(edit) @9255   19 years mdewsnip Moved from here into the new "for-distributions" package (eg. …
(edit) @9251   19 years mdewsnip Now sets a whole lot of permissions (for the Installshield X installer).
(edit) @9240   19 years mdewsnip Make some more things executable.
(edit) @9236   19 years davidb Revisions to help exportcol.pl work more smoothly with Applet version …
(edit) @9235   19 years davidb Don't want to -removeold if working with an explicit export directory …
(edit) @9233   19 years davidb Revised command-line arguments. Can also now be run with more than …
(edit) @9227   19 years mdewsnip A few more tidy ups for Greenstone 2.53 and Installshield X.
(edit) @9219   19 years kjdon added a third arg - a filename to output the result of the java …
(edit) @9212   19 years mdewsnip More updates for Greenstone 2.53 release. The hfiles no longer exist …
(edit) @9198   19 years kjdon changed the dirsep to be escaped so it works on windows
(edit) @9180   19 years mdewsnip Removed the gsdl3 and gdbm class files (!) out of here.
(edit) @9177   19 years kjdon separated doc storage and lucene indexing into two modes, mode passed …
(edit) @9147   19 years kjdon added in lots more options, mainly to do with downloading files
(edit) @9121   19 years kjdon changed encoding option to input_encoding so it gets the list of …
(edit) @9119   19 years kjdon convert & to & in metadata before writing it out to metadata.xml, …
(edit) @9091   19 years mdewsnip Added a "-show_complete_translations" option to see just the …
(edit) @9086   19 years mdewsnip No longer used (I checked with Stefan and he said it could be deleted).
(edit) @9083   19 years mdewsnip Changed some stuff for the new installer.
(edit) @9066   19 years kjdon changed removesuffix/removeprefix type to regexp, and added modegli=3
(edit) @9060   19 years kjdon added ImagePLug to plugin list, also -smart_block option to htmlplug, …
(edit) @9047   19 years kjdon added NULPlug to default plugins list
(edit) @9041   19 years kjdon made it use the args and proper print usage, added metadata_set and …
(edit) @8931   19 years mdewsnip New JAR file containing Stefan's fix for https connections.
(edit) @8922   19 years mdewsnip Initial version of the Greenstone Translator's Interface. Still needs …
(edit) @8887   19 years mdewsnip Removed some now-unneeded deletions.
(edit) @8879   19 years chi A new program to export the GS collection to other DL system formats. …
(edit) @8858   19 years mdewsnip First stab at a stand-alone script for exploding metadata databases. …
(edit) @8855   19 years kjdon added options removesuffix and removeprefix for use with sortmeta
(edit) @8796   19 years kjdon added new oidtypes 'assigned' (from stephen de gabrielle) and …
(edit) @8603   20 years chi Add the $service option for identifing the import and export functions
(edit) @8522   20 years davidb greenstone bridge to lucene
(edit) @8520   20 years davidb wrappers for lucene building and querying
(edit) @8427   20 years mdewsnip Removed this because we shouldn't be making available the GLI applet …
(edit) @8399   20 years mdewsnip Updated for the Greenstone 2.52 release.
(edit) @8361   20 years kjdon renamed build option 'allclassifications' to …
(edit) @8153   20 years kjdon hide sortmeta from librarian mode
(edit) @8095   20 years davidb Latest update to signed jar applet version of GLI.
(edit) @8017   20 years mdewsnip Changed the type of the "sortmeta" option to be accurate for the GLI.
(edit) @7964   20 years davidb Updated version of Signed Gatherer applet jar file with better …
Note: See TracRevisionLog for help on using the revision log.