Changeset 24954 for main/trunk


Ignore:
Timestamp:
2012-01-18T21:02:32+13:00 (12 years ago)
Author:
ak19
Message:

Undoing accidental commit of config and related files during bugfix in last commit.

Location:
main/trunk/greenstone2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/Makefile

    r24953 r24954  
    3232PACKAGEDIRS =
    3333
    34 USE_WVWARE=1
     34USE_WVWARE=0
    3535ifeq ($(USE_WVWARE), 1)
    3636PACKAGEDIRS += wv/wv-gs
  • main/trunk/greenstone2/collect/demo/etc/collect.cfg

    r24953 r24954  
    1515# following two plugins not needed for the demo collection, but are useful to
    1616# include for tutorial purposes
    17 plugin  ImagePlugin
    18 plugin  ZIPPlugin
     17plugin  ImagePlugin
     18plugin  ZIPPlugin
    1919plugin  MetadataXMLPlugin
    2020plugin  ArchivesInfPlugin
  • main/trunk/greenstone2/etc/main.cfg

    r24953 r24954  
    2323# Set status to "enabled" if you want the Maintenance and
    2424# Administration facility to be available.
    25 status      enabled
     25status      disabled
    2626
    2727# Set collector to "enabled" if you want the "collector"
     
    4343# Set logcgiargs to "true" to keep a log of usage information in
    4444# $GSDLHOME/etc/usage.txt.
    45 logcgiargs      true
     45logcgiargs      false
    4646
    4747# Set usecookies to "true" to use cookies to identify users (cookie
  • main/trunk/greenstone2/etc/oai.cfg

    r24953 r24954  
    4242
    4343# The OAI repository name - human readable
    44 repositoryName "Greenstone"
     44repositoryName ""
    4545
    4646# The OAI repository domain name or unique identifier - used for generating
    4747# the document identifiers, which will be like:
    4848# oai:reposId:coll:oid
    49 repositoryId "greenstone"
     49repositoryId ""
    5050
    5151# version is which oai id scheme is used for ids. Can be 1.1 or 2.0.
     
    5454
    5555# The central administrative email address for the repository.
    56 maintainer  "[email protected]"
     56maintainer  ""
    5757
    5858# Which version of OAI the repository supports, 1.1 or 2.0
     
    7575# and this is followed by one or more collection names. The collection name
    7676# is the name of the collection's folder in the collect directory.
    77 oaicollection cgibints
    78 #demo documented-examples/oai-e
     77oaicollection demo documented-examples/oai-e
    7978
    8079# Optional, set name and description for each collection
Note: See TracChangeset for help on using the changeset viewer.