X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fdefault.properties;h=91abb4f9cdbd0cb6c045ef6d1fb00e9e52941fc2;hb=58e3b12befc2aa4b5f64885ddc163d99afddb8fd;hp=e560915e082e59bdc3fae2af060d9fb185180d9f;hpb=0e1d117bd715b22bbaacc3aefb4acfd3f77232ee;p=mir.git diff --git a/source/default.properties b/source/default.properties index e560915e..91abb4f9 100755 --- a/source/default.properties +++ b/source/default.properties @@ -1,6 +1,10 @@ # # 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 @@ -13,7 +17,6 @@ Mir.Public-email.address=mir-coders@lists.indymedia.org Mir.Public-email.name=mir-coders mailinglist Mir.Version=1.1.0rc0 -DirectOpenposting=yes # The name of the abuse config file (relative to the WEB-INF dir) Abuse.Config=abuse.properties @@ -78,11 +81,14 @@ Mir.Localizer.Producer.GeneratorLibrary= default=freemarker(etc/producer/) Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/),preview=freemarker(etc/producer) 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=2 - + # Article previews, a comma seperated list of name = generator Mir.Localizer.Admin.ArticlePreview = \ default = preview::article.template @@ -184,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 @@ -205,6 +216,18 @@ 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/ +# should images be resized? +Producer.Image.ScaleImages=0 + +# 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 @@ -279,8 +302,10 @@ PDF.Title.FontSize=24 PDF.Title.LineHeight=28 PDF.Title.FontFamily=courier -# footer is about two lines of small text which will appear at the bottom of every page +# 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 @@ -385,7 +410,7 @@ Mir.DefaultDateTimeFormat = yyyy-MM-dd HH:mm Localizer.OpenSession.PersistentUploadedFiles = 0 # Should support for ftp-like uploads (uploads done -# outside of mir, but included into postings) be +# outside of mir, but included into postings) be # supported at all? Localizer.OpenSession.AllowFTPUploads = 0 @@ -421,7 +446,7 @@ 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.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 #