"Locale" : the localization of the wiki (the default is "en", which means that the wiki will be in English). See locale
"Limit Articles per Directory" : specifies if there should be a limitation of the number of output articles per directory
"Generation Limit" : specifies the maximum number of output articles per directory (if this is limited). See limit
"Dynamic Maps": specifies if maps will be dynamically loaded
"Notes Tooltips": specifies if notes show an integrated tooltip when hovering on the note associated element
"Wikilinks Tooltips": specifies if wikipedia show an integrated tooltip when hovering on the note associated element
"FixedLeftMenu": Specifies if the options in the left menu are always present. See default left menu for more information
"Lightbox": specifies if images use lightboxes
"Include TODOs": specifies if TODOs are included. See also TODO system
"Include Comments": specifies if comments are included. See also Review system
"Theme": specifies the theme of the wiki. See also StyleSheet theme
"Allow Mediawiki Markup": specifies if Mediawiki markup files are allowed. See allowMediawiki
"Allow Markdown Markup": specifies if Markdown markup files are allowed. See allowMarkdown. Note that both Mediawiki and Markdown markups can't be allowed at the same time
"Output Type" : the type of the Wiki output. The default is html, but other formats (Help, Word, PDF, or ePub) can be allowed depending on the installed Plugins. See outputType
"Optimized for Swing" : Only useful if the Output Type is "help". It specifies if the help content is optimized for the Swing API
The "Allow Mediawiki Markup" and "Allow Markdown Markup" espectively allow a subset of Mediawiki and markdown markups for the wiki source (in addition to XML files).
Mediawiki or Markdown files are files with the ".md" extension. Because these two kind of files have the same extension, you can't allow both Mediawiki and Markdown markups.
Output type
By default the output will be an html static website. Depending on the included plugins, you will be able to select also:
"Add a Search Box" : allow to add an autocomplete Search box which will be added for each article. See search
"Search Type" : specifies which elements to include in the Search boxNote that if will only have an effect if there is a Search box. It can be on articles only, on articles and titles, on articles, titles and anchors, or it can be a custom Search
"Limit Search" : set if there is a limit on the number of results for the Search
"Search Limit" : set the limit on the number of results for the Search
"PageRank": set if the PageRank algorithm is used to sort the results on the Search box, and how the iteration values are set
"PageRank Iterations": set the number of iterations for the PageRank algorithm
"PageRank Max Iterations": set the maximum number of iterations for the PageRank algorithm, when the iterations are using a convergence algorithm
"PageRank Delta": set the value to stop the iterations when the iterations are using a convergence algorithm
"Full Text Search" : specifies if the Search box will also have a full text search option. Note that if will only have an effect if there is a Search box. See fullTextSearch
"Remove Accents": specifies if accents should be removed in the full text search. See fullTextSearchRemoveAccents
"Use Metaphone": specifies if the Metaphone algorithm should be used in the full text search. See fullTextSearchMetaphone
"Remove Similar Alternate Titles from Dictionary": if alternate titles are automatically pruned in the dictionary if their text is sufficiently similar to the article title. See pruneAltTitles for more information
The following options allow to set the PageRank algorithm for the Search:
"PageRank": set if the PageRank algorithm is used to sort the results on the Search box, and how the iteration values are set
"Iterations": set the number of iterations for the PageRank algorithm
"Max Iterations": set the maximum number of iterations for the PageRank algorithm, when the iterations are using a convergence algorithm
"Delta": set the value to stop the iterations when the iterations are using a convergence algorithm
The PageRank option can have the following values:
"No PageRank": the PageRank algorithm is not used to sort the results
"Fixed Iterations": the PageRank algorithm uses a fixed number of iterations, specified by the "Iterations" option
"Converge Iterations": the PageRank algorithm is converging until the difference between the previous values and the new values is less than "Delta". The maximum value for the iterations is specified by the "Iterations" option
Note that the interface will change if the PageRank option is set to "Converge Iterations":
"Packages Dependencies": specifies the file which specifies the packages dependencies. See also packages for more information
"Use sub-directories for inputs": specifies that the inputs sub-directories will be used rather that directly the inputs directory. See also Using the inputs sub-directories for more information
Miscellanous options tab
"Relaxed Syntax" : specifies if the syntax of the articles is relaxed. See relaxedSyntax
"IE Highest Compatibility" : specifies if the compatibility mode for Internet Explorer is set to the highest value. This may be necessary to allow jQuery to work correctly with high-level versions of IE (used for the Search field). See IECompatibilityEdge
"Escape Non UTF8 Characters" : specifies if non UTF8 characters should be escaped in articles. See escapeNonUTF8
"Empty Lines as New Lines" : specifies how empty lines in the source should be converted. See processing empty lines
"Allow HTML Entities" : specifies if HTML entities are taken into account. See allowHTMLEntities
"Background" : specifies the background file to use for the wiki, if there is one. See background
"Background Color" : specifies the background color to use for the wiki, if there is one. See backgroundColor. Note that you can't have both a background file and a background color
"Background Opacity" : specifies the background opacity. See backgroundOpacity
"Global Background" : specifies if the background should be put on all pages. See backgroundGlobal
"Notes on two Columns": specifies if the notes chapter presents the notes on two columns rather than one. See notesTwoColumns
"Code/Source Background" : specifies if "code" and "source" elements must have a background. See codeHasBackground
"Pre Background" : specifies if "pre" elements must have a background. See preHasBackground
"Pre Scroll Type": specifies how the content of the "pre" element are scrolled. See preScrollingType
"Wiki Title" : specifies the title of the wiki. See wikiTitle
"Table of Contents" : specifies if there is a Table of content for each article in the wiki. See hasTOC
"TOC Threshold" : specifies the threshold of the Table of content for each article in the wiki. See tocThreshold
The following options allow to set a background under the pages of the wiki:
"Background" : specifies the background file to use for the wiki, if there is one
"Background Color" : specifies the background color to use for the wiki, if there is one. Note that you can't have both a background file and a background color
"Background Opacity" : specifies the background opacity
"Global Background" : specifies if the background should be put on all pages