source: trunk/gsdl/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @4281   21 years jrm21 1) use Getopts::Std instead of getopts.pl 2) Only print informative …
(edit) @4229   21 years mdewsnip Replaced unicode2koi8r with a more generic version: …
(edit) @4225   21 years jrm21 if the "removeprefix" option makes the metadata value empty, we skip …
(edit) @4224   21 years jrm21 fixed regexp for when we have a content type without a charset
(edit) @4192   21 years sjboddie Added maxnumeric build time configuration option. This is useful for …
(edit) @4103   21 years sjboddie Added a -nohidden PDFPlug option and made it pass the -hidden option …
(edit) @4089   21 years jrm21 added "\n" to headers as we weren't picking up messages that were only …
(edit) @3932   21 years jrm21 need to escape _ chars.
(edit) @3919   21 years jrm21 tidy and fix reg-exps when looking for #includes... it got stuck in a …
(edit) @3856   21 years davidb General improvement to the translator facility.
(edit) @3834   21 years sjboddie Prevent "use bytes" from causing errors for older perls
(edit) @3833   21 years jrm21 fixed up parsing the use_sections argument.
(edit) @3805   21 years sjboddie Bug fix so mgpp works properly for windows installations installed to …
(edit) @3772   21 years sjboddie Added utf-8 textcat models for french, spanish, and italian
(edit) @3767   21 years sjboddie Scattered some "use bytes" pragmas around to try to prevent perl-5.8 …
(edit) @3737   21 years davidb Used to support music-centent based collections
(edit) @3732   21 years jrm21 need to escape ",", "<", and ">" in title metadata
(edit) @3731   21 years jrm21 If textcat returns too many possibilities, use the default language …
(edit) @3728   21 years sjboddie Prevent "undefined variable" warnings for documents that have no …
(edit) @3727   21 years sjboddie Reverted back last change to AZList.pm. Attempting to make it work …
(edit) @3726   21 years jrm21 minor fix for "_" chars in urls... escape them after, not before. …
(edit) @3724   21 years kde2 Submission of Interface Translation Agency
Note: See TracRevisionLog for help on using the revision log.