Subversion Repositories bacoAlunos

Rev

Rev 529 | Rev 542 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
529 jmachado 1

2
#FICHEIRO DE CONFIGURACOES
3
 
4
tmp.dir=@tmp.dir@
187 jmachado 5
data.dir=@data.dir@
79 jmachado 6
use.ldap=@use.ldap@
1 fvelez 7
system.language=pt
8
#Session Settings
175 jmachado 9
user.session.timeout.minutes=60
146 jmachado 10
site.url=@site.url@
1 fvelez 11
 
144 jmachado 12
 
221 jmachado 13
email.local.suffix=estgp.pt
319 jmachado 14
email.server=localhost
29 jmachado 15
email.user=
16
email.password=
236 jmachado 17
email.from=bacodev@estgp.pt
29 jmachado 18
email.templates.dir=@email.templates.dir@
144 jmachado 19
 
236 jmachado 20
#########################
21
##
22
########################
23
 
237 jmachado 24
# 0: From Frienf
236 jmachado 25
email.send.url.friend.subject.pt=Site da ESTG sugerido pelo amigo ({0}) (ESTG)
26
email.send.url.friend.subject.en=Site of ESTG suggested by friend ({0}) (ESTG)
237 jmachado 27
 
236 jmachado 28
email.new.grades.subject.pt=Novas notas disponiveis (ESTG)
29
email.new.grades.subject.en=New grades available (ESTG)
30
 
237 jmachado 31
# 0: Course Unit Name
32
# 1: Annoucement Title
33
email.courseunit.announcement.subject.pt={0}: {1} (ESTG)
34
email.courseunit.announcement.subject.en={0}: {1} (ESTG)
35
 
419 jmachado 36
email.courseunit.work.subject.pt={0}: {1} (ESTG)
37
email.courseunit.work.subject.en={0}: {1} (ESTG)
38
 
363 jmachado 39
email.courseunit.blogpost.subject.pt={0}: {1} (ESTG)
40
email.courseunit.blogpost.subject.en={0}: {1} (ESTG)
41
 
236 jmachado 42
email.new.grades=true
237 jmachado 43
email.courseunit.announcements=true
363 jmachado 44
email.courseunit.blogs=true
236 jmachado 45
 
360 jmachado 46
email.summaries=false
358 jmachado 47
 
48
email.summary.subject.pt=Sumário lançado em {0}
49
email.summary.subject.en=Sumário lançado em {0}
50
 
51
 
29 jmachado 52
##################################################
215 jmachado 53
# Modules usage
54
#
55
#
56
##################################################
218 jmachado 57
module.announcements=true
215 jmachado 58
module.manageidentifiers=true
218 jmachado 59
module.blogs=true
60
module.urlstat=true
61
module.search=true
62
module.searchGoogle=true
63
module.courseunits=true
64
module.todos=true
65
module.reminders=true
66
module.intranet=true
67
module.profile=true
319 jmachado 68
module.sms=false
430 jmachado 69
module.quotasImpressao=true
456 jmachado 70
module.srusource=true
215 jmachado 71
##################################################
227 jmachado 72
# SMS
73
#
74
##################################################
75
sms.courseunit.announcement=true
76
sms.courseunit.announcement.only.profs=true
77
sms.new.grades=true
78
 
300 jmachado 79
#####################################################
80
##
81
## Job Deamon      seconds
82
job.deamon.sleep.seconds=30
227 jmachado 83
 
84
##################################################
1 fvelez 85
##Proxy Servers
29 jmachado 86
#If is an HTTP Server needs encoding config if FTP needs user pass config
488 jmachado 87
#This server is the server for unit contents, must be named ionline, it is hardcoded
1 fvelez 88
server.ionline=ftp://www.global.estgp.pt
290 jmachado 89
server.ionline.start.path=
1 fvelez 90
ionline.pass=baco
91
ionline.user=Baco_web
489 jmachado 92
ionline.use.default.credentials.to.updates.and.deletes=false
1 fvelez 93
 
369 jmachado 94
server.estgp.start.path=
490 jmachado 95
server.estgp=http://localhost:9090/static
319 jmachado 96
estgp.encoding=UTF-8
367 jmachado 97
estgp.proxy.host=
98
estgp.proxy.port=
249 jmachado 99
 
368 jmachado 100
proxy.extensions=html htm php asp aspx dhtml jsp py
101
 
29 jmachado 102
################################################
103
## Kinds of roles
1 fvelez 104
user.admin=admin
105
user.super=all
114 jmachado 106
user.student=student
107
user.teacher=teacher
214 jmachado 108
user.courseCoordinator=courseCoordinator
109
user.courseDirector=courseDirector
215 jmachado 110
user.identifiersManagers=identifiersManager
344 jmachado 111
user.servicesPrograms=servicesPrograms
114 jmachado 112
 
146 jmachado 113
user.role.00=all
114
user.role.01=admin
115
user.role.02=student
116
user.role.03=erasmusStudent
117
user.role.04=oldStudent
118
user.role.05=futureStudent
119
user.role.06=ci
120
user.role.07=teacher
121
user.role.08=teacher.eg
122
user.role.09=teacher.dg
35 fvelez 123
user.role.10=teacher.ce
376 jmachado 124
user.role.11=teacher.ch
125
user.role.12=worker
126
user.role.13=invited
127
user.role.14=services
128
user.role.15=administrativeCouncil
129
user.role.16=scientificCouncil
130
user.role.17=pedagogicCouncil
131
user.role.18=erasmusCouncil
132
user.role.19=courseCoordinator
133
user.role.20=studentAssociation
134
user.role.21=representativeCouncil
135
user.role.22=computerCenter
136
user.role.23=courseCoordinator
137
user.role.24=courseDirector
138
user.role.25=identifiersManager
139
user.role.26=identifiersCollectionCreator
140
user.role.27=servicesPrograms
141
user.role.28=studentsID
142
user.role.29=studentsFSIR
143
user.role.30=student.eg
144
user.role.31=student.dg
145
user.role.32=student.ce
146
user.role.33=student.ch
504 jmachado 147
user.role.34=student.td
148
user.role.35=student.cesh
149
user.role.36=teacher.td
150
user.role.37=teacher.cesh
1 fvelez 151
 
507 jmachado 152
user.role.51=courseValidateProgramCET_TD
153
user.role.52=courseValidateProgramEI
154
user.role.53=courseValidateProgramEC
155
user.role.54=courseValidateProgramBioEng
156
user.role.55=courseValidateProgramEGI
157
user.role.56=courseValidateProgramEERA
158
user.role.57=courseValidateProgramDC
159
user.role.58=courseValidateProgramDA
160
user.role.59=courseValidateProgramTVAPE
161
user.role.60=courseValidateProgramMI
47 fvelez 162
 
507 jmachado 163
user.role.61=courseValidateProgramCET_CESH
164
user.role.62=courseValidateProgramAPM
165
user.role.63=courseValidateProgramAA
166
user.role.64=courseValidateProgramG
167
user.role.65=courseValidateProgramID
520 jmachado 168
user.role.77=courseValidateProgramEGPMEestranho
507 jmachado 169
 
170
 
171
 
172
 
519 jmachado 173
 
174
 
520 jmachado 175
 
18 jmachado 176
#########################################################################
1 fvelez 177
#
178
# Modules
179
#
18 jmachado 180
#########################################################################
1 fvelez 181
 
18 jmachado 182
#########################################################################
1 fvelez 183
# Announcements
184
#
338 jmachado 185
announcements.text.summary.size=500
61 fvelez 186
announcements.text.summary.size.small=100
214 jmachado 187
announcements.max.visible=10
188
announcements.top.flash.news.timeout.miliseconds=7000
61 fvelez 189
 
214 jmachado 190
announcements.type.0=news
191
announcements.type.1=top.flash.news
192
announcements.type.2=bottom.flash.news
193
announcements.type.3=todo
194
announcements.type.4=courseUnitAnnouncement
195
 
196
#separate with , example helpdocs,reunions
197
announcements.not.standard.0=todo
198
announcements.not.standard.1=courseUnitAnnouncement
199
 
200
#Roles that can validate invalid announcements
201
announcements.validator.role.01=admin
202
announcements.validator.role.02=computerCenter
203
 
1 fvelez 204
announcements.automatic.validation.role.1=all
205
announcements.automatic.validation.role.2=admin
206
announcements.automatic.validation.role.3=ci
207
announcements.automatic.validation.role.4=administrativeCouncil
214 jmachado 208
announcements.automatic.validation.role.5=services
1 fvelez 209
 
214 jmachado 210
studentAssociation.auto.validation.targets=student,oldStudent,futureStudent,erasmusStudent
330 jmachado 211
studentAssociation.auto.validation.types=news
56 fvelez 212
 
214 jmachado 213
services.auto.validation.targets=student,oldStudent,futureStudent,erasmusStudent,teacher,teacher.eg,teacher.dg,teacher.ce
214
services.auto.validation.types=news,top.flash.news,bottom.flash.news,todo
56 fvelez 215
 
214 jmachado 216
administrativeCouncil.auto.validation.targets=student,oldStudent,futureStudent,erasmusStudent,teacher,teacher.eg,teacher.dg,teacher.ce
217
administrativeCouncil.auto.validation.types=news,top.flash.news,bottom.flash.news,todo
1 fvelez 218
 
504 jmachado 219
courseDirector.auto.validation.targets=student,oldStudent,futureStudent,erasmusStudent,teacher,teacher.eg,teacher.dg,teacher.ce,teacher.td,teacher.cesh
214 jmachado 220
courseDirector.auto.validation.types=news,top.flash.news,bottom.flash.news,todo
1 fvelez 221
 
504 jmachado 222
courseCoordinator.auto.validation.targets=student,oldStudent,futureStudent,erasmusStudent,teacher,teacher.eg,teacher.dg,teacher.ce,teacher.td,teacher.cesh
214 jmachado 223
courseCoordinator.auto.validation.types=news,top.flash.news,bottom.flash.news,todo
224
 
504 jmachado 225
scientificCouncil.auto.validation.targets=student,oldStudent,futureStudent,erasmusStudent,teacher,teacher.eg,teacher.dg,teacher.ce,teacher.td,teacher.cesh
214 jmachado 226
scientificCouncil.auto.validation.types=news,top.flash.news,bottom.flash.news,todo
227
 
504 jmachado 228
pedagogicCouncil.auto.validation.targets=student,oldStudent,futureStudent,erasmusStudent,teacher,teacher.eg,teacher.dg,teacher.ce,teacher.td,teacher.cesh
214 jmachado 229
pedagogicCouncil.auto.validation.types=news,top.flash.news,bottom.flash.news,todo
230
 
231
 
232
 
44 fvelez 233
#role images for announcements
330 jmachado 234
announcement.default.img=/imgs/rolesIcons/estg.gif
235
role.student.img=/imgs/rolesIcons/student.gif
47 fvelez 236
role.admin.img=/imgs/rolesIcons/estg.gif
237
role.sudentAssociation.img=/imgs/rolesIcons/ae.gif
238
role.administrativeCouncil.img=/imgs/rolesIcons/c_directivo.gif
239
role.scientificCouncil.img=/imgs/rolesIcons/c_cientifico.gif
240
role.representativeCouncil.img=/imgs/rolesIcons/ass_repre.gif
241
role.teacher.eg.img=/imgs/rolesIcons/ne.gif
242
role.teacher.dg.img=/imgs/rolesIcons/ngm.gif
243
role.services.img=/imgs/rolesIcons/secretaria.gif
44 fvelez 244
 
47 fvelez 245
 
75 jmachado 246
#########################################################################
163 jmachado 247
#
248
# reminders
249
#
250
#########################################################################
165 jmachado 251
reminders.text.summary.size=30
163 jmachado 252
 
253
#########################################################################
75 jmachado 254
# Blogs
255
#
47 fvelez 256
 
75 jmachado 257
blog.desc.summary.size=250
214 jmachado 258
blog.type.courseunit=courseunit
18 jmachado 259
#########################################################################
260
# Link Analysis
16 jmachado 261
#
18 jmachado 262
url.stat.tmp.dir=/linkchart
263
url.stat.image.expire.interval.time.minutes=15
144 jmachado 264
url.stat.click.cache.size=50
265
url.stat.click.cache.timeout=30
1 fvelez 266
 
144 jmachado 267
 
18 jmachado 268
url.stat.ignore.extension.1=.js
269
url.stat.ignore.extension.2=.css
270
url.stat.ignore.extension.3=.jpg
271
url.stat.ignore.extension.4=.gif
272
url.stat.ignore.extension.5=.png
273
url.stat.ignore.extension.6=.tif
274
url.stat.ignore.extension.7=.bmp
22 fvelez 275
url.stat.ignore.extension.8=.swf
1 fvelez 276
 
18 jmachado 277
url.stat.ignore.prefix.1=/urlstat
55 jmachado 278
url.stat.ignore.prefix.2=/public/
279
url.stat.ignore.prefix.3=/admin/
280
url.stat.ignore.prefix.4=/user/
281
url.stat.ignore.prefix.5=/css/
282
url.stat.ignore.prefix.6=/js/
283
url.stat.ignore.prefix.7=/auth/
188 jmachado 284
url.stat.ignore.prefix.8=/imageStream
430 jmachado 285
url.stat.ignore.prefix.9=/ajaxapis
1 fvelez 286
 
181 jmachado 287
 
188 jmachado 288
 
181 jmachado 289
#GENERIC FILTER IGNORE UserSessionFilter and CookieFilter
290
 
368 jmachado 291
#filter.ignore.extension.1=.js
292
#filter.ignore.extension.2=.css
293
#filter.ignore.extension.3=.jpg
294
#filter.ignore.extension.4=.gif
295
#filter.ignore.extension.5=.png
296
#filter.ignore.extension.6=.tif
297
#filter.ignore.extension.7=.bmp
298
#filter.ignore.extension.8=.swf
396 jmachado 299
 
300
filter.top.image.ignore.extension.1=.js
301
filter.top.image.ignore.extension.2=.css
302
filter.top.image.ignore.extension.3=.jpg
303
filter.top.image.ignore.extension.4=.gif
304
filter.top.image.ignore.extension.5=.png
305
filter.top.image.ignore.extension.6=.tif
306
filter.top.image.ignore.extension.7=.bmp
307
filter.top.image.ignore.extension.8=.swf
308
 
181 jmachado 309
filter.ignore.prefix.1=/statUnits.jsp
310
filter.ignore.prefix.2=/units.jsp
311
filter.ignore.prefix.3=/js
312
filter.ignore.prefix.4=/css
188 jmachado 313
filter.ignore.prefix.5=/imageStream
368 jmachado 314
filter.ignore.prefix.6=/imgs
430 jmachado 315
filter.ignore.prefix.7=/ajaxapis
181 jmachado 316
 
317
 
18 jmachado 318
#See java.text.SimpleDateFormat
22 fvelez 319
urlstat.chart.week.days=EEE dd-MMM
18 jmachado 320
urlstat.chart.month.days=EEE dd-MMM
321
urlstat.chart.trimestre.days=dd-MMM-yy
322
urlstat.chart.semestre.days=MMM-yy
22 fvelez 323
urlstat.chart.year.days=MMM-yy
18 jmachado 324
urlstat.chart.trimestre.months=MMM-yy
325
urlstat.chart.semestre.months=MMM-yy
326
urlstat.chart.year.months=MMM-yy
327
urlstat.chart.two.years.months=MMM-yy
1 fvelez 328
 
90 jmachado 329
#########################################################################
330
# Common Services
331
#
146 jmachado 332
search.max.results=8
92 jmachado 333
search.best.fragments.max.fragment.size=80
334
search.best.fragments.max.fragments=3
1 fvelez 335
 
16 jmachado 336
 
116 jmachado 337
#########################################################################
338
# Imports SIGoES
339
#
409 jmachado 340
 
341
siges.degree.1=L
444 jmachado 342
siges.degree.4=M
343
siges.degree.8=C
409 jmachado 344
 
249 jmachado 345
national.institution.code=3122
116 jmachado 346
siges.institution.code=1
163 jmachado 347
ws.siges.wsdl=@ws.siges.wsdl@
348
ws.siges.target.namespace=@ws.siges.target.namespace@
18 jmachado 349
 
233 jmachado 350
ws.siges.secret=deptal1232007estg.
206 jmachado 351
#
352
importFirstYearFormat=yyyy
353
importSecondYearFormat=yy
354
#importFirstYearFormat {0}
355
#importSecondYearFormat {1}
356
importFinalFormat={0}{1}
357
 
214 jmachado 358
importFirstYearFormatIntranet=yyyy
359
importSecondYearFormatIntranet=yyyy
360
importFinalFormatIntranet=AnoLectivo.{0}-{1}
206 jmachado 361
 
214 jmachado 362
intranet.semestre.S1=Semestre1
363
intranet.semestre.S2=Semestre2
364
 
365
intranet.setup.file=@intranet.setup.folders.file@
366
intranet.setup.users.filename=cursos.txt
367
intranet.setup.filename=@intranet.setup.folders.filename@
368
 
369
 
223 jmachado 370
intranet.contents.dir=Conteudos
371
intranet.grades.dir=Avaliacao
372
intranet.presences.dir=Assiduidade
219 jmachado 373
 
223 jmachado 374
 
157 jmachado 375
#########################################################################
376
#
377
#PopService
378
#
159 jmachado 379
pop.container.use=true
157 jmachado 380
pop.web.interface=http://mail.estgp.pt/exchange
381
pop.server=mail.estgp.pt
163 jmachado 382
pop.use.default.server=true
383
pop.use.username.and.password.first.authentication=true
157 jmachado 384
pop.max.messages=15
161 jmachado 385
pop.fragment.text.size=30
386
pop.refresh.timeout.minutes=5
116 jmachado 387
 
388
 
157 jmachado 389
 
279 jmachado 390
#########################################################################
391
#
392
#TopImage Filter Links
393
#
394
 
398 jmachado 395
 
396
 
397
 
279 jmachado 398
top.image.1.start.with=/
398 jmachado 399
top.image.url.1=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/top.jpg
279 jmachado 400
 
401
top.image.start.with.2=/student.do?role=student&menu=menu.alunos
397 jmachado 402
top.image.url.2=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topStudent.jpg
403
top.image.start.with.3=/futureStudent.do?role=futureStudent&menu=menu.futurosAlunos
404
top.image.url.3=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topFutureStudent.jpg
279 jmachado 405
 
397 jmachado 406
top.image.start.with.4=/oldStudent.do?role=oldStudent&menu=menu.antigosAlunos
407
top.image.url.4=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topOldStudent.jpg
279 jmachado 408
 
397 jmachado 409
top.image.start.with.5=/teacher.do?role=teacher&menu=menu.docentes
410
top.image.url.5=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topTeacher.jpg
279 jmachado 411
 
538 jmachado 412
 
397 jmachado 413
top.image.start.with.6=/dir/student
414
top.image.url.6=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topStudent.jpg
279 jmachado 415
 
397 jmachado 416
top.image.start.with.7=/dir/futureStudent
417
top.image.url.7=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topFutureStudent.jpg
418
 
419
top.image.start.with.8=/dir/oldStudent
420
top.image.url.8=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topOldStudent.jpg
421
 
538 jmachado 422
top.image.start.with.9=/dir/teacher
397 jmachado 423
top.image.url.9=/proxy/contactosAlunosPortalMenu/estgp/public/portal/imagens/topTeacher.jpg
424
 
425
 
406 jmachado 426
############################################################################
427
# UPLOAD MAX SIZE
428
#
429
#
430
max.file.size.upload.mbytes=20
397 jmachado 431
 
432
 
376 jmachado 433
###########################################################################
434
#
435
# AREAS CIENTIFICAS
436
#
279 jmachado 437
 
506 jmachado 438
#LEGADO PARA REMOVER NO FUTURURO
376 jmachado 439
area.1=eg
440
area.2=dg
441
area.3=ce
442
area.4=ch
505 jmachado 443
area.5=td
444
area.6=cesh
368 jmachado 445
 
506 jmachado 446
departamento.1=td
447
departamento.2=cesh
368 jmachado 448
 
381 jmachado 449
 
506 jmachado 450
 
419 jmachado 451
########################################
452
# trabalhos
453
#
454
#########################################
455
#number of days to reminder be present in home tasks after expired work.
420 jmachado 456
work.reminder.until.days.after.expired=10
457
home.courseunit.last.anouncements.expired.in.days=60
458
home.courseunit.last.anouncements.max=3
381 jmachado 459
 
419 jmachado 460
 
490 jmachado 461
 
430 jmachado 462
#########################################
463
# Servicos de Impressao API
464
#
465
########################################
466
impressao.servicos.api=http://www.global.estgp.pt/API/XMLImpressao.asp
467
impressao.servicos.auth=true
468
impressao.servicos.auth.user.property=ionline.user
469
impressao.servicos.auth.pass.property=ionline.pass
470
impressao.servicos.auth.user=
471
impressao.servicos.auth.pass=
481 jmachado 472
 
473
 
474
 
475
############################################
476
# SRU Sources Layout Configuration
477
#
478
# Example  Assessoria.De.Administracao.9685  \  AnoLectivo.2009-2010  \  Semestre1  \  Lingua.E.Cultura.I.Espanhola  \  Conteudos
479
# for this example the following condition :
480
#      directory pattern: .[\\\/]Semestre[12][\\\/]. This regex means *\Semestre1\* or *\Semestre2\* ignoring slash / or \
481
#      the SubTitle Expression is the follow:  "([3] - [0])"
482
#
483
#The result is this one:  ICON filename [kb] (Lingua.E.Cultura.I.Espanhola - Assessoria.De.Administracao.9685)
484
# @collection@ is a special token to be replaced by collection name
485
############################################
486
 
487
 
488
srusource.path.condition.pattern.01=.[\\\\\\/]Semestre[12][\\\\\\/].
483 jmachado 489
srusource.path.condition.template.01= ... > <b>{3}</b> > @collection@
481 jmachado 490
 
491
srusource.path.condition.pattern.99=.
492
srusource.path.condition.template.99=(@collection@)
493