![JAR search and dependency download from the Maven repository](/logo.png)
com.jsftoolkit.doc.WikiDump.properties Maven / Gradle / Ivy
# the root directory to process from
root=./
output.dir=/home/noah/tmp/out/
# the filename patterns are like shell patterns.
# ? matches 1 char, * matches 0 or more.
files=*.wiki.txt
encodings=*.wiki.txt=UTF-8
# max directory depth to look for matching files. files in directories will
# be matched as the full relative path,
# e.g. */*.wiki matches 'foo/bar.wiki' but not 'bar.wiki'
search.depth=0
# How to convert the filename to the page id.
# The first capture group will be the page id.
# The first filename pattern that matched the file will be used.
page.id.pattern=*.wiki.txt=(.*?)\\.wiki\\.txt
# the stylesheets to use for the page (':' separated)
page.styles=*.wiki.txt=simple.css:site.css:navigation.css
# XHTML content to include inside the body, before the wiki output
# there is also a page.after, but we don't need it here.
# Note that if you use both page.before and page.after content, only the
# combined XHTML must be well formed (and may have more than 1 root element)
# e.g. element(s) opened in before can (and must, if not closed in before) be
# closed in after. That way, you can enclose the wiki content in another element.
page.before=*.wiki.txt=navigation.xhtml
# Lastly, there is a page.head property.
# The content given will be loaded into the head element.
# these are variables for use in page titles.
# Any occurrence of ${.*} in a page title will be replaced
# if there is a variable match.
site.title=JSF Toolkit
comps.title=JSF Toolkit Component Library
# Titles of the pages. See note above.
page.titles= \
Build Integration=${site.title} : Lesson 5 - Integrating Code Generation into your build process., \
CodeGen=${site.title} : Lesson 1 - Components from HTML, \
ComponentInfo=${site.title} : Component Metadata, \
ConfigurationUpdater=${site.title} : Lesson 4 - Automatically registering components, \
CustomComponentCode=${site.title} : Lesson 2 - Adding additional component behavior, \
CustomRendererCode=${site.title} : Lesson 3 -Extending HtmlRenderer, \
Home=${site.title} : Table of Contents, Table of Contents, \
HtmlRenderer=${site.title} : The Base HtmlRenderer, \
instructions=${site.title} : Wiki Markup Guide, \
RequiresResources=${site.title} : Dynamic Resource Inclusion
# The class of the body element.
# This is so you don't have to alter wiki skins for export.
body.classes=*.wiki.txt=wiki_simple
© 2015 - 2025 Weber Informatics LLC | Privacy Policy