source: trunk/gsdl/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13147   18 years shaoqun added method used by XMLPlug to check whether its subclass can parse …
(edit) @13113   18 years mdewsnip Arabic Perl strings, many thanks to Kamal Salih Mustafa Khalafala.
(edit) @13068   18 years kjdon when unbuilding and rebuilding the gdbm database for incremental …
(edit) @13065   18 years shaoqun added the host name to the downloaded oai file path
(edit) @13064   18 years shaoqun made it work for path with spaces
(edit) @13051   18 years kjdon moved all the mets outputting methods from doc.pm into METSPlugout.
(edit) @13050   18 years kjdon moved all the mets outputting methods from doc.pm into METSPlugout. …
(edit) @13045   18 years kjdon in get_top_metadata_list, need to escape the metadata values so that …
(edit) @13024   18 years shaoqun made it work for parsing two METS output files
(edit) @13019   18 years mdewsnip Now access yaz-client in GSDLHOME/bin/GSDLOS.
(edit) @13013   18 years shaoqun fixed the dir with space bug on windows
(edit) @13012   18 years mdewsnip Changed to find wget in GSDLHOME/bin/GSDLOS.
(edit) @13010   18 years shaoqun fixed the bugs to split the cache dir on windows
(edit) @12974   18 years kjdon incremental option changed to incremental_dlc, and its now set by …
(edit) @12973   18 years kjdon removed unnecessary line
(edit) @12972   18 years kjdon now has incremental and incremental_dlc argument to new()
(edit) @12971   18 years kjdon removed some debug print statements
(edit) @12970   18 years kjdon set_keepold and self->{'keepold'} have been changed to set_incremental …
(edit) @12969   18 years kjdon only do the timestamp thing if incremental is set
(edit) @12968   18 years kjdon now uses incremental option not keepold option
(edit) @12967   18 years kjdon updated scripts.no/both_old_options to include incremental, and added …
(edit) @12966   18 years kjdon check_removeold_and_keepold now checks incremental as well
(edit) @12963   18 years mdewsnip Now shows more than just the filename in the fail.log file.
(edit) @12961   18 years kjdon added a new option to ConvertToPlug: -keep_original_filename. The …
(edit) @12951   18 years kjdon changed \! to == 0 cos someone complained that it didn't work
(edit) @12949   18 years kjdon removed an unnecessary 'my'
(edit) @12947   18 years kjdon added new -extract_style option to HTMLPlug. looks for style, script …
(edit) @12911   18 years kjdon I have removed a line I think I committed by mistake back in 2005. …
(edit) @12910   18 years kjdon new indexoptions field in collect.cfg specifies which stem indexes …
(edit) @12909   18 years kjdon now uses colcfg to write out the build file rather than reimplementing …
(edit) @12906   18 years kjdon in useWget, strReadIn may not be defined, so initialise it to empty string
(edit) @12902   18 years kjdon tidied up saveRecords a bit. SRWDownload now uses filename_cat instead …
(edit) @12897   18 years kjdon added indexoptions into collect.cfg fields, and stemindexes into …
(edit) @12896   18 years mdewsnip More tidying up of the code.
(edit) @12895   18 years mdewsnip More minor changes.
(edit) @12894   18 years mdewsnip Tidied up the new() function some more.
(edit) @12893   18 years mdewsnip More variable name improvements.
(edit) @12892   18 years mdewsnip Changed the ".use_hlist" entries to ".list_type", for simplicity.
(edit) @12891   18 years mdewsnip Tidied up that horrible long line in the new() function of every …
(edit) @12889   18 years mdewsnip Tidied up lots of variable names.
(edit) @12883   18 years mdewsnip Removed a pointless comparison.
(edit) @12845   18 years mdewsnip Commented out "use IncrementalBuildUtils", as this doesn't seem to be …
(edit) @12844   18 years mdewsnip Incremental building and dynamic GDBM updating code, many thanks to …
(edit) @12834   18 years kjdon these convertto plugins were all setting extract_language=1 to their …
(edit) @12833   18 years kjdon we don't want textcat to be run for isis files. we assume ascii …
(edit) @12832   18 years kjdon added in ascii casee in read_file - if not done specially, will be …
(edit) @12817   18 years kjdon changed the descriptions of a few import options
(edit) @12744   18 years kjdon added the license info and description
(edit) @12743   18 years kjdon updated the descriptions of classifiers
(edit) @12742   18 years kjdon plugin description mods. Some changed, some added, some removed
(edit) @12741   18 years kjdon changed the descriptions
(edit) @12715   18 years mdewsnip Now supports MST and XRF files with uppercase extensions on Linux, …
(edit) @12706   18 years mdewsnip Added a "-records_per_folder" option to explode_metadata_database.pl, …
(edit) @12705   18 years mdewsnip Now escapes backslash characters in metadata values so these appear …
(edit) @12703   18 years mdewsnip Added new "*" values for each field, which contain the first subfield …
(edit) @12693   18 years kjdon removed extraneous - from option descriptions
(edit) @12692   18 years kjdon changed a few strings. removed some export ones, and added others
(edit) @12688   18 years kjdon make sure the output filename to use in the conversion is in utf-8, …
(edit) @12687   18 years kjdon moved 'use DBI' from the start to 'require DBI' in the read function - …
(edit) @12683   18 years kjdon check for a byte order marker and strip it
(edit) @12639   18 years mdewsnip Changed the "-collect" option to "-collection", because it's a million …
(edit) @12630   18 years mdewsnip Plugins now output a <Processes> and <Blocks> information field, so …
(edit) @12628   18 years mdewsnip Added an extra argument to print_xml_usage for specifying whether to …
(edit) @12627   18 years mdewsnip Extended to allow quoted names in the first line.
(edit) @12626   18 years mdewsnip Removed all the DTD stuff from XML output... it's just one more …
(edit) @12624   18 years mdewsnip Added an extra argument to print_xml_usage for specifying whether to …
(edit) @12618   18 years kjdon now can pass in OIDmetadata to set_OIDtype
(edit) @12617   18 years kjdon added common.invalid_options and download.could_not_find_download
(edit) @12610   18 years mdewsnip Essentially a brand-new plugin (the old CSVPlug has been renamed to …
(edit) @12606   18 years mdewsnip Renamed CSVPlug.pm to MetadataCSVPlug.pm, as there will be a new …
(edit) @12605   18 years shaoqun added code that supports the mapping_file option
(edit) @12604   18 years mdewsnip Added definition for new DOS codepage 852 (Central European) encoding.
(edit) @12603   18 years shaoqun added codes that uses the mapping file
(edit) @12600   18 years shaoqun added a string for mapping_file option
(edit) @12587   18 years kjdon added a double quote in a comment to get the font colouring back to normal
(edit) @12586   18 years kjdon don't stick srw in the start of the download path
(edit) @12585   18 years kjdon put quotes around the cache dir in the wget command - on windows, will …
(edit) @12581   18 years kjdon changed the tooltips for the downloader options
(edit) @12580   18 years kjdon added a double quote in a comment so the font colouring is not screwed up
(edit) @12571   18 years kjdon made Datelist accept yyyy-mm-dd dates
(edit) @12559   18 years davidb Perl 5.8 under Windows does not by default support GDBM_File. Use of …
(edit) @12547   18 years kjdon changed the bad_general_option message, cos now its also used when …
(edit) @12546   18 years kjdon changed parse2::parse so that it returns -1 on error, 0 on success, or …
(edit) @12538   18 years nzdl Updated Spanish strings, many thanks to Jesus Tramullas.
(edit) @12465   18 years shaoqun fixed th bugs on windows
(edit) @12461   18 years kjdon moved rm::Header::PurePerl out of cpan directory into perllib …
(edit) @12459   18 years kjdon fixed up groupsize handling, so it should work now
(edit) @12448   18 years kjdon changed output_dc_section to use the old buffer_dc_section not the new …
(edit) @12426   18 years mdewsnip Deleted the code for removing entities, since it seemed to be …
(edit) @12424   18 years mdewsnip Turned "use strict" on and tried to tidy up some confusing code.
(edit) @12409   18 years mdewsnip The "collectdir" comments were inaccurate; fixed.
(edit) @12401   18 years kjdon allows as part of the gsdl metadata name in the marctodc mapping file
(edit) @12398   18 years kjdon added import.no_import_dir
(edit) @12397   18 years kjdon in the read function. moved the line setting …
(edit) @12371   18 years mdewsnip If sections_index_document_metadata is on, top level sections no …
(edit) @12363   18 years kjdon sort_metadata renamed to store_output_info_reference, and modified the …
(edit) @12362   18 years kjdon import.sortmeta can now be a comma separated list
(edit) @12356   18 years kjdon modified Michael's indexed_section change so that gsdldoctype of …
(edit) @12353   18 years kjdon docsave has been replaced by plugouts
(edit) @12344   18 years shaoqun mixed bugs of the last update
Note: See TracRevisionLog for help on using the revision log.