Changeset 386840 in indico
- Timestamp:
- 07/28/11 16:12:49 (22 months ago)
- 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
- Files:
-
- 2 edited
-
etc/indico.conf.sample (modified) (1 diff)
-
indico/MaKaC/common/Configuration.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
etc/indico.conf.sample
r5a17dd r386840 259 259 # Categories that you want to limit to certain IPs (RSS, iCal, export.py) 260 260 ExportACL = {} 261 262 #------------------------------------------------------------------------------263 # OAI PARAMETERS264 #------------------------------------------------------------------------------265 # The Open Archives Initiative develops and promotes interoperability standards266 # 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 = 100274 NbIdentifiersInResume = 100275 OAIRtExpire = 90000276 OAINamespace = ""277 IconfNamespace = "http://localhost/"278 IconfXSD = "http://localhost/iconf.xsd"279 RepositoryName = ""280 RepositoryIdentifier = "" -
indico/MaKaC/common/Configuration.py
r5a17dd r386840 425 425 'PublicFolder' : "/opt/indico/htdocs/results", 426 426 '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' : '',436 427 'ApacheUser' : 'nobody', 437 428 'ApacheGroup' : 'nogroup',
Note: See TracChangeset
for help on using the changeset viewer.
