Overview
The package is able to include the following types of resources:
Cascading stylesheets (.css)
Kinetic stylesheets (.kss)
Javascript (.js)
Usage
The package operates with browser resources, registered individually or using the resource directory factory.
A simple example:
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser">
<include package="z3c.resourceinclude" file="meta.zcml" />
<include package="z3c.resourceinclude" />
<browser:resource name="example.css" file="example.css" />
<browser:resourceInclude
layer="zope.publisher.interfaces.browser.IDefaultBrowserLayer"
include="example.css"
/>
</configure>
This registration means that whenever the request provides IDefaultBrowserLayer the resource named ‘example.css’ will be included on the page.
To render HTML snippets that include applicable resources, a content provider is provided, see z3c/resourceinclude/provide.py. You may also use one of the viewlets:
<browser:viewlet name="resourceinclude" class="z3c.resourceinclude.viewlets.CacheOneHourViewlet" permission="zope.View" />
A convenience method is provided to require a given resource layer:
>>> from z3c.resourceinclude import include >>> include(IMyLayer)
Ordering
Resources are included in the order they’re registered; that is, the order in which the ZCML-directives are processed.
Stylesheets are included before javascripts as per general recommendation. Kinetic stylesheets are included last.
Merging
When not in ‘devmode’, the resource collector will automatically merge resources, giving them a filename based on the contents (sha digest). This has the side effect that merged resources are set to never expire.
Release files for z3c.resourceinclude 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| z3c.resourceinclude-0.3.1.tar.gz | 9.9 kB | Details |
Release files / z3c.resourceinclude-0.3.1.tar.gz
| Download URL | z3c.resourceinclude-0.3.1.tar.gz |
|---|---|
| Size | 9.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
92fe4b47e02d06aae7fb8fae55bf2da5c3da35d95993f89394b61885cdd37d21
|
|
BLAKE2b-256 checksum How to use checksums |
9ce162f797235fc80b0ab78ed23fac25cf64fb007a28aee601b94fe9edca50f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |