source: main/trunk/greenstone2/perllib@ 21643

Name Size Rev Age Author Last Change
../
cgiactions 21569   14 years mdewsnip Changed all places explicitly using ".gdb" to use the …
classify 20904   14 years kjdon approximate size partition, don't do it if too few items
cpan 19805   15 years mdewsnip Now ignores System directory too (created on Mac).
dbutil 21545   14 years mdewsnip Fixed wrong function name.
downloaders 20926   14 years kjdon if can't download a source doc for some reason, move on to the next …
plugins 21614   14 years mdewsnip Changed ArchivesInfPlugin.pm so it uses the infodbtype value from the …
plugouts 21584   14 years mdewsnip Changed BasePlugout to use the infodbtype value from the arcinfo …
rm 14659   17 years anna Undoing commit of r14657.
textcat 11384   18 years jrm21 new model
webpageutil.pm 530 bytes 15894   16 years mdewsnip Added "use strict" to the files missing it.
XMLParser.pm 800 bytes 15894   16 years mdewsnip Added "use strict" to the files missing it.
gflock.pm 1.7 KB 15894   16 years mdewsnip Added "use strict" to the files missing it.
docproc.pm 2.2 KB 17747   15 years kjdon GA changed to GreenstoneXML
cnseg.pm 2.6 KB 16980   16 years kjdon cjk character segmentation. text_t chars not big enough to handle …
docprint.pm 2.6 KB 19214   15 years kjdon double && seemed to cause trouble for diego
download.pm 2.7 KB 17527   16 years ak19 Now calls new subroutine setIsGLI on the download_obj to indicate …
plugout.pm 2.7 KB 14929   16 years davidb Tidying up whitespace
scriptutil.pm 2.7 KB 20646   15 years kjdon if keepold is true, set incremental_mode to onlyadd
marcmapping.pm 3.8 KB 19618   15 years kjdon changed the test for array/single file to look for ARRAY instead of …
Kea.pm 3.8 KB 11070   18 years mdewsnip A much tidier Kea.pm that now also works on Windows.
manifest.pm 3.8 KB 18441   15 years davidb Modifications for incremental building to support files that need to …
muread.pm 4.0 KB 15894   16 years mdewsnip Added "use strict" to the files missing it.
metadatautil.pm 4.1 KB 19496   15 years davidb Fixed typo in comment
ClassifyTreePath.pm 4.4 KB 15894   16 years mdewsnip Added "use strict" to the files missing it.
encodings.pm 4.5 KB 15894   16 years mdewsnip Added "use strict" to the files missing it.
expinfo.pm 4.5 KB 20651   15 years davidb Updated to support incremental exporting
mgbuildproc.pm 4.7 KB 20419   15 years kjdon strip off ex. before retrieving metadata for indexing. ex. now valid …
giget.pm 5.2 KB 15889   16 years mdewsnip Added "use strict", and fixed resulting problems.
cfgread.pm 5.3 KB 20390   15 years mdewsnip Improved cfgread::read_cfg_line() so it doesn't take forever to parse …
parsargv.pm 5.6 KB 15894   16 years mdewsnip Added "use strict" to the files missing it.
sorttools.pm 5.8 KB 18902   15 years mdewsnip Same fix to format_string_fr() and format_string_es() as Katherine …
iso639.pm 7.5 KB 18431   15 years anna Fixed iso639 perllib.
IncrementalDocument.pm 8.1 KB 21564   14 years mdewsnip Changed lots of occurrences of "GDBM" in comments, variable names and …
convertutil.pm 8.2 KB 20539   15 years davidb Couple of tweaks to do with when caching is run for the very first time
DateExtract.pm 8.3 KB 15895   16 years mdewsnip Added "use strict" to one more file, then fixed all the problems …
multiread.pm 8.6 KB 20579   15 years davidb Unicode encoding broken down into two steps.
dbutil.pm 8.9 KB 21550   14 years mdewsnip Added to dbutil.pm two new general functions: …
ClassifyTreeModel.pm 9.0 KB 21564   14 years mdewsnip Changed lots of occurrences of "GDBM" in comments, variable names and …
gsprintf.pm 9.4 KB 21289   14 years kjdon extension handling extended to include gs3 extensions
colcfg.pm 9.6 KB 21570   14 years mdewsnip Changed colcfg.pm so it "require"s collConfigxml and buildConfigxml …
parse2.pm 10.0 KB 18914   15 years kjdon added a new type of arg - enumstring which has an enumerated list or …
parse3.pm 10.4 KB 16125   16 years osborn new parser for GLI scheduling component
printusage.pm 10.7 KB 21341   14 years kjdon can add internal => 'true' to plugin/classifier option, and it won't …
arcinfo.pm 10.9 KB 21585   14 years mdewsnip Changed one occurrence of dbutil::read_infodb_keys() to …
inexport.pm 11.3 KB 21620   14 years mdewsnip Changed inexport.pm to use the infodbtype value from the collect.cfg …
textcat.pm 11.8 KB 19050   15 years davidb No need to set filecontents_cache to undef first
g2futil.pm 12.9 KB 21588   14 years ak19 I think I've now fixed the bug where build operation in FLI would fail …
classify.pm 13.0 KB 21564   14 years mdewsnip Changed lots of occurrences of "GDBM" in comments, variable names and …
ghtml.pm 13.6 KB 17058   16 years ak19 1. Moved the mime_type hashmap out of the guess_mime_type subroutine …
plugin.pm 13.8 KB 21618   14 years mdewsnip Changed plugin::remove_some() to take the infodbtype as the second …
collConfigxml.pm 14.0 KB 20104   15 years kjdon added back the assigned variable, modified DocType
mgppbuildproc.pm 14.1 KB 20419   15 years kjdon strip off ex. before retrieving metadata for indexing. ex. now valid …
lucenebuilder.pm 16.2 KB 21621   14 years ak19 Checking for existence of LuceneWrapper to see if Lucene was disabled …
lucenebuildproc.pm 18.1 KB 21643   14 years mdewsnip Changed IncrementalBuildUtils::addDocument() to take the infodbtype …
buildConfigxml.pm 18.6 KB 21439   14 years davidb Support for 'infodbtype' added
mgbuilder.pm 18.7 KB 20418   15 years kjdon language_metadata was sometimes with an underscore, and sometimes …
acronym.pm 19.1 KB 18751   15 years kjdon added missing 'use util'
unicode.pm 19.5 KB 18410   15 years ak19 Some changes made in url and base64 encoding to deal with when the …
IncrementalBuildUtils.pm 21.1 KB 21643   14 years mdewsnip Changed IncrementalBuildUtils::addDocument() to take the infodbtype …
basebuildproc.pm 21.8 KB 20420   15 years kjdon strip ex. off languagemetadata, and subcollection field
ClassifyTreeNode.pm 23.8 KB 21563   14 years mdewsnip Deleted GDBMUtils.pm. What was the point of me spending all that time …
basebuilder.pm 24.1 KB 21607   14 years mdewsnip Changed basebuilder.pm so set_infodbtype() is called on the buildproc …
mgppbuilder.pm 27.6 KB 20418   15 years kjdon language_metadata was sometimes with an underscore, and sometimes …
doc.pm 29.0 KB 21566   14 years mdewsnip Changed all places explicitly using "archiveinf-doc.gdb" or …
util.pm 29.7 KB 21616   14 years mdewsnip Minor comment change.
strings_mr.properties 31.8 KB 19245   15 years anna renamed string keys in the translations to match classifier name
strings_zh.properties 67.3 KB 21566   14 years mdewsnip Changed all places explicitly using "archiveinf-doc.gdb" or …
strings.properties 74.6 KB 21568   14 years mdewsnip Fixed up a couple more unnecessarily GDBM-specific bits.
strings_ro.properties 75.6 KB 19245   15 years anna renamed string keys in the translations to match classifier name
strings_es.properties 83.4 KB 19402   15 years anna Updated Spanish perllib translations. Many thanks to Diego Spano.
strings_fr.properties 88.2 KB 21566   14 years mdewsnip Changed all places explicitly using "archiveinf-doc.gdb" or …
strings_ar.properties 91.4 KB 19673   15 years anna Updated Arabic translations for Perl modules and GLIDictionary. Many …
strings_kk.properties 124.4 KB 21200   14 years anna New Kazak translations of perl modules. Many thanks to Zhanat Kulenov.
strings_ru.properties 125.5 KB 19332   15 years anna Updated Russian Perl Modules. Many thanks to Sergey Karpov.
strings_th.properties 157.0 KB 19245   15 years anna renamed string keys in the translations to match classifier name
Note: See TracBrowser for help on using the repository browser.