Changeset 386840 in indico


Ignore:
Timestamp:
07/28/11 16:12:49 (22 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
c560b0
Parents:
8e555d
Message:

[FIX] Removed OAI from Configuration

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • etc/indico.conf.sample

    r5a17dd r386840  
    259259# Categories that you want to limit to certain IPs (RSS, iCal, export.py) 
    260260ExportACL = {} 
    261  
    262 #------------------------------------------------------------------------------ 
    263 # OAI PARAMETERS 
    264 #------------------------------------------------------------------------------ 
    265 # The Open Archives Initiative develops and promotes interoperability standards 
    266 # that aim to facilitate the efficient dissemination of content. 
    267 # The following parameters allow you to personalize Indico's OAI behavior. 
    268 # For additional information about OAI you can check its homepage: 
    269 # 
    270 #    http://www.openarchives.org/ 
    271  
    272 OAILogFile           = "/opt/indico/log/oai.log" 
    273 NbRecordsInResume    = 100 
    274 NbIdentifiersInResume = 100 
    275 OAIRtExpire          = 90000 
    276 OAINamespace         = "" 
    277 IconfNamespace       = "http://localhost/" 
    278 IconfXSD             = "http://localhost/iconf.xsd" 
    279 RepositoryName       = "" 
    280 RepositoryIdentifier = "" 
  • indico/MaKaC/common/Configuration.py

    r5a17dd r386840  
    425425            'PublicFolder'              : "/opt/indico/htdocs/results", 
    426426            'ReportNumberSystems'       : {}, 
    427             'OAILogFile'                : "/opt/indico/log/oai.log", 
    428             'NbRecordsInResume'         : 100, 
    429             'NbIdentifiersInResume'     : 100, 
    430             'OAIRtExpire'               : 90000, 
    431             'OAINamespace'              : '', 
    432             'IconfNamespace'            : "http://localhost/", 
    433             'IconfXSD'                  : "http://localhost/iconf.xsd", 
    434             'RepositoryName'            : '', 
    435             'RepositoryIdentifier'      : '', 
    436427            'ApacheUser'                : 'nobody', 
    437428            'ApacheGroup'               : 'nogroup', 
Note: See TracChangeset for help on using the changeset viewer.