source: trunk/gsdl/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6111   20 years jmt12 Changed the description for the -metadata flag to foreshadow the …
(edit) @6110   20 years jmt12 Added range setting
(edit) @6107   20 years mdewsnip First stab at a plugin for reading CDS/ISIS databases. This plugin …
(edit) @6106   20 years mdewsnip Added ISISPlug strings.
(edit) @6084   20 years jrm21 finally tracked down and fixed problem with last letter being out of …
(edit) @6081   20 years jrm21 rename "nogroupyear" option to "nogroup" as it can now be used with …
(edit) @6079   20 years jrm21 oops... became too liberal for attachment filenames... now fixed to …
(edit) @6077   20 years jrm21 name of datelist option changed from "nogroupyear" to "nogroup".
(edit) @6065   20 years jrm21 changed (!defined nogroupyears) to (! nogroupyears) since parsargv …
(edit) @6062   20 years jrm21 "use strict" and picked up quite a few typos. escape _ into \_ …
(edit) @6053   20 years kjdon added in strings for exportcol.pl script
(edit) @5935   21 years kjdon now handles subcollection collmeta properly
(edit) @5924   21 years kjdon changed the new metadata to eg WordPlug instead of Word, cos a clash …
(edit) @5919   21 years kjdon each plugin now adds a metadata field to teh doc obj based on the …
(edit) @5878   21 years mdewsnip Added the perllib/cpan path back to INC, to prevent errors (under …
(edit) @5866   21 years davidb Flag for 'metadata_mapping' was mistkenly 'metdata_map'. …
(edit) @5845   21 years mdewsnip David's fixes for running ImagePlug under Windows.
(edit) @5790   21 years jrm21 added Don Gourley's bug patch from AZList to here as well
(edit) @5770   21 years mdewsnip Added mappings for the old DOS 437 (Latin) codepage.
(edit) @5768   21 years kjdon added a check for failed indexing - just test to see if the .id file …
(edit) @5765   21 years mdewsnip Commented out check for spaces in filenames - why is it there?? …
(edit) @5764   21 years mdewsnip Added some extra description of BasPlug's default_encoding option.
(edit) @5743   21 years mdewsnip Removed accidently-added debug statement.
(edit) @5740   21 years mdewsnip A missing string added.
(edit) @5730   21 years kjdon added some more strings
(edit) @5729   21 years kjdon replaced some text with keys in the options list
(edit) @5728   21 years mdewsnip Option defaults can now contain dictionary strings.
(edit) @5725   21 years kjdon added in stuff for the xml usage output
(edit) @5709   21 years jrm21 convert non-standard entities as used by Microsoft code pages to the …
(edit) @5682   21 years mdewsnip Changed to use the gsprintf module, which makes using strings from the …
(edit) @5681   21 years mdewsnip Rewritten option display code (used by all plugins) to use the new …
(edit) @5680   21 years mdewsnip Moved plugin descriptions into the resource bundle …
(edit) @5679   21 years mdewsnip Fixed a bug in format_string_english which was removing more of the …
(edit) @5646   21 years mdewsnip Added fix to prevent bad "W-P" type hlist entries, many thanks to Don …
(edit) @5645   21 years mdewsnip Moved classifier descriptions into the resource bundle …
(edit) @5643   21 years kjdon added Coverage->CO mapping to metadata list cos Date stuff relies on …
(edit) @5642   21 years kjdon fixed another bit of bug related to subcolls with mgpp
(edit) @5617   21 years kjdon fixed a bug in the subcollection building stuff - it was getting the …
(edit) @5616   21 years davidb Position of @args moved, so it records what the options passed to the …
(edit) @5615   21 years davidb Recopt (used in nested classifier hierarchies) added back in.
(edit) @5613   21 years mdewsnip New module for printing strings using the resource bundle (strings.rb).
(edit) @5608   21 years mdewsnip A minor change.
(edit) @5607   21 years mdewsnip Now contains all the plugin and classifier descriptions, and all the …
(edit) @5533   21 years kjdon added strings for the new DateList options
(edit) @5532   21 years kjdon added -nogroupyears, -sortmeta and -datemeta options. see comment in …
(edit) @5494   21 years sjboddie It turns out that the perl link() function is supported on NTFS. …
(edit) @5454   21 years jrm21 seemed to need a \Q to protect a variable in LHS of an s/;
(edit) @5295   21 years mdewsnip Added one tiny little option to help the GLI out with monitoring the …
(edit) @5276   21 years mdewsnip Perl module containing various methods used by the different parts of …
(edit) @5225   21 years sjboddie Fixed a couple of bugs in recent changes for building/displaying …
(edit) @5139   21 years mdewsnip Changed parsing the use_sections option to parse a flag.
(edit) @5106   21 years jrm21 need to chomp output of which java. $opt_d should be "local", not …
(edit) @5103   21 years mdewsnip Newer versions of identify display more accurate file sizes (eg. …
(edit) @5096   21 years jmt12 Metadata fields actually has nothing to do with the metadata elements …
(edit) @5095   21 years mdewsnip Now includes output messages from mkcol.pl, import.pl, and buildcol.pl.
(edit) @5078   21 years mdewsnip Fixed bug where ScreenHeight and ScreenWidth would not be set if …
(edit) @5077   21 years kjdon fixed a bug
(edit) @5066   21 years kjdon changed HTMLPLug to extract multiple values for the same metadata name
(edit) @5016   21 years jrm21 minor fixes for portability 1) look for java on the path instead of …
(edit) @4908   21 years mdewsnip Another missing ']' causing problems.
(edit) @4894   21 years mdewsnip Added a missing ']' that was causing problems. Thanks to Ben Dwyer for …
(edit) @4873   21 years mdewsnip Further work on standardising option descriptions. Specifically, in …
(edit) @4845   21 years jrm21 use add_metadata instead of add_utf8_metadata for Source and URL …
(edit) @4844   21 years jrm21 database plugin doesn't take the "title_sub" option.
(edit) @4843   21 years mdewsnip Added check to ConvertToRogPlug creation so that 'pluginfo.pl …
(edit) @4842   21 years mdewsnip Added check when creating a ConvertToPlug object so that 'pluginfo.pl …
(edit) @4841   21 years davidb Modification to sorting metadata when metadata=Creator. Now tries to …
(edit) @4840   21 years davidb -removesuffix option added to provide similar funtionality to -removeprefix
(edit) @4821   21 years jrm21 corrected extract_first_NNNN function so that it doesn't get confused …
(edit) @4818   21 years davidb Changed 'importfrom' keyword to 'acquire'
(edit) @4811   21 years kjdon levels are now specified using upper or lower case, eg Section or …
(edit) @4810   21 years kjdon added two new fields to build.cfg: indexlevels and textlevel
(edit) @4794   21 years kjdon the mgpp index/fields now use collectionmeta for their display names. …
(edit) @4792   21 years davidb Modified so BibTeX records with no key processed correctly.
(edit) @4791   21 years davidb Modified so -input_encoding flag used.
(edit) @4790   21 years davidb Addition of 'quotemeta' to protect directory separate under Windows …
(edit) @4786   21 years mdewsnip Commented out print_usage functions - classifiers should now call …
(edit) @4785   21 years mdewsnip Commented out print_usage functions - plugins should now call …
(edit) @4778   21 years mdewsnip Modified the code for generating the usage texts to use the methods in …
(edit) @4777   21 years mdewsnip A module containing methods for automatically generating usage text …
(edit) @4769   21 years kjdon paragraph indexing should work now, also slightly changed some other …
(edit) @4768   21 years kjdon changed the index specification for mgpp colls. now we only build one …
(edit) @4767   21 years kjdon now we have searchtype in the collect.cfg file - this is a list of …
(edit) @4764   21 years mdewsnip Replaced call to removed function print_generic_usage() with a call to …
(edit) @4761   21 years mdewsnip Copied (from BasPlug.pm) a generic print usage function which works …
(edit) @4759   21 years mdewsnip Tidied up 'options' and 'arguments' structures (representing the …
(edit) @4750   21 years mdewsnip Improved formatting of usage texts automatically generated from John's …
(edit) @4748   21 years mdewsnip Changed "metadatum" type to "metadata".
(edit) @4747   21 years mdewsnip Added $options structure for storing plugin description.
(edit) @4746   21 years mdewsnip Initial attempt at a generic print usage function which works with the …
(edit) @4745   21 years mdewsnip Uncommented a line which shouldn't have been committed commented.
(edit) @4744   21 years mdewsnip Tidied up and structures (representing the options of the plugin) in …
(edit) @4743   21 years sjboddie Build code changes allowing mg collections containing no indexes to be …
(edit) @4726   21 years davidb Initial version of OAI plugin for parsing records downloaded from an …
(edit) @4725   21 years davidb support added for collection configuration file to use 'importfrom' to …
(edit) @4724   21 years davidb ImagePlug now stores metadata for srcicon, thumbicon and screenicon to …
(edit) @4429   21 years jrm21 new plugin for importing data from perl's DBI database interface - eg …
(edit) @4284   21 years jrm21 the sysfuncs.h header file confuses our gcc, and we don't really need …
(edit) @4283   21 years jrm21 main() must return int.
(edit) @4282   21 years jrm21 not much point storing a binary executable here, especially since it …
Note: See TracRevisionLog for help on using the revision log.