| Property | Default | Optional? | Description |
|---|---|---|---|
| maven.wiki.locale | en | Yes | The language locale of the generated Wiki ("en" or "fr") right now |
| maven.wiki.server | ${pom.siteAddress} | Yes | The server on which the wiki will be installed |
| maven.wiki.dir | ${pom.siteDirectory} | Yes | The directory on the server where the wiki will be installed |
| maven.wiki.username | ${maven.username} | Yes | The user name that has the appropriate rights on the script |
| maven.wiki.site | ${pom.url} | Yes | The address of the generated website, for links and css |
| Property | Default | Optional? | Description |
|---|---|---|---|
| maven.wiki.DataDir | /home/wiki | Yes | Main wiki directory |
| maven.wiki.UseConfig | 0 | Yes | 1 = use config file, 0 = do not look for config |
| maven.wiki.CookieName | ${pom.name} | Yes | Name for this wiki (for multi-wiki sites) |
| maven.wiki.SiteName | ${pom.name} Wiki | Yes | Name of site (used for titles) |
| maven.wiki.HomePage | HomePage | Yes | Home page (change space to _) |
| maven.wiki.RCName | RecentChanges | Yes | Name of changes page (change space to _) |
| maven.wiki.LogoUrl | ${pom.url}/${pom.organization.logo} | Yes | URL for site logo ("" for no logo) |
| maven.wiki.ENVPATH | /usr/bin/ | Yes | Path used to find "diff" |
| maven.wiki.ScriptTZ | Yes | Local time zone ("" means do not print) | |
| maven.wiki.RcDefault | 30 | Yes | Default number of RecentChanges days |
| maven.wiki.RcDays | 1 3 7 30 90 | Yes | Days for links on RecentChanges |
| maven.wiki.KeepDays | 14 | Yes | Days to keep old revisions |
| maven.wiki.SiteBase | Yes | Full URL for BASE header | |
| maven.wiki.FullUrl | Yes | Set if the auto-detected URL is wrong | |
| maven.wiki.RedirType | 1 | Yes | 1 = CGI.pm, 2 = script, 3 = no redirect |
| maven.wiki.AdminPass | Yes | Set to non-blank to enable password(s) | |
| maven.wiki.EditPass | Yes | Like AdminPass, but for editing only | |
| maven.wiki.StyleSheet | maven.css | Yes | URL for CSS stylesheet (like "/wiki.css") |
| maven.wiki.NotFoundPg | Yes | Page for not-found links ("" for blank pg) | |
| maven.wiki.EmailFrom | Wiki | Yes | Text for "From: " field of email notes. |
| maven.wiki.SendMail | /usr/sbin/sendmail | Yes | Full path to sendmail executable |
| maven.wiki.FooterNote | © ${pom.inceptionYear} - ${pom.organization.name} | Yes | HTML for bottom of every page |
| maven.wiki.EditNote | Yes | HTML notice above buttons on edit page | |
| maven.wiki.MaxPost | 1024 * 210 | Yes | Maximum 210K posts (about 200K for pages) |
| maven.wiki.NewText | Yes | New page text ("" for default message) | |
| maven.wiki.HttpCharset | ISO-8859-1 | Yes | Charset for pages, like "iso-8859-2" |
| maven.wiki.UserGotoBar | Yes | HTML added to end of goto bar |
| Property | Default | Optional? | Description |
|---|---|---|---|
| maven.wiki.UseSubpage | 1 | Yes | 1 = use subpages, 0 = do not use subpages |
| maven.wiki.UseCache | 0 | Yes | 1 = cache HTML pages, 0 = generate every page |
| maven.wiki.EditAllowed | 1 | Yes | 1 = editing allowed, 0 = read-only |
| maven.wiki.RawHtml | 0 | Yes | 1 = allow HTML tag, 0 = no raw HTML in pages |
| maven.wiki.HtmlTags | 0 | Yes | 1 = "unsafe" HTML tags, 0 = only minimal tags |
| maven.wiki.UseDiff | 1 | Yes | 1 = use diff features, 0 = do not use diff |
| maven.wiki.FreeLinks | 1 | Yes | 1 = use [[word]] links, 0 = LinkPattern only |
| maven.wiki.WikiLinks | 1 | Yes | 1 = use LinkPattern, 0 = use [[word]] only |
| maven.wiki.AdminDelete | 1 | Yes | 1 = Admin only page, 0 = Editor can delete pages |
| maven.wiki.RunCGI | 1 | Yes | 1 = Run script as CGI, 0 = Load but do not run |
| maven.wiki.EmailNotify | 0 | Yes | 1 = use email notices, 0 = no email on changes |
| maven.wiki.EmbedWiki | 0 | Yes | 1 = no headers/footers, 0 = normal wiki pages |
| Property | Default | Optional? | Description |
|---|---|---|---|
| maven.wiki.LogoLeft | 1 | Yes | 1 = logo on left, 0 = logo on right |
| maven.wiki.RecentTop | 1 | Yes | 1 = recent on top, 0 = recent on bottom |
| maven.wiki.UseDiffLog | 1 | Yes | 1 = save diffs to log, 0 = do not save diffs |
| maven.wiki.KeepMajor | 1 | Yes | 1 = keep major rev, 0 = expire all revisions |
| maven.wiki.KeepAuthor | 1 | Yes | 1 = keep author rev, 0 = expire all revisions |
| maven.wiki.ShowEdits | 0 | Yes | 1 = show minor edits, 0 = hide edits by default |
| maven.wiki.HtmlLinks | 0 | Yes | 1 = allow A HREF links, 0 = no raw HTML links |
| maven.wiki.SimpleLinks | 0 | Yes | 1 = only letters, 0 = allow _ and numbers |
| maven.wiki.NonEnglish | 0 | Yes | 1 = extra link chars, 0 = only A-Za-z chars |
| maven.wiki.ThinLine | 0 | Yes | 1 = fancy hr tags, 0 = classic wiki hr |
| maven.wiki.BracketText | 1 | Yes | 1 = allow [URL text], 0 = no link descriptions |
| maven.wiki.UseAmPm | 1 | Yes | 1 = use am/pm in times, 0 = use 24-hour times |
| maven.wiki.UseIndex | 0 | Yes | 1 = use index file, 0 = slow/reliable method |
| maven.wiki.UseHeadings | 1 | Yes | 1 = allow = h1 text =, 0 = no header formatting |
| maven.wiki.NetworkFile | 1 | Yes | 1 = allow remote file:, 0 = no file:// links |
| maven.wiki.BracketWiki | 0 | Yes | 1 = [WikiLnk txt] link, 0 = no local descriptions |
| maven.wiki.UseLookup | 1 | Yes | 1 = lookup host names, 0 = skip lookup (IP only) |
| maven.wiki.FreeUpper | 1 | Yes | 1 = force upper case, 0 = do not force case |
| maven.wiki.FastGlob | 1 | Yes | 1 = new faster code, 0 = old compatible code |