{ "info": { "author": "Stephen Watkin", "author_email": "ste@smashbang.co.uk", "bugtrack_url": null, "classifiers": [], "description": "========================\ndjangocms-ckeditor-filer\n========================\n\nWhat\n====\n\nThis is the bastard lovechild of ``djangocms-text-ckeditor`` and ``django-ckeditor-filer``. Use this in your DjangoCMS 3 project to insert and edit images in CKEditor using filer, **without** having to use DjangoCMS's plugin system.\n\nWhy\n===\n\nThis has a couple of advantages:\n\n1. Images in HTMLFields (i.e., in models outside the CMS)\n\n Because of the way DjangoCMS works, you can't insert plugins (e.g., an image) into models in your own apps without using a ``PlaceholderField``. Using PlaceholderFields has a couple of drawbacks, the main one being no back-end editing of objects. You can use an ``HTMLField`` which gives you the DjangoCMS CKEditor, but without the ability to insert plugins - so no way to insert images. Until now!\n\n2. Consistant CKEditor experience throughout the your whole project\n\n If you don't use any other plugins in your text fields, it's possible to configure CKEditor to hide the 'CMS Plugins' drop-down, so all your text editors look and work the same -- on both ``HTMLFields`` CMS text plugins, and text 'inside' the CMS, e.g., in Placeholders.\n\nHow (to install)\n================\n\nThis works 'on top' of ``djangocms-text-ckeditor``, so you'll need that installed. You'll also need the various modules of ``cmsplugin-filer`` installed and working.\n\n1. Install the package into your Python environment as usual (e.g., python setup.py install)\n\n2. Add ``djangocms_ckeditor_filer.middleware.ThumbnailMiddleware`` in your ``MIDDLEWARE_CLASSES`` (this is for dynamic thumbnail generation)\n\n3. Add ``djangocms_ckeditor_filer`` to your ``INSTALLED_APPS``\n\n4. In your ``CKEDITOR_SETTINGS``, add::\n\n 'extraPlugins': 'filerimage',\n 'removePlugins': 'image',\n\n somewhere into the main dict, and::\n\n 'Filer Image'\n\n somewhere in the toolbar(s), to display the button. For example::\n\n CKEDITOR_SETTINGS = {\n 'language': '',\n 'skin': 'moono',\n 'toolbar': 'HTMLField',\n 'toolbar_HTMLField': [\n ['Undo', 'Redo'],\n ['ShowBlocks'],\n ['Format', 'Styles'],\n ['TextColor', 'BGColor', '-', 'PasteText', 'PasteFromWord'],\n ['Maximize', ''],\n '/',\n ['Bold', 'Italic', 'Underline', '-', 'Subscript', 'Superscript', '-', 'RemoveFormat'],\n ['JustifyLeft', 'JustifyCenter', 'JustifyRight'],\n ['Link', 'Unlink'],\n ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Table', 'Filer Image'],\n ['Source']\n ],\n 'extraPlugins': 'filerimage',\n 'removePlugins': 'image'\n }\n\n That should be it!\n\nWho\n===\n\nThis project wouldn't be possible without Divio's DjangoCMS, cmsplugin-filer by Stefan Foulis and django-ckeditor-filer by IKRESOFT.\n", "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/igloox/djangocms-ckeditor-filer", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "djangocms-ckeditor-filer", "package_url": "https://pypi.org/project/djangocms-ckeditor-filer/", "platform": "OS Independent", "project_url": "https://pypi.org/project/djangocms-ckeditor-filer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/igloox/djangocms-ckeditor-filer" }, "release_url": "https://pypi.org/project/djangocms-ckeditor-filer/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Simplified CKEditor plugin for DjangoCMS with direct Django Filer integration", "version": "0.2.2" }, "last_serial": 1911697, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "2d7ed5f1d7202f68d3d08bb59460ff57", "sha256": "4266745062cad7c3204b651a201df87ac561e426e08055a93dd24a3f920f8c72" }, "downloads": -1, "filename": "djangocms-ckeditor-filer-0.2.2.tar.gz", "has_sig": false, "md5_digest": "2d7ed5f1d7202f68d3d08bb59460ff57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10699, "upload_time": "2016-01-19T14:37:15", "url": "https://files.pythonhosted.org/packages/6a/11/f45e56dab218bfc3352fa4ecf14fe7fd9dc194c4a4bb70b5fdfe9f2f11b7/djangocms-ckeditor-filer-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d7ed5f1d7202f68d3d08bb59460ff57", "sha256": "4266745062cad7c3204b651a201df87ac561e426e08055a93dd24a3f920f8c72" }, "downloads": -1, "filename": "djangocms-ckeditor-filer-0.2.2.tar.gz", "has_sig": false, "md5_digest": "2d7ed5f1d7202f68d3d08bb59460ff57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10699, "upload_time": "2016-01-19T14:37:15", "url": "https://files.pythonhosted.org/packages/6a/11/f45e56dab218bfc3352fa4ecf14fe7fd9dc194c4a4bb70b5fdfe9f2f11b7/djangocms-ckeditor-filer-0.2.2.tar.gz" } ] }