# # Sample config for Mir # by Matthias 2001-09-12 # # The Mir software realizes a semi-dynamic web service: # The web server that is accessed by users has pure static # pages. These pages are generated by the Mir software that # consists of a collection of Java servlets and HTML templates. # Mir uses a database server to store the data that is needed to # build the static site. # So there are basically three parts in this config file: # # a) general setup # b) static site config # c) dynamic admin site # d) database config # # edit this to suit your needs (here with sampleuser idfx) # After you edited this file, build.sh has to be invoked. # To be sure, also restart Tomcat. # # 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. # # # GENERAL SETUP # 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 # # # STATIC SITE CONFIG # # the url of the static site Producer.ProductionHost=http://indy.code-fu.de # The above URL points to the following directory, in which # the generated HTML pages will be stored Producer.StorageRoot=/pub/Dokumente/Indymedia/de-tech/Mir/produced # # # DYNAMIC SITE CONFIG # # the url of the openposting-servlet Producer.OpenAction=http://indy.code-fu.de/Mir/servlet/OpenMir # fill this variable if the pages should not be saved directly # in the Producer.StorageRoot. then the pages will be saved # in this subdirectory Producer.DocRoot= # this is the name of the subdirectory where the image-dir # will be linked to. Producer.ImageRoot=/img # the url of the video-server Producer.Video.Host=http://indy.code-fu.de/video # the url of the audio-server 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/ # 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 # # edit with caution below this line ###################################################################### # # # DATABASE SETUP # # # specify your database Database.poolMin=1 Database.poolMax=10 Database.poolResetTime=1.0 Database.PoolLog=log/pool.log Database.Limit=20 Database.Username=postgres Database.Password= Database.Host=localhost Database.Name=Mir # # this sets the adaptor to be used Database.Adaptor=mir.storage.DatabaseAdaptorPostgresql Database.Logfile=log/dbentity.log # # configuration for adaptor mysql # 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 # # should be explained .) # # how many articles should be shown on a list-page Lists.Max.Items=10 HTMLTemplateProcessor.Logfile=log/htmlprocess.log HTMLTemplateProcessor.Dir=templates ServletModule.Producer.Logfile=log/producer.log Entity.Logfile=log/dbentity.log # # Servlet / Module configurations # Mir.Logfile=log/mir.log Mir.ErrorTemplate=fehler.template Mir.UserErrorTemplate=usererror.template ServletModule.Schwerpunkt.ConfirmTemplate=confirm.template ServletModule.Schwerpunkt.ObjektTemplate=schwerpunkt.template ServletModule.Schwerpunkt.ListTemplate=schwerpunktlist.template ServletModule.Schwerpunkt.Logfile=log/mir.log Module.Schwerpunkt.Logfile=log/mir.log ServletModule.Feature.ConfirmTemplate=confirm.template ServletModule.Feature.ObjektTemplate=schwerpunkt.template ServletModule.Feature.ListTemplate=schwerpunktlist.template ServletModule.Feature.Logfile=log/mir.log Module.Feature.Logfile=log/mir.log ServletModule.Themen.ConfirmTemplate=confirm.template ServletModule.Themen.ObjektTemplate=themen.template ServletModule.Themen.ListTemplate=themenlist.template ServletModule.Themen.Logfile=log/mir.log Module.Themen.Logfile=log/mir.log ServletModule.LinksImcs.ConfirmTemplate=confirm.template ServletModule.LinksImcs.ObjektTemplate=linksimcs.template ServletModule.LinksImcs.ListTemplate=linksimcslist.template ServletModule.LinksImcs.Logfile=log/mir.log Module.LinksImcs.Logfile=log/mir.log ServletModule.Users.ConfirmTemplate=confirm.template ServletModule.Users.ObjektTemplate=users.template ServletModule.Users.ListTemplate=userslist.template ServletModule.Users.Logfile=log/mir.log Module.Users.Logfile=log/mir.log ServletModule.Bilder.ConfirmTemplate=confirm.template ServletModule.Bilder.ObjektTemplate=bilder.template ServletModule.Bilder.ListTemplate=bilderlist.template ServletModule.Bilder.Logfile=log/mir.log Module.Bilder.Logfile=log/mir.log ServletModule.Content.ConfirmTemplate=confirm.template ServletModule.Content.ObjektTemplate=content.template ServletModule.Content.OpTemplate=oplist.template ServletModule.Content.ListTemplate=contentlist.template ServletModule.Content.Logfile=log/mir.log Module.Content.Logfile=log/mir.log ServletModule.Mediafolder.ConfirmTemplate=confirm.template ServletModule.Mediafolder.ObjektTemplate=mediafolder.template ServletModule.Mediafolder.ListTemplate=mediafolderlist.template ServletModule.Mediafolder.Logfile=log/mir.log 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 # # config for ServletModuleComment - browsing/editing/deleting comments Module.Comment.Logfile=log/comment.log ServletModule.Comment.Logfile=log/comment.log ServletModule.Comment.ConfirmTemplate=confirm.template ServletModule.Comment.ObjektTemplate=comment.template ServletModule.Comment.ListTemplate=commentlist.template # # config for Breaking - browsing/editing/deleting breaking news Module.Breaking.Logfile=log/breaking.log ServletModule.Breaking.Logfile=log/comment.log ServletModule.Breaking.ConfirmTemplate=confirm.template ServletModule.Breaking.ObjektTemplate=breaking.template ServletModule.Breaking.ListTemplate=breakinglist.template # # config for messages - browsing/editing/deleting internal messages Module.Messages.Logfile=log/message.log ServletModule.Messages.Logfile=log/comment.log ServletModule.Messages.ConfirmTemplate=confirm.template ServletModule.Messages.ObjektTemplate=message.template ServletModule.Messages.ListTemplate=messagelist.template # # config for languages - browsing/editing/deleting internal messages Module.Language.Logfile=log/message.log ServletModule.Language.Logfile=log/mir.log ServletModule.Language.ConfirmTemplate=confirm.template ServletModule.Language.ObjektTemplate=language.template ServletModule.Language.ListTemplate=languagelist.template # # producer-related configs below # Producer.ExtLinkName=extlink.gif Producer.IntLinkName=intlink.gif Producer.MailLinkName=maillink.gif Producer.Logfile=log/producer.log Producer.Navigation.Template=producer/navigation.template Producer.Content.Template=producer/content.template Producer.Content.Batchsize=10 Producer.Startseite.Template=producer/startseite.template Producer.Startseite.Entries=7 Producer.Startseite.Pages=10 Producer.Startseite.Termine=5 Producer.Themen.Template=producer/themen.template Producer.Themen.Entries=7 Producer.Themen.Pages=3 Producer.Schwerpunkte.Template=producer/schwerpunkte.template Producer.Schwerpunkte.Entries=7 Producer.Schwerpunkte.Pages=3 Producer.Overview.MonthTemplate=producer/ov_month.template Producer.Overview.YearTemplate=producer/ov_year.template Producer.List.Template=producer/list.template Producer.TopicList.Template=producer/topiclist.template Producer.OpenPosting.Template=producer/openposting.template Producer.FeatureList.Template=producer/featurelist.template Producer.StartPage.Template=producer/startpage.template Producer.StartPage.Items=10 Producer.StartPage.Newswire=30 # todo: do we need those? Xsl.Content=producer/content.xsl Xsl.Fo.Content=producer/frontpage_fo.xsl Xsl.StartPage=producer/index.xsl Xsl.TopicList=producer/topic.xsl Xsl.OpenList=producer/open.xsl Xsl.Wap=producer/wml2.xsl