source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10469   19 years kjdon added sections_index_document_metadata variable
(edit) @10468   19 years kjdon made a base builder class, adn moved lots of the code to it. hoe I …
(edit) @10467   19 years kjdon added some sections_index_document_metadata strings
(edit) @10466   19 years chi convert_to pagedimg_(gif|jpg|png) will only be shown in the PPTPlug …
(edit) @10465   19 years chi To add the convert_post_process() to handle some encoding problems for now.
(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) @10462   19 years mdewsnip More GEMS tidy ups: no classes now import the Gatherer class.
(edit) @10461   19 years mdewsnip Fixed a bug where the GEMS didn't know the GLI user directory, so …
(edit) @10460   19 years mdewsnip Now adds "-keepold" or "-removeold" to the buildcol.pl command …
(edit) @10459   19 years mdewsnip The "-removeold" and "-keepold" flags are now available from the GLI.
(edit) @10458   19 years mdewsnip Fixed a silly copy and paste mistake.
(edit) @10457   19 years kjdon changed if (-e $configfilename) { ... } else { die; } to if (!-e …
(edit) @10456   19 years mdewsnip Now allows "-removeold" to be switched off for import.pl (in high …
(edit) @10455   19 years mdewsnip Uploading the collect.cfg file is now done in the save function of …
(edit) @10454   19 years mdewsnip Uploading the collect.cfg file is now done in the save() function of …
(edit) @10453   19 years kjdon fixed up some mistakes from previous merging of davids new code and …
(edit) @10452   19 years kjdon added in allowimagesonly option for use with convert_to html (thanks …
(edit) @10451   19 years kjdon added pdf_allow_images_only option for conversion to html when there …
(edit) @10450   19 years kjdon changed from a dos file to unix file (no hat Ms)
(edit) @10449   19 years kjdon removed translang.dm which no longer exists
(edit) @10448   19 years kjdon test the existence of classes/org/... before trying to delete it
(edit) @10447   19 years kjdon some help was commented out, but other bits not - caused NPE when run. …
(edit) @10446   19 years chi Modifications for converting windows-1252 to windows_1252.
(edit) @10445   19 years chi If the conversion file in tmp directory is exist, don't need to do it …
(edit) @10444   19 years chi Add the description for extracted_word_metadata_fields option.
(edit) @10443   19 years chi Modifications to check different StructuredHTML formating conditions.
(edit) @10442   19 years chi To retrieve encoding information for the HTML file generated from …
(edit) @10441   19 years chi Modifications for pushing required option and argument lists to …
(edit) @10440   19 years kjdon small changes so it compiles under windows
(edit) @10439   19 years kjdon added z3950 support for windows
(edit) @10438   19 years kjdon added some z3950 stuff - use USE_Z3950=1 to enable z3950
(edit) @10437   19 years kjdon declared int i outside the for loop to get it to compile under windows
(edit) @10436   19 years kjdon moved the yaz headers to the top or teh include list to avoid …
(edit) @10435   19 years kjdon strncasecmp and strcasecmp are not implemented in windows, so have …
(edit) @10434   19 years chi Tidy up the item file to convert the "&" sign in the metadata to "&".
(edit) @10433   19 years kjdon made the yaz configure command not use xml2 and iconv library. at some …
(edit) @10432   19 years kjdon removed the -lxml2 bit from the z3950server link command - have …
(edit) @10431   19 years chi In process_assoc_files, for some reasons, there is a "/" in front of …
(edit) @10430   19 years chi Allow to remove the soft_link.
(edit) @10429   19 years chi Modification of the way passing argument and option lists for the …
(edit) @10428   19 years chi Modification of the way passing argument and option lists for the …
(edit) @10427   19 years chi Modification of the way passing argument and option list for the …
(edit) @10426   19 years chi Add an option -extracted_word_metadata to extract metadata based on …
(edit) @10425   19 years chi Modification of the way passing argument and option lists for the …
(edit) @10424   19 years chi Modification of the way passing argument and options list for the …
(edit) @10423   19 years chi Modify the structure of pushing argument and option lists to secondary …
(edit) @10422   19 years mdewsnip Made makegli.bat run clean.bat also, to remove all class files so …
(edit) @10421   19 years kjdon added DocumentText, DocumentButtons and DocumentHeading default …
(edit) @10420   19 years kjdon modified the removeold and keepold strings
(edit) @10419   19 years kjdon is_incremental renamed is_incremental_capable
(edit) @10418   19 years kjdon new module with some global script functions. couldn't add the method …
(edit) @10417   19 years kjdon standardised -removeold and -keepold. if neither or both are …
(edit) @10416   19 years kjdon added child, and parent:sibling and child:sibling metadata qualifiers
(edit) @10415   19 years kjdon fixed up the metadata format handling. made child metadata work, and …
(edit) @10414   19 years kjdon if we have requested contains metadata, then add it to the response. …
(edit) @10413   19 years mdewsnip Now includes full path to lucene_query.pl script.
(edit) @10412   19 years mdewsnip Now escapes quotes so phrase searches with Lucene work.
(edit) @10411   19 years mdewsnip Added some code to fix bugs in Lucene "all" and phrase searching with …
(edit) @10410   19 years chi Adding the new plugin options and arguments.
(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) @10406   19 years chi If the -windows_scripting is on in WordPlug, the secondary plugin will …
(edit) @10405   19 years chi Adding structured HTML formating arguments here.
(edit) @10404   19 years chi remove the plugin arguments to WordPlug.
(edit) @10403   19 years chi Modifications for tidying up the item file generated through pdftoimg.pl.
(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) @10400   19 years kjdon install the z3950server into bin/linux (or bin/darwin)
(edit) @10399   19 years kjdon fixed a couple of mistakes in metadata specifications, and added a bit …
(edit) @10398   19 years mdewsnip Finally got around to committing this. It started off as an attempt to …
(edit) @10397   19 years mdewsnip Made the default build mode "full" -- this stuff is dodgy.
(edit) @10396   19 years mdewsnip Tidied up the Gatherer and GUIManager exit() functions to make sure …
(edit) @10395   19 years mdewsnip A plugin for RealMedia files. By Xin Gao for the 517 Digital Libraries …
(edit) @10394   19 years mdewsnip Changed the local library server to use 127.0.0.1 by default.
(edit) @10393   19 years mdewsnip Added another stub for the West Yorkshire project.
(edit) @10392   19 years mdewsnip Now uploads the modified metadata.xml files to the server when …
(edit) @10391   19 years kjdon gli now has latvian
(edit) @10390   19 years kjdon updated version to 2.61
(edit) @10389   19 years kjdon modified PROGRAM_VERSION - 2.61
(edit) @10388   19 years kjdon modified the AboutDialog.Date
(edit) @10387   19 years mdewsnip Tidied up the way collections are saved and closed, and added some …
(edit) @10386   19 years kjdon changed to version 2.61
(edit) @10385   19 years kjdon a few changes to get it compiling on windows
(edit) @10384   19 years kjdon windows makefile
(edit) @10383   19 years jrm21 need _icondoc_ not _iconmsword_ for [v=1] since the plugin adds …
(edit) @10382   19 years mdewsnip Can now base a new collection on an existing one, when using a remote …
(edit) @10381   19 years mdewsnip Added another couple of stub functions.
(edit) @10380   19 years mdewsnip Now uploads and deletes metadata sets on the server when metadata sets …
(edit) @10379   19 years mdewsnip Now downloads the collection configurations (when using a remote …
(edit) @10378   19 years mdewsnip Added a couple more stubs for the West Yorkshire functionality -- …
(edit) @10377   19 years mdewsnip Now uploads the collect.cfg file when it is saved, if using remote …
(edit) @10376   19 years mdewsnip Now downloads collection files to view them, if using a remote …
(edit) @10375   19 years mdewsnip Minor change.
(edit) @10374   19 years mdewsnip Now uploads collection images to the server, if using remote building.
(edit) @10373   19 years mdewsnip Now will create any intermediate directories as required.
(edit) @10372   19 years mdewsnip Gatherer.setGLIUserDirectoryPath() now creates the directory if it …
(edit) @10371   19 years mdewsnip Tidied up some more usage of gsdl_path.
(edit) @10370   19 years mdewsnip Added a new LocalGreenstone class which contains functions that only …
Note: See TracRevisionLog for help on using the revision log.