source: trunk/gsdl/src/recpt@ 13017

Name Size Rev Age Author Last Change
../
zparse.yy.c 50.4 KB 11569   18 years mdewsnip Had to add #if HAVE_UNISTD_H around #include <unistd.h> because …
zparse.y 6.8 KB 10705   19 years jrm21 tidied up interaction between flex/bison and greenstone's z3950 client …
zparse.tab.h 3.3 KB 10705   19 years jrm21 tidied up interaction between flex/bison and greenstone's z3950 client …
zparse.tab.c 38.8 KB 10705   19 years jrm21 tidied up interaction between flex/bison and greenstone's z3950 client …
zparse.fl 3.0 KB 10705   19 years jrm21 tidied up interaction between flex/bison and greenstone's z3950 client …
z3950proxy.h 3.1 KB 9925   19 years davidb Renaming of z3950_server.* to z3950_proxy.* This was done to better …
z3950proxy.cpp 10.2 KB 10440   19 years kjdon small changes so it compiles under windows
z3950proto.h 3.1 KB 9924   19 years davidb z3950_server (and associated names) renamed to z3950_proxy to better …
z3950proto.cpp 20.3 KB 10705   19 years jrm21 tidied up interaction between flex/bison and greenstone's z3950 client …
z3950cfg.h 876 bytes 10705   19 years jrm21 tidied up interaction between flex/bison and greenstone's z3950 client …
yaz_zclient.h 985 bytes 10177   19 years kjdon new version of yaz_zclient for yaz2.1.4 - now lives in colservr. …
yaz_zclient.c 151.4 KB 10707   19 years kjdon swapped the order of cmd_open and z_cmd_open to avoid a warning
wizardaction.h 3.1 KB 11998   18 years davidb First cut at 'The Depositor' -- Greenstone support for institutional …
wizardaction.cpp 24.7 KB 12575   18 years kjdon changed a logout message to say wizardaction rather than collectoration
win32.mak 7.5 KB 12990   18 years kjdon added accent folding support into makefiles
vlistbrowserclass.h 2.4 KB 7432   20 years mdewsnip (Human Info) Added language parameter to all calls of get_info, …
vlistbrowserclass.cpp 11.5 KB 12488   18 years mdewsnip Some XHTML compliance changes.
usersaction.h 2.7 KB 7375   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
usersaction.cpp 13.8 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
userdb.h 4.6 KB 2750   23 years kjm18 can now have spaces after the commas in the groups field of add user …
userdb.cpp 10.5 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
TODO 1.9 KB 1347   24 years jrm21 merged z39.50 receptionist stuff into main trunk (along with the mgpp …
tipaction.h 1.6 KB 7371   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
tipaction.cpp 2.5 KB 7371   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
summarise.h 1.2 KB 2967   22 years paradis new metadata command [Summary]
summarise.cpp 8.6 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
string_pool.h 1.3 KB 7348   20 years davidb string_pool class to support Greenstone being embedded in Apache as a …
string_pool.cpp 1.5 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
statusaction.h 4.3 KB 7371   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
statusaction.cpp 38.3 KB 12508   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
recptproto.h 6.8 KB 4774   21 years sjboddie No longer show search page (or search form on "about" page) if a …
recptproto.cpp 5.8 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
recptmain.cpp 1.2 KB 7381   20 years mdewsnip (Human Info) Now delete all char* variables from text_t.getcstr() …
recptconfig.h 2.0 KB 7418   20 years mdewsnip (Human Info) Added another site_cfg_read and main_cfg_read with a …
recptconfig.cpp 7.8 KB 7447   20 years mdewsnip (Human Info) Removed a new line which prevented initialisation being …
receptionist.h 10.3 KB 12509   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
receptionist.cpp 55.0 KB 12509   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
querytools.h 2.5 KB 12864   18 years kjdon set_stem_index_args sets ks, ss, and afs args depending on the value …
querytools.cpp 24.1 KB 12930   18 years kjdon changed set_query_type_args to make plain the default if no search …
queryaction.h 4.8 KB 12785   18 years kjdon added new set_sfselection_macro method
queryaction.cpp 58.4 KB 12866   18 years kjdon added af (accent folding) arg, and ks, ss and afs which state whether …
pingaction.h 1.7 KB 7371   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
pingaction.cpp 2.6 KB 7371   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
phindbrowserclass.h 2.0 KB 7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
phindbrowserclass.cpp 1.5 KB 7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
phindaction.h 3.9 KB 7734   20 years kjdon commiting John T's changes (c/- DL Consulting) to stop phind hanging …
phindaction.cpp 29.3 KB 12315   18 years kjdon mgpp's ParseQuery now takes a fourth argumnet, maxnumeric - leave as …
pagedbrowserclass.h 2.4 KB 7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
pagedbrowserclass.cpp 7.2 KB 10988   18 years mdewsnip Fixed a bug where entering an invalid "gp" value with a top-level "d" …
pageaction.h 3.1 KB 11998   18 years davidb First cut at 'The Depositor' -- Greenstone support for institutional …
pageaction.cpp 31.5 KB 12865   18 years kjdon need to call set_stem_index_args to set up the ss, ks and afs args
OIDtools.h 4.6 KB 11259   18 years mdewsnip Various little bug fixes and improvements (many to get things working …
OIDtools.cpp 10.2 KB 11259   18 years mdewsnip Various little bug fixes and improvements (many to get things working …
nullproto.h 3.5 KB 4774   21 years sjboddie No longer show search page (or search form on "about" page) if a …
nullproto.cpp 5.6 KB 9032   19 years davidb Modification to calling collectset to be compatable with Stefan's …
Makefile.in 12.3 KB 12926   18 years kjdon added in accentfolding stuff
librarymain.cpp 8.0 KB 12517   18 years kjdon deleted some commented out stuff
invbrowserclass.h 1.6 KB 7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
invbrowserclass.cpp 1.4 KB 7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
infodbclass.h 6.1 KB 7434   20 years mdewsnip (Human Info) Initial support for retrieving language specific information.
infodbclass.cpp 15.2 KB 11259   18 years mdewsnip Various little bug fixes and improvements (many to get things working …
htmlutils.h 1.2 KB 7387   20 years mdewsnip (Human Info) Added javascript_safe function.
htmlutils.cpp 1.9 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
htmlbrowserclass.h 1.6 KB 7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
htmlbrowserclass.cpp 2.2 KB 7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
hlistbrowserclass.h 2.4 KB 7432   20 years mdewsnip (Human Info) Added language parameter to all calls of get_info, …
hlistbrowserclass.cpp 6.0 KB 12488   18 years mdewsnip Some XHTML compliance changes.
historydb.h 2.4 KB 1913   23 years kjm18 history revamp. new format: numdocs args. query num no longer saved, …
historydb.cpp 7.9 KB 11751   18 years kjdon made the history work again after John broke it by changin g& to &amp;
highlighttext.h 1.5 KB 3322   22 years sjboddie Attempted to improve search term highlighting. Simple phrase searches …
highlighttext.cpp 8.3 KB 10739   19 years mdewsnip Added a bug fix suggested by Jens Wille: expand any macros in the text …
gtiaction.h 3.8 KB 12565   18 years mdewsnip A fix to compensate for the change to the way commas in CGI values are …
gtiaction.cpp 27.7 KB 12565   18 years mdewsnip A fix to compensate for the change to the way commas in CGI values are …
gsdl_modules_cfg.h 2.6 KB 11998   18 years davidb First cut at 'The Depositor' -- Greenstone support for institutional …
gsdl_compatibility_cfg.h 1.6 KB 11252   18 years mdewsnip Fixed the line endings of these files to make Visual Studio 2005 happy.
GCC.mak 4.9 KB 1149   24 years sjboddie modifications for windows port of GCC
formattools.h 4.0 KB 12567   18 years kjdon changed the special metadata formatting for Language and Date. Now …
formattools.cpp 46.5 KB 12567   18 years kjdon changed the special metadata formatting for Language and Date. Now …
extlinkaction.h 2.1 KB 9931   19 years kjdon getting collectionmeta from teh colinforesponse now, not using a …
extlinkaction.cpp 8.0 KB 11306   18 years kjdon used to use _httpdoc_ in the new link, but that has an &amp; entity in …
documentaction.h 3.4 KB 4936   21 years sjboddie Added new format options for [DocTOC], [DocImage], …
documentaction.cpp 46.3 KB 12943   18 years kjdon look for gs.DocumentHeader and DocumentHeader metadata, and if found, …
depositoraction.h 2.3 KB 12515   18 years kjdon deleted some stuff that's not used
depositoraction.cpp 28.3 KB 12794   18 years davidb Changes to make depositor action work under Windows. Main change is …
datelistbrowserclass.h 2.3 KB 7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
datelistbrowserclass.cpp 5.9 KB 13017   18 years kjdon when doing special formatting for datelist, allow yyyy-mm-dd format
corbaproto.mpp 23.2 KB 2261   23 years say1 fixed a minor c initialisation bug
corbaproto.h 3.4 KB 2113   23 years say1 integrated the new mico package. updated corba to 2.3.7. fixed the c++ …
corbaclient.mpp 4.4 KB 2113   23 years say1 integrated the new mico package. updated corba to 2.3.7. fixed the c++ …
converter.h 4.0 KB 7371   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
converter.cpp 2.7 KB 1870   23 years sjboddie Tidied up language support stuff.
configaction.h 1.9 KB 4290   21 years sjboddie Added a "configaction" to allow new collection servers to be added to …
configaction.cpp 5.0 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
comtypes.h 11.3 KB 12863   18 years kjdon added in stemIndexes to colinfo_t, plus some #defines. stemIndexes …
comtypes.cpp 7.5 KB 12863   18 years kjdon added in stemIndexes to colinfo_t, plus some #defines. stemIndexes …
comproto.asn 10.1 KB 220   25 years rjmcnab Altered the protocol so that the metadata is part of the filter.
collectoraction.h 2.8 KB 11998   18 years davidb First cut at 'The Depositor' -- Greenstone support for institutional …
collectoraction.cpp 50.8 KB 11998   18 years davidb First cut at 'The Depositor' -- Greenstone support for institutional …
cgiwrapper.h 1.6 KB 1860   23 years cs025 Included CORBA branch for first time
cgiwrapper.cpp 23.3 KB 12794   18 years davidb Changes to make depositor action work under Windows. Main change is …
cgiutils.h 4.0 KB 12513   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
cgiutils.cpp 24.1 KB 12796   18 years davidb Minor fix to error statement (compiled under Windows, but not Linux).
cgiargs.h 8.9 KB 12512   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
cgiargs.cpp 13.2 KB 12512   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
browsetoolsclass.h 6.2 KB 12183   18 years sjboddie Added expand_from_current_level option to …
browsetoolsclass.cpp 33.0 KB 12183   18 years sjboddie Added expand_from_current_level option to …
browserclass.h 6.5 KB 7428   20 years mdewsnip (Human Info) Added a clone method and two more output_section_group …
browserclass.cpp 6.4 KB 7428   20 years mdewsnip (Human Info) Added a clone method and two more output_section_group …
browseactiontools.h 1.9 KB 7427   20 years mdewsnip (Human Info) Made some parameters const.
browseactiontools.cpp 3.6 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
browseaction.h 2.6 KB 7426   20 years mdewsnip (Human Info) Use g_EmptyText instead of "", pass in language parameter …
browseaction.cpp 7.7 KB 7426   20 years mdewsnip (Human Info) Use g_EmptyText instead of "", pass in language parameter …
authenaction.h 2.6 KB 7432   20 years mdewsnip (Human Info) Added language parameter to all calls of get_info, …
authenaction.cpp 11.9 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
argdb.h 1.4 KB 7424   20 years mdewsnip (Human Info) Only necessary if the collector is used.
argdb.cpp 2.3 KB 9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
action.h 6.4 KB 12507   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
action.cpp 5.3 KB 7432   20 years mdewsnip (Human Info) Added language parameter to all calls of get_info, …
Note: See TracBrowser for help on using the repository browser.