source: gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17016   16 years ak19 Removed unused line of code
(edit) @17015   16 years ak19 Handles URL-encoded filenames now (since the xlink_href urls referring …
(edit) @17013   16 years ak19 Removed unused (commented out) code
(edit) @17010   16 years davidb g2f-import.pl now only runs export.pl, rather than a combination of …
(edit) @16997   16 years ak19 Multilingual filehandling in subroutine extra_metadata
(edit) @16996   16 years kjdon changed 'package FedoraMETSPlugout' to 'package …
(edit) @16995   16 years kjdon fixed a misnamed method call
(edit) @16994   16 years kjdon add a test for invalid real media file
(edit) @16991   16 years kjdon fixed up a coupld of things to do with assoc files
(edit) @16981   16 years kjdon forgot to commit the changes to the BaseMediaConverter file after …
(edit) @16980   16 years kjdon cjk character segmentation. text_t chars not big enough to handle …
(edit) @16979   16 years anna updated French translations.
(edit) @16978   16 years anna updated English expression, thanks to John Rose.
(edit) @16976   16 years kjdon this is a base class for converters, not an actual converter so …
(edit) @16975   16 years davidb support for /collect in URL pointing to area designated by 'collecthome'
(edit) @16973   16 years anna Updated French Core Interface. Many thanks to John Rose.
(edit) @16971   16 years ak19 Made specifying httpprefix in gsdlsite.cfg optional, which it should be.
(edit) @16970   16 years kjdon changed an output statement
(edit) @16969   16 years kjdon check that GSDLCOLLECTDIR is defined before using it in …
(edit) @16968   16 years kjdon added two options - collection, used to set gsdlcollectdir if …
(edit) @16961   16 years ak19 Fixed a bug introduced in last commit
(edit) @16960   16 years ak19 Fixed a bug introduced in last commit
(edit) @16959   16 years mdewsnip Removed the "oid_to_clids" crap that was allegedly added for …
(edit) @16958   16 years ak19 Expanded a comment
(edit) @16957   16 years ak19 Associated file names are url-encoded
(edit) @16956   16 years ak19 Associated file names are url-encoded
(edit) @16955   16 years ak19 Associated file names are url-encoded
(edit) @16954   16 years ak19 Minor edit since a subroutine has been renamed
(edit) @16953   16 years ak19 Associated file names are url-encoded
(edit) @16952   16 years ak19 Associated file names are url-encoded
(edit) @16950   16 years ak19 Added some convenience methods to get often-used metadata: Source, …
(edit) @16949   16 years davidb Wrong variable used in putenv(). Needed to put 'putpath' not 'path'
(edit) @16947   16 years mdewsnip Changed the Lucene code to use the Greenstone document OIDs directly, …
(edit) @16937   16 years ak19 Correction to setting new SourceFile metadata
(edit) @16935   16 years ak19 Removed the commented out debug statements now, since I think …
(edit) @16934   16 years ak19 Removed commented out debug statements
(edit) @16933   16 years ak19 Doodoo. Forgot to return the modified strings from new subroutines …
(edit) @16932   16 years ak19 Fixed error I introduced in the changes committed previously
(edit) @16929   16 years mdewsnip Fixed nasty parsing problem with hierarchy files where lines that …
(edit) @16928   16 years ak19 Corrected an error that I introduced in the previous commit.
(edit) @16925   16 years sjboddie Minor fix to windows make file so make clean works
(edit) @16924   16 years ak19 Added subroutine assocfile_from_sourcefile which works out the name of …
(edit) @16923   16 years ak19 1. Sets both the Source and new SourceFile metadata; 2. Calls …
(edit) @16922   16 years ak19 1. The doclink uses the new SourceFile metadata, which is the …
(edit) @16921   16 years ak19 src_link uses the new SourceFile metadata, which is the url-encoded …
(edit) @16920   16 years ak19 1. When checking whether the original_file is missing, it ensures that …
(edit) @16919   16 years ak19 set_Source_metadata modified to also set SourceFile metadata which …
(edit) @16918   16 years ak19 Added methods url_to_filename and filename_to_url: Two utility …
(edit) @16915   16 years mdewsnip Changes made by Richard Managh at DL Consulting Ltd for returning …
(edit) @16913   16 years ak19 Removed my distracting debug statement
(edit) @16910   16 years davidb Setting up of enviroment variables in its init() method now moved to …
(edit) @16909   16 years davidb Switched from using setenv to putenv, as former doesn't appear to be …
(edit) @16908   16 years mdewsnip Fixed path to iconv library.
(edit) @16904   16 years ak19 1. The percents in URL-encoded associated images' filenames are only …
(edit) @16903   16 years mdewsnip Moved compilation of iconv library from common-src/win32.mak to …
(edit) @16902   16 years mdewsnip Moved packages/windows/iconv into indexers/packages/windows, since …
(edit) @16901   16 years ak19 The percents in URL-encoded image filenames are only escaped with …
(edit) @16900   16 years ak19 1. URL_encode method now only encodes urls if they are not already …
(edit) @16899   16 years ak19 Since the names of the file(s) generated upon conversion to html (incl …
(edit) @16897   16 years mdewsnip Now ignores "iconv" subdirectory.
(edit) @16896   16 years mdewsnip Now compiles the iconv library in packages/windows/iconv/iconv.
(edit) @16895   16 years davidb Runtime code can now support GDBM database being provided as a gzipped …
(edit) @16892   16 years mdewsnip http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.11.1.tar.gz, repackaged …
(edit) @16891   16 years mdewsnip Minor change so it doesn't look like an error has occurred compiling …
(edit) @16890   16 years mdewsnip Now ignores the "windows" directory.
(edit) @16889   16 years mdewsnip Added "$(VCINSTALLDIR)/include/mfc" to include path for "rc" program …
(edit) @16888   16 years ak19 URL encodes the name of the file(s) generated upon conversion to html, …
(edit) @16881   16 years kjdon added default collectionmeta for document and section levels
(edit) @16856   16 years kjdon in gli mode, print a warning about can't process images
(edit) @16854   16 years kjdon removed some forgotten debug statements
(edit) @16852   16 years kjdon no_block no longer affects blocking cover images. setting block_exp …
(edit) @16851   16 years kjdon removed a print statement I left in last commit
(edit) @16850   16 years kjdon changed a print statement to print to outhandle instead of STDERR
(edit) @16849   16 years kjdon fixed a bad error in previous commit where I had put super::init …
(edit) @16848   16 years kjdon added Thumbs.db to block list
(edit) @16847   16 years kjdon moved setting of self->basedir from BasePlugin to MediaConverter as …
(edit) @16846   16 years kjdon unhid the cache images option for gli
(edit) @16844   16 years davidb File::RandomAccess added to support Image::ExifTool. Both are pure …
(edit) @16843   16 years davidb Additions to strings dictionary
(edit) @16842   16 years davidb ExifTool added to cpan area to support metadata extraction from files …
(edit) @16841   16 years davidb Supporting classes for conversion
(edit) @16837   16 years ak19 Fixing an error introduced in the previous commit: after eval_dir_dots …
(edit) @16836   16 years ak19 1. When working out the web_url, it needs to know of any containing …
(edit) @16835   16 years mdewsnip Now gets the list of OAI nodes to output from the GDBM file ("oai" …
(edit) @16827   16 years davidb Edited needed to make pageImagePlugin work again after plugin restructuring
(edit) @16826   16 years davidb Base class use in modules such as ImageConverter.pm
(edit) @16825   16 years davidb Code for supporting cache merged back in with Katherine's restructured …
(edit) @16824   16 years davidb Filenames are now quoted in system calls, so they can have spaces in them.
(edit) @16822   16 years davidb White space adjustment
(edit) @16821   16 years davidb Introduced new merge_inheritance function, useful in a plugin …
(edit) @16820   16 years davidb Fixed cut and pase error in comment that talked about text plugin, …
(edit) @16819   16 years davidb Minor white space changes
(edit) @16812   16 years ak19 Undid the changes introduced in the last commit which url encode the …
(edit) @16799   16 years ak19 URL encoding href links for internal links since the database lookup …
(edit) @16795   16 years davidb Minor tweak to supress directory name being produced on a cd command, …
(edit) @16794   16 years davidb Tweak to filename_cat that had an explicit '/' in it. Didn't seem to …
(edit) @16793   16 years davidb Double nested function call broken down in to two separate lines to …
(edit) @16792   16 years davidb Comment out some debugging code
(edit) @16791   16 years davidb Improvement to downloading capabilities for WGet and OAI
(edit) @16790   16 years davidb Support for exploding oai records. Added at the request of John Rose.
Note: See TracRevisionLog for help on using the revision log.