removed unnecessary deliver method
[mir.git] / source / config.properties-dist
index b235bc7..29ec12c 100755 (executable)
@@ -76,7 +76,8 @@ 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
 Producer.Video.Host=http://indy.code-fu.de/video
@@ -87,13 +88,33 @@ Producer.Audio.Host=http://indy.code-fu.de/audio
 # the url of the image-server
 Producer.Image.Host=http://indy.code-fu.de/images
 
+# the url of the media-server
+Producer.Media.Host=http://indy.code-fu.de/media
+
 # image specific storage directories
 # absolute directory, where the images are saved
 Producer.Image.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/images
 
+# media specific storage directories
+# absolute directory, where the media files are saved
+Producer.Media.Path=/pub/Dokumente/Indymedia/de-tech/Mir/produced/media
+
 # relativ directory, where the thumbnails will be saved
 Producer.Image.IconPath=/icon
 
+# Tiny Icons for the media types on the newswire summary.
+# (right hand side of start page)
+Producer.Icon.TinyImage=photo_small.gif
+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
+
 
 
 #
@@ -125,13 +146,14 @@ Database.Logfile=log/dbentity.log
 
 #
 # configuration for adaptor mysql
-# In this example, "mir" is the dbname
+# In this example, "Mir" is the dbname
 
 Adaptor.MySQL.URL=jdbc:mysql://localhost:3306/Mir
 Adaptor.MySQL.Driver=org.gjt.mm.mysql.Driver
 
 #
 # 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
@@ -181,12 +203,6 @@ ServletModule.LinksImcs.ListTemplate=linksimcslist.template
 ServletModule.LinksImcs.Logfile=log/mir.log
 Module.LinksImcs.Logfile=log/mir.log
 
-ServletModule.Gruppen.ConfirmTemplate=confirm.template
-ServletModule.Gruppen.ObjektTemplate=gruppen.template
-ServletModule.Gruppen.ListTemplate=gruppenlist.template
-ServletModule.Gruppen.Logfile=log/mir.log
-Module.Gruppen.Logfile=log/mir.log
-
 ServletModule.Users.ConfirmTemplate=confirm.template
 ServletModule.Users.ObjektTemplate=users.template
 ServletModule.Users.ListTemplate=userslist.template
@@ -216,8 +232,10 @@ Module.Mediafolder.Logfile=log/mir.log
 # config used for OpenIndy
 ServletModule.OpenIndy.CommentTemplate=open/comment.template
 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
 
 #