source: gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @16789   16 years davidb Allow non-windows 3.1 compliant collections to be created by default. …
(edit) @16788   16 years davidb Now checks for extended plugins and classifiers as well as in standard …
(edit) @16787   16 years davidb Now checks for extended plugins and classifiers as well as in standard …
(edit) @16779   16 years oranfry look for expat in the common packages directory not runtime packages …
(edit) @16771   16 years ak19 Changes to make it compatible with multilingual filenames. Uses URL …
(edit) @16769   16 years ak19 Intermediate version (with commented out debug statements). 1. Works …
(edit) @16768   16 years ak19 URL encodes filenames in order to handle cases of multilingual images …
(edit) @16767   16 years ak19 In progress: Filename encoding after working with it on Windows. Still …
(edit) @16766   16 years oranfry an icon for greenstone2
(edit) @16765   16 years ak19 Only removes comments in head tag now when working out the encoding
(edit) @16753   16 years ak19 get_language_encoding for HTMLFiles strips out the comments before …
(edit) @16735   16 years ak19 When a directory of interlinking html files is dropped into GLI, …
(edit) @16734   16 years mdewsnip Fixes to SQLite compilation after David's changes.
(edit) @16726   16 years mdewsnip Added quote marks around sqlite executable path so it works when …
(edit) @16725   16 years mdewsnip Undid one of my changes from yesterday -- turns out the oaiserver …
(edit) @16724   16 years ak19 1. Dr Bainbridge added some language-encoding related methods that …
(edit) @16723   16 years mdewsnip Removed unused metaformatters class.
(edit) @16722   16 years mdewsnip Hacked around a problem with the metadataPrefix being undefined when a …
(edit) @16720   16 years mdewsnip Removed some unused variables.
(edit) @16719   16 years ak19 Dr Bainbridge has changed several methods so that they can now be …
(edit) @16718   16 years mdewsnip Minor fixes for validation.
(edit) @16717   16 years mdewsnip Tidied up the validateAction() function to be consistently structured.
(edit) @16716   16 years mdewsnip Tidied up the validateAction() function to be consistently structured.
(edit) @16715   16 years mdewsnip Tidied up the validateAction() function to be consistently structured.
(edit) @16714   16 years mdewsnip Minor comment change.
(edit) @16713   16 years mdewsnip The ListRecords action requires the metadataPrefix argument for both …
(edit) @16712   16 years mdewsnip Removed the abstractlistaction::validateAction() function and …
(edit) @16711   16 years mdewsnip Tidied up the validateAction() function to be consistently structured.
(edit) @16710   16 years mdewsnip Completely tidied up abstractlistaction::validateAction() to handle …
(edit) @16708   16 years mdewsnip Changed the resumptionToken tags to not have any whitespace around the …
(edit) @16707   16 years mdewsnip Now ignores the fail.log file.
(edit) @16706   16 years mdewsnip Committed by accident a while back.
(edit) @16704   16 years mdewsnip Fixed two bugs with resumption token support.
(edit) @16700   16 years kjdon changed a comment
(edit) @16699   16 years kjdon added auxiliary parameter to new - needed if you want to do new …
(edit) @16698   16 years kjdon added auxiliary parameter to new - needed if you want to do new …
(edit) @16697   16 years kjdon if marc mapping file cannot be located, print a warning about can't …
(edit) @16696   16 years kjdon added an option to XML parser to strip out namespaces. did this so …
(edit) @16695   16 years kjdon the last commit was by mistake - this one removes the print statements …
(edit) @16694   16 years kjdon MARCXMLPlugin uses textcat_language_and_encoding method from …
(edit) @16693   16 years kjdon MARCXMLPlugin uses textcat_language_and_encoding method from …
(edit) @16692   16 years kjdon code to read in marc mapping files moved from MARCXMLPlugin to …
(edit) @16680   16 years anna Improved customization of metadata sets/elements used in the …
(edit) @16677   16 years davidb Minor tweak to EmailPlugin to avoid directories that match \d+ being …
(edit) @16674   16 years ak19 Added caching for textcat results on filecontents as well: a second …
(edit) @16673   16 years ak19 Removed comment. URL encode and URL decode subroutines added.
(edit) @16672   16 years ak19 URL encode and URL decode subroutines added.
(edit) @16670   16 years ak19 Instead of base64 encoding the gsdl_source_filename, it now URL …
(edit) @16669   16 years kjdon removed these files from svn control. HOpe everything still works :-)
(edit) @16667   16 years kjdon get_language_encoding was setting ->input_encoding, which means its …
(edit) @16647   16 years kjdon removed the segmentation lines from store_saved_metadata - this only …
(edit) @16646   16 years kjdon now segments all metadata as well as text
(edit) @16645   16 years kjdon upgraded segmentation stuff in format_querystring (using unicode 4.0) …
(edit) @16644   16 years kjdon now uses CJKTextSegmenter to add segmentation functionality to text …
(edit) @16643   16 years kjdon removed a couple of 'use xxx' lines that are not needed
Note: See TracRevisionLog for help on using the revision log.