Skip to main content

Plone.api for TAL, use in pt file

Project description

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide_addons.html
This text does not appear on pypi or github. It is a comment.

==============================================================================
collective.api4tal
==============================================================================

Plone.api for TAL, use in pt file.

The plone.api is an elegant and simple API, built for humans wishing to develop with Plone.

But, at template file(*.pt), these useful functions can not be used directly, such as 'api.portal.get()'

Through browerview's design, so that these functions can be used on the pt file.

Features
--------

- **@@portal_get** mapping to **api.portal.get()**
- **@@user_get_current** mapping to **api.user.get_current()**
- **@@user_is_anonymous** mapping to **api.user.is_anonymous()**

Examples
--------

For example, you can use **@@user_is_anonymous** at template, such as:

<div tal:condition="context/@@user_is_anonymous">
...
</div>

or, you can use **@@portal_get** at template, such as:

<div tal:define="portal context/@@portal_get">
...
</div>

Installation
------------

Install collective.api4tal by adding it to your buildout::

[buildout]

...

eggs =
collective.api4tal

and then running "bin/buildout"


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.api4tal/issues
- Source Code: https://github.com/collective/collective.api4tal


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: andy@mingtak.com.tw


License
-------

The project is licensed under the GPLv2.

Contributors
============

- andy fang, andy@mingtak.com.tw

Changelog
=========


0.1 (unreleased)
----------------

- Initial release.
[mingtak]

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.api4tal-0.1.tar.gz (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page