source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2173   23 years cs025 Improvements to configure scripts in their support of various MICO …
(edit) @2171   23 years jrm21 various - changed make to $(MAKE), tidied up conditionals (eg for …
(edit) @2170   23 years jrm21 changed make to $(MAKE)
(edit) @2169   23 years jrm21 Better check for bindir (can't cd to it if it doesn't exist yet...) …
(edit) @2166   23 years say1 added command to strip the corbaserver (makes it much smaller)
(edit) @2161   23 years jrm21 minor - renamed a variable.
(edit) @2146   23 years sjboddie Fixed a bug that was preventing phrase searching from working on …
(edit) @2139   23 years sjboddie fixed a bug that prevented phrase searching from working correctly for …
(edit) @2138   23 years sjboddie tinkered with the export collection function a little so that it only …
(edit) @2137   23 years sjboddie Fixed a minor bug in the collector
(edit) @2134   23 years sjboddie mg phrase searching now always sets maxdocs to -1 (all) - this means …
(edit) @2133   23 years say1 turned optimisation on. fixed to avoid needing to source setup.bash
(edit) @2132   23 years sjboddie Saved old nzdl.org home page before making changes to it
(edit) @2129   23 years say1 compile speed-ups
(edit) @2127   23 years say1 helps if i add all the files
(edit) @2126   23 years say1 corba updates
(edit) @2125   23 years say1 make fix
(edit) @2123   23 years say1 makefiles fix …
(edit) @2122   23 years say1 (more) corba fixes. hopefully now compiles directly from the box …
(edit) @2118   23 years jrm21 Added some code to try to screen out .pdf files likely to cause …
(edit) @2117   23 years jrm21 Tidied up a bit, error in args passed to pdf_to_text, etc.
(edit) @2115   23 years sjboddie undid a change that shouldn't have been committed.
(edit) @2114   23 years jrm21 The "form query" option for mgpp is now only a valid option if the …
(edit) @2113   23 years say1 integrated the new mico package. updated corba to 2.3.7. fixed the c++ …
(edit) @2112   23 years sjboddie Implemented export function in collector
(edit) @2106   23 years jrm21 Added a "submit" button to the preference pages (mg and mgpp) so that …
(edit) @2105   23 years jrm21 added a check so that we don't segfault if p=preferences but no …
(edit) @2096   23 years jrm21 Minor changes to regexs, so that header fields have to be at start of …
(edit) @2086   23 years jrm21 We create a copy of any args to new() because parsargs might modify …
(edit) @2085   23 years jrm21 When importing, we need to escape any escape codes otherwise mg(?) …
(edit) @2084   23 years jrm21 usage message is now formatted to fit within 80 columns.
(edit) @2083   23 years paynter Fixed a stupid mistake that I know I've fixed before.
(edit) @2082   23 years jrm21 added bzip2 support (untested).
(edit) @2080   23 years jrm21 When creating nodes, now need to pass -buttonname instead of -title.
(edit) @2079   23 years paynter Added a new binary field to the savephrases output that indicates …
(edit) @2078   23 years jrm21 removed a spurious "_" in the wrong place.
(edit) @2076   23 years jrm21 /usr/bin/perl instead of /usr/local/bin/perl
(edit) @2075   23 years sjboddie Added new perl script for use when exporting collections to cd-rom
(edit) @2064   23 years paynter Sort thesaurus phrases by frequency then type.
(edit) @2062   23 years paynter Added a function from the receptionist that decodes phrase CGI …
(edit) @2061   23 years paynter Removed old, unused rule.
(edit) @2060   23 years jrm21 (system($cmd)>0) : system can return -1 if the cmd couldn't be …
(edit) @2054   23 years paynter Convert UTF8 query terms into URL-safe "x-www-form-urlencoded" form …
(edit) @2052   23 years jrm21 make distclean no longer exits on error, so that a failure to clean in …
(edit) @2051   23 years jrm21 removed a check for HP-UX - gmalloc which was in here twice.
(edit) @2048   23 years sjboddie * empty log message *
(edit) @2047   23 years sjboddie * empty log message *
(edit) @2046   23 years jrm21 Fixed bug that caused perf_hash to fail for lexicon of < 4 words. …
(edit) @2045   23 years dmm9 Date search interface
(edit) @2043   23 years sjboddie * empty log message *
(edit) @2042   23 years sjboddie Renamed some image files that had been added with bad file names (bad …
(edit) @2041   23 years jrm21 don't strip all whitespace from tmp filename, only from base name. …
(edit) @2040   23 years sjboddie * empty log message *
(edit) @2039   23 years jrm21 do eval{symlink()} because platforms that don't support symlink …
(edit) @2038   23 years sjboddie Increased the maximum URL length for the local library to 8kB and …
(edit) @2037   23 years paynter A quick (and unix-specific Makefile) to compile the client java classes.
(edit) @2036   23 years jrm21 don't use strict; anymore, as we want to be able to write error msgs …
(edit) @2035   23 years paynter Added rule for distclean to the Makefile.
(edit) @2033   23 years sjboddie * empty log message *
(edit) @2032   23 years jrm21 added .ps to the usage, fixed typo in comment.
(edit) @2031   23 years jrm21 Improved postscript to text handling a little bit better. Also, …
(edit) @2030   23 years paynter Set main background colour (panel_bg) to white and foreground colour …
(edit) @2029   23 years jrm21 Return 0 instead of "" on error in read() so that RecPlug can continue.
(edit) @2028   23 years jrm21 When trying to convert image formats, we pipe output to /dev/null in …
(edit) @2027   23 years jrm21 read() is now completely independent of BasPlug::read(), as the latter …
(edit) @2026   23 years paynter Made highlight bar yellow by default - it used to be a custom colour, …
(edit) @2025   23 years paynter You can now have several phind classifiers on one collection. This …
(edit) @2024   23 years paynter Store classifier-specific parameters in gdbm file if required. …
(edit) @2023   23 years sjboddie Changed pdftohtml.pl and gsConvert.pl to reflect the fact that their …
(edit) @2022   23 years sjboddie Caught some of the classifiers up with the documentation (finally). …
(edit) @2021   23 years paynter Added support for multiple phind classifiers.
(edit) @2020   23 years paynter oops - left debugging code in.
(edit) @2019   23 years sjboddie Altered wv and pdftohtml slightly so that they're installed to bin/$GSDLOS
(edit) @2018   23 years jrm21 removed "use BasPlug" lines from metadata extractors, as they …
(edit) @2017   23 years paynter Extra Phind functionality: any special parameter values inserted into …
(edit) @2016   23 years paynter Removed a bunch of code that served no prupose, and added a little …
(edit) @2015   23 years jrm21 Added icon for *iconps macros for Postscript files.
(edit) @2014   23 years jrm21 Added macros for *iconps for Postscript files.
(edit) @2012   23 years jrm21 re-added the crappy PS text-stripper, and made the error handling a …
(edit) @2011   23 years sjboddie Set mg's accumulator method back to 'list' as the recent change …
(edit) @2010   23 years paynter Added a "classifier number" parameter for collections with more than …
(edit) @2009   23 years paynter Added "classifier number" CGI argument (d). When a collection has …
(edit) @2008   23 years paynter Marginally better support for non-English documents.
(edit) @2007   23 years sjboddie * empty log message *
(edit) @2006   23 years dg5 Moving pdftohtml tar archive one level up
(edit) @2005   23 years dg5 Moving wv tar archive one level up
(edit) @2004   23 years dg5 README file
(edit) @2003   23 years dg5 Moving pdftohtml one level up.
(edit) @2002   23 years dg5 Moving wv up a level
(edit) @2001   23 years sjboddie Added a hack that mysteriously converts iso639 language codes …
(edit) @2000   23 years sjboddie Re-added iso639.pm
(edit) @1999   23 years sjboddie Fixed a small problem with language detection code.
(edit) @1998   23 years dg5 Hopefully, now configure script is fixed so that wv builds properly
(edit) @1997   23 years dg5 Modified gsConvert.pl and pdftohtml.pl to reflect moving of pdftohtml …
(edit) @1996   23 years dg5 Updated configure and Makefile.in to reflect the moving of pdftohtml …
(edit) @1995   23 years jmt14 * empty log message *
(edit) @1994   23 years kjm18 ColInfoResponse_t.isPublic now defaults to true. this means that all …
(edit) @1993   23 years sjboddie Miscellaneous minor changes (mysterious isn't it ;-)
(edit) @1992   23 years sjboddie User logging turned off by default.
(edit) @1991   23 years sjboddie Fixed a bug in DocumentUseHTML
Note: See TracRevisionLog for help on using the revision log.