freemarker lib update 1.7.1
[mir.git] / source / config.properties-dist
index 25faa0c..3abbe2a 100755 (executable)
@@ -76,7 +76,7 @@ Producer.DocRoot=
 
 # this is the name of the subdirectory where the image-dir
 # will be linked to.
-Producer.ImageRoot=img
+Producer.ImageRoot=/img
 
 
 # the url of the video-server
@@ -91,6 +91,10 @@ Producer.Image.Host=http://indy.code-fu.de/images
 # the url of the media-server
 Producer.Media.Host=http://indy.code-fu.de/media
 
+# the url of the real-media-server
+Producer.RealMedia.Host=rtsp://some.media.server/somedir/
+
+
 # image specific storage directories
 # absolute directory, where the images are saved
 Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images
@@ -99,6 +103,11 @@ Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images
 # absolute directory, where the media files are saved
 Producer.Media.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/media
 
+# absolute directory, where the realmedia data files(ra and rm) are saved
+# the ram files which point to the RealMedia.Host get saved in the regular Media dir
+# this should make rsyncing to a separate streaming server much easier   
+Producer.RealMedia.Path=/pub/Dokumente/rtsp
+
 # relativ directory, where the thumbnails will be saved
 Producer.Image.IconPath=/icon
 
@@ -109,6 +118,12 @@ Producer.Icon.TinyAudio=audio_small.gif
 Producer.Icon.TinyVideo=video_small.gif
 Producer.Icon.TinyText=text_small.gif
 
+#Medium sized icons used at various places
+Producer.Icon.BigImage=photo_big.gif
+Producer.Icon.BigAudio=audio_big.gif
+Producer.Icon.BigVideo=video_big.gif
+Producer.Icon.BigText=text_big.gif
+
 
 
 #
@@ -229,6 +244,7 @@ ServletModule.OpenIndy.CommentDoneTemplate=open/comment_done.template
 ServletModule.OpenIndy.CommentDupeTemplate=open/comment_dupe.template
 ServletModule.OpenIndy.PostingTemplate=open/posting.template
 ServletModule.OpenIndy.PostingDoneTemplate=open/posting_done.template
+ServletModule.OpenIndy.PostingDupeTemplate=open/posting_dupe.template
 ServletModule.OpenIndy.Logfile=log/openindy.log
 
 #