معرفی شرکت ها


collective.etherpad-1.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Etherpad-lite integration in Plone
ویژگی مقدار
سیستم عامل -
نام فایل collective.etherpad-1.1.2
نام collective.etherpad
نسخه کتابخانه 1.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده JeanMichel FRANCOIS aka toutpt
ایمیل نویسنده toutpt@gmail.com
آدرس صفحه اصلی https://github.com/toutpt/collective.etherpad
آدرس اینترنتی https://pypi.org/project/collective.etherpad/
مجوز GPL
Introduction ============ This addon integrate etherpad_ into the Plone CMS. It is a way to get Collaborating in really real-time on document. About Etherpad ============== Etherpad is an Open Source online editor providing collaborative editing in really real-time powered by Node.js How to install ============== .. image:: https://secure.travis-ci.org/toutpt/collective.etherpad.png :target: http://travis-ci.org/toutpt/collective.etherpad This addon can be installed as any other Plone addons. Please follow the official documentation_. You must install etherpad-lite and configure it. If you want to deploy it using buildout you can referer to the provided buildout of this addon on github. It is important that your etherpad is on the same domain as your Plone site (using a reserved path) to let cookies working properly and so your users being authenticated in Plone to be authenticated in etherpad. You will probably have to install etherpad dependencies: `NodeJS <http://nodejs.org/>`_ and `NPM <https://npmjs.org/>`. Under Linux, type :: ``apt-get install nodejs npm`` Running etherpad needs curl. Under Linux, type:: ``apt-get install curl`` How to configure ================ A set of configuration is available on the configuration registry of Plone (/portal_registry). You should review theses settings and integrate them in your site policy. Set as value for ``collective.etherpad.settings.EtherpadSettings.apikey`` the content of the APIKEY.txt file that fits in the etherpad install folder. If you have installed etherpad with buildout, you'll find it at collective.etherpad/parts/etherpad-lite/APIKEY.txt. Credits ======= Companies --------- |makinacom|_ * `Planet Makina Corpus <http://www.makina-corpus.org>`_ * `Contact Makina Corpus <mailto:python@makina-corpus.org>`_ Authors * JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com> .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif .. _makinacom: http://www.makina-corpus.com .. _etherpad: http://etherpad.org/ .. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to Changelog ========= 1.1.2 (2013-09-26) ------------------ - Nothing changed yet. 1.1.1 (2013-09-26) ------------------ - Fix packaging 1.1 (2013-09-26) ---------------- - Added a timeout on api url requests so that task is not blocked when we have a network issue. [thomasdesvenain] - Reindex when we save the pad. [thomasdesvenain] - Default pad text is collaboration field text, not description field. [thomasdesvenain] - Refactor API callable to catch exceptions [toutpt] - Add dexterity support. The field choice is achieved by looking for an IRichText field in the schema. [toutpt] - Set logs to DEBUG. [thomasdesvenain] - i18n fixes. [thomasdesvenain] - fix cookie path when behind a proxy (virtualhostmonster) [kiorky] 1.0 (2013-02-14) ---------------- - Initial release


نحوه نصب


نصب پکیج whl collective.etherpad-1.1.2:

    pip install collective.etherpad-1.1.2.whl


نصب پکیج tar.gz collective.etherpad-1.1.2:

    pip install collective.etherpad-1.1.2.tar.gz