some documentation
authoridfx <idfx>
Sun, 26 Aug 2001 16:38:39 +0000 (16:38 +0000)
committeridfx <idfx>
Sun, 26 Aug 2001 16:38:39 +0000 (16:38 +0000)
source/config.properties-dist

index 324fc01..46383a3 100755 (executable)
@@ -1,26 +1,49 @@
 #
 # edit this to suit your needs (here with sampleuser idfx)
 
-Home=/var/work/idfx/Indy/
+Home=/var/work/idfx/Mir/
 HTMLTemplateProcessor.ActionRoot=/idfx/servlet/Mir
 HTMLTemplateProcessor.DocRoot=/idfx
 
 ClearXslCache=no
+
 StandardLanguage=de
 
+# the directory where the html-files will be saved
 Producer.StorageRoot=/var/www/sites/work.indymedia.de
+
+# the url of the site
 Producer.ProductionHost=https://work.indymedia.de
+
+# the url of the openposting-servlet
 Producer.OpenAction=https://work.indymedia.de/idfx/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=/user/idfx/produced
+
+# this is the name of the subdirectory where the image-dir
+# will be linked to.
 Producer.ImageRoot=/user/idfx/produced/img
+
+# the url of the image-server (is this true?)
 Producer.ImageHost=http://work.indymedia.de/images
+
+# the url of the video-server
 Producer.VideoHost=http://work.indymedia.de/video
+
+# the url of the audio-server
 Producer.AudioHost=http://work.indymedia.de/audio
 
+# the url of the image-server
 Producer.Image.Host=https://work.indymedia.de
 
-# image specific storage folders
-Producer.Image.Path=/media/images
+# image specific storage directories
+# absolute directory, where the images are saved
+Producer.Image.Path=/var/media/images
+
+# relativ directory, where the thumbnails will be saved
 Producer.Image.IconPath=/icon
 
 #
@@ -48,19 +71,20 @@ Database.Logfile=log/dbentity.log
 #
 # configuration for adaptor mysql
 
-Adaptor.MySQL.URL=jdbc:mysql://localhost:3306/indy
+Adaptor.MySQL.URL=jdbc:mysql://localhost:3306/mir
 Adaptor.MySQL.Driver=org.gjt.mm.mysql.Driver
 
 #
 # configuration for adaptor postgres
 
-Adaptor.PostgreSQL.URL=jdbc:postgresql://localhost:5432/indy3
+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
@@ -208,4 +232,4 @@ Xsl.TopicList=producer/topic.xsl
 Xsl.OpenList=producer/open.xsl
 Xsl.Wap=producer/wml2.xsl
 
-Sync.Script.Path=/var/www/bin/rsync-copy
\ No newline at end of file
+Sync.Script.Path=/var/www/bin/rsync-copy