- Cleanup themes ccm-theme-libre-blue-flex and scicms-default

- Documentation (README.txt files) for these themes


git-svn-id: https://svn.libreccm.org/ccm/trunk@3943 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2016-03-18 08:23:01 +00:00
parent 9133d5c0dc
commit efce051a0a
17 changed files with 50 additions and 6103 deletions

View File

@ -9,7 +9,7 @@
name="ScientificCMS"
prettyName="Scientific CMS"
version="2.3.0"
release="devel-SNAPSHOT-r3893"
release="devel-SNAPSHOT-r3925"
webxml="sci-web.xml"
portletxml="sci-portlet.xml"
webapp="ROOT"

View File

@ -0,0 +1,39 @@
This theme is structured as follows:
Directories
-----------
conf Configuration files (see README.txt in this directory for more
information
fancybox Files for the Fancybox script (used to display images and image
galleries)
font-awesome Files from the font-awesome icon font
fonts Fonts used by the theme
images Images used by the theme (see README.txt in this directory)
js JavaScript part of the theme, including jQuery
styles CSS files of the theme and the Less source files
templates Templates defining the HTML structure of the output
texts Localisable texts of the theme
user Custom extensions for the Foundry theme engine for this theme
Files in the root of the theme
------------------------------
start.xsl Entry point for the theme manager. Do not delete or alter this
file!
admin-index.xsl -+
ccm-admin-application-index.xsl |----Entry points for legacy configurations
content-center-index.xsl |
content-section-admin.xsl -+

View File

@ -0,0 +1,7 @@
The files in this directory control several aspects of the theme. The most
important ones are the templates.xml file and the css-files.xml file.
The templates.xml file controls which templates from the templates directory
are used to create the HTML output for a page.
The css-files.xml file controls which CSS files are used.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 304 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 320 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 319 KiB

View File

@ -4,8 +4,9 @@ files are also included.
If you want to customise the stylesheet we strongly recommanded to use Less.
to customise to styles make a copy of the Less file(s) you want to customize
and create a new configuration file pointing to your files in conf.
To customise to styles make a copy of the Less file(s) you want to customize
and create a new configuration file pointing to your files in conf (see
README.txt in conf).
To make editing of the Less file(s)
easier this theme also includes the Less compiler in the development mode. For