Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 9ed97188eebbefa7f50735c2a6223641 > files > 2

glasnost-0.6.1-2mdk.noarch.rpm

[DEFAULT]
BypassXmlRpc = true
glasnost = glasnost
logdir = /var/log/glasnost
port = 8000
vardir = /var/lib/glasnost
webdir = /var/www/html/glasnost

[Misc]
# Show debugging information when an error occurs. (boolean, default: false)
Debug = false
# Show special information for debugging TAL
DebugTAL = false
# Use HTTPS after the user logged in? (boolean, default: false)
UseHTTPS = false
# Cache files? (boolean, default: false)
CacheFiles = false
# How many minutes should the cache held files? (default: 15)
CacheTime = 15
# Where to store log files
LogFilesDir = %(logdir)s
# Dispatchers called by each module
DispatcherURLs = glasnost://localhost/
# Sort subheadings (boolean, default: true)
SortSubHeadings = true
# Directory where the data are stored
DataDirectoryPath = %(vardir)s
# Directory where the dispatcher data are stored
DispatcherDataDirectoryPath = %(vardir)s/%(hostname)s
# Directory where the localisation data are stored
LocaleDir = /usr/share/locale/
# Expiration time for user session (default: 120)
ExpirationTime = 120
# Template directory
TemplatesDirectoryPath = %(vardir)s/templates
# Default template
DefaultTemplate = glasnost2
# Alternative root directory
AlternRootPath = %(webdir)s
# Use buffered requests (boolean, default: false) (experimental)
UseBufferedRequests = false
# Use CSS to render everything (boolean, default: false)
UseCSSEverywhere = false

[Mail]
# Email address to use when no admin has been defined in Glasnost
Admin = root@localhost
# website to show in emails sent to new people
Website = http://localhost
# Host name and port of the SMTP server
ServerHostName = localhost
ServerPort = 25

# You can customize several options on a per dispatcher basis
#[a.potential.dispatcher.id]
#DataDirectoryPath = /var/vhosts/go-there/glasnost-data/
#ScriptDirectoryPath = /var/vhosts/go-there/glasnost-scripts/
#TalExtensionsDirectoryPath = /var/vhosts/go-there/glasnost-extensions/
#TemplateDirectoryPath = %(vardir)s/templates

[Dispatcher]
ServerHostName = localhost
ServerPort = %(port)s

[Gateway]
ServerHostName = localhost
# If the gateway is installed on the same server as the dispatcher, uncomment
# the following setting and configure the firewall rules to redirect outside
# connections to the dispatcher (ie port 8000) to the gateway (ie port 8001)
# ServerPort = %(port)s + 1
#
# Otherwise, if the gateway is installed alone on a firewall/gateway, use the
# standard ServerPort of the dispatcher:
# ServerPort = %(port)s
ServerPort = %(port)s + 1

#accounting# [AccountsServer]
#accounting# ServerHostName = localhost
#accounting# ServerPort = %(port)s + 2

[ArticlesServer]
ServerHostName = localhost
ServerPort = %(port)s + 3

[AuthenticationServer]
ServerHostName = localhost
ServerPort = %(port)s + 4

[AtomsServer]
ServerHostName = localhost
ServerPort = %(port)s + 5

[BallotsServer]
ServerHostName = localhost
ServerPort = %(port)s + 6

#research# [BooksServer]
#research# ServerHostName = localhost
#research# ServerPort = %(port)s + 7

[BrevesServer]
ServerHostName = localhost
ServerPort = %(port)s + 8

[Cache]
ServerHostName = localhost
ServerPort = %(port)s + 9

## [CardsServer]
## ServerHostName = localhost
## ServerPort = %(port)s + 10

[ElectionsServer]
ServerHostName = localhost
ServerPort = %(port)s + 11

#accounting# [EventsServer]
#accounting# ServerHostName = localhost
#accounting# ServerPort = %(port)s + 12

#research# [FunctionCallsServer]
#research# ServerHostName = localhost
#research# ServerPort = %(port)s + 13

[GradesServer]
ServerHostName = localhost
ServerPort = %(port)s + 14

[GroupsServer]
ServerHostName = localhost
ServerPort = %(port)s + 15

#accounting# [LedgersServer]
#accounting# ServerHostName = localhost
#accounting# ServerPort = %(port)s + 16

#research# [MonitoringsServer]
#research# ServerHostName = localhost
#research# ServerPort = %(port)s + 17

#accounting# [OperationsServer]
#accounting# ServerHostName = localhost
#accounting# ServerPort = %(port)s + 18

[PageNamesServer]
ServerHostName = localhost
ServerPort = %(port)s + 19

[PeopleServer]
ServerHostName = localhost
ServerPort = %(port)s + 20

[PreferencesServer]
ServerHostName = localhost
ServerPort = %(port)s + 21

#accounting# [RecordsServer]
#accounting# ServerHostName = localhost
#accounting# ServerPort = %(port)s + 22

[RubricsServer]
ServerHostName = localhost
ServerPort = %(port)s + 23

[SessionsServer]
ServerHostName = localhost
ServerPort = %(port)s + 24

[SystemFilesServer]
ServerHostName = localhost
ServerPort = %(port)s + 25

[TranslationsServer]
ServerHostName = localhost
ServerPort = %(port)s + 26

[UploadFilesServer]
ServerHostName = localhost
ServerPort = %(port)s + 27

[VirtualHostsServer]
ServerHostName = localhost
ServerPort = %(port)s + 28

[VotesServer]
ServerHostName = localhost
ServerPort = %(port)s + 29

#research# [WorkflowsServer]
#research# ServerHostName = localhost
#research# ServerPort = %(port)s + 30

## [DirectoriesServer]
## ServerHostName = localhost
## ServerPort = %(port)s + 33

#auth# [AuthenticationPamServer]
#auth# ServerHostName = localhost
#auth# ServerPort = %(port)s + 34

#auth# [AuthenticationLdapServer]
#auth# ServerHostName = localhost
#auth# ServerPort = %(port)s + 35
#auth# #ldap_server = localhost
#auth# #ldap_port = 389
#auth# #objectClass = 'top','person'
#auth# ldap_login_field = cn
#auth# ldap_password_field = userPassword
#auth# suffix = o=codelutin,c=fr
#auth# admin_password = xxxxxxxxx

#vecam# [ContactInfosServer]
#vecam# ServerHostName = localhost
#vecam# ServerPort = %(port)s + 36

#vecam# [InitiativesServer]
#vecam# ServerHostName = localhost
#vecam# ServerPort = %(port)s + 37

#vecam# [OrganizationsServer]
#vecam# ServerHostName = localhost
#vecam# ServerPort = %(port)s + 38

#vecam# [SkillDemandsServer]
#vecam# ServerHostName = localhost
#vecam# ServerPort = %(port)s + 39

#vecam# [SkillOffersServer]
#vecam# ServerHostName = localhost
#vecam# ServerPort = %(port)s + 40

[AppointmentsServer]
ServerHostName = localhost
ServerPort = %(port)s + 41

## [CommentsServer]
## ServerHostName = localhost
## ServerPort = %(port)s + 42

##[ContactsServer]
##ServerHostName = localhost
##ServerPort = %(port)s + 43

[TasksServer]
ServerHostName = localhost
ServerPort = %(port)s + 44

#brest# [FIInitiativesServer]
#brest# ServerHostName = localhost
#brest# ServerPort = %(port)s + 45

#brest# [PELActionsServer]
#brest# ServerHostName = localhost
#brest# ServerPort = %(port)s + 46

#brest# [PELBilansServer]
#brest# ServerHostName = localhost
#brest# ServerPort = %(port)s + 47