8093fb0c30ad30389307fb70d0acc7a5101fe50a
[mir.git] / source / default.properties
1 #
2 # GENERAL SETUP
3 #
4 # This is a full list of defaults options. To configure your site
5 # do NOT change this file. You can override all of these values in
6 # your etc/config.properties
7 #
8
9 ### mir/imc information
10 Mir.Name=mir.indymedia.org
11 Mir.Shortname=mir
12 Mir.Contact-email.address=mir-coders@lists.indymedia.org
13 Mir.Contact-email.name=mir-coders mailinglist
14 Mir.Tech-email.address=mir-coders@lists.indymedia.org
15 Mir.Tech-email.name=mir-coders mailinglist
16 Mir.Public-email.address=mir-coders@lists.indymedia.org
17 Mir.Public-email.name=mir-coders mailinglist
18
19 Mir.Version=1.1.0rc0
20
21 # The name of the abuse config file (relative to the WEB-INF dir)
22 Abuse.Config=abuse.properties
23 # The name of the cookie that can be used to thwart trolls
24 #    (The name is deliberately misleading)
25 Abuse.CookieName=SessionIdentifier
26
27 # If equal to 1, the IP log can't be used
28 Abuse.DisallowIPLogging=0
29
30 # The time the cookie will remain active in hours
31 #   168 = 1 week
32 Abuse.CookieMaxAge=168
33
34
35 #where to put the lucene index
36 IndexPath=index
37
38 TempDir=/tmp
39
40 Log.LogClass = mir.log.log4j.LoggerImpl
41 Log.log4j.ConfigurationFile = etc/log4j.properties
42 Log.Home = log
43
44 Mir.Localizer=mircoders.localizer.basic.MirBasicLocalizer
45
46 # The location of the producer specifiations
47 Mir.Localizer.ProducerConfigFile=etc/producer/producers.xml
48
49 # Settings for the admin login:
50 # If the default language is left empty, it will set the accept-language of
51 # the client browser as the default.
52 Mir.Login.DefaultLanguage=en
53
54 # The available languages in the login form:
55 Mir.Login.Languages=en;de;fr;nl;es;pt;eu;sv;tr;zh;gz
56
57 # For missing values, the FallbackLanguage is used as default
58 Mir.Admin.FallbackLanguage=en
59
60 # Show who's logged in?
61 Mir.Admin.ShowLoggedinUsers=1
62
63 # Log admin activity?
64 Mir.Admin.LogAdminActivity=0
65
66 # Limit the length of text shown in lists (-1 means no limit)
67 Mir.Admin.ListTextLengthLimit=-1
68
69 # Which usernames have admin priviliges (, seperated usernames)
70 AccessControl.SuperUsers = admin
71
72 # Locking enabled?
73 AccessControl.LockingEnabled = 0
74
75 # If locking enabled, should users lock articles before they
76 #    can edit?
77 AccessControl.LockingOptional = 1
78
79 # the templates
80 Mir.Localizer.Producer.GeneratorLibrary= default=freemarker(etc/producer/)
81 Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/),preview=freemarker(etc/producer)
82 Mir.Localizer.OpenPosting.GeneratorLibrary= default=freemarker(etc/open/)
83
84 # Should an XSS preventing interceptor be used by the producer subsystem?
85 Mir.Producer.UseInterceptor=1
86
87 # How should the custom operations (hide etc) in article and comment lists
88 # be presented?
89 # 0 = links, 1 = checkboxes, 2 = a listbox
90 Mir.Localizer.Admin.ListOperationsFlavor=2
91
92 # Article previews, a comma seperated list of name = generator
93 Mir.Localizer.Admin.ArticlePreview = \
94   default = preview::article.template
95 Mir.Localizer.Admin.ArticlePreviewLanguage=en
96
97 # How should the topics be presented on the article edit page?
98 #
99 # <key>:<listtype>:<listparameter>:<condition>:<order>
100 # multiple entries can be specified, can be seperated by a ,
101 #
102 # key:
103 #     the bundle key to use for the field label
104 # listtype:
105 #     0 = in a multiselect list box, 1 = checkboxes, 2 = a dropdown listbox
106 # listparameter:
107 #     number of rows for multiselect list box, number of columns for checkboxes
108 # condition:
109 #     what sql condition should the topics of this category be of
110 # order:
111 #     what sql order should the topics be ordered by
112
113 Mir.Localizer.Admin.TopicLists = \
114    content.topic:1:3::title
115
116 # enable deletion of comments/articles?
117 Mir.Localizer.Admin.AllowDeleteComment=1
118 Mir.Localizer.Admin.AllowDeleteArticle=1
119
120 # Article Preview Link URL (Link to produced articles from within admin)
121 Comment.PublicUrl=/en/${date.formatted.yyyy}/${date.formatted.MM}/${id}.shtml
122 Article.PublicUrl=/en/${to_content.date.formatted.yyyy}/${to_content.date.formatted.MM}/${to_content.id}.shtml
123
124 # which 'quick' operations should be available in the top-left box?
125 Mir.Localizer.Admin.AdministerOperations= \
126    comments:module=Comment&do=list
127
128 # Which producers need to be called after an article (resp. a comment) is posted
129 Mir.Localizer.OpenPosting.ContentProducers= media.new;articles.changed;startpage.generate;synchronization.run
130 Mir.Localizer.OpenPosting.CommentProducers= articles.changed;synchronization.run
131
132 # Which producers need to be called after the "produce all new" link is clicked from admin
133 Mir.Localizer.Producer.ProducerRecipes= \
134   allnew = media.new;articles.changed;startpage.run;synchronization.run
135
136
137 #use rsync to mirror the website to a remote-host
138 Rsync=no
139 Rsync.Script.Path=/var/www/bin/rsync-copy
140
141 # the maximum allowed size of an uploaded media file in KB.
142 MaxMediaUploadSize=20000
143
144 # the maximum number of allowed media items to upload at once.
145 ServletModule.OpenIndy.MaxMediaUploadItems=20
146
147 # the default number of media items to upload at once
148 ServletModule.OpenIndy.DefaultMediaUploadItems=1
149
150
151 #
152 #
153 # STATIC SITE CONFIG
154 #
155
156 # the url of the static site
157 Producer.ProductionHost=http://indy.code-fu.de
158
159 # the url of the public site
160 Producer.PublicationHost=http://indy.code-fu.de
161
162 # Produrce.StorageRoot is the directory, in which
163 # the generated HTML pages will be stored
164 Producer.StorageRoot=/pub/Dokumente/Indymedia/de-tech/Mir/produced
165
166 # FileEdit module
167 #   a list of directories to edit
168 #   format:
169 #      <name>:<path>:<file filter>:<0|1 (recursion off or on)> [, ....]
170
171 ServletModule.FileEdit.Configuration= \
172   includes:/pub/Dokumente/Indymedia/de-tech/Mir/produced/inc:.*\\.inc:1
173
174 #
175 #
176 # DYNAMIC SITE CONFIG
177 #
178
179 # the url of the openposting-servlet
180 Producer.OpenAction=http://indy.code-fu.de/Mir/servlet/OpenMir
181
182 # use this property if the pages are not produced under the docRoot
183 # of the webserver. all links in the produced pages are prepended
184 # with Producer.DocRoot
185 Producer.DocRoot=
186
187 Producer.ActionServlet=/servlet/Mir
188
189 # this is the name of the subdirectory where the image-dir
190 # will be linked to.
191 Producer.ImageRoot=/img
192
193 # path to ImageMagick executables. Default is "" (nothing), which
194 # means executables will be searched using the default system PATH
195 # example:Producer.Image.ImageMagickPath=/usr/local/ImageMagick/bin
196 #
197 Producer.Image.ImageMagickPath=
198
199 # the url of the video-server
200 Producer.Video.Host=http://indy.code-fu.de/video
201
202 # the url of the audio-server
203 Producer.Audio.Host=http://indy.code-fu.de/audio
204
205 # the url of the image-server
206 Producer.Image.Host=http://indy.code-fu.de/images
207
208 # the url of the media-server
209 Producer.Media.Host=http://indy.code-fu.de/media
210
211 # the url of the real-media-server
212 Producer.RealMedia.Host=rtsp://some.media.server/somedir/
213
214
215 # image specific storage directories
216 # absolute directory, where the images are saved
217 Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images/
218
219 # images will be scaled down so that the size (both widht and height) are below:
220 Producer.Image.MaxSize = 640
221
222 # icons will be generated so that the size (both width and height) are below:
223 Producer.Image.MaxIconSize = 120
224
225 # descaling will only occur if at least the following percentage of either
226 #  the width or the height needs to be removed:
227 Producer.Image.MinDescalePercentage=10
228
229 # descaling will only occur if at least the following number of pixels needs
230 #  to be removed from either the width or the height:
231 Producer.Image.MinDescaleReduction=10
232
233
234 # media specific storage directories
235 # absolute directory, where the media files are saved
236 Producer.Media.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/media
237
238 # absolute directory, where the realmedia data files(ra and rm) are saved
239 # the ram files which point to the RealMedia.Host get saved in the regular Media dir
240 # this should make rsyncing to a separate streaming server much easier
241 Producer.RealMedia.Path=/pub/Dokumente/rtsp
242
243 # relativ directory, where the thumbnails will be saved
244 Producer.Image.IconPath=/icon
245
246 # Tiny Icons for the media types on the newswire summary.
247 # (right hand side of start page)
248 Producer.Icon.TinyImage=photo_small.gif
249 Producer.Icon.TinyAudio=audio_small.gif
250 Producer.Icon.TinyVideo=video_small.gif
251 Producer.Icon.TinyText=text_small.gif
252
253 #Medium sized icons used at various places
254 Producer.Icon.BigImage=photo_big.gif
255 Producer.Icon.BigAudio=audio_big.gif
256 Producer.Icon.BigVideo=video_big.gif
257 Producer.Icon.BigText=text_big.gif
258
259 #the style sheet used to turn html into xsl:fo
260 Producer.HTML2FOStyleSheet=/some/dir/mir/etc/producer/html2fo.xsl
261
262 # the following lines are used to construct PDFs on the fly from one or more articles
263 # for the moment, if you want to change anything else about your pdfs, you
264 # will have to learn some java!
265 #
266 # keep in mind that there may not be enough room for all the text you enter as the
267 # value of one these options, if text doesn't appear, the only easy thing to do is
268 # use less text!
269 #
270 # also, be sure to adjust the corresponding line height if you change a font size...
271 # this may require some trial and error to get right
272 #
273 # Available font families are helvetica, courier, and times
274 #
275
276
277 # an image which will appear at the top of the first page
278
279 PDF.Header.Image=
280 PDF.Header.ImageHeight=0
281
282 #PDF.Header.Image=/home/john/mir/web/img/pdfbanner.png
283 #PDF.Header.ImageHeight=70
284
285 # a single line of big text which will appear at the top of the first page of all generated pdfs
286 # if you set the String to nothing, this will be skipped
287
288 PDF.Title.String=INDYMEDIA SOMEWHERE
289 PDF.Title.FontSize=24
290 PDF.Title.LineHeight=28
291 PDF.Title.FontFamily=courier
292
293 # Source will be expanded to come to a URL to the article
294 PDF.Source=${config["Producer.PublicationHost"]}${config['Mir.Login.DefaultLanguage']}/${article.date.formatted['yyyy/MM']}/${article.id}.shtml
295
296 # footer is about two lines of small text which will appear at the bottom of every page
297 PDF.Footer.String=Indymedia does blah.  Content is good, and free to use for non-commercial purposes under the Open Content license. if you have questions, email someone.
298 PDF.Footer.Height=54
299 PDF.Footer.FontSize=12
300 PDF.Footer.FontFamily=helvetica
301
302 # how to format the index, i.e. the newsletter table of contents
303
304 PDF.Index.FontSize=12
305 PDF.Index.LineHeight=16
306 PDF.Index.FontFamily=helvetica
307
308 # how to format the meta-data, i.e. title, author, date
309
310 PDF.Meta.Height=36
311 PDF.Meta.FontSize=14
312 PDF.Meta.FontFamily=helvetica
313 RDF.Meta.DateFormat=yyyy-MM-dd HH:mm
314
315 # how to format the article description
316
317 PDF.Description.FontSize=12
318 PDF.Description.LineHeight=16
319 PDF.Description.FontFamily=helvetica
320
321 # how to format the article content
322
323 PDF.Content.FontSize=10
324 PDF.Content.LineHeight=16
325 PDF.Content.FontFamily=helvetica
326
327 # the formatting for images in gallery mode
328
329 PDF.BigImageCaption.FontSize=16
330 PDF.BigImageCaption.FontFamily=helvetica
331
332 # the formatting for the article source
333
334 PDF.Source.FontSize=12
335 PDF.Source.LineHeight=16
336 PDF.Source.FontFamily=courier
337
338
339
340
341 #
342 # the size paper your target audience will likely have in their printers.  pick one of A4 or LETTER
343 #
344
345 PDF.PageSize=A4
346
347 # the number of Objects which can fit in your MRUCache
348
349 Global.Cache.Items=15
350
351 #
352 # edit with caution below this line
353 ######################################################################
354
355 #
356 #
357 # DATABASE SETUP
358 #
359
360 Database.poolMin=1
361 Database.poolMax=10
362 Database.poolResetTime=1.0
363 Database.PoolLog=log/pool.log
364 Database.Limit=20
365 Database.Username=postgres
366 Database.Password=
367 Database.Host=localhost
368 Database.Name=Mir
369 Database.Port=5432
370 Database.Driver=org.postgresql.Driver
371
372
373 #
374 # Servlet / Module configurations
375 #
376
377 # don't change this unless you really know your i18n.
378 # The default encoding charset used in the written html files as well
379 # as the dynamic output html.
380 # also used for the HTML charset meta tag.
381 Mir.DefaultEncoding=UTF8
382
383 # this encoding is used for the HTML charset meta tag.
384 # it must be the html charset equivalent of the Java encoding above
385 # don't change this unless...
386 Mir.DefaultHTMLCharset=UTF-8
387
388 # Default timezone to display times in in admin, producers
389 Mir.DefaultTimezone= UTC
390
391 # Default date/time format
392 Mir.DefaultDateTimeFormat = yyyy-MM-dd HH:mm
393
394 # Compatibility feature: updated posting forms can
395 # support persistent uploads (that is, uploads remainig
396 # valid after validation errors). To support existing
397 # forms, by default it is off.
398 Localizer.OpenSession.PersistentUploadedFiles = 0
399
400 # Should support for ftp-like uploads (uploads done
401 # outside of mir, but included into postings) be
402 # supported at all?
403 Localizer.OpenSession.AllowFTPUploads = 0
404
405 # When uploading ftp files, should a list of available
406 # files be displayed?
407 Localizer.OpenSession.AllowFTPUploadSelection = 0
408
409 # What is the place where files are uploaded?
410 Localizer.OpenSession.FTPDirectory = /somewhere
411
412 Localizer.OpenSession.article.EditTemplate = editarticle.template
413 Localizer.OpenSession.article.DupeTemplate = dupearticle.template
414 Localizer.OpenSession.article.DoneTemplate = donearticle.template
415 Localizer.OpenSession.article.UnsupportedMediaTemplate = unsupportedmediatype.template
416 Localizer.OpenSession.article.DefaultArticleType=newswire
417 Localizer.OpenSession.article.DefaultMediaFolder=openposting
418
419 Localizer.OpenSession.comment.EditTemplate = editcomment.template
420 Localizer.OpenSession.comment.DupeTemplate = dupecomment.template
421 Localizer.OpenSession.comment.DoneTemplate = donecomment.template
422 Localizer.OpenSession.comment.UnsupportedMediaTemplate = unsupportedmediatype.template
423 Localizer.OpenSession.comment.DefaultCommentStatus=normal
424 Localizer.OpenSession.comment.DefaultMediaFolder=openposting
425 Localizer.OpenSession.ErrorTemplate = sessionerror.template
426
427 Localizer.OpenSession.translation.EditTemplate=edittranslation.template
428 Localizer.OpenSession.translation.DupeTemplate=dupearticle.template
429 Localizer.OpenSession.translation.UnsupportedMediaTemplate=unsupportedmediatype.template
430 Localizer.OpenSession.translation.DoneTemplate=donetranslation.template
431
432
433 Localizer.OpenSession.email.PrepareTemplate = preparemail.template
434 Localizer.OpenSession.email.MailTemplate = email_article.template
435 Localizer.OpenSession.email.DoneTemplate =/sent_mail.template
436
437 Localizer.HTML.Whitelist=a;img;h1;h2;h3;h4;h5;h6;br;form;input;hr;strong;font;b;i;em;p;table;tr;td;th;ul;ol;li
438
439
440 #
441 # config used for OpenIndy
442
443 ServletModule.OpenIndy.CommentTemplate=comment.template
444 ServletModule.OpenIndy.CommentDoneTemplate=comment_done.template
445 ServletModule.OpenIndy.CommentDupeTemplate=comment_dupe.template
446 ServletModule.OpenIndy.PostingTemplate=posting.template
447 ServletModule.OpenIndy.PostingDoneTemplate=posting_done.template
448 ServletModule.OpenIndy.PostingDupeTemplate=posting_dupe.template
449 ServletModule.OpenIndy.PostingDisabledTemplate=posting_disabled.template
450 ServletModule.OpenIndy.SearchResultsTemplate=search_results.template
451 ServletModule.OpenIndy.PrepareMailTemplate=prepare_mail.template
452 ServletModule.OpenIndy.SentMailTemplate=sent_mail.template
453 ServletModule.OpenIndy.MailableArticleTemplate=email_article.template
454 ServletModule.OpenIndy.EmailIsFrom=mailer@somewhere.org
455 ServletModule.OpenIndy.SMTPServer=localhost
456 ServletModule.OpenIndy.ErrorTemplate=error.template
457 ServletModule.OpenIndy.UserErrorTemplate=usererror.template
458
459
460
461 Mir.TemplateDir=templates/admin/
462
463 Mir.LoginTemplate=login.template
464 Mir.StartTemplate=start_admin.template
465
466 Mir.ErrorTemplate=error.template
467 Mir.UserErrorTemplate=usererror.template
468
469 ServletModule.Default.ListSize = 30
470
471 ServletModule.Topics.DeleteConfirmationTemplate=confirm.template
472 ServletModule.Topics.EditTemplate=topic.template
473 ServletModule.Topics.ListTemplate=topiclist.template
474
475 ServletModule.Users.DeleteConfirmationTemplate=confirm.template
476 ServletModule.Users.EditTemplate=user.template
477 ServletModule.Users.ListTemplate=userlist.template
478
479 ServletModule.Images.DeleteConfirmationTemplate=confirm.template
480 ServletModule.Images.EditTemplate=image.template
481 ServletModule.Images.ListTemplate=imagelist.template
482
483 ServletModule.Audio.DeleteConfirmationTemplate=confirm.template
484 ServletModule.Audio.EditTemplate=audio.template
485 ServletModule.Audio.ListTemplate=audiolist.template
486
487 ServletModule.Video.DeleteConfirmationTemplate=confirm.template
488 ServletModule.Video.EditTemplate=video.template
489 ServletModule.Video.ListTemplate=videolist.template
490
491 ServletModule.OtherMedia.DeleteConfirmationTemplate=confirm.template
492 ServletModule.OtherMedia.EditTemplate=other.template
493 ServletModule.OtherMedia.ListTemplate=medialist.template
494
495 ServletModule.Content.DeleteConfirmationTemplate=confirm.template
496 ServletModule.Content.EditTemplate=content.template
497 ServletModule.Content.ListTemplate=contentlist.template
498
499 ServletModule.Mediafolder.DeleteConfirmationTemplate=confirm.template
500 ServletModule.Mediafolder.EditTemplate=mediafolder.template
501 ServletModule.Mediafolder.ListTemplate=mediafolderlist.template
502
503 ServletModule.Comment.DeleteConfirmationTemplate=confirm.template
504 ServletModule.Comment.EditTemplate=comment.template
505 ServletModule.Comment.ListTemplate=commentlist.template
506
507 ServletModule.Hidden.ListTemplate=hiddenlist.template
508
509 ServletModule.Breaking.DeleteConfirmationTemplate=confirm.template
510 ServletModule.Breaking.EditTemplate=breaking.template
511 ServletModule.Breaking.ListTemplate=breakinglist.template
512
513 ServletModule.FileEdit.DeleteConfirmationTemplate=confirm.template
514 ServletModule.FileEdit.EditTemplate=fileedit.template
515 ServletModule.FileEdit.ListTemplate=fileeditlist.template
516
517 ServletModule.Message.DeleteConfirmationTemplate=confirm.template
518 ServletModule.Message.EditTemplate=message.template
519 ServletModule.Message.ListTemplate=messagelist.template
520
521 ServletModule.Language.DeleteConfirmationTemplate=confirm.template
522 ServletModule.Language.EditTemplate=language.template
523 ServletModule.Language.ListTemplate=languagelist.template
524
525 ServletModule.ArticleType.DeleteConfirmationTemplate=confirm.template
526 ServletModule.ArticleType.EditTemplate=articletype.template
527 ServletModule.ArticleType.ListTemplate=articletypelist.template
528
529 ServletModule.CommentStatus.DeleteConfirmationTemplate=confirm.template
530 ServletModule.CommentStatus.EditTemplate=commentstatus.template
531 ServletModule.CommentStatus.ListTemplate=commentstatuslist.template
532
533 ServletModule.MediaType.DeleteConfirmationTemplate=confirm.template
534 ServletModule.MediaType.EditTemplate=mediatype.template
535 ServletModule.MediaType.ListTemplate=mediatypelist.template
536
537
538 #
539 # Object store configuration
540 #
541
542 StoreContainer.EntityDefaultSize= 45
543 StoreContainer.EntityListDefaultSize= 15
544 StorableObjectEntity.Entity.DefaultSize= 300
545 StorableObjectEntity.EntityList.DefaultSize= 100
546 EntityTopics.Entity.DefaultSize=200
547 EntityTopics.EntityList.DefaultSize=20
548
549
550
551
552
553
554 #
555 # config for abuse
556 ServletModule.Abuse.EditFilter.Template = filter.template
557 ServletModule.Abuse.ListFilters.Template = filterlist.template
558 ServletModule.Abuse.EditFilterGroup.Template = filtergroup.template
559 ServletModule.Abuse.ListFilterGroups.Template = filtergrouplist.template
560 ServletModule.Abuse.ViewLog.Template = abuse.log.template
561 ServletModule.Abuse.Main.Template = abuse.template
562
563 #
564 # producer-related configs below
565 #
566
567 Producer.ExtLinkName=extlink.gif
568 Producer.IntLinkName=intlink.gif
569 Producer.MailLinkName=maillink.gif
570
571 # should the <Bundle producer tag be backwards compatible
572 # (this means that old bundle paths get mapped to new ones)
573 Producer.BundleCompatibility=1