/home/a/aquarion/sites/www.aquarionics.com/epistula/contrib/epistula.ini.dist
All my code (That is, anything not in the "Others" list on the right) is BSD licenced.
You can also view this page as text/plain or colour-coded source
;*******************************************************************************
; Epistula.conf
;*******************************************************************************
;
; Configuation data for Epistula
;
; $Id: epistula.ini.dist,v 1.1.1.1 2004/05/16 17:22:07 aquarion Exp $
;
; $log$
;
;******************************************************************************/
book = "Unconfigured Site"
adminname = "Person"
adminurl = "http://localhost"
; THes two default to the current VHost name and the server admin email respectivly
;url = "http://www.aquarionics.com"
;admin = "aquarion@suespammers.org"
root = "/home/webusers/aquarion/sites/aquarionics"
;cachedir = $_EP['root']."/cache"
;codedir = $_EP['root']."/epistula"
;webdir = $_EP['root']."/web"
;datadir = $_EP['root']."/data"
; These are all absolute paths, currently. Eventually they will be relative to root
; or something. They default to my system, because I'm lazy.
cachedir = "/home/webusers/aquarion/sites/aquarionics/cache"
codedir = "/home/webusers/aquarion/sites/aquarionics/epistula"
webdir = "/home/webusers/aquarion/sites/aquarionics/web"
datadir = "/home/webusers/aquarion/sites/aquarionics/data"
; Root of the Gallery, this is relative to webdata
galleryRoot = "assets/gallery"
; Default output format
out = "html"
; Where all attachments should go
attachdir = "assets/attach"
; Epoch date of when the site began. This is the earlest date
; available in the archives, and the beginning of the Copyright
; statement
began = "946684800"
; Default location
location = "N51:10:41 E0:23:30"
; Current "tagline" description
tagline = "Daze at a time"
; Default labels for crossreferences, comments and anonymous commenters
nameforQV = "That which is relevant:"
nameforComments = "Those who spoke on this:"
anon_commenter = "A Nameless One"
; Default module to show when nothing else is requested.
;defaultChapter = "frontpage"
[Database]
; type currently has to be mysql. All other types are ignored.
name = "epistula"
type = mysql
host = localhost
username = dbusername
password = dbpassword
[Secrets]
; hashsecret is the text we append to make MD5 hashes, type some random
; text into here, and whatever you do don't change it in the lifetime of
; the install, because it will invalidate everything that uses md5. This
; does not include passwords, but does include the comment-tracking bits
hashSecret = "zootlewordlezootlewordlemaytheforcebewithyou",
[Jabber]
; Jabber account stuff. Should already exist as a valid account
username = "Aquarionics"
password = "aquarionics"
server = "jabber.org"
port = 5222
[Pings]
; Places to ping when we have a new entry.
;format: name = pingMethod + "://" + server [ + ":" + port]
Weblogs.com = xmlrpc-ping://rpc.weblogs.com/rpc2
Technorari = xmlrpc-xping://rpc.technorati.com/rpc/ping
Blo.gs = xmlrpc-xping://ping.blo.gs/
Yahoo = xmlrpc-ping://api.my.yahoo.com/RPC2
euro.Weblogs.com = xmlrpc-ping://rcs.datashed.net/RPC2
Using a heavily customised version of Tom's PHPCode2ValidXHTML Thing