# Configuration values are followed by major and minor options.
# The options are boolean settings. If they are commented out,
# they are off. At the end are file locations with the data
# directory, these should not need any changes.

# An empty string for the config values is the default but
# AppConfig isn't happy with that, so those items must be
# commented out.

ScriptName  = /~cdent/testwiki.cgi # The name of the wiki script, for use in urls
CookieName  = TestWiki      # Name for this wiki (for multi-wiki sites)
SiteName    = TestWiki          # Name of site (used for titles)
HomePage    = FrontPage       # Home page (change space to _)
RCName      = RecentChanges   # Name of changes page (change space to _)
LogoUrl     = /~cdent/images/Singapore.gif  # URL for site logo (empty for none)
StyleSheet  = /~cdent/usemod.css  # URL for CSS stylesheet (like "/wiki.css")
#SiteBase    = ""              # Full URL for <BASE> header
#FullUrl     = ""              # Set if the auto-detected URL is wrong
#ScriptTZ    = ""              # Local time zone
#Umask       = 0002	       # the umask used when writing files
#RemoteSequence = http://www.burningchrome.com:8000/~cdent/nid # EXPERIMENTAL

# Recent Changes
RcDefault   = 30               # Default number of RecentChanges days
RcDays      = 1                # List of days for links on RecentChanges
RcDays      = 3
RcDays      = 7
RcDays      = 30
RcDays      = 90
KeepDays    = 14               # Days to keep old revisions

# Password for administration and editing
# FIXME: need better understanding of how these things are used
#AdminPass   = ""              # Set to non-blank to enable password(s)
#EditPass    = ""              # Like AdminPass, but for editing only

# HttpAuth username and password
# HttpUser   = ""
# HttpPass   = ""

# Email Notifications
EmailFrom   = Wiki           # Text for "From: " field of email notes.
SendMail    = /usr/sbin/sendmail   # Full path to sendmail executable

# HTML additions and characteristics
#FooterNote  = ""             # HTML for bottom of every page
#EditNote    = ""             # HTML notice above buttons on edit page
#UserGotoBar = ""             # HTML added to end of goto bar
#HttpCharset = ""             # Charset for pages, like "iso-8859-2"

# Post sizes
MaxPost     = 215040           # Maximum 210K posts (about 200K for pages)

# Major options:
UseSubpage             # if set allow subpages
EditAllowed            # if set editing allowed
UseDiff                # if set use diff features
FreeLinks              # if set use [[word]] links
WikiLinks              # if set use LinkPattern
AdminDelete            # if set Admin only page
RunCGI                 # if set Run script as CGI
ShowNid                # if set value of Nid is shown
#EmailNotify            # if set use email notices
#EmbedWiki              # if set no headers/footers
#NonEnglish             # non english characters in links?
#SimpleLink

# Minor options:
RecentTop              # if set recent on top
UseDiffLog             # if set save diffs to log
KeepMajor              # if set keep major rev
KeepAuthor             # if set keep author rev
BracketText            # if set allow [URL text]
UseAmPm                # if set use am/pm in times
UseLookup              # if set lookup host names
FreeUpper              # if set force upper case
#LogoLeft              # if set logo on left
#ShowEdits             # if set show minor edits

# Search Modules:
SearchModule	=	Wiki
#SearchModule	=	MovableType
#SearchModule	=	Blosxom
#SearchModule	=	Arts
#SearchModule	=	IrcLogger
#SearchModule	=	Google


# Search Additional Config
#MovableTypeDirectory	= 	/home/cdent/www/mt/
#MovableTypeBlogID	=	1
#ArtsDirectory		=	/usr/local/etc/
#IrcLogConfig		=	/home/kb-dev/ircquotes/kbdev.config
#IrcLogConfig		=	/home/kb-dev/ircquotes/kbeditors.config
#GoogleWSDL             =       /home/cdent/lib/GoogleSearch.wsdl
#GoogleKey              =       XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


# == You should not have to change anything below this line. =============
PageDir     = $DataDir/page      # Stores page data
UserDir     = $DataDir/user      # Stores user data
KeepDir     = $DataDir/keep      # Stores kept (old) page data
TempDir     = $DataDir/temp      # Temporary files and locks
LockDir     = $TempDir/lock      # DB is locked if this exists
InterFile   = $DataDir/intermap  # Interwiki site->url map
RcFile      = $DataDir/rclog     # New RecentChanges logfile
RcOldFile   = $DataDir/oldrclog  # Old RecentChanges logfile

# == End of Configuration =================================================
