Changeset 24298 for main/trunk
- Timestamp:
- 2011-07-20T19:18:14+12:00 (12 years ago)
- Location:
- main/trunk/greenstone2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/build-src/packages/Makefile
r24297 r24298 32 32 PACKAGEDIRS = 33 33 34 USE_WVWARE= 134 USE_WVWARE=0 35 35 ifeq ($(USE_WVWARE), 1) 36 36 PACKAGEDIRS += wv/wv-gs -
main/trunk/greenstone2/collect/demo/etc/collect.cfg
r24297 r24298 15 15 # following two plugins not needed for the demo collection, but are useful to 16 16 # include for tutorial purposes 17 plugin 18 plugin 17 plugin ImagePlugin 18 plugin ZIPPlugin 19 19 plugin MetadataXMLPlugin 20 20 plugin ArchivesInfPlugin … … 25 25 classify Hierarchy -metadata dls.Subject -sort dls.Title 26 26 27 classify List - metadata dls.Organization -sort_leaf_nodes_using dls.Title-bookshelf_type always -partition_type_within_level constant_size27 classify List -sort_leaf_nodes_using dls.Title -metadata dls.Organization -bookshelf_type always -partition_type_within_level constant_size 28 28 29 29 classify List -metadata dls.Keyword -partition_type_within_level constant_size -buttonname Howto -
main/trunk/greenstone2/etc/main.cfg
r24297 r24298 23 23 # Set status to "enabled" if you want the Maintenance and 24 24 # Administration facility to be available. 25 #status disabled 26 status enabled 25 status disabled 27 26 28 27 # Set collector to "enabled" if you want the "collector" -
main/trunk/greenstone2/etc/oai.cfg
r24297 r24298 42 42 43 43 # The OAI repository name - human readable 44 #repositoryName "" 45 repositoryName "Greenstone" 44 repositoryName "" 46 45 47 46 # The OAI repository domain name or unique identifier - used for generating 48 47 # the document identifiers, which will be like: 49 48 # oai:reposId:coll:oid 50 #repositoryId "" 51 repositoryId "greenstone" 49 repositoryId "" 52 50 53 51 # version is which oai id scheme is used for ids. Can be 1.1 or 2.0. … … 77 75 # and this is followed by one or more collection names. The collection name 78 76 # is the name of the collection's folder in the collect directory. 79 oaicollection demo documented-examples/oai-e oaipdf77 oaicollection demo documented-examples/oai-e 80 78 81 79 # Optional, set name and description for each collection
Note:
See TracChangeset
for help on using the changeset viewer.