libreccm-legacy/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeConfig_parameter.prope...

45 lines
4.6 KiB
INI
Executable File

com.arsdigita.london.theme.file_extensions.title=Graphics File Extensions (Themes)
com.arsdigita.london.theme.file_extensions.purpose=A list of file extensions that should be included when the designer requests 'all graphics files'
com.arsdigita.london.theme.file_extensions.example=jpeg jpg gif xsl css js png
com.arsdigita.london.theme.file_extensions.format=[string]
com.arsdigita.london.theme.default_theme_dir.title=The path to the default themes directory (Themes Application)
com.arsdigita.london.theme.default_theme_dir.purpose=This is the path to the defalut themes directory. When a new "theme" is created, this directory is copied and the new directory is the base for the new themes. It is provided relative to the "webapps" directory.
com.arsdigita.london.theme.default_theme_dir.example=/ROOT/__ccm__/themes/aplaws/
com.arsdigita.london.theme.default_theme_dir.format=[string]
com.arsdigita.london.theme.theme_pub_file_watch_startup_delay.title=The number of seconds before checking for update of published theme files [0 means never start] (Themes Application)
com.arsdigita.london.theme.theme_pub_file_watch_startup_delay.purpose=This is the number of seconds before checking for recently published files. It should only be used on multi-jvm installations since the files are already synced on single jvm settings.
com.arsdigita.london.theme.theme_pub_file_watch_startup_delay.example=[300]
com.arsdigita.london.theme.theme_pub_file_watch_startup_delay.format=[integer]
com.arsdigita.london.theme.theme_pub_file_watch_poll_delay.title=The number of seconds between checks for recently published theme files (Themes Application)
com.arsdigita.london.theme.theme_pub_file_watch_poll_delay.purpose=This is the number of seconds between checks for recently published files. It should only be used on multi-jvm installations since the files are already synced on single jvm settings.
com.arsdigita.london.theme.theme_pub_file_watch_poll_delay.example=[300]
com.arsdigita.london.theme.theme_pub_file_watch_poll_delay.format=[integer]
com.arsdigita.london.theme.theme_dev_file_watch_startup_delay.title=The number of seconds before checking for updated development theme files [0 means never start] (Themes Application)
com.arsdigita.london.theme.theme_dev_file_watch_startup_delay.purpose=This is the number of seconds before checking for updated development files. It should only be used on multi-jvm installations since the files are already synced on single jvm settings.
com.arsdigita.london.theme.theme_dev_file_watch_startup_delay.example=[300]
com.arsdigita.london.theme.theme_dev_file_watch_startup_delay.format=[integer]
com.arsdigita.london.theme.theme_dev_file_watch_poll_delay.title=The number of seconds between checks for update development theme files (Themes Application)
com.arsdigita.london.theme.theme_dev_file_watch_poll_delay.purpose=This is the number of seconds between checks for updated development files. It should only be used on multi-jvm installations since the files are already synced on single jvm settings.
com.arsdigita.london.theme.theme_dev_file_watch_poll_delay.example=[300]
com.arsdigita.london.theme.theme_dev_file_watch_poll_delay.format=[integer]
com.arsdigita.london.theme.default_theme_manifest.title=The manifest file containing the default themes directory (Themes Application)
com.arsdigita.london.theme.default_theme_manifest.purpose=This is the manifest file containing the default themes directory. This is used in conjuntion with com.arsdigita.london.theme.default_directory_filter to dictate the final default directoroy.
com.arsdigita.london.theme.default_theme_manifest.example=[ccm-ldn-theme.web.mf]
com.arsdigita.london.theme.default_theme_manifest.format=[string]
com.arsdigita.london.theme.default_theme_path.title=The path to the directory for the default theme (Themes Application)
com.arsdigita.london.theme.default_theme_path.purpose=This is the directory that all of the default themes are copied from. It is specified and used to filter out files listed in the manifest file chosen specified by the com.arsdigita.london.theme.default_theme_manifest.title attribute. If this is null then no filter is applied.
com.arsdigita.london.theme.default_theme_path.example=[__ccm__/themes/default/]
com.arsdigita.london.theme.default_theme_path.format=[string]
com.arsdigita.london.theme.default_theme_context.title=The servlet context containing the theme
com.arsdigita.london.theme.default_theme_context.purpose=This is the servlet context path containing the theme. It should start and end with a /
com.arsdigita.london.theme.default_theme_context.example=[/ccm-ldn-theme/]
com.arsdigita.london.theme.default_theme_context.format=[string]