{ "info": { "author": "Marco Scheihuber", "author_email": "j23d@jusid.de", "bugtrack_url": null, "classifiers": [ "Framework :: Pylons", "License :: Repoze Public License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "==============\nkotti_etherpad\n==============\n\nThis is an extension to the Kotti CMS to add an etherpad on your site. \n\n`Find out more about Kotti`_\n`Find out more about etherpad`_\n\nSetting up your etherpad\n========================\n\nThis Addon provides an Content Type to present an etherpad on your Kotti\nsite. To set up the content type add ``kotti_etherpad.kotti_configure``\nto the ``kotti.configurators`` setting in your ini file::\n\n kotti.configurators = kotti_etherpad.kotti_configure\n\nNow you can add a new pad. You can host your own server (have a look to\nthe `etherpad documentation`_) or use a free one (choose from a \n`list of free etherpad servers`_).\n\nPads widget\n-----------\n\nkotti_etherpad provides a widget, where all pads are listed, which is disabled\nby default. To enable the widget add the following to the ``pyramid.includes``\nsetting::\n\n pyramid.includes = kotti_etherpad.widgets.include_protocol_widget\n\nor(to set the widget on the left instead of the right side)::\n\n pyramid.includes = kotti_etherpad.widgets.include_protocol_widget_left\n\n\n.. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti\n.. _Find out more about etherpad: https://github.com/Pita/etherpad-lite/\n.. _etherpad documentation: https://github.com/Pita/etherpad-lite/blob/master/README.md\n.. _list of free etherpad servers: http://etherpad.org/public-sites/\n\nThanks\n======\n\nThanks to the following people for support, code, patches etc:\n\n - Tetsuya Morimoto (t2y)\n\nChange History\n==============\n\n0.4 - 2012-11-20\n----------------\n\n- Switch licences to BSD derived. [j23d]\n- Use assign slot for widget instead of deprecated rendering. [j23d]\n- Changes for compatibility with Kotti>=0.8. These changes\n are not backward compatibel. If you want to use kotti_etherpad\n with Kotti<=0.7.x then pin kotti_etherpad to 0.3.\n - Tests are require pytest fixtures from Kotti>=0.8.\n - Use form classes for the form views instead of deprecated generic functions.\n - Use fanstatic for resources.\n- Use view_config decoration for views.\n\n\n0.3 - 2012-07-19\n----------------\n\n- Added a sanitizer to remove a last \"/\" character of the server_domain. [t2y]\n- Fixed the title/description typos for line numbers. [t2y]\n- Added test to check if the current username is used for the pad. [j23d]\n- Activate translation settings and added title/description for all fields. [t2y]\n\n0.2 - 2012-07-12\n----------------\n\n- Update translations. [j23d]\n- Use Integer type for border in schema. [j23d]\n- Set pad_id directly in the settings. [j23d]\n\n\n0.2a1 - 2012-07-02\n------------------\n\n- Initial version [j23d]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/kotti_etherpad/", "keywords": "kotti etherpad", "license": "BSD-derived (http://www.repoze.org/LICENSE.txt)", "maintainer": null, "maintainer_email": null, "name": "kotti_etherpad", "package_url": "https://pypi.org/project/kotti_etherpad/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kotti_etherpad/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/kotti_etherpad/" }, "release_url": "https://pypi.org/project/kotti_etherpad/0.4/", "requires_dist": null, "requires_python": null, "summary": "Etherpad integration into your Kotti site", "version": "0.4" }, "last_serial": 758782, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "88d8d85e9e4b4754a98a32d3b1fd7205", "sha256": "9aa7899008dc730c0c2da887689b71266302c095f3311f573fba007faaee6718" }, "downloads": -1, "filename": "kotti_etherpad-0.2.zip", "has_sig": false, "md5_digest": "88d8d85e9e4b4754a98a32d3b1fd7205", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18149, "upload_time": "2012-07-12T21:44:11", "url": "https://files.pythonhosted.org/packages/f0/80/378810387438f916533e90062e2ffd2b7d249a90284475f412dfb2185baf/kotti_etherpad-0.2.zip" } ], "0.2a1": [ { "comment_text": "", "digests": { "md5": "01e4445de22a9ef4886e39ac0459a062", "sha256": "e535a0488fa51c73d80b83bef1c4d6b61378062fbf9dc8027858fc330789cf03" }, "downloads": -1, "filename": "kotti_etherpad-0.2a1.zip", "has_sig": false, "md5_digest": "01e4445de22a9ef4886e39ac0459a062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18026, "upload_time": "2012-07-02T16:12:33", "url": "https://files.pythonhosted.org/packages/de/0a/c16cb94b3f97ff0dbe630312dff32ae3bafa0421251ee3369870cbb7d6a3/kotti_etherpad-0.2a1.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "ddbad4c320abb90997d2e1222b8454e5", "sha256": "8767bc815c3c5a565deba4d7164e7aa7a4b486ebd31113c4ca8c9565d8263acd" }, "downloads": -1, "filename": "kotti_etherpad-0.3.zip", "has_sig": false, "md5_digest": "ddbad4c320abb90997d2e1222b8454e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25216, "upload_time": "2012-07-19T14:16:52", "url": "https://files.pythonhosted.org/packages/be/ae/d02257ebb646a02695e46998e09daf9af0094ed16e7969922d8d2c92325b/kotti_etherpad-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "b6cf8e072a095461ba0c4203b15fdf87", "sha256": "4ad484ff7a24f0c42faa94a55c9de47dc4d1a18acf53b9e66c6ccec9c1b044d8" }, "downloads": -1, "filename": "kotti_etherpad-0.4.zip", "has_sig": false, "md5_digest": "b6cf8e072a095461ba0c4203b15fdf87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28782, "upload_time": "2012-11-20T21:44:41", "url": "https://files.pythonhosted.org/packages/29/5c/7b779b58f73308504b3727d88f3ff7870490acf743f4642dc998e4752bc0/kotti_etherpad-0.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6cf8e072a095461ba0c4203b15fdf87", "sha256": "4ad484ff7a24f0c42faa94a55c9de47dc4d1a18acf53b9e66c6ccec9c1b044d8" }, "downloads": -1, "filename": "kotti_etherpad-0.4.zip", "has_sig": false, "md5_digest": "b6cf8e072a095461ba0c4203b15fdf87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28782, "upload_time": "2012-11-20T21:44:41", "url": "https://files.pythonhosted.org/packages/29/5c/7b779b58f73308504b3727d88f3ff7870490acf743f4642dc998e4752bc0/kotti_etherpad-0.4.zip" } ] }