معرفی شرکت ها


collective.bumblebee-1.0a3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Integration of Bumblebee into plone
ویژگی مقدار
سیستم عامل -
نام فایل collective.bumblebee-1.0a3
نام collective.bumblebee
نسخه کتابخانه 1.0a3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nathan Van Gheem
ایمیل نویسنده vangheem@gmail.com
آدرس صفحه اصلی https://github.com/collective/collective.bumblebee
آدرس اینترنتی https://pypi.org/project/collective.bumblebee/
مجوز GPL
Introduction ============ collective.bumblebee is a very simple integration package of the bumblebee output transformation framework. To configure your rules, edit the IThemeSettings.rules settings in the configuration registry. Read the bumblebee documentation at https://github.com/vangheem/Bumblebee on how to create your rule xml. Extra Selectors --------------- pt ~~ Render a page template inline:: <after src-pt="" dst="#foo"> <h1 tal:content="context/Title" /> </after> Available attributes in page templates are: context, here, object, published, request tal ~~~ <after src-tal="context/Title" dst="#foo" /> Available attributes in tal expressions are: here, object, published, request, folder, portal Extra Conditions ---------------- if-path ~~~~~~~ It also add an extra condition if-path:: <drop src="#foo" if-path="/foo/bar" /> or:: <drop src="#foo" if-not-path="/foo/bar" /> if-tal ~~~~~~ Use tal and python expressions for if statement:: <drop src="#foo" if-tal="here/@@plone_context_state/is_portal_root" /> <drop src="#foo" if-tal="python: 'foobar' in here.Title()" /> <drop src="#foo" if-not-tal="python: 'foobar' in here.Title()" /> Available attributes in tal expressions are: here, object, published, request, folder, portal Development Tips ---------------- Turn bumblebee off Append "?b.off=1" onto any url to not apply rules. Reload rules(for production) Append "?b.reload=1" onto any url and be logged in as admin. Changelog ========= 1.0a3 ~ (2011-10-24) -------------------- - make sure output works well with script tags 1.0a2 ~ (2011-09-22) -------------------- - add tal and page template integration


نحوه نصب


نصب پکیج whl collective.bumblebee-1.0a3:

    pip install collective.bumblebee-1.0a3.whl


نصب پکیج tar.gz collective.bumblebee-1.0a3:

    pip install collective.bumblebee-1.0a3.tar.gz