Skip to content

Distal is a Javascript tool that automatically fills your webpage with data from a JSON source.

Notifications You must be signed in to change notification settings

collective/collective.js.distal

Repository files navigation

collective.js.distal

Distal is a Javascript tool that automatically fills your webpage with data from a JSON source. Freeing you from needing to traverse nodes or create DOM trees just to add dynamic data. Allowing you to focus on the important things such as data logic and webpage design.

Distal uses a concept created by Zope used in Python projects called Template Attribute Language (TAL).

Travis CI badge Coveralls badge Downloads

To enable this package in a buildout-based installation:

  1. Edit your buildout.cfg and add add the following to it:

    [buildout]
    ...
    eggs =
        collective.js.distal
    

After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.

Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.

Check the box next to collective.js.distal and click the 'Activate' button.

Note

You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.

jstal
TAL implementation in JavaScript using E4X.
template-tal
XML Lightweight Template Attribute Language implementation for Javascript.

About

Distal is a Javascript tool that automatically fills your webpage with data from a JSON source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published