source: trunk/gsdl/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @863   24 years sjboddie fixed a couple of bugs that I introduced when including Davids stuff
(edit) @862   24 years sjboddie fixed a couple of bugs that were preventing muliple document gml files …
(edit) @850   24 years sjboddie added use strict - tidied a few things up etc.
(edit) @849   24 years sjboddie Fixed a bit of a bug
(edit) @847   24 years sjboddie fixed CVS burp
(edit) @846   24 years sjboddie don't use hashdoc for now
(edit) @842   24 years davidb base object for 'doc' objects (UTF8 or ASCII)
(edit) @840   24 years davidb Optimisations to make plugin go faster
(edit) @839   24 years davidb added extra_metadata function
(edit) @838   24 years davidb added options passed into 'new' subroutine
(edit) @837   24 years davidb added alpha_numeric search
(edit) @836   24 years davidb improvements to utils
(edit) @835   24 years davidb added 'begin' and 'end' function for plugins
(edit) @834   24 years davidb 'groupsize' added
(edit) @833   24 years davidb new doc type for ascii only documents (lots faster the doc.pm)
(edit) @832   24 years davidb Object modified to have basedoc
(edit) @831   24 years davidb added support for multiple metavales for a metadata type
(edit) @813   24 years sjboddie plugins now take options and classifiers are handled properly
(edit) @812   24 years sjboddie hard_link returns if link destination already exists
(edit) @811   24 years sjboddie classifiers are loaded up more like plugins
(edit) @810   24 years sjboddie plugins now take options, files are associated at build time as well …
(edit) @809   24 years sjboddie plugins now take options, maxdocs is always defined
(edit) @808   24 years sjboddie New html plugin with options
(edit) @796   24 years sjboddie semi-colon;;;;
(edit) @784   24 years sjboddie added -keepold option
(edit) @782   24 years sjboddie removed gettext.pl - added debug, mode and index options to …
(edit) @780   24 years sjboddie added dontgdbm configuration option
(edit) @779   24 years sjboddie fixed bug in title option
(edit) @775   25 years sjboddie urlsafe now converts '/' characters
(edit) @741   25 years sjboddie fixed up a bit of a bug - should fix this properly some time
(edit) @740   25 years sjboddie windows specific bug
(edit) @734   25 years sjboddie removed old out of date comments
(edit) @733   25 years sjboddie just minor changes to book cover image stuff
(edit) @732   25 years sjboddie prevent from overriding Title metadata that may have been passed in …
(edit) @721   25 years davidb Support functions to help with the generation of webpages from Perl …
(edit) @717   25 years sjboddie caught HTML classifier up with new browsing structure
(edit) @709   25 years sjboddie no longer need classifytype metadata added from plugin
(edit) @708   25 years sjboddie fixed problem with titles beginning with tags or html elements
(edit) @707   25 years sjboddie fixed a windows specific bug
(edit) @706   25 years sjboddie fixed a kind of bug…
(edit) @678   25 years sjboddie added bookcover
(edit) @677   25 years sjboddie changes for new browsing support
(edit) @652   25 years sjboddie redesigned browsing support
(edit) @641   25 years sjboddie Fixed a harmless sort of an error that was causing uninitialized …
(edit) @640   25 years sjboddie fixed an error that was causing a 'key: ' line to be sent to plugins
(edit) @639   25 years sjboddie added the <pre> tags …
(edit) @638   25 years sjboddie Gordon's new email plugin thingy
(edit) @637   25 years rjmcnab added code to calculate the number of leaf nodes in a classification …
(edit) @627   25 years rjmcnab initial revision.
(edit) @626   25 years rjmcnab Added collection specific stage of building
(edit) @620   25 years sjboddie functionality extended so a list of directories to ignore can be …
(edit) @619   25 years sjboddie Added function to form hard link between two files (used for handling …
(edit) @618   25 years sjboddie removed a couple of instances where =~ /\w/ was used to test for an …
(edit) @617   25 years sjboddie a few fixes
(edit) @616   25 years sjboddie some new gb plugins
(edit) @594   25 years sjboddie Fixed some silly problems
(edit) @593   25 years sjboddie Fixed bug causing everything to die if it tripped over an unreadable …
(edit) @592   25 years sjboddie new plugin for GB encoded text
(edit) @589   25 years sjboddie fixed bug in regular expression
(edit) @585   25 years sjboddie new plugin
(edit) @545   25 years sjboddie changed sorting slightly
(edit) @544   25 years sjboddie minor change so 'filename' can be any case
(edit) @537   25 years sjboddie added GPL headers
(edit) @489   25 years rjmcnab Initial revision.
(edit) @488   25 years rjmcnab Changed the directory separator on windows to \ to make the code more …
(edit) @487   25 years rjmcnab Small fix.
(edit) @486   25 years rjmcnab Added code to keep track of indexes that aren't built and changed the …
(edit) @485   25 years rjmcnab slight performance boost
(edit) @484   25 years rjmcnab Added the option dontbuild which tells the building code not to bother …
(edit) @467   25 years sjboddie small change to format_date
(edit) @461   25 years sjboddie added ability to add collection-level metadata with collectionmeta …
(edit) @449   25 years sjboddie new classifier
(edit) @435   25 years sjboddie removed a couple of functions that are no longer required
(edit) @433   25 years sjboddie added gzip option to import.pl
(edit) @429   25 years sjboddie changed the way options are set
(edit) @428   25 years sjboddie changed way options are passes - added 'title' option
(edit) @427   25 years sjboddie fixed bugs - changed way options are passed
(edit) @426   25 years sjboddie changed way options are passed
(edit) @425   25 years sjboddie new section level list classifier
(edit) @424   25 years sjboddie fixed some bugs - made it easier to use as sub-classification of …
(edit) @409   25 years sjboddie Tidied things up a bit
(edit) @408   25 years sjboddie New classifier
(edit) @402   25 years sjboddie fixed a couple of *really* dumb bugs
(edit) @392   25 years sjboddie added format_date subroutine
(edit) @391   25 years sjboddie new section level AZList classification
(edit) @385   25 years sjboddie moved string formatting for sorting into it's own module
(edit) @384   25 years sjboddie added a sort option
(edit) @383   25 years sjboddie moved the sorting format subroutines to their own module
(edit) @378   25 years sjboddie fixed bug in writing out subcollectionmap and languagemap to build.cfg
(edit) @360   25 years sjboddie fixed small bug
(edit) @342   25 years sjboddie Just changed an error message
(edit) @339   25 years sjboddie Fixed a bug that I created last time
(edit) @321   25 years sjboddie Fixed a couple of small bugs
(edit) @318   25 years sjboddie fixed a bug causing documents without <body> tags to have no text
(edit) @317   25 years sjboddie Added maxdocs option
(edit) @316   25 years sjboddie - changed the way classifiers work
(edit) @315   25 years sjboddie - removed old infodb stuff - changed the way classifiers work - added …
(edit) @292   25 years rjmcnab Added ability to post-process text before it is fed to be indexed or …
(edit) @290   25 years rjmcnab Added code to retain the ordering of indexes, subcollections, and …
(edit) @289   25 years rjmcnab Included seperate method for finding 'paragraphs' so that it could be …
Note: See TracRevisionLog for help on using the revision log.