{ "info": { "author": "Artem Hluvchynskyi", "author_email": "excieve@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Editors", "Topic :: Text Processing :: Markup :: HTML" ], "description": "WYMeditor for Mezzanine\n=======================\n\nThis is `WYMeditor `_ adapted as richtext widget for `Mezzanine CMS `_. It includes basic WYMeditor distribution along with custom image button for use with `filebrowser-safe `_.\n\nScreenshots\n-----------\n\nWYMeditor widget in Mezzanine admin:\n\n .. image:: http://excieve.github.com/mezzanine-wymeditor/img/mezzanine_wymeditor_admin.jpg\n\nWith a media library popup:\n\n .. image:: http://excieve.github.com/mezzanine-wymeditor/img/mezzanine_wymeditor_gallery.jpg\n\nWith inline editing:\n\n .. image:: http://excieve.github.com/mezzanine-wymeditor/img/mezzanine_wymeditor_inline.jpg\n\nInstallation\n------------\n\nTo install mezzanine-wymeditor first make sure you meet the requirements.\n\n .. warning::\n\n It **requires** at least Mezzanine 1.4.9 and filebrowser-safe 0.2.28 to work correctly.\n\nNow get it from pypi::\n\n pip install mezzanine-wymeditor\n\nOr directly from source if you prefer::\n\n git clone https://github.com/excieve/mezzanine-wymeditor\n cd mezzanine-wymeditor\n python setup.py install\n\nOnce installed, set up ``RICHTEXT_WIDGET_CLASS`` in your ``local_settings.py`` like this::\n\n RICHTEXT_WIDGET_CLASS = 'mezzanine_wymeditor.widgets.WymeditorWidget'\n\nand add the application to ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...\n 'mezzanine_wymeditor',\n ...\n )\n\nAdditionally you may override WYMeditor initialisation code (to set your own configs for instance)::\n\n WYMEDITOR_SETUP_JS = 'path/to/your/setup.js'\n\nIf everything goes well default editor will be replaced with WYMeditor everywhere.\n\n\nCaveats\n-------\n\n#. Packaged WYMeditor is version *1.0.0b7*, which means it's a beta. While I consider it to be good enough for everyday use, bugs are possible - please submit them to WYMeditor developers. WYMeditor distribution will be updated upon new releases.\n#. There's a tiny modification to WYMeditor sources to make it detect static URL properly in Mezzanine admin so it's not completely vanilla. There are no other changes to the original source.\n#. There are currently two image buttons on the toolbar. The default one lets you insert an image from arbitrary URL and modify some attributes of existing images. The custom one (with filebrowser icon, always at the end) opens up the media library and lets you choose an image from there, which is immediately inserted at the cursor position.\n#. You may want to disable (or relax) Mezzanine's HTML filtering (``RICHTEXT_FILTER_LEVEL``) as WYMeditor has its own but it's entirely up to you.\n#. There's currently no convenient \"insert video\" functionality but one can still embed iframes in raw HTML provided ``RICHTEXT_FILTER_LEVEL = 2``.\n\nCopyright\n---------\n\n| mezzanine-wymeditor is released under the BSD License.\n| Copyright \u00a9 2013 Artem Hluvchynsky .", "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/excieve/mezzanine-wymeditor", "keywords": "mezzanine wymeditor", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "mezzanine-wymeditor", "package_url": "https://pypi.org/project/mezzanine-wymeditor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mezzanine-wymeditor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/excieve/mezzanine-wymeditor" }, "release_url": "https://pypi.org/project/mezzanine-wymeditor/0.3/", "requires_dist": null, "requires_python": null, "summary": "WYMeditor RichText widget for Mezzanine", "version": "0.3" }, "last_serial": 1181110, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e4d0087e983cdb6262dd3db80ed46a7e", "sha256": "cd04c5f222217ffabedfe7c8bff19371a72f82e8d1437a07d2113d8ff89bd294" }, "downloads": -1, "filename": "mezzanine-wymeditor-0.1.tar.gz", "has_sig": false, "md5_digest": "e4d0087e983cdb6262dd3db80ed46a7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 253699, "upload_time": "2013-07-05T23:30:11", "url": "https://files.pythonhosted.org/packages/d0/b5/fcbe44a636e47e45d653b414da688e3a464f6f64272ad3b18b24fa10baa5/mezzanine-wymeditor-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "4f3352160938c08eae1e07d95d4dbd16", "sha256": "21e5e694371d12fed43c141087bad3454c9f285a657be4805cec0b43bfb186ed" }, "downloads": -1, "filename": "mezzanine-wymeditor-0.2.tar.gz", "has_sig": false, "md5_digest": "4f3352160938c08eae1e07d95d4dbd16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 253215, "upload_time": "2013-07-14T09:31:56", "url": "https://files.pythonhosted.org/packages/3e/8b/a081b71f3b0f94a0da01caa17a56db612714687375c75d707d5b783d52cd/mezzanine-wymeditor-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "6e5bb6f788cc0511718f5e9a0eec5321", "sha256": "7343b7ad0db9c92bc59423c19a01753b08e657380cdc1d5242680ee632efc50b" }, "downloads": -1, "filename": "mezzanine-wymeditor-0.3.tar.gz", "has_sig": false, "md5_digest": "6e5bb6f788cc0511718f5e9a0eec5321", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303048, "upload_time": "2014-08-05T21:21:13", "url": "https://files.pythonhosted.org/packages/d1/9b/7fd29b2719d97864395dc2ba2f69f1632f34181efaca16c17326a989ce6c/mezzanine-wymeditor-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e5bb6f788cc0511718f5e9a0eec5321", "sha256": "7343b7ad0db9c92bc59423c19a01753b08e657380cdc1d5242680ee632efc50b" }, "downloads": -1, "filename": "mezzanine-wymeditor-0.3.tar.gz", "has_sig": false, "md5_digest": "6e5bb6f788cc0511718f5e9a0eec5321", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303048, "upload_time": "2014-08-05T21:21:13", "url": "https://files.pythonhosted.org/packages/d1/9b/7fd29b2719d97864395dc2ba2f69f1632f34181efaca16c17326a989ce6c/mezzanine-wymeditor-0.3.tar.gz" } ] }