معرفی شرکت ها


c2.patch.plone3mail-1.0b1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Patches for Plone 3.x, multi-language bug of mail header
ویژگی مقدار
سیستم عامل -
نام فایل c2.patch.plone3mail-1.0b1
نام c2.patch.plone3mail
نسخه کتابخانه 1.0b1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Manabu Terada
ایمیل نویسنده terada@cmscom.jp
آدرس صفحه اصلی http://www.cmscom.jp
آدرس اینترنتی https://pypi.org/project/c2.patch.plone3mail/
مجوز GPL
Introduction =============== This package fixes two kind of Plone 3.x multibyte-launguage bug in mail header of registration mail and password notification mail. requirement ------------- Plone 3.x (Tested by Plone 3.3.1 on MaxOS X 10.5) Changelog =========== 0.2 (2010-02-22) ------------------ * monkey patch SecureMailHost for non UTF-8 0.1.1 (2009-12-7) ------------------ * Adding logging (Patch information) 0.1 (2009-11-21) ------------------ * Initial release Installation ================================== * When you're reading this you have probably already run ``easy_install c2.patch.plone3mail``. Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall * Create a file called ``c2.patch.plone3mail-configure.zcml`` in the ``/path/to/instance/etc/package-includes`` directory. The file should only contain this:: <include package="c2.patch.plone3mail" /> Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this. * Add ``c2.patch.plone3mail`` to the list of eggs to install, e.g.:: [buildout] ... eggs = ... c2.patch.plone3mail * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: [instance] recipe = plone.recipe.zope2instance ... zcml = c2.patch.plone3mail * Re-run buildout, e.g. with:: $ ./bin/buildout You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.


نحوه نصب


نصب پکیج whl c2.patch.plone3mail-1.0b1:

    pip install c2.patch.plone3mail-1.0b1.whl


نصب پکیج tar.gz c2.patch.plone3mail-1.0b1:

    pip install c2.patch.plone3mail-1.0b1.tar.gz