{ "info": { "author": "George Ma", "author_email": "george.ma1982@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "===========================\ndjangocms-glyphicon-awesome\n===========================\n\nA django app that eases the incorporation of the two ckeditor plugins (http://ckeditor.com/addon/glyphicons and http://ckeditor.com/addon/fontawesome) into djangocms's ckeditor.\n\nInstallation\n============\n\nTo get started using ``djangocms-glyphicon-awesome``:\n\n- install it with ``pip``::\n\n $ pip install djangocms-glyphicon-awesome\n\n- add the app to ``INSTALLED_APPS`` and make sure it's before ``djangocms_text_ckeditor``::\n\n INSTALLED_APPS = (\n ...\n 'djangocms_glyphicon_awesome',\n 'djangocms_text_ckeditor',\n ...\n )\n\nConfiguration\n=============\n\nYou need a ``CKEDITOR_SETTINGS`` in ``settings.py`` that has ``toolbar_CMS`` attribute containing ``Glyphicons``\n\nYou can copy the following configuration into your ``settings.py``::\n\n CKEDITOR_SETTINGS = {\n 'language': '{{ language }}',\n 'extraPlugins': 'cmsplugins,glyphicons,lineutils,widget',\n 'toolbar_CMS': [\n [ 'Source', 'Maximize' ],\n [ 'cmsplugins', '-', 'ShowBlocks' ],\n [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ],\n [ 'Find', 'Replace', '-', 'SelectAll', '-', 'Scayt' ],\n [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField' ],\n [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ],\n [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'BidiLtr', 'BidiRtl', 'Language' ],\n [ 'Link', 'Unlink', 'Anchor' ],\n [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak', 'Iframe' ],\n [ 'Styles', 'Format', 'Font', 'FontSize' ],\n [ 'TextColor', 'BGColor'],\n [ 'Glyphicons' ],\n ],\n 'contentsCss': 'http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css',\n 'skin': 'moono',\n }\n\nNow when you edit any text plugin with ckeditor, you will see a red cross button. Click the button and you will find all the Glyphicons.\n\nTodo\n====\n\nAlthough the app's name suggests that Font Awesome should be included in this app, it's not done in the first release. Would add it in the future release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/georgema1982/djangocms-glyphicon-awesome", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "djangocms-glyphicon-awesome", "package_url": "https://pypi.org/project/djangocms-glyphicon-awesome/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangocms-glyphicon-awesome/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/georgema1982/djangocms-glyphicon-awesome" }, "release_url": "https://pypi.org/project/djangocms-glyphicon-awesome/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A plugin to incorporate Glyphicon and Font Awesome into djangocms-text-ckeditor", "version": "0.1.0" }, "last_serial": 1359333, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5247d59b3fc856b436eb384f9b003030", "sha256": "05e93f529fa08ce93f74a68a6d41d48a9337ce3fcdd22e03b27788587e14a207" }, "downloads": -1, "filename": "djangocms-glyphicon-awesome-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5247d59b3fc856b436eb384f9b003030", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143621, "upload_time": "2014-12-23T21:26:19", "url": "https://files.pythonhosted.org/packages/92/12/2f64908aaa801882aac51bdc9284145a852a4fa2bc1af426455f8c72b0d5/djangocms-glyphicon-awesome-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5247d59b3fc856b436eb384f9b003030", "sha256": "05e93f529fa08ce93f74a68a6d41d48a9337ce3fcdd22e03b27788587e14a207" }, "downloads": -1, "filename": "djangocms-glyphicon-awesome-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5247d59b3fc856b436eb384f9b003030", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143621, "upload_time": "2014-12-23T21:26:19", "url": "https://files.pythonhosted.org/packages/92/12/2f64908aaa801882aac51bdc9284145a852a4fa2bc1af426455f8c72b0d5/djangocms-glyphicon-awesome-0.1.0.tar.gz" } ] }