X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fdefault.properties;h=91abb4f9cdbd0cb6c045ef6d1fb00e9e52941fc2;hb=58e3b12befc2aa4b5f64885ddc163d99afddb8fd;hp=9db014a3a4a8dd33a36f7e641f83ad0181dc7081;hpb=f85df667e8ba6a5b9e9a1fda7f577b8c4c972638;p=mir.git diff --git a/source/default.properties b/source/default.properties index 9db014a3..91abb4f9 100755 --- a/source/default.properties +++ b/source/default.properties @@ -216,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 @@ -290,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