libreccm-legacy/ccm-sci-bundle/web/themes/mandalay-yaml
jensp ec174f2043 Reverting some accidental changes from revision r4129
git-svn-id: https://svn.libreccm.org/ccm/trunk@4132 8810af33-2d31-482b-a856-94f89814c4df
2016-06-02 07:27:35 +00:00
..
css Current status of the Mandalay-YAML Theme 2014-02-14 15:18:43 +00:00
fallback Created a fork of the Mandalay theme which will use YAML (http://www.yaml.de) 2014-02-11 15:27:59 +00:00
fonts Created a fork of the Mandalay theme which will use YAML (http://www.yaml.de) 2014-02-11 15:27:59 +00:00
images Created a fork of the Mandalay theme which will use YAML (http://www.yaml.de) 2014-02-11 15:27:59 +00:00
includes Backported some changes and improvments from the Mandalay-YAML fork back the orginal mandalay. Also updated the Mandaly-YAML branch. 2014-02-19 14:17:06 +00:00
lang Mandalay-YAML Branch auf aktuellen Stand gebracht 2014-03-17 16:48:46 +00:00
layout Mandalay-YAML Branch auf aktuellen Stand gebracht 2014-03-17 16:48:46 +00:00
settings Mandalay-YAML Branch auf aktuellen Stand gebracht 2014-03-17 16:48:46 +00:00
user Reverting some accidental changes from revision r4129 2016-06-02 07:27:35 +00:00
yaml First part of the integration of the YAML CSS Framework (http://www.yaml.org) into Mandalay. YAML can now used using the <useYAML> element in a layout file. 2014-02-11 18:23:11 +00:00
_skeleton_.xsl Created a fork of the Mandalay theme which will use YAML (http://www.yaml.de) 2014-02-11 15:27:59 +00:00
license Created a fork of the Mandalay theme which will use YAML (http://www.yaml.de) 2014-02-11 15:27:59 +00:00
liesmich Created a fork of the Mandalay theme which will use YAML (http://www.yaml.de) 2014-02-11 15:27:59 +00:00
readme Created a fork of the Mandalay theme which will use YAML (http://www.yaml.de) 2014-02-11 15:27:59 +00:00
start.xsl Current status of the Mandalay-YAML Theme 2014-02-14 15:18:43 +00:00

readme

Mandalay
========

This will be a complete new theme for RedHatCMS /
Byline / Aplaws+ build up from scratch.

Design goals are to build a modular box-layout-based theme
integrating all functions from the cms which will be styled
by changing css files and xml-based settings.


Some hints for this theme:
--------------------------

* Each content type have exactly one xsl file in the types directory, which will do all the processing
  * This file will include templates for all view (detailed, listed, ...)
* shared functions like Processing of image attachments will be located in seperate files in the include directory
* templates will be defined with name and match clause, where aprop
* css file go in the css sub folder structur
  * for each media type, there will be a folder on first level
    * for each content type there will be al folder on second level
    * also, there will be a folder for global css settings in second level
    * in these folder on second level there are 4 css files: basic.css, enhanced.css, ie-hacks.css and admin.css
      * basic.css uses css styles, which will work in all css capable browsers
      * enhanced.css uses css styles, which will work with modern browsers (Firefox, Konqueror,...)
      * ie-hacks.css uses special css styles, which will correct the flaws of MSIE
      * admin.css uses css styles, which will be needed by admin ui
* setting for personalization are located in the settings directory
* localized static text are read from the xml-files in the lang folder