Changeset 24298 for main


Ignore:
Timestamp:
2011-07-20T19:18:14+12:00 (13 years ago)
Author:
ak19
Message:

Undoing previous accidental commit.

Location:
main/trunk/greenstone2
Files:
4 edited

Legend:

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

    r24297 r24298  
    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

    r24297 r24298  
    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
     
    2525classify    Hierarchy -metadata dls.Subject -sort dls.Title
    2626
    27 classify    List -metadata dls.Organization -sort_leaf_nodes_using dls.Title -bookshelf_type always -partition_type_within_level constant_size
     27classify    List -sort_leaf_nodes_using dls.Title -metadata dls.Organization -bookshelf_type always -partition_type_within_level constant_size
    2828
    2929classify    List -metadata dls.Keyword -partition_type_within_level constant_size -buttonname Howto
  • main/trunk/greenstone2/etc/main.cfg

    r24297 r24298  
    2323# Set status to "enabled" if you want the Maintenance and
    2424# Administration facility to be available.
    25 #status     disabled
    26 status      enabled
     25status      disabled
    2726
    2827# Set collector to "enabled" if you want the "collector"
  • main/trunk/greenstone2/etc/oai.cfg

    r24297 r24298  
    4242
    4343# The OAI repository name - human readable
    44 #repositoryName ""
    45 repositoryName "Greenstone"
     44repositoryName ""
    4645
    4746# The OAI repository domain name or unique identifier - used for generating
    4847# the document identifiers, which will be like:
    4948# oai:reposId:coll:oid
    50 #repositoryId ""
    51 repositoryId "greenstone"
     49repositoryId ""
    5250
    5351# version is which oai id scheme is used for ids. Can be 1.1 or 2.0.
     
    7775# and this is followed by one or more collection names. The collection name
    7876# is the name of the collection's folder in the collect directory.
    79 oaicollection demo documented-examples/oai-e oaipdf
     77oaicollection demo documented-examples/oai-e
    8078
    8179# Optional, set name and description for each collection
Note: See TracChangeset for help on using the changeset viewer.