Backport r4259: Themedirector removal old heirloom theme, fixed config, added documentation.
git-svn-id: https://svn.libreccm.org/ccm/trunk@4266 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
f3288261d2
commit
86af2b1348
|
|
@ -130,7 +130,6 @@ public class ThemeDirectorConfig extends AbstractConfig {
|
||||||
public ThemeDirectorConfig() {
|
public ThemeDirectorConfig() {
|
||||||
|
|
||||||
register(m_defaultThemePath);
|
register(m_defaultThemePath);
|
||||||
// register(m_defaultThemeContext);
|
|
||||||
register(m_defaultThemeManifest);
|
register(m_defaultThemeManifest);
|
||||||
register(m_fileExtParam);
|
register(m_fileExtParam);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,6 @@ themedirector.default_theme_path.purpose=This is the directory that all of the d
|
||||||
themedirector.default_theme_path.example=[themes/default/]
|
themedirector.default_theme_path.example=[themes/default/]
|
||||||
themedirector.default_theme_path.format=[string]
|
themedirector.default_theme_path.format=[string]
|
||||||
|
|
||||||
themedirector.default_theme_context.title=The servlet context containing the theme
|
|
||||||
themedirector.default_theme_context.purpose=This is the servlet context path containing the theme. It should start and end with a /
|
|
||||||
themedirector.default_theme_context.example=[/ccm-themedirector/]
|
|
||||||
themedirector.default_theme_context.format=[string]
|
|
||||||
|
|
||||||
themedirector.default_theme_manifest.title=The manifest file containing the default themes directory (Themes Application)
|
themedirector.default_theme_manifest.title=The manifest file containing the default themes directory (Themes Application)
|
||||||
themedirector.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.
|
themedirector.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.
|
||||||
themedirector.default_theme_manifest.example=[ccm-themedirectory.web.mf]
|
themedirector.default_theme_manifest.example=[ccm-themedirectory.web.mf]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
This is the theme-director directory containing the theme used as source for
|
||||||
|
downloading a skeleton to create a new custom specific theme. Usually it is
|
||||||
|
used as default unmanaged theme as well (used as long as there is no managed
|
||||||
|
theme (managed by theme-director) configured.
|
||||||
|
It is specified and used to filter out files listed in the manifest
|
||||||
|
file chosen, specified by the
|
||||||
|
com.arsdigita.themedirector.default_theme_manifest
|
||||||
|
attribute.
|
||||||
|
|
||||||
|
If my be overwritten by a bundle-specific default.
|
||||||
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/admin/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0">
|
|
||||||
|
|
||||||
<xsl:import href="../../../themes/heirloom/apps/atoz/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/content-center/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/content-section/xsl/admin.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/content-section/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/forum/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/navigation/xsl/admin.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/navigation/xsl/index.xsl"/>
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/rss/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/search/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/shortcuts/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/simplesurvey/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0">
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/sitemap/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/subsite/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0" >
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/webdev-support/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0">
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/workspace/xsl/admin.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0">
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/workspace/xsl/edit.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
version="1.0">
|
|
||||||
|
|
||||||
<xsl:import href="../../heirloom/apps/workspace/xsl/index.xsl"/>
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
Loading…
Reference in New Issue