Subversion Repositories bacoAlunos

Rev

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

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