معرفی شرکت ها


collective.behavior.richpreview-1.0a1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A behavior for Dexterity-based content types to show previews on hover over hyperlinks in content area.
ویژگی مقدار
سیستم عامل -
نام فایل collective.behavior.richpreview-1.0a1
نام collective.behavior.richpreview
نسخه کتابخانه 1.0a1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/collective/behavior.richpreview
آدرس اینترنتی https://pypi.org/project/collective.behavior.richpreview/
مجوز -
.. image:: https://raw.githubusercontent.com/collective/behavior.richpreview/master/docs/preview.png :align: left :alt: Rich Link Preview :height: 100px :width: 100px ***************** Rich Link Preview ***************** .. contents:: Table of Contents Life, the Universe, and Everything ================================== A behavior for Dexterity-based content types to show previews on hover over hyperlinks in content area. Mostly Harmless =============== .. image:: http://img.shields.io/pypi/v/collective.behavior.richpreview.svg :target: https://pypi.python.org/pypi/collective.behavior.richpreview .. image:: https://img.shields.io/travis/collective/behavior.richpreview/master.svg :target: http://travis-ci.org/collective/behavior.richpreview .. image:: https://img.shields.io/coveralls/collective/behavior.richpreview/master.svg :target: https://coveralls.io/r/collective/behavior.richpreview Got an idea? Found a bug? Let us know by `opening a support ticket`_. .. _`opening a support ticket`: https://github.com/collective/behavior.richpreview/issues Don't Panic =========== Installation ------------ To enable this package in a buildout-based installation: Edit your buildout.cfg and add the following to it: .. code-block:: ini [buildout] ... eggs = collective.behavior.richpreview After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system. Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link. Check the box next to 'Rich Link Preview' and click the 'Activate' button. Usage ----- TBD. Development ----------- We use `webpack <https://webpack.js.org/>`_ to process static resources on this package. Webpack processes SCSS and JS files, minifies the resulting CSS and JS, and optimizes all images. The final JS file is also a UMD package, which provides compatibility with most popular script loaders. To contribute, you should start the instance in one shell and start webpack watcher on another with the following command: .. code-block:: bash $ bin/watch-richpreview Then go to ``webpack/app`` folder and edit SCSS and JS files; Webpack watcher will automatically create the final resources in the right place. There are also other commands added to handle more complex scenarios. The following command will set the buildout node installation in the system PATH, this way you can use webpack as described on its documentation. .. code-block:: bash $ bin/env-richpreview The following command generates JS and CSS without the minify step (it can be used to check the code being generated in a human readable way). .. code-block:: bash $ bin/debug-richpreview The following command rebuilds static files and exit (insted of keep watching the changes): .. code-block:: bash $ bin/build-richpreview Releasing using zest.releaser ----------------------------- Static resources on this package are generated using `webpack`_ and aren't included in VCS. If you release using zest.releaser you have to `upload manually the files to PyPI <https://github.com/zestsoftware/zest.releaser/issues/261>`_ or you will end with a broken distribution: * run ``longtest`` and ``fullrelease``, as usually * answer "no" when asked to upload to PyPI and continue normally * do a checkout to the tag you're releasing * run ``bin/build-richpreview`` to update static files * create the distribution files using ``python setup.py sdist bdist_wheel`` as usual * upload the files using ``twine upload dist/*`` In case of errors you will have to create a new release as the PyPI Warehouse `doesn't allow for a filename to be reused <https://upload.pypi.org/help/#file-name-reuse>`_. Share and Enjoy =============== This package would not have been possible without the contribution of the following people: - Héctor Velarde - `Freepik <http://www.freepik.com/>`_ (`preview icon <https://www.flaticon.com/free-icon/preview_142336>`_) You can find an updated list of package contributors on `GitHub <https://github.com/collective/behavior.richpreview/contributors>`_. Changelog ========= 1.0a1 (2018-04-05) ------------------ - Initial release.


نیازمندی

مقدار نام
- lxml
- plone.api
- plone.app.layout
- plone.app.registry
- plone.autoform
- plone.behavior
- plone.dexterity
- plone.supermodel
- Products.CMFCore
>=4.3 Products.CMFPlone
- Products.GenericSetup
- requests
- setuptools
- zope.i18nmessageid
- zope.interface
- zope.schema
xtr AccessControl;
xtr plone.app.contenttypes;
xtr plone.app.robotframework;
xtr plone.app.testing[robot];
xtr plone.browserlayer;
xtr plone.registry;
xtr plone.testing;
xtr robotsuite;
xtr zope.component;


نحوه نصب


نصب پکیج whl collective.behavior.richpreview-1.0a1:

    pip install collective.behavior.richpreview-1.0a1.whl


نصب پکیج tar.gz collective.behavior.richpreview-1.0a1:

    pip install collective.behavior.richpreview-1.0a1.tar.gz