File: config.py-path.snok

package info (click to toggle)
pyblosxom 1.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 452 kB
  • ctags: 237
  • sloc: python: 1,688; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- config.py	2004-08-02 20:56:03.000000000 +0200
+++ config.stone.py	2004-08-02 21:02:24.000000000 +0200
@@ -24,10 +24,10 @@ py['blog_language'] = "en"
 py['blog_encoding'] = "iso-8859-1"
 
 # Where are this blog's entries kept?
-py['datadir'] = "/path/to/blog"
+py['datadir'] = "/var/www/pyblosxom/"
 
 # Where should PyBlosxom log files be kept?
-py['logdir'] = "/path/to/logdir"
+# py['logdir'] = "/path/to/logdir"
 
 # List of strings with directories that should be ignored (e.g. "CVS")
 # ex: py['ignore_directories'] = ["CVS", "temp"]