Ignore:
Timestamp:
2000-07-14T09:43:50+12:00 (24 years ago)
Author:
sjboddie
Message:

Removed CVS logging information from source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.cpp

    r1276 r1285  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.34  2000/07/12 04:51:05  nzdl
    31    added an error message when no "valid" collections are available
    32 
    33    Revision 1.33  2000/07/05 21:49:33  sjboddie
    34    Receptionist now caches collection information to avoid making multiple
    35    get_collectinfo calls to collection server
    36 
    37    Revision 1.32  2000/06/27 23:02:40  sjboddie
    38    Tidied up the way collections are displayed on 'standard' homepage.
    39    Removed all the nzdl.org specific stuff.
    40 
    41    Revision 1.31  2000/06/23 03:48:08  sjboddie
    42    Added Arabic language and encoding options to the preferences page. This
    43    is a much more complex task than it should be (you even have to recompile!)
    44    but it's not really worth fixing until the new config file format is
    45    finalised.
    46 
    47    Revision 1.30  2000/06/14 22:33:42  sjboddie
    48    Added French and Spanish language selection options to the preferences
    49    page. I really don't like how this is currently implemented (i.e. you
    50    have to recompile the library to do something so simple), it might have
    51    to wait until the new configuration file stuff is done before it's fixed
    52    though.
    53 
    54    Revision 1.29  2000/03/19 21:16:46  nzdl
    55    added german language interface
    56 
    57    Revision 1.28  2000/02/24 01:19:01  sjboddie
    58    fixed up messy hack for meldex
    59 
    60    Revision 1.27  2000/02/15 22:53:51  kjm18
    61    search history stuff added.
    62 
    63    Revision 1.26  2000/02/03 01:49:35  sjboddie
    64    fixed up some of the preferences stuff
    65 
    66    Revision 1.25  2000/01/26 20:11:04  sjboddie
    67    added some collection specific help text
    68 
    69    Revision 1.24  2000/01/25 22:31:09  sjboddie
    70    more hacky changes to get preferences to be a bit smarter
    71 
    72    Revision 1.23  2000/01/24 22:59:57  sjboddie
    73    changes to set macros differently for preferences page depending
    74    on type of collection - pageaction is getting kind of hacky - should
    75    tidy it up some day
    76 
    77    Revision 1.22  1999/11/25 23:01:09  sjboddie
    78    now need to be able to handle it if no collection is selected
    79 
    80    Revision 1.21  1999/11/03 22:50:13  sjboddie
    81    now defaults to home page
    82 
    83    Revision 1.20  1999/11/01 21:58:02  sjboddie
    84    changes to arguments of many functions, now pass list of protocols
    85    instead of just that for this collection
    86 
    87    Revision 1.19  1999/10/19 21:59:09  sjboddie
    88    bug in generating "how to find information" text for about pages
    89 
    90    Revision 1.18  1999/10/19 03:23:44  davidb
    91    Collection building support through web pages
    92    and internal and external link handling for collection documents
    93 
    94    Revision 1.17  1999/10/14 23:04:44  sjboddie
    95    some hacks to make nzdl home page look right
    96 
    97    Revision 1.16  1999/10/10 08:14:09  sjboddie
    98    - metadata now returns mp rather than array
    99    - redesigned browsing support (although it's not finished so
    100    won't currently work ;-)
    101 
    102    Revision 1.15  1999/09/17 04:46:05  sjboddie
    103    fixed a couple of problems with 'unknown' classifier
    104 
    105    Revision 1.14  1999/09/07 23:08:09  rjmcnab
    106    Removed some compiler warnings
    107 
    108    Revision 1.13  1999/09/07 04:56:57  sjboddie
    109    added GPL notice
    110 
    111    Revision 1.12  1999/09/02 00:26:43  rjmcnab
    112    made the p cgi argument always saved in the compressed arguments
    113 
    114    Revision 1.11  1999/08/25 04:48:43  sjboddie
    115    changes to the home and about pages
    116 
    117    Revision 1.10  1999/08/11 23:29:43  sjboddie
    118    added support for html classifier (i.e. the hp argument)
    119 
    120    Revision 1.9  1999/08/03 03:29:47  sjboddie
    121    added ability to set receptionist from collect.cfg
    122 
    123    Revision 1.8  1999/07/30 02:24:44  sjboddie
    124    added collectinfo argument to some functions
    125 
    126    Revision 1.7  1999/06/24 05:12:24  sjboddie
    127    lots of small changes
    128 
    129    Revision 1.6  1999/06/10 00:39:16  sjboddie
    130    navigation bar is no longer written out for every page (it should
    131    be included in the _content_ macro of pages wanting to display it).
    132 
    133    Revision 1.5  1999/06/08 04:29:35  sjboddie
    134    added argsinfo to the call to check_cgiargs to make it easy to set
    135    args to their default if they're found to be screwed up
    136 
    137    Revision 1.4  1999/02/28 20:00:14  rjmcnab
    138 
    139 
    140    Fixed a few things.
    141 
    142    Revision 1.3  1999/02/25 21:58:58  rjmcnab
    143 
    144    Merged sources.
    145 
    146    Revision 1.2  1999/02/21 22:33:54  rjmcnab
    147 
    148    Lots of stuff :-)
    149 
    150    Revision 1.1  1999/02/12 02:40:17  sjboddie
    151 
    152    Added page action
    153 
    154  */
    15525
    15626#include "OIDtools.h"
     
    558428  return true;
    559429}
    560 
    561 
    562 
    563 
    564 
Note: See TracChangeset for help on using the changeset viewer.