source: main/trunk/greenstone2/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31113   7 years ak19 Text item files now handle UTF-8 properly by reading in the file correctly.
(edit) @30857   8 years ak19 Unless new line endings (particularly carriage return characters …
(edit) @30742   8 years kjdon paged docs without images look weird in gs3. need to make a new type, …
(edit) @30681   8 years ak19 3 new strings introduced by Kathy contained the :, which is used as a …
(edit) @30600   8 years ak19 An empty metadata.xml was unrecognised by MetadataXMLPlugin because …
(edit) @30492   8 years Georgiy Litvinov Fix for previous commit.
(edit) @30491   8 years Georgiy Litvinov Removed high and low surrogates from converted html
(edit) @30427   8 years davidb Technique for working out cached-dir name for file updated to allow it …
(edit) @30358   8 years Georgiy Litvinov Fix for -associate_tail_re option. Files with extensions that could be …
(edit) @30022   9 years ak19 Finally committing Dr Bainbridge's suggested fix (tested) to handle …
(edit) @29820   9 years kjdon EmbeddedMEtadataPlugin needs to make raw filenames into unicode for …
(edit) @29818   9 years kjdon removing debug and old test code
(edit) @29817   9 years kjdon removing debug statements
(edit) @29796   9 years kjdon don't need use Win32 and anyway, can't have it when not running on windows
(edit) @29795   9 years kjdon change to using util method raw_filename_to_unicode. got this working …
(edit) @29763   9 years ak19 on macos, accented chars in filenames are in decomposed form, eg the …
(edit) @29762   9 years ak19 check if the filenames are url encoded - this happens for eg accented …
(edit) @29760   9 years kjdon try decoding against locale rather than utf8. will this work on …
(edit) @29745   9 years kjdon using Encode::decode to make the filenames 'unicode aware'. For …
(edit) @29476   9 years sjs49 First of 2 commits to get diffcol on the 64 bit Ubuntu that has perl …
(edit) @29102   10 years kjdon added the string for PDFPlugin.use_realistic_book option
(edit) @29101   10 years kjdon added -use_realistic_book option. htis makes user you are converting …
(edit) @28836   10 years ak19 A question on the mailing list involved accented characters in custom …
(edit) @28803   10 years ak19 Testing with accented characters in MARC data showed up problems in …
(edit) @28783   10 years ak19 Treatment of 'and' in the MARC*Plugin.pm an issue for Greenstone …
(edit) @28782   10 years ak19 Routine for reading in text files failed to 'decode' from UTF-8 to …
(edit) @28669   10 years ak19 This plugin is similar to CSVPlugin, but for tab-separated metadata files
(edit) @28638   10 years kjdon don't process a doc.xml entry if the group-position > 1: we have …
(edit) @28603   10 years ak19 Found some issues when wanting to add in the CDS-ISIS tutorial …
(edit) @28563   10 years kjdon changing some util:: methods to FileUtils:: methods
(edit) @28560   10 years ak19 1. New subroutine util::set_gnomelib_env that sets the environment for …
(edit) @28489   11 years davidb Support for Cygwin added
(edit) @28381   11 years ak19 Bugfix. When dealing with filenames with special characters that are …
(edit) @28375   11 years davidb A set of changes to help Greenstone building code (perl) run under …
(edit) @28355   11 years ak19 1. Now gsConvert.pl calls the new pptextract.vbs VBScript (which …
(edit) @28319   11 years ak19 The replace-with-src-doc feature had stopped working. It needed …
(edit) @28285   11 years ak19 Deprecated util:: subroutines replaced with their FileUtils equivalents
(edit) @28267   11 years davidb Code change to allow doc.xml files that do not have a DOCTYPE line
(edit) @28265   11 years davidb Revised RE for accepting doc.xml files to allow for time-stamped ones
(edit) @28196   11 years kjdon util::mk_dir should be FileUtils::makeDirectory
(edit) @27982   11 years sjm84 Fixed an error that was occuring on Windows due to backslashes
(edit) @27973   11 years ak19 Reinstating Dr Bainbridge's fix to getting the extra meta in sorted …
(edit) @27957   11 years ak19 For now, undoing the change made to BasePlugin for the diffcol nightly …
(edit) @27949   11 years ak19 Need to sort extra metadata (e.g. ex.PDF.* and ex.File.* meta …
(edit) @27927   11 years ak19 Correcting error introduced in earlier commit.
(edit) @27916   11 years ak19 1. Reference to undefined variable. 2. Using FileUtils:: subroutines …
(edit) @27787   11 years kjdon making the thumbicon img tag valid HTML - adding alt att, and putting …
(edit) @27742   11 years ak19 Remove Windows carriage returns when Greenstone assigns titles, where …
(edit) @27703   11 years ak19 Dr Bainbridge fixed the final diffcol issue with Small-HTML on windows …
(edit) @27697   11 years ak19 Dr Bainbridge fixed it so that the gdb files generated on Windows for …
(edit) @27578   11 years ak19 Doing a sort on all occurrences of readdir, so readdir lists dir …
(edit) @27519   11 years ak19 Using the recommended FileUtils.pm equivalents for util.pm subroutines.
(edit) @27509   11 years ak19 Using the recommended FileUtils.pm methods in place of the deprecated …
(edit) @27503   11 years kjdon modified to handle files with just a single record. So no collection …
(edit) @27502   11 years kjdon trying to fix double encoding issue for isis files. not sure that I …
(edit) @27354   11 years kjdon changed some deprecated util methods for FileUtils methods
(edit) @27321   11 years ak19 Two bugfixes: 1. Handling of quotes not just the CSV fields containing …
(edit) @27306   11 years jmt12 Moving the critical file-related functions (copy, rm, etc) out of …
(edit) @27283   11 years ak19 1. Fixed an encoding bug that Diego helpfully discovered. Metadata …
(edit) @27141   11 years kjdon fixed extract_metadata so that it will get all ocurrences of a …
(edit) @27106   11 years kjdon need to do the same utf8 decode step that is used in ReadTextFile on …
(edit) @26893   11 years kjdon ConvertBinaryFile needs to reset the doc OID after all the processing …
(edit) @26867   11 years davidb Added a block for pesky .DS_Store files, generated by Macs
(edit) @26866   11 years davidb Introduction of -aspectpad... options. Useful when working with …
(edit) @26536   11 years davidb Introduction of two new OIDtype values (hash_on_full_filename and …
(edit) @26222   12 years kjdon added plugin_specific_process method - inheriting plugins can use this …
(edit) @26221   12 years kjdon new OIDtype, filename, will use the file name without any folders or …
(edit) @26146   12 years davidb Refinement to EmbeddedMetadataPlugin that allows it to operate with …
(edit) @25971   12 years kjdon removed two forgotten debug statements
(edit) @25961   12 years kjdon more cunning document types. gs3 has a new one, pagedhierarchy - for …
(edit) @25957   12 years kjdon adding in support for plugins knowing what version of greenstone (2/3) …
(edit) @25797   12 years kjdon need to define gsprintf in order to use it
(edit) @25787   12 years ak19 Forgot to commit the use of the perl function to find the filesize and …
(edit) @25778   12 years ak19 ex.ImageSize and ex.FileSize metadata were being set to the string …
(edit) @25743   12 years kjdon if we happen to have a file and matching process expression that …
(edit) @25742   12 years kjdon change to use can_process_this_file instead of metadata_read to test …
(edit) @25741   12 years kjdon modified process expression to handle .mbox
(edit) @25673   12 years sjm84 Links that only contain # values now have a macro added to the front …
(edit) @25555   12 years sjm84 We want to be able to get associated files from CSS files
(edit) @25508   12 years ak19 Since epub files are zip files with a differently named extension, …
(edit) @25345   12 years kjdon working on equiv link stuff. Have changed xxx.assoclink and equivlink …
(edit) @25333   12 years kjdon added some output messages. make sure we keep previous metadata - …
(edit) @25332   12 years kjdon if we block OAI files, then they won't get processed by OAIPlugin, so …
(edit) @25192   12 years ak19 Diego noticed that even openoffice was available, pptx was not …
(edit) @25094   12 years kjdon extrametadata must have url style filepaths, ie / for dirsep. and they …
(edit) @24971   12 years ak19 1. Introduced the util::filepath_to_url_format subroutine which will …
(edit) @24951   12 years ak19 All perlcode that accesses extrametakeys, extrametadata, extrametafile …
(edit) @24932   12 years ak19 Diego noticed how the metadata in a toplevel metadata.xml, which …
(edit) @24829   12 years ak19 Changes to bat files and perl code to deal with brackets in (Windows) …
(edit) @24796   12 years ak19 EmbeddedMetadataPlugin now blocks *.oai files so that they can be …
(edit) @24794   12 years ak19 Part 3 of commit r24547. The recently-added abstract plugin …
(edit) @24763   13 years ak19 Passing verbosity to gs-magick.pl when verbosity is set in import options
(edit) @24756   13 years ak19 Diego found an oversight in the previous commit: forgot to use Encode …
(edit) @24736   13 years ak19 Perl strings that result from reading in data from text files need to …
(edit) @24728   13 years ak19 AutoloadConverter messages string properties were not appearing: one …
(edit) @24600   13 years ak19 Added gs-magick.pl script which will set the environment for …
(edit) @24568   13 years ak19 Minor cosmetic fix: annoying typo.
(edit) @24564   13 years ak19 Fixed a bug detected on Ubuntu: the string iso8859-1, as obtained from …
(edit) @24548   13 years ak19 Part 2 of previous commit (r24547). Added new abstract plugin …
(edit) @24547   13 years ak19 Added new abstract plugin MetadataRead that defines …
Note: See TracRevisionLog for help on using the revision log.