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 details)

Uploaded Source

File details

Details for the file collective.api4tal-0.1.tar.gz.

File metadata

File hashes

Hashes for collective.api4tal-0.1.tar.gz
Algorithm Hash digest
SHA256 9645de42d36c7324ba5b6cb7355f883c4c0371f4ac8993c898d2bea3775d6d2e
MD5 e8ff191c83cba09a22a38ca8262ba6fa
BLAKE2b-256 e72577ab6538c2ffdbf9c31da2330c0b5812e9c23e887b4df5a74d1f6ce78438

See more details on using hashes here.

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