معرفی شرکت ها


collective.regexredirector-0.2.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Addon for plone.app.redirector concerning regex redirector
ویژگی مقدار
سیستم عامل OS Independent
نام فایل collective.regexredirector-0.2.3
نام collective.regexredirector
نسخه کتابخانه 0.2.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Julien Marinescu aka davisp1
ایمیل نویسنده davisp%40xenbox.fr
آدرس صفحه اصلی https://github.com/collective/collective.regexredirector
آدرس اینترنتی https://pypi.org/project/collective.regexredirector/
مجوز GPL
Introduction ============ collective.regexredirector extends the plone.app.redirector behavior to allow to define redirections using regular expressions. It might be particulary useful if you migrate an old website and you want to map old urls to the new site structure. Note: when a 404 occurs, collective.regexredirector first calls plone.app.redirector, and if it does not redirect, then collective.regexredirector tries to match one of its registered regular expressions. Usage ===== In the Plone control panel, go to the "RegexRedirector" control panel and enter your redirection rules. One redirection by line using the following format :: 'old_url'='new_url' 'old_url2'='new_url2' Examples -------- Redirecting all urls like /news/something to /archives/index :: '/news/.*'='/archives/index' Redirecting all urls like /tags/something to /category/something :: '/tags/(?P<category_name>.+)'='/category/\g<category_name>/view' INSTALL ======= Add collective.regexredirector to your buildout eggs. Credits ======= Companies --------- |makinacom|_ * `Planet Makina Corpus <http://www.makina-corpus.org>`_ * `Contact us <mailto:python@makina-corpus.org>`_ Authors ------- - Julien Marinescu davisp1 <davisp@xenbox.fr> .. Contributors .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif .. _makinacom: http://www.makina-corpus.com Changelog ========= 0.2.3 (2015-05-26) ------------------ - Fix bug when no match 0.2.2 (2015-05-12) ------------------ - Supports redirection to url containing a querystring - Fix bug if rules contain '=' 0.2.1 (2013-03-28) ------------------- - Fix egg (missing /docs) 0.2 (2013-03-28) ------------------- - Fix egg (missing README.rst) 0.1 (2013-01-30) ------------------- - Initial release


نحوه نصب


نصب پکیج whl collective.regexredirector-0.2.3:

    pip install collective.regexredirector-0.2.3.whl


نصب پکیج tar.gz collective.regexredirector-0.2.3:

    pip install collective.regexredirector-0.2.3.tar.gz