معرفی شرکت ها


ftw.redirector-1.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Plone addon for redirects
ویژگی مقدار
سیستم عامل -
نام فایل ftw.redirector-1.1.2
نام ftw.redirector
نسخه کتابخانه 1.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده 4teamwork AG
ایمیل نویسنده mailto:info@4teamwork.ch
آدرس صفحه اصلی https://github.com/4teamwork/ftw.redirector
آدرس اینترنتی https://pypi.org/project/ftw.redirector/
مجوز GPL2
.. contents:: Table of Contents Purpose ======= This is a Plone addon which allows to manage redirects. It allows to add new redirects which may point to internal or external URLs. Compatibility ============= Supports Plone `4.3` and `5.1`. Installation ============ Add the package as dependency to your setup.py: .. code:: python setup(... install_requires=[ ... 'ftw.redirector', ]) or to your buildout configuration: .. code:: ini [instance] eggs += ftw.redirector and rerun buildout. After restarting your Plone, install ftw.redirector through the Plone addons control panel, quickinstaller or portal_setup. After installing the addon, go to the Plone control panel for redirects in order to add new redirects. Usage ===== After successfully installing the addon, go to the Plone control panel, where a new "Redirect Configuration" link is added: .. image:: https://raw.github.com/4teamwork/ftw.redirector/master/docs/controlpanel.png Redirect rules can easily be managed by editing the configuration: .. image:: https://raw.github.com/4teamwork/ftw.redirector/master/docs/edit-config.png How it works ============ - The redirect config is a dexterity object (mainly for ``ftw.publisher`` compatibility). - Redirects are only applied if no content is found (404). - Redirect rules are applied top-down: top roles have higherpriority. The first matching rule is applied, later rules arenot considered. - Redirects match when the request path starts with thesource path. - Each rule requires a source path and a destination. - The source path must start with a slash and should not be the site root. - The destination may be a path (starting with a slash) or an URL to an external site. Links ===== - Github: https://github.com/4teamwork/ftw.redirector - Issues: https://github.com/4teamwork/ftw.redirector/issues - Pypi: http://pypi.python.org/pypi/ftw.redirector - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.redirector Copyright ========= This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_. ``ftw.redirector`` is licensed under GNU General Public License, version 2. Changelog ========= 1.1.2 (2020-01-09) ------------------ - Add ftw.redirector portal_type translation to plone domain. [tinagerber] 1.1.1 (2019-12-16) ------------------ - Provide precompiled bundle. [tinagerber] 1.1 (2019-10-01) ---------------- - Require `openpyxl < 2.6` since newer ones no longer support Python 2.7 [jone] - Add support for Plone 5.1.x. [mbaechtold] - Add new profiles for Plone 5 (differentiated by title) [djowett-ftw] 1.0.1 (2016-02-26) ------------------ - Match exact path element, not "startswith". [jone] 1.0.0 (2015-11-23) ------------------ - Initial implementation [jone]


نحوه نصب


نصب پکیج whl ftw.redirector-1.1.2:

    pip install ftw.redirector-1.1.2.whl


نصب پکیج tar.gz ftw.redirector-1.1.2:

    pip install ftw.redirector-1.1.2.tar.gz