X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fdefault.properties;h=739f8cc26e7119e00a17b988cef1459b72f886e3;hb=HEAD;hp=62cabf0f7c7257b4558e3551f4b70e412670d69b;hpb=a5afdf09b21dafa5823defcf01000561b24e492d;p=mir.git diff --git a/source/default.properties b/source/default.properties index 62cabf0f..739f8cc2 100755 --- a/source/default.properties +++ b/source/default.properties @@ -1,37 +1,10 @@ # -# Sample config for Mir -# by Matthias 2001-09-12 -# -# The Mir software realizes a semi-dynamic web service: -# The web server that is accessed by users has pure static -# pages. These pages are generated by the Mir software that -# consists of a collection of Java servlets and HTML templates. -# Mir uses a database server to store the data that is needed to -# build the static site. -# So there are basically three parts in this config file: -# -# a) general setup -# b) static site config -# c) dynamic admin site -# d) database config -# -# edit this to suit your needs (here with sampleuser idfx) -# After you edited this file, build.sh has to be invoked. -# To be sure, also restart Tomcat. -# -# Note that for Mir to work, Tomcat has to be set up to handle all -# URLs that begin with /servlet. All other URLs are handled by Apache. -# -# The setup uses the following assumptions: -# The URL to reach the site is http://indy.code-fu.de -# The StorageRoot of this URL is /pub/Dokumente/Indymedia/de-tech/Mir -# All data is located below this directory, including the servlets. - - -# -# # GENERAL SETUP # +# This is a full list of defaults options. To configure your site +# do NOT change this file. You can override all of these values in +# your etc/config.properties +# ### mir/imc information Mir.Name=mir.indymedia.org @@ -43,12 +16,24 @@ Mir.Tech-email.name=mir-coders mailinglist Mir.Public-email.address=mir-coders@lists.indymedia.org Mir.Public-email.name=mir-coders mailinglist -Mir.Version=1.1beta -StandardLanguage=de -DirectOpenposting=yes +Mir.Version=1.1.0rc0 + +# The name of the abuse config file (relative to the WEB-INF dir) +Abuse.Config=abuse.properties +# The name of the cookie that can be used to thwart trolls +# (The name is deliberately misleading) +Abuse.CookieName=SessionIdentifier + +# If equal to 1, the IP log can't be used +Abuse.DisallowIPLogging=0 + +# The time the cookie will remain active in hours +# 168 = 1 week +Abuse.CookieMaxAge=168 + #where to put the lucene index -IndexPath=/tmp/index +IndexPath=index TempDir=/tmp @@ -65,35 +50,89 @@ Mir.Localizer.ProducerConfigFile=etc/producer/producers.xml # If the default language is left empty, it will set the accept-language of # the client browser as the default. Mir.Login.DefaultLanguage=en -Mir.Login.Languages=en;nl;de;qu;tr;ay;es;eu +# The available languages in the login form: +Mir.Login.Languages=en;de;fr;nl;es;pt;eu;sv;tr;zh;gz + +# For missing values, the FallbackLanguage is used as default +Mir.Admin.FallbackLanguage=en + +# Show who's logged in? +Mir.Admin.ShowLoggedinUsers=1 + +# Log admin activity? +Mir.Admin.LogAdminActivity=0 + +# Limit the length of text shown in lists (-1 means no limit) +Mir.Admin.ListTextLengthLimit=-1 + +# Which usernames have admin priviliges (, seperated usernames) +AccessControl.SuperUsers = admin + +# Locking enabled? +AccessControl.LockingEnabled = 0 + +# If locking enabled, should users lock articles before they +# can edit? +AccessControl.LockingOptional = 1 # the templates Mir.Localizer.Producer.GeneratorLibrary= default=freemarker(etc/producer/) -Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/) +Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/),preview=freemarker(etc/producer),local=freemarker(etc/admin) Mir.Localizer.OpenPosting.GeneratorLibrary= default=freemarker(etc/open/) +# Should an XSS preventing interceptor be used by the producer subsystem? +Mir.Producer.UseInterceptor=1 + # How should the custom operations (hide etc) in article and comment lists # be presented? # 0 = links, 1 = checkboxes, 2 = a listbox -Mir.Localizer.Admin.ListOperationsFlavor=1 +Mir.Localizer.Admin.ListOperationsFlavor=2 + +# Article previews, a comma seperated list of name = generator +Mir.Localizer.Admin.ArticlePreview = \ + default = preview::article.template +Mir.Localizer.Admin.ArticlePreviewLanguage=en + +# How should the topics be presented on the article edit page? +# +# :::: +# multiple entries can be specified, can be seperated by a , +# +# key: +# the bundle key to use for the field label +# listtype: +# 0 = in a multiselect list box, 1 = checkboxes, 2 = a dropdown listbox +# listparameter: +# number of rows for multiselect list box, number of columns for checkboxes +# condition: +# what sql condition should the topics of this category be of +# order: +# what sql order should the topics be ordered by + +Mir.Localizer.Admin.TopicLists = \ + content.topic:1:3::title + +# enable deletion of comments/articles? +Mir.Localizer.Admin.AllowDeleteComment=1 +Mir.Localizer.Admin.AllowDeleteArticle=1 + +# Article Preview Link URL (Link to produced articles from within admin) +Comment.PublicUrl=/en/${date.formatted.yyyy}/${date.formatted.MM}/${id}.shtml +Article.PublicUrl=/en/${to_content.date.formatted.yyyy}/${to_content.date.formatted.MM}/${to_content.id}.shtml + +# which 'quick' operations should be available in the top-left box? +Mir.Localizer.Admin.AdministerOperations= \ + comments:module=Comment&do=list # Which producers need to be called after an article (resp. a comment) is posted Mir.Localizer.OpenPosting.ContentProducers= media.new;articles.changed;startpage.generate;synchronization.run Mir.Localizer.OpenPosting.CommentProducers= articles.changed;synchronization.run # Which producers need to be called after the "produce all new" link is clicked from admin -Mir.Localizer.Producer.AllNewProducers= media.new;articles.changed;startpage.run;synchronization.run - +Mir.Localizer.Producer.ProducerRecipes= \ + allnew = media.new;articles.changed;startpage.run;synchronization.run -#note that you can't make pdf's without making fo's -#this is actually now set in producers.xml -#but these summarize what is said in there for the benefit of OpenMir -GenerateFO=yes -GeneratePDF=yes - -#on-time-password-protection -PasswdProtection=no #use rsync to mirror the website to a remote-host Rsync=no @@ -117,15 +156,20 @@ ServletModule.OpenIndy.DefaultMediaUploadItems=1 # the url of the static site Producer.ProductionHost=http://indy.code-fu.de +# the url of the public site +Producer.PublicationHost=http://indy.code-fu.de + # Produrce.StorageRoot is the directory, in which # the generated HTML pages will be stored Producer.StorageRoot=/pub/Dokumente/Indymedia/de-tech/Mir/produced -# for FileEdit module -# -# where do we find the files? absolute path -ServletModule.FileEdit.FileDirectory=/pub/Dokumente/Indymedia/de-tech/Mir/produced -ServletModule.FileEdit.ExtFilter=inc +# FileEdit module +# a list of directories to edit +# format: +# :::<0|1 (recursion off or on)> [, ....] + +ServletModule.FileEdit.Configuration= \ + includes:/pub/Dokumente/Indymedia/de-tech/Mir/produced/inc:.*\\.inc:1 # # @@ -146,6 +190,11 @@ Producer.ActionServlet=/servlet/Mir # will be linked to. Producer.ImageRoot=/img +# path to ImageMagick executables. Default is "" (nothing), which +# means executables will be searched using the default system PATH +# example:Producer.Image.ImageMagickPath=/usr/local/ImageMagick/bin +# +Producer.Image.ImageMagickPath= # the url of the video-server Producer.Video.Host=http://indy.code-fu.de/video @@ -167,12 +216,29 @@ Producer.RealMedia.Host=rtsp://some.media.server/somedir/ # absolute directory, where the images are saved Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images/ +# absolute directory where image originals are saved if image resizing is enabled +# this can be ignored if image scaling is not being used +# +Producer.ImagesOriginalDir.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images/raw + +# relative path from the site root where the templates can find raw (unresized) images: +# this can be ignored if image scaling is not being used +Producer.ImagesOriginalDir.RelPath=/images/raw + # images will be scaled down so that the size (both widht and height) are below: Producer.Image.MaxSize = 640 # icons will be generated so that the size (both width and height) are below: Producer.Image.MaxIconSize = 120 +# descaling will only occur if at least the following percentage of either +# the width or the height needs to be removed: +Producer.Image.MinDescalePercentage=10 + +# descaling will only occur if at least the following number of pixels needs +# to be removed from either the width or the height: +Producer.Image.MinDescaleReduction=10 + # media specific storage directories # absolute directory, where the media files are saved @@ -200,8 +266,96 @@ Producer.Icon.BigVideo=video_big.gif Producer.Icon.BigText=text_big.gif #the style sheet used to turn html into xsl:fo -Producer.HTML2FOStyleSheet=/some/dir/mir/etc/producer/html2fo.xsl +Producer.HTML2FOStyleSheet=/some/dir/mir/etc/producer/html2fo.xsl + +# the following lines are used to construct PDFs on the fly from one or more articles +# for the moment, if you want to change anything else about your pdfs, you +# will have to learn some java! +# +# keep in mind that there may not be enough room for all the text you enter as the +# value of one these options, if text doesn't appear, the only easy thing to do is +# use less text! +# +# also, be sure to adjust the corresponding line height if you change a font size... +# this may require some trial and error to get right +# +# Available font families are helvetica, courier, and times +# + + +# an image which will appear at the top of the first page + +PDF.Header.Image= +PDF.Header.ImageHeight=0 + +#PDF.Header.Image=/home/john/mir/web/img/pdfbanner.png +#PDF.Header.ImageHeight=70 + +# a single line of big text which will appear at the top of the first page of all generated pdfs +# if you set the String to nothing, this will be skipped + +PDF.Title.String=INDYMEDIA SOMEWHERE +PDF.Title.FontSize=24 +PDF.Title.LineHeight=28 +PDF.Title.FontFamily=courier + +# Source will be expanded to come to a URL to the article +PDF.Source=${config["Producer.PublicationHost"]}${config['Mir.Login.DefaultLanguage']}/${article.date.formatted['yyyy/MM']}/${article.id}.shtml + +# footer is about two lines of small text which will appear at the bottom of every page +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. +PDF.Footer.Height=54 +PDF.Footer.FontSize=12 +PDF.Footer.FontFamily=helvetica + +# how to format the index, i.e. the newsletter table of contents + +PDF.Index.FontSize=12 +PDF.Index.LineHeight=16 +PDF.Index.FontFamily=helvetica + +# how to format the meta-data, i.e. title, author, date + +PDF.Meta.Height=36 +PDF.Meta.FontSize=14 +PDF.Meta.FontFamily=helvetica +RDF.Meta.DateFormat=yyyy-MM-dd HH:mm + +# how to format the article description + +PDF.Description.FontSize=12 +PDF.Description.LineHeight=16 +PDF.Description.FontFamily=helvetica + +# how to format the article content + +PDF.Content.FontSize=10 +PDF.Content.LineHeight=16 +PDF.Content.FontFamily=helvetica +# the formatting for images in gallery mode + +PDF.BigImageCaption.FontSize=16 +PDF.BigImageCaption.FontFamily=helvetica + +# the formatting for the article source + +PDF.Source.FontSize=12 +PDF.Source.LineHeight=16 +PDF.Source.FontFamily=courier + + + + +# +# the size paper your target audience will likely have in their printers. pick one of A4 or LETTER +# + +PDF.PageSize=A4 + +# the number of Objects which can fit in your MRUCache + +Global.Cache.Items=15 # # edit with caution below this line @@ -212,9 +366,6 @@ Producer.HTML2FOStyleSheet=/some/dir/mir/etc/producer/html2fo.xsl # DATABASE SETUP # -# -# specify your database - Database.poolMin=1 Database.poolMax=10 Database.poolResetTime=1.0 @@ -224,24 +375,9 @@ Database.Username=postgres Database.Password= Database.Host=localhost Database.Name=Mir +Database.Port=5432 +Database.Driver=org.postgresql.Driver -# -# this sets the adaptor to be used - -Database.Adaptor=mir.storage.DatabaseAdaptorPostgresql - -# -# configuration for adaptor postgres -# In this example, "Mir" is the dbname - -Adaptor.PostgreSQL.URL=jdbc:postgresql://localhost:5432/Mir -Adaptor.PostgreSQL.Driver=org.postgresql.Driver - -# -# should be explained .) -# - -HTMLTemplateProcessor.Dir= # # Servlet / Module configurations @@ -253,113 +389,194 @@ HTMLTemplateProcessor.Dir= # also used for the HTML charset meta tag. Mir.DefaultEncoding=UTF8 -Mir.ErrorTemplate=templates/error.template -Mir.UserErrorTemplate=templates/usererror.template -Mir.LoginTemplate=templates/admin/login.template +# this encoding is used for the HTML charset meta tag. +# it must be the html charset equivalent of the Java encoding above +# don't change this unless... +Mir.DefaultHTMLCharset=UTF-8 -ServletModule.Schwerpunkt.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Schwerpunkt.ObjektTemplate=templates/admin/feature.template -ServletModule.Schwerpunkt.ListTemplate=templates/admin/featurelist.template +# Default timezone to display times in in admin, producers +Mir.DefaultTimezone= UTC -ServletModule.Feature.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Feature.ObjektTemplate=templates/admin/schwerpunkt.template -ServletModule.Feature.ListTemplate=templates/admin/schwerpunktlist.template +# Default date/time format +Mir.DefaultDateTimeFormat = yyyy-MM-dd HH:mm -ServletModule.Themen.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Themen.ObjektTemplate=templates/admin/topic.template -ServletModule.Themen.ListTemplate=templates/admin/topiclist.template +# Compatibility feature: updated posting forms can +# support persistent uploads (that is, uploads remainig +# valid after validation errors). To support existing +# forms, by default it is off. +Localizer.OpenSession.PersistentUploadedFiles = 0 -ServletModule.LinksImcs.ConfirmTemplate=templates/admin/confirm.template -ServletModule.LinksImcs.ObjektTemplate=templates/admin/linksimcs.template -ServletModule.LinksImcs.ListTemplate=templates/admin/linksimcslist.template +# Should support for ftp-like uploads (uploads done +# outside of mir, but included into postings) be +# supported at all? +Localizer.OpenSession.AllowFTPUploads = 0 -ServletModule.Users.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Users.ObjektTemplate=templates/admin/user.template -ServletModule.Users.ListTemplate=templates/admin/userlist.template +# When uploading ftp files, should a list of available +# files be displayed? +Localizer.OpenSession.AllowFTPUploadSelection = 0 -ServletModule.Images.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Images.ObjektTemplate=templates/admin/image.template -ServletModule.Images.ListTemplate=templates/admin/imagelist.template +# What is the place where files are uploaded? +Localizer.OpenSession.FTPDirectory = /somewhere -ServletModule.Audio.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Audio.ObjektTemplate=templates/admin/audio.template -ServletModule.Audio.ListTemplate=templates/admin/audiolist.template +Localizer.OpenSession.article.EditTemplate = editarticle.template +Localizer.OpenSession.article.DupeTemplate = dupearticle.template +Localizer.OpenSession.article.DoneTemplate = donearticle.template +Localizer.OpenSession.article.UnsupportedMediaTemplate = unsupportedmediatype.template +Localizer.OpenSession.article.DefaultArticleType=newswire +Localizer.OpenSession.article.DefaultMediaFolder=openposting -ServletModule.Video.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Video.ObjektTemplate=templates/admin/video.template -ServletModule.Video.ListTemplate=templates/admin/videolist.template +Localizer.OpenSession.comment.EditTemplate = editcomment.template +Localizer.OpenSession.comment.DupeTemplate = dupecomment.template +Localizer.OpenSession.comment.DoneTemplate = donecomment.template +Localizer.OpenSession.comment.UnsupportedMediaTemplate = unsupportedmediatype.template +Localizer.OpenSession.comment.DefaultCommentStatus=normal +Localizer.OpenSession.comment.DefaultMediaFolder=openposting +Localizer.OpenSession.ErrorTemplate = sessionerror.template -ServletModule.OtherMedia.ConfirmTemplate=templates/admin/confirm.template -ServletModule.OtherMedia.ObjektTemplate=templates/admin/media.template -ServletModule.OtherMedia.ListTemplate=templates/admin/medialist.template +Localizer.OpenSession.translation.EditTemplate=edittranslation.template +Localizer.OpenSession.translation.DupeTemplate=dupearticle.template +Localizer.OpenSession.translation.UnsupportedMediaTemplate=unsupportedmediatype.template +Localizer.OpenSession.translation.DoneTemplate=donetranslation.template -ServletModule.Content.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Content.ObjektTemplate=content.template -ServletModule.Content.ListTemplate=contentlist.template -ServletModule.Mediafolder.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Mediafolder.ObjektTemplate=templates/admin/mediafolder.template -ServletModule.Mediafolder.ListTemplate=templates/admin/mediafolderlist.template +Localizer.OpenSession.email.PrepareTemplate = preparemail.template +Localizer.OpenSession.email.MailTemplate = email_article.template +Localizer.OpenSession.email.DoneTemplate =/sent_mail.template + +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 + +Localizer.HTML.BadAttributeValuePrefixes=javascript;vbscript;about;wysiwyg;data;view-source;ms-its;mhtml;shell;lynxexec;lynxcgi;hcp;ms-help;help;disk;vnd.ms.radio;opera;res;resource;chrome;mocha;livescript + +Localizer.HTML.BadAttributes=onabort;onblur;onchange;onclick;ondblclick;onerror;onfocus;onkeydown;onKeypress;onkeyup;onload;onmousedown;onmousemove;onmouseout;onmouseover;onmouseup;onreset;onselect;onsubmit;onunload;onload;onclick;onfocus;onblur;FSCommand;onAbort;onActivate;onAfterPrint;onAfterUpdate;onBeforeActivate;onBeforeCopy;onBeforeCut;onBeforeDeactivate;onBeforeEditFocus;onBeforePaste;onBeforePrint;onBeforeUnload;onBegin;onBlur;onBounce;onCellChange;onChange;onClick;onContextMenu;onControlSelect;onCopy;onCut;onDataAvailible;onDataSetChanged;onDataSetComplete;onDblClick;onDeactivate;onDrag;onDragEnd;onDragLeave;onDragEnter;onDragOver;onDragDrop;onDrop;onEnd;onError;onErrorUpdate;onExit;onFilterChange;onFinish;onFocus;onFocusIn;onFocusOut;onHelp;onKeyDown;onKeyPress;onKeyUp;onLayoutComplete;onLoad;onLoseCapture;onMediaComplete;onMediaError;onMouseDown;onMouseEnter;onMouseLeave;onMouseMove;onMouseOut;onMouseOver;onMouseUp;onMouseWheel;onMove;onMoveEnd;onMoveStart;onOutOfSync;onPaste;onPause;onProgress;onPropertyChange;onReadyStateChange;onRepeat;onReset;onResize;onResizeEnd;onResizeStart;onResume;onReverse;onRowEnter;onRowExit;onRowDelete;onRowInserted;onScroll;onSeek;onSelect;onSelectionChange;onSelectStart;onStart;onStop;onSynchRestored;onSubmit;onTimeError;onTrackChange;onUnload;onURLFlip;seekSegmentTime;style;height;width + +# don't let external content get loaded +Localizer.HTML.KillWebBugs=0 +Localizer.HTML.ExternalLocationAttributeValuePrefixes=http://;https://;ftp://;gopher:// +Localizer.HTML.WhitelistedExternalLocationAttributeValuePrefixes=http://media.de.indymedia.org/;https://media.de.indymedia.org/ + # # config used for OpenIndy -ServletModule.OpenIndy.CommentTemplate=etc/open/comment.template -ServletModule.OpenIndy.CommentDoneTemplate=etc/open/comment_done.template -ServletModule.OpenIndy.CommentDupeTemplate=etc/open/comment_dupe.template -ServletModule.OpenIndy.PostingTemplate=etc/open/posting.template -ServletModule.OpenIndy.PostingDoneTemplate=etc/open/posting_done.template -ServletModule.OpenIndy.PostingDupeTemplate=etc/open/posting_dupe.template -ServletModule.OpenIndy.SearchResultsTemplate=etc/open/search_results.template -ServletModule.OpenIndy.PrepareMailTemplate=etc/open/prepare_mail.template -ServletModule.OpenIndy.SentMailTemplate=etc/open/sent_mail.template + +ServletModule.OpenIndy.CommentTemplate=comment.template +ServletModule.OpenIndy.CommentDoneTemplate=comment_done.template +ServletModule.OpenIndy.CommentDupeTemplate=comment_dupe.template +ServletModule.OpenIndy.PostingTemplate=posting.template +ServletModule.OpenIndy.PostingDoneTemplate=posting_done.template +ServletModule.OpenIndy.PostingDupeTemplate=posting_dupe.template +ServletModule.OpenIndy.PostingDisabledTemplate=posting_disabled.template +ServletModule.OpenIndy.SearchResultsTemplate=search_results.template +ServletModule.OpenIndy.PrepareMailTemplate=prepare_mail.template +ServletModule.OpenIndy.SentMailTemplate=sent_mail.template +ServletModule.OpenIndy.MailableArticleTemplate=email_article.template ServletModule.OpenIndy.EmailIsFrom=mailer@somewhere.org ServletModule.OpenIndy.SMTPServer=localhost +ServletModule.OpenIndy.ErrorTemplate=error.template +ServletModule.OpenIndy.UserErrorTemplate=usererror.template -# -# config for ServletModuleComment - browsing/editing/deleting comments -ServletModule.Comment.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Comment.ObjektTemplate=templates/admin/comment.template -ServletModule.Comment.ListTemplate=templates/admin/commentlist.template -# -# config for ServletModuleHidden - lists all hidden articles of one month -ServletModule.Hidden.ListTemplate=templates/admin/hiddenlist.template -# -# config for Breaking - browsing/editing/deleting breaking news -ServletModule.Breaking.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Breaking.ObjektTemplate=templates/admin/breaking.template -ServletModule.Breaking.ListTemplate=templates/admin/breakinglist.template +Mir.TemplateDir=templates/admin/ -# -# config for Breaking - editing text files -ServletModule.FileEdit.ConfirmTemplate=templates/admin/confirm.template -ServletModule.FileEdit.ObjektTemplate=templates/admin/fileedit.template -ServletModule.FileEdit.ListTemplate=templates/admin/fileeditlist.template +Mir.LoginTemplate=login.template +Mir.StartTemplate=start_admin.template -# -# config for messages - browsing/editing/deleting internal messages -ServletModule.Messages.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Messages.ObjektTemplate=templates/admin/message.template -ServletModule.Messages.ListTemplate=templates/admin/messagelist.template +Mir.ErrorTemplate=error.template +Mir.UserErrorTemplate=usererror.template + +ServletModule.Default.ListSize = 30 + +ServletModule.Topics.DeleteConfirmationTemplate=confirm.template +ServletModule.Topics.EditTemplate=topic.template +ServletModule.Topics.ListTemplate=topiclist.template + +ServletModule.Users.DeleteConfirmationTemplate=confirm.template +ServletModule.Users.EditTemplate=user.template +ServletModule.Users.ListTemplate=userlist.template + +ServletModule.Images.DeleteConfirmationTemplate=confirm.template +ServletModule.Images.EditTemplate=image.template +ServletModule.Images.ListTemplate=imagelist.template + +ServletModule.Audio.DeleteConfirmationTemplate=confirm.template +ServletModule.Audio.EditTemplate=audio.template +ServletModule.Audio.ListTemplate=audiolist.template + +ServletModule.Video.DeleteConfirmationTemplate=confirm.template +ServletModule.Video.EditTemplate=video.template +ServletModule.Video.ListTemplate=videolist.template + +ServletModule.OtherMedia.DeleteConfirmationTemplate=confirm.template +ServletModule.OtherMedia.EditTemplate=other.template +ServletModule.OtherMedia.ListTemplate=medialist.template + +ServletModule.Content.DeleteConfirmationTemplate=confirm.template +ServletModule.Content.EditTemplate=content.template +ServletModule.Content.ListTemplate=contentlist.template + +ServletModule.Mediafolder.DeleteConfirmationTemplate=confirm.template +ServletModule.Mediafolder.EditTemplate=mediafolder.template +ServletModule.Mediafolder.ListTemplate=mediafolderlist.template + +ServletModule.Comment.DeleteConfirmationTemplate=confirm.template +ServletModule.Comment.EditTemplate=comment.template +ServletModule.Comment.ListTemplate=commentlist.template + +ServletModule.Hidden.ListTemplate=hiddenlist.template + +ServletModule.Breaking.DeleteConfirmationTemplate=confirm.template +ServletModule.Breaking.EditTemplate=breaking.template +ServletModule.Breaking.ListTemplate=breakinglist.template + +ServletModule.FileEdit.DeleteConfirmationTemplate=confirm.template +ServletModule.FileEdit.EditTemplate=fileedit.template +ServletModule.FileEdit.ListTemplate=fileeditlist.template + +ServletModule.Message.DeleteConfirmationTemplate=confirm.template +ServletModule.Message.EditTemplate=message.template +ServletModule.Message.ListTemplate=messagelist.template + +ServletModule.Language.DeleteConfirmationTemplate=confirm.template +ServletModule.Language.EditTemplate=language.template +ServletModule.Language.ListTemplate=languagelist.template + +ServletModule.ArticleType.DeleteConfirmationTemplate=confirm.template +ServletModule.ArticleType.EditTemplate=articletype.template +ServletModule.ArticleType.ListTemplate=articletypelist.template + +ServletModule.CommentStatus.DeleteConfirmationTemplate=confirm.template +ServletModule.CommentStatus.EditTemplate=commentstatus.template +ServletModule.CommentStatus.ListTemplate=commentstatuslist.template + +ServletModule.MediaType.DeleteConfirmationTemplate=confirm.template +ServletModule.MediaType.EditTemplate=mediatype.template +ServletModule.MediaType.ListTemplate=mediatypelist.template -# -# config for languages - browsing/editing/deleting languages -ServletModule.Language.ConfirmTemplate=templates/admin/confirm.template -ServletModule.Language.ObjektTemplate=templates/admin/language.template -ServletModule.Language.ListTemplate=templates/admin/languagelist.template # -# config for article type -ServletModule.ArticleType.ConfirmTemplate=templates/admin/confirm.template -ServletModule.ArticleType.EditTemplate=templates/admin/articletype.template -ServletModule.ArticleType.ListTemplate=templates/admin/articletypelist.template +# Object store configuration +# + +StoreContainer.EntityDefaultSize= 45 +StoreContainer.EntityListDefaultSize= 15 +StorableObjectEntity.Entity.DefaultSize= 300 +StorableObjectEntity.EntityList.DefaultSize= 100 +EntityTopics.Entity.DefaultSize=200 +EntityTopics.EntityList.DefaultSize=20 + + + + + # -# config for comment status -ServletModule.CommentStatus.ConfirmTemplate=templates/admin/confirm.template -ServletModule.CommentStatus.EditTemplate=templates/admin/commentstatus.template -ServletModule.CommentStatus.ListTemplate=templates/admin/commentstatuslist.template +# config for abuse +ServletModule.Abuse.EditFilter.Template = filter.template +ServletModule.Abuse.ListFilters.Template = filterlist.template +ServletModule.Abuse.EditFilterGroup.Template = filtergroup.template +ServletModule.Abuse.ListFilterGroups.Template = filtergrouplist.template +ServletModule.Abuse.ViewLog.Template = abuse.log.template +ServletModule.Abuse.Main.Template = abuse.template # # producer-related configs below @@ -369,3 +586,6 @@ Producer.ExtLinkName=extlink.gif Producer.IntLinkName=intlink.gif Producer.MailLinkName=maillink.gif +# should the