33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
# -*- text -*-
|
|
# This file locates stylesheets, if you are using the
|
|
# "PatternStylesheetResolver". Please read the Javadoc for that file for
|
|
# the full story.
|
|
|
|
# Currently the "resource" part is actually "short-circuited", see
|
|
# Templating#transformURL(url). As long as we store and synchronize all theme
|
|
# files in each server's local file system, we use the direct file apprach to
|
|
# avoid unnecessary http request and traffic between client (user) and server!
|
|
# Additionally all modules are installed into one webapp context, so the
|
|
# webapp tag is redundant, but sort of required by some part of the code.
|
|
|
|
|
|
# Theme with single entry point (e.g Foundry) managed by themedirector
|
|
#http://::host::/resource/::webapp::/themes/::themedir::/::theme::/start.xsl
|
|
http://::host::/::webapp::/themes/::themedir::/::theme::/start.xsl
|
|
|
|
# Theme with single entry point (e.g Foundry) unmanaged distribution default
|
|
# Optional distribution specific default. If empty, foundry-base is used.
|
|
#http://::host::/resource/::webapp::/themes/librecms-default/start.xsl
|
|
http://::host::/::webapp::/themes/librecms-default/start.xsl
|
|
|
|
# Theme with single entry point (e.g Foundry) unmanaged default
|
|
# Fall back if anything else fails.
|
|
#http://::host::/resource/::webapp::/themes/foundry-base/start.xsl
|
|
http://::host::/::webapp::/themes/foundry-base/start.xsl
|
|
|
|
|
|
# ==============================================================================
|
|
# PatternStylesheetResolver supports multi-entry themes, not used in LibreCMS
|
|
# see multi_entry-example-stylesheet-paths.txt
|
|
# ==============================================================================
|