source: gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17070   16 years anna remove the translation of ImageConverter.desc element.
(edit) @17069   16 years anna make the element texts consistent with the english version.
(edit) @17068   16 years anna update several element texts, changed the key names appeared in the …
(edit) @17066   16 years ak19 OAIPlugin now works again: 1. needs to inherit from ReadTextFile as …
(edit) @17065   16 years mdewsnip Added check that the GDBM .txt.gz file actually exists before trying …
(edit) @17064   16 years anna Make the French version consistent with the current English properties …
(edit) @17063   16 years ak19 Special xml element added for images is now commented out since that …
(edit) @17062   16 years ak19 When verbosity is set to 0, it now also ignores output generated by a …
(edit) @17060   16 years kjdon two files were missing img tags for their final images, which were now …
(edit) @17059   16 years ak19 The invalid MIMEtype image/jpg for generated images are now changed to …
(edit) @17058   16 years ak19 1. Moved the mime_type hashmap out of the guess_mime_type subroutine …
(edit) @17057   16 years kjdon added some more warnings when tidying up assigned OIDs
(edit) @17056   16 years kjdon added a few new plugin strings
(edit) @17055   16 years kjdon in buffer_txt_section_xml need to pass the is_recursive flag when …
(edit) @17054   16 years kjdon a previous change to ReadXMLFile meant that all namespaces were …
(edit) @17053   16 years kjdon made the default OIDtype auto, add message_id at end instead of start …
(edit) @17038   16 years kjdon only have GA and GreenstoneMETS in saveas list for importing
(edit) @17037   16 years kjdon made descriptions for new options come from dictionary, hide the …
(edit) @17033   16 years kjdon fixed up some bugs in add_OID
(edit) @17032   16 years kjdon changed a comment
(edit) @17030   16 years kjdon added a mapping for METSPlug
(edit) @17029   16 years kjdon added descriptions for the new exploding options, METSPlugin changed …
(edit) @17028   16 years kjdon changed METS to GreenstoneMETS in the code
(edit) @17027   16 years kjdon METSPlugin only processes greenstone mets, so renamed it.
(edit) @17026   16 years kjdon OID generation modifications: OIDtype and OIDmetadata options now …
(edit) @17025   16 years kjdon modified set_OID to take hash_on_file and hash_on_gs_xml as oid types.
(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 …
Note: See TracRevisionLog for help on using the revision log.