Converted homepage to use SihnonFramework and updated content

This commit is contained in:
2011-12-30 02:41:53 +00:00
parent e1012e034f
commit 28117760a5
67 changed files with 1829 additions and 1468 deletions

35
private/settings.txt.dist Normal file
View File

@@ -0,0 +1,35 @@
[logging.plugins]
type="array(string)"
value=FlatFile
[logging.FlatFile]
type="array(string)"
value=logfile
[logging.FlatFile.logfile.filename]
type=string
value=/var/log/homepage/homepage.log
[logging.FlatFile.logfile.format]
type=string
value="%timestamp% %hostname%:%pid% %progname%:%shortfile%[%line%] %message%"
[logging.FlatFile.logfile.severity]
type="array(string)"
value="debug
info
warning
error"
[logging.FlatFile.logfile.category]
type="array(string)"
value="default"
[cache.base_dir]
type=string
value=/dev/shm/homepage
[debug.display_exceptions]
type=bool
value=1