Changeset 106
- Timestamp:
- 07-01-2008 01:19:29 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/MinificationWebHelpers/branches/0.1.x/README.txt
r90 r106 19 19 ----- 20 20 21 On your own Pylons_ application, inside ``<app>/lib/helpers.py`` you add:: 21 On your own Pylons_ application, inside ``<app>/lib/helpers.py`` you add: 22 23 .. sourcecode:: python 22 24 23 25 from minwebhelpers import * 24 26 27 25 28 Then, inside a template you could have: 26 29 27 .. code-block:: text/html30 .. sourcecode:: html+genshi 28 31 29 32 <head>
![(please configure the [header_logo] section in trac.ini)](/chrome/common/trac_banner.png)