{ "info": { "author": "Domen Ko\u017ear", "author_email": "domen@dev.si", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "Pyramid machinery for TinyMCE spellchecker ajax calls. Currently only supports Enchant backend.\n\nINSTALL\n=======\n\n::\n\n $ pip install pyramid_tinymce_spellchecker\n\n\nUSAGE\n=====\n\nUse pyramid addon that will configure an ajax view::\n\n config.include('pyramid_tinymce_spellchecker')\n\nConfigure TinyMCE to use spellchecker::\n\n tinyMCE.init({\n ...\n theme: \"advanced\",\n plugins: \"spellchecker\",\n theme_advanced_buttons3_add: \"spellchecker\",\n spellchecker_languages = '+English=en',\n spellchecker_rpc_url = '{{ request.route_url('tinymce_spellchecker') }}',\n ...\n })\n\n(for options see http://www.tinymce.com/wiki.php/Plugin:spellchecker)\n\n\nDEVELOP\n=======\n\n::\n\n $ git clone https://github.com/iElectric/pyramid_tinymce_spellchecker pyramid_tinymce_spellchecker\n $ cd pyramid_tinymce_spellchecker\n $ virtualenv .\n $ source bin/activate\n $ python setup.py dev\n\n\nRUNNING TESTS\n=============\n\n::\n\n $ make\nChangelog\n=========\n \n\n0.1 (2013-02-28)\n----------------\n\n- Initial release.\n [Domen Ko\u017ear]\npyramid_tinymce_spellchecker Copyright (c) 2012, Domen Ko\u017ear\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n3. The name of the author may not be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\nIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\nNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/iElectric/pyramid_tinymce_spellchecker", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pyramid_tinymce_spellchecker", "package_url": "https://pypi.org/project/pyramid_tinymce_spellchecker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_tinymce_spellchecker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/iElectric/pyramid_tinymce_spellchecker" }, "release_url": "https://pypi.org/project/pyramid_tinymce_spellchecker/0.1/", "requires_dist": null, "requires_python": null, "summary": "Pyramid glue for different tinymce spellchecker backends", "version": "0.1" }, "last_serial": 797657, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8a4f4c4300493ca6b17857d8e0c1c429", "sha256": "49ad01293b0470aa7caeb0d4e3e655fd14b7aa5c535a09c92f21e3928bde59ce" }, "downloads": -1, "filename": "pyramid_tinymce_spellchecker-0.1.zip", "has_sig": false, "md5_digest": "8a4f4c4300493ca6b17857d8e0c1c429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10168, "upload_time": "2013-02-28T00:00:30", "url": "https://files.pythonhosted.org/packages/2c/f8/9ccb0de625cb3665fac3c286be736d96aa4a2fbe24e89177a08990eb3f05/pyramid_tinymce_spellchecker-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a4f4c4300493ca6b17857d8e0c1c429", "sha256": "49ad01293b0470aa7caeb0d4e3e655fd14b7aa5c535a09c92f21e3928bde59ce" }, "downloads": -1, "filename": "pyramid_tinymce_spellchecker-0.1.zip", "has_sig": false, "md5_digest": "8a4f4c4300493ca6b17857d8e0c1c429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10168, "upload_time": "2013-02-28T00:00:30", "url": "https://files.pythonhosted.org/packages/2c/f8/9ccb0de625cb3665fac3c286be736d96aa4a2fbe24e89177a08990eb3f05/pyramid_tinymce_spellchecker-0.1.zip" } ] }