source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8320   20 years mdewsnip Accidently committed some newline characters just used for image …
(edit) @8319   20 years nzdl someone (michael?) added in bengali, kjdon committing
(edit) @8318   20 years nzdl kjdon committing someone elses (jrm21?) modified notes for 2.50a
(edit) @8317   20 years mdewsnip Changed the istrstream to an istringstream, which is the modern way.
(edit) @8316   20 years mdewsnip Oops... changed my previous "fix" so it only applies for old Windows …
(edit) @8315   20 years mdewsnip Was adding Source metadata twice.
(edit) @8314   20 years kjdon used a logout stream instead of cout for nproto.init
(edit) @8313   20 years mdewsnip Finally committing the (many) changes to the GLI to use the new …
(edit) @8312   20 years kjdon new config file for oaimain oai server
(edit) @8311   20 years kjdon oai config now resides in oai.cfg, not main.cfg
(edit) @8310   20 years kjdon renamed ctv1.log to oai.log
(edit) @8309   20 years mdewsnip Changed the makefile to use the gsdlcolservr library instead of all …
(edit) @8308   20 years mdewsnip Fixed a non-null terminated string stream used for output with …
(edit) @8307   20 years mdewsnip Made the OAI server program be installed correctly.
(edit) @8306   20 years mdewsnip A few changes necessary to get the OAI server compiling with Microsoft …
(edit) @8305   20 years kjdon added in the oaiservr directory
(edit) @8304   20 years kjdon temporary changes so that it compiles - need to do the searching …
(edit) @8303   20 years cs025 Minor changes to configuration handling; modified log file to be oai.log.
(edit) @8302   20 years kjdon have an index.html file now
(edit) @8301   20 years kjdon more instructions
(edit) @8300   20 years kjdon added another mkdir line to setup
(edit) @8299   20 years kjdon a sample index file which loads up the applet for use with standalone …
(edit) @8298   20 years kjdon changed some text
(edit) @8297   20 years kjdon sample web.xml for using vishnu standalone with tomcat
(edit) @8296   20 years kjdon adding the Makefile, cos we don't bother with configure any more
(edit) @8295   20 years kjdon don't bother with configure now, cos only java stuff
(edit) @8294   20 years kjdon only java stuff in Makefile, so removed the configure stuff. could add …
(edit) @8293   20 years kjdon removed ckindexer and cluster subdirs
(edit) @8292   20 years kjdon now uses java to do clustering and ckindexing
(edit) @8291   20 years kjdon new Java based ck indexer - replaces teh jni stuff
(edit) @8290   20 years kjdon some mods, not sure what they are. will tidy them up soon, but didn't …
(edit) @8289   20 years kjdon no longer use this jni wrapper
(edit) @8288   20 years kjdon added in daniel's mods for new server stuff - not sure what they are :-)
(edit) @8287   20 years kjdon modified to use the CKServer instead of jni based Cluster and Extractor
(edit) @8286   20 years kjdon a tester and server for the new java based ck indexing
(edit) @8285   20 years kjdon these jni wrappers are no longer used. all the functionality is now in …
(edit) @8284   20 years kjdon some changes made to make this work with daniel's new server code. …
(edit) @8283   20 years kjdon some new files from daniel's new server code
(edit) @8282   20 years kjdon moved from sammon package to util package
(edit) @8281   20 years kjdon got new server from daniel - just copied over his new cluster files …
(edit) @8280   20 years kjdon moved from builder package to util package
(edit) @8279   20 years kjdon moved from server package to util package
(edit) @8278   20 years jrm21 sanity check for a valid date before trying to add it as metadata, …
(edit) @8277   20 years kjdon removed RECPTOBJECTS from the list of objects that gets deleted by a …
(edit) @8276   20 years cs025 Made softer support for metadata formats - no longer map to the OAI- …
(edit) @8275   20 years cs025 Avoids problems with 'oai' being visible better than the previous version.
(edit) @8274   20 years mdewsnip Made the GEMS start initially with the core GLI metadata sets, and …
(edit) @8273   20 years mdewsnip Changed text to specify the GEMS instead of the GLI.
(edit) @8272   20 years mdewsnip Linux and Windows scripts for running the GEMS.
(edit) @8271   20 years mdewsnip Now also compiles the new "gems" directory.
(edit) @8270   20 years mdewsnip Source files for the Greenstone Editor for Metadata Sets (GEMS). This …
(edit) @8269   20 years mdewsnip Updated to clean the new "gems" directory.
(edit) @8268   20 years mdewsnip Added a string for the new metadata set file filter.
(edit) @8267   20 years mdewsnip Added a .mds file filter class for creating file filters for metadata sets.
(edit) @8266   20 years mdewsnip Moved the init_images function from Gatherer into Utility (it is used …
(edit) @8265   20 years mdewsnip Removed some unused functions.
(edit) @8264   20 years mdewsnip Tidied up debug file generation code.
(edit) @8263   20 years mdewsnip Removed an unnecessary import.
(edit) @8262   20 years mdewsnip Removed the FileNode functions from ArrayTools as this creates nasty …
(edit) @8261   20 years mdewsnip Moved another Gatherer dependency out of the Configuration class.
(edit) @8260   20 years mdewsnip Changed the way one Greenstone3 test was done to remove another …
(edit) @8259   20 years mdewsnip Moved some non-applet code out of Configuration and into Gatherer. …
(edit) @8258   20 years mdewsnip Made HelpFrame.setView static to remove another Gatherer class dependency.
(edit) @8257   20 years mdewsnip No longer dependent on the Gatherer class.
(edit) @8256   20 years mdewsnip Moved the current_modal static variable out of the Gatherer class into …
(edit) @8255   20 years mdewsnip No longer dependent on the Gatherer class (and rightfully so!).
(edit) @8254   20 years mdewsnip Removed the crazy jp.jar file. This contained one class: …
(edit) @8253   20 years mdewsnip Moved some stuff out of Configuration.updateUI into GUIManager because …
(edit) @8252   20 years kjdon changed the pagedimgplug -noheaderpage to -headerpage
(edit) @8251   20 years mdewsnip Added a comment to prevent people from using the Gatherer class here.
(edit) @8250   20 years mdewsnip Moved the download_url_zip and upload_url_zip functions from Utility …
(edit) @8249   20 years mdewsnip Moved the XMLStringToDOM() function from Utility into …
(edit) @8248   20 years mdewsnip Removed the getCollectionDir() function from Utility, since it is …
(edit) @8247   20 years mdewsnip Removed dependencies on the Gatherer class.
(edit) @8246   20 years kjdon changed the default to have noheaderpage, so the option is now …
(edit) @8245   20 years kjdon a few fixes for problems found on Ians laptop
(edit) @8244   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8242   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8241   20 years kjdon some changes to get it compiling on windows
(edit) @8240   20 years mdewsnip Removed unnecessary imports of org.greenstone.gatherer.Gatherer.
(edit) @8239   20 years kjdon first stab at a windows makefile - copied from recpt makefile
(edit) @8238   20 years mdewsnip Converted to proper Unix files.
(edit) @8237   20 years kjdon put quotes around teh Maori longname - otherwise the local library …
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8235   20 years mdewsnip Removed debug static variable. All debugging output should go to the …
(edit) @8234   20 years mdewsnip New static class to remove the necessity for all debugging to go …
(edit) @8233   20 years mdewsnip All exceptions now go to the console, whether debugging is on or not.
(edit) @8232   20 years mdewsnip Removed the "config" variable, just to prevent anyone from trying to …
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8230   20 years mdewsnip Made this class static. Accesses to the configuration via …
(edit) @8229   20 years mdewsnip Made constructor public.
(edit) @8228   20 years kjdon added some casts to char * so that it compiled, line 98
(edit) @8227   20 years jrm21 all perl things should "use strict;" to catch errors! $cursection was …
(edit) @8226   20 years jrm21 tell HTMLPlug to extract the author metadata, and rename it to Creator.
(edit) @8225   20 years jrm21 support tag<tagname> as described in the pluginfo for HTMLPlug. The …
(edit) @8224   20 years kjdon added src/oaiservr into OTHERDIRS - this is what gets compiled
(edit) @8223   20 years cs025 Removed some unnecessary debugging messages which output via cout.
(edit) @8222   20 years cs025 Small fix to keep Mac OS X happy with <vector>
(edit) @8221   20 years cs025 Added AllList to provide a universal list of all documents, which …
Note: See TracRevisionLog for help on using the revision log.