source: trunk/gsdl/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @12340   18 years kjdon maxnumeric is set using set_maxnumeric (by buildcol.pl) rather than …
(edit) @12339   18 years kjdon added buildcol.maxnumeric
(edit) @12332   18 years shaoqun added strings for plugouts
(edit) @12330   18 years shaoqun plugouts modules
(edit) @12329   18 years shaoqun plugouts' wrapper module
(edit) @12328   18 years shaoqun added code to guard undefined value
(edit) @12327   18 years shaoqun added methods used by plugout
(edit) @12326   18 years shaoqun added code to handle plugout
(edit) @12325   18 years kjdon now passes maxnumeric option to mgpp_passes
(edit) @12309   18 years kjdon changed to explodes=yes, put table tags around the HTMLDisplay …
(edit) @12291   18 years kjdon set explodes to yes, added a space before 'and' when concatenation authors
(edit) @12274   18 years mdewsnip Added support for "indexed_section" and "info_section" gsdldoctype …
(edit) @12272   18 years mdewsnip Moved some code out of a loop that should only be done once.
(edit) @12270   18 years kjdon set_OIDtype now takes two arguments, the type and the metadata (used …
(edit) @12269   18 years kjdon fixed a typo in a comment
(edit) @12268   18 years kjdon set_OIDtype now takes a second argument which is the metadata element …
(edit) @12267   18 years kjdon added import.OIDmetadata option
(edit) @12169   18 years mdewsnip Tidied up that horrible long line in the new() function of every plugin.
(edit) @12128   18 years kjdon output_collection_meta now outputs an empty [collection] entry to gdbm …
(edit) @11997   18 years davidb String label for new option to import.pl (-manifest). Support for …
(edit) @11996   18 years davidb Extra tweak to code (if statement added) to help cope with the …
(edit) @11995   18 years davidb Improved support for incremental addition: instead of having to run …
(edit) @11994   18 years davidb Improved support for incremental addition: instead of having to run …
(edit) @11970   18 years mdewsnip Removed, as the version of the translator it was used for is long gone.
(edit) @11966   18 years mdewsnip (Profiling) Creating new textcat objects (one for each plugin) is …
(edit) @11965   18 years kjdon removed unused funcitons. also, changed basebuilder back to call …
(edit) @11963   18 years kjdon output_collection_meta not used anymore. have commented out where its …
(edit) @11962   18 years kjdon changed Contributors to Contributor in the list of dc metadata
(edit) @11945   18 years kjdon added exportcol.noinstall
(edit) @11920   18 years mdewsnip Removed the code that converts the filename into a regular expression, …
(edit) @11919   18 years mdewsnip Fixed some metadata_read code that was obviously not tested on Windows.
(edit) @11918   18 years mdewsnip Simple plugin for reading metadata from comma-separated value files.
(edit) @11896   18 years kjdon fixed line 521 - matching on a windows path gives an error like can't …
(edit) @11894   18 years mdewsnip Upgraded from 0.78 to 0.79 (the current version), as 0.78 contained a …
(edit) @11893   18 years kjdon deleted some stuff to do with original Word documents - this plugin …
(edit) @11886   18 years kjdon changed some of the strings for StructuredHTMLPlug options, and …
(edit) @11884   18 years kjdon removed tof_header option - can just specify this in the toc_header option
(edit) @11881   18 years kjdon added a test for image file in case there isn't one, in process_item
(edit) @11880   18 years kjdon added a #" to line 1100 so that emacs colouring is not stuffed up
(edit) @11862   18 years kjdon made metadata a required field so its like other classifiers
(edit) @11851   18 years kjdon added modegli=3 to delete_toc option so that it only shows up if the …
(edit) @11850   18 years kjdon changed header, toc eetc options from WordPLug to Structured HTML plug
(edit) @11849   18 years kjdon added the header etc args into StructuredHTMLPlug args otherwise it …
(edit) @11834   18 years mdewsnip Replaced all "_httpcollection_" in metadata (especially srclink) with …
(edit) @11833   18 years kjdon the test for windows scripting now tests if its true, rather than defined
(edit) @11827   18 years kjdon moved the add FileFormat metadata bit outside of the loop so that it …
(edit) @11816   18 years mdewsnip Added a copyright notice.
(edit) @11793   18 years mdewsnip Added a new document type: "info_doc", which is not indexed but is …
(edit) @11792   18 years shaoqun add new strings for downloadpane
(edit) @11789   18 years kjdon added a few strings in the download modules section
(edit) @11788   18 years kjdon added in placeholders for the new download strings - TODO- fill in the …
(edit) @11787   18 years kjdon added code to print the DownloadInfo header
(edit) @11784   18 years kjdon Jefferey's download module
(edit) @11783   18 years kjdon Jefferey's new download modules
(edit) @11756   18 years kjdon removed exportcol netscape strings, added export saveas_version string
(edit) @11750   18 years kjdon removed a few print statements
(edit) @11686   18 years kjdon print out the displayname if there is one in the print_xml and …
(edit) @11682   18 years kjdon added DTD mods for PlugInfoList and ClassInfoList
(edit) @11681   18 years kjdon print_xml_usage and print_xml_header now take arguments
(edit) @11680   18 years kjdon changed how it loads secondary plugins - now uses eval. did this cos …
Note: See TracRevisionLog for help on using the revision log.