| 1 |
// $Id: README.txt,v 1.1.1.1.4.4 2009/04/21 16:44:19 hswong3i Exp $
|
| 2 |
|
| 3 |
ABOUT EAZY BREEZE
|
| 4 |
----------------------
|
| 5 |
|
| 6 |
This is a re-implementation of the Easy Breeze theme by Igor Jovic. This
|
| 7 |
is a tableless, multi-column, fluid width layout. Parts of the design are
|
| 8 |
ported from Contented7, Internet Services and Interactive Media theme.
|
| 9 |
|
| 10 |
Official Easy Breeze project page:
|
| 11 |
http://www.spinz.se/Templates/EasyBreeze/index.htm
|
| 12 |
|
| 13 |
Drupal Easy Breeze project page:
|
| 14 |
http://drupal.org/project/easybreeze/
|
| 15 |
http://pantarei.com.hk/projects/easybreeze/
|
| 16 |
|
| 17 |
Sponsored by:
|
| 18 |
http://pantarei.com.hk/
|
| 19 |
|
| 20 |
|
| 21 |
HOWTO CUSTOMIZE THIS THEME?
|
| 22 |
----------------------
|
| 23 |
|
| 24 |
For theme customization usually you will need to change the style.css.
|
| 25 |
By the way this traditional method is not too flexible.
|
| 26 |
|
| 27 |
This theme provide a hook called as custom.css. The custom.css will always
|
| 28 |
override default style.css setting, and will not be covered during version
|
| 29 |
upgrade. Benefit of using this hook including:
|
| 30 |
|
| 31 |
1. Your customization will NOT get mixed with original theme style.
|
| 32 |
2. Your customization will NOT be override during theme upgrade.
|
| 33 |
|
| 34 |
This theme also provide some example for customization within
|
| 35 |
custom.example.css, divided into section by section. You can copy-and-paste
|
| 36 |
them to your custom.css and feel free to change it.
|
| 37 |
|
| 38 |
|
| 39 |
HOW THE MISSION HACK FUNCTION?
|
| 40 |
----------------------
|
| 41 |
|
| 42 |
By default, mission statement is protected by filter_xss_admin() so no
|
| 43 |
PHP script is allowed. On the other hand, all tags that can be used inside
|
| 44 |
an HTML body is allowed.
|
| 45 |
|
| 46 |
This theme provide a fancy hack so PHP script will able to execute if
|
| 47 |
mission statement starting with "<?php", or else will preform as default
|
| 48 |
style.
|
| 49 |
|
| 50 |
One example usage is combine with adsense module so only display a
|
| 51 |
skyscraper (120x600) at top page; another example is combine with banner
|
| 52 |
module so you will have a benner rotation as mission statement; or even
|
| 53 |
just execute a simple PHP code snippet as welcome message when user login.
|
| 54 |
|
| 55 |
|
| 56 |
ABOUT RTL SUPPORT (>=6.x)
|
| 57 |
----------------------
|
| 58 |
|
| 59 |
This theme is RTL supported, and fully tested with Acid2 compatible
|
| 60 |
browsers, e.g. FireFox3, Opera9.2 and Safari3. However, other browser
|
| 61 |
such as FireFox2 and Internet Explorer 6/7 may looks buggy.
|
| 62 |
|
| 63 |
As the implementation is validate with XHTML and CSS2 coding standard,
|
| 64 |
I am not going to provide browser-specific hack, for both LTR and RTL.
|
| 65 |
|
| 66 |
For more information about Acid2:
|
| 67 |
http://en.wikipedia.org/wiki/Acid2
|
| 68 |
|
| 69 |
To test your browser with Acid2:
|
| 70 |
http://www.webstandards.org/files/acid2/test.html
|
| 71 |
|
| 72 |
|
| 73 |
LIST OF MAINTAINERS
|
| 74 |
----------------------
|
| 75 |
|
| 76 |
PROJECT OWNER
|
| 77 |
M: Edison Wong <hswong3i@gmail.com>
|
| 78 |
S: maintained
|
| 79 |
W: http://edin.no-ip.com/
|