changed the way media handling works a little. now much less prone to ClassCastExcept...
[mir.git] / source / config.properties-dist
index 950a9c6..589b287 100755 (executable)
 # 
 # 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 DocumentRoot of this URL is /pub/Dokumente/Indymedia/de-tech/Mir
+# All data is located below this directory, including the servlets.
+
+
 
 
 #
@@ -31,6 +38,9 @@
 ClearXslCache=no
 StandardLanguage=de
 DirectOpenposting=yes
+#use rsync to mirror the website to a remote-host
+Rsync=no
+Rsync.Script.Path=/var/www/bin/rsync-copy
 
 
 
@@ -54,28 +64,6 @@ Producer.StorageRoot=/pub/Dokumente/Indymedia/de-tech/Mir/produced
 # DYNAMIC SITE CONFIG 
 #
 
-# Home is the directory in which the compiled Java binaries are stored.
-# Think of it as "install directory" of Mir.
-# This collection of binaries is also referred to as "webapp" in Tomcat
-# terms.
-# Because Mir is a collection of servlets, Tomcat has to know where the
-# servlets reside. So you have to add a link to the below directory in the
-# webapps directory of Tomcat:
-# cd /usr/share/tomcat/webapps ; ln -s $Home Mir
-# where $Home is the below directory and Mir is the first directory level
-# in HTMLTemplateProcessor.ActionRoot
-Home=/pub/Dokumente/Indymedia/de-tech/Mir/
-
-# The following item is the class that is to be invoked by Tomcat for admin
-# maintainance. It is relative to the webapps directory in Tomcat.
-# To determine what class file is to be loaded, start in the webapps
-# directory. In the following config item, replace "/servlet/" by
-# "/WEB-INF/classes/" and append ".class". This is the name of the class
-# file to be executed.
-HTMLTemplateProcessor.ActionRoot=/Mir/servlet/Mir
-
-HTMLTemplateProcessor.DocRoot=/Mir
-
 # the url of the openposting-servlet
 Producer.OpenAction=http://indy.code-fu.de/Mir/servlet/OpenMir
 
@@ -88,27 +76,54 @@ 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 image-server (is this true?)
-Producer.ImageHost=http://indy.code-fu.de/images
 
 # the url of the video-server
-Producer.VideoHost=http://indy.code-fu.de/video
+Producer.Video.Host=http://indy.code-fu.de/video
 
 # the url of the audio-server
-Producer.AudioHost=http://indy.code-fu.de/audio
+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
+
+# 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
+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
+
+# 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
 
+# 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
+
 
 
 #
@@ -131,6 +146,7 @@ Database.Limit=20
 Database.Username=postgres
 Database.Password=
 Database.Host=localhost
+Database.Name=Mir
 
 #
 # this sets the adaptor to be used
@@ -140,13 +156,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
@@ -171,6 +188,7 @@ Entity.Logfile=log/dbentity.log
 
 Mir.Logfile=log/mir.log
 Mir.ErrorTemplate=fehler.template
+Mir.UserErrorTemplate=usererror.template
 
 ServletModule.Schwerpunkt.ConfirmTemplate=confirm.template
 ServletModule.Schwerpunkt.ObjektTemplate=schwerpunkt.template
@@ -196,12 +214,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
@@ -231,8 +243,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
 
 #
@@ -316,5 +330,3 @@ Xsl.StartPage=producer/index.xsl
 Xsl.TopicList=producer/topic.xsl
 Xsl.OpenList=producer/open.xsl
 Xsl.Wap=producer/wml2.xsl
-
-Sync.Script.Path=/var/www/bin/rsync-copy