| 1 |
/* $Id: README.txt,v 1.5 2008/10/01 11:26:10 sun Exp $ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
Render module provides an very easy, user-friendly administrative interface for
|
| 6 |
quickly implementing rendering rules for various technologies depending on
|
| 7 |
Cascading Style Sheets (CSS) and/or Javascript (JS) on any Drupal site without
|
| 8 |
requiring any adjustments to the site's theme.
|
| 9 |
|
| 10 |
For a full description visit the project page:
|
| 11 |
http://drupal.org/project/render
|
| 12 |
Bug reports, feature suggestions and latest developments:
|
| 13 |
http://drupal.org/project/issues/render
|
| 14 |
|
| 15 |
|
| 16 |
-- REQUIREMENTS --
|
| 17 |
|
| 18 |
* None.
|
| 19 |
|
| 20 |
|
| 21 |
-- INSTALLATION --
|
| 22 |
|
| 23 |
* Copy render module to your modules directory and enable it on the admin
|
| 24 |
modules page.
|
| 25 |
|
| 26 |
|
| 27 |
-- CONFIGURATION --
|
| 28 |
|
| 29 |
* Create rendering rules to apply for each plugin at
|
| 30 |
admin/config/media/render/addrule
|
| 31 |
|
| 32 |
|
| 33 |
-- TROUBLESHOOTING --
|
| 34 |
|
| 35 |
* Always choose CSS selectors as specific as possible. Instead of just
|
| 36 |
|
| 37 |
'li a'
|
| 38 |
use
|
| 39 |
'#header ul.primary-links a' (or similar)
|
| 40 |
|
| 41 |
for your rules.
|
| 42 |
|
| 43 |
* Rule weight is important. A rendering rule is usually executed only once.
|
| 44 |
If you want to render certain elements that are already covered by another
|
| 45 |
rule, the rule rendering those certain elements has to come first.
|
| 46 |
|
| 47 |
|
| 48 |
-- NOTES --
|
| 49 |
|
| 50 |
* Remember to check copyright / font licenses in front of publishing a font in
|
| 51 |
the web.
|
| 52 |
|
| 53 |
|
| 54 |
-- CONTACT --
|
| 55 |
|
| 56 |
Current maintainers:
|
| 57 |
* Daniel F. Kudwien (sun) - dev@unleashedmind.com
|
| 58 |
|
| 59 |
Previous maintainers:
|
| 60 |
* Jeff Robbins (jjeff)
|
| 61 |
|
| 62 |
This project has been sponsored by:
|
| 63 |
* UNLEASHED MIND
|
| 64 |
Specialized in consulting and planning of Drupal powered sites, UNLEASHED
|
| 65 |
MIND offers installation, development, theming, customization, and hosting
|
| 66 |
to get you started. Visit http://www.unleashedmind.com for more information.
|
| 67 |
|
| 68 |
* Bryght
|
| 69 |
Visit http://www.bryght.com for more information.
|