/[drupal]/contributions/themes/internet_services/README.txt
ViewVC logotype

Contents of /contributions/themes/internet_services/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.11 - (show annotations) (download)
Thu May 14 06:27:44 2009 UTC (6 months, 2 weeks ago) by hswong3i
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +15 -11 lines
File MIME type: text/plain
- sync with 6.x-2.x-dev.
1 // $Id: README.txt,v 1.3.2.9 2009/04/22 02:10:40 hswong3i Exp $
2
3 ABOUT INTERNET SERVICES
4 ----------------------
5
6 This is a re-implementation of the Internet Services (and 2nd Edition)
7 theme by Luka Cvrk. This is a tableless, multi-column, fluid width layout.
8 Parts of the design are ported from the K2 theme.
9
10 Official Internet Services project page:
11 http://www.solucija.com/templates/demo/Internet_Services/
12
13 Drupal Internet Services project page:
14 http://drupal.org/project/internet_services/
15 http://pantarei.com.hk/projects/internet_services/
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/

  ViewVC Help
Powered by ViewVC 1.1.2