{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django-cms Text Redactor\n========================\n\nA django-cms plugin that displays text and uses the\n[Redactor](http://imperavi.com/redactor) editor for editing.\n\nNote that Redactor requires a license, therefore it is not included in this\nrepository.\n\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install djangocms-text-redactor\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/djangocms-text-redactor.git#egg=djangocms_text_redactor\n\nAdd ``djangocms_text_redactor`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'djangocms_text_redactor',\n )\n\nAdd the app's URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns += patterns(\n '',\n url(r'^djangocms-text-redactor/', include('djangocms_text_redactor.urls')),\n ...\n )\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate djangocms_text_redactor\n\nMake sure that you include the redactor CSS and JS files in the CMS template\nthat should contain the Redactor plugin.\n\nMake sure to set the settings ``DJANGOCMS_TEXT_REDACTOR_IMAGE_UPLOAD_URL`` and\n``DJANGOCMS_TEXT_REDACTOR_IMAGE_GET_JSON_URL`` to the url names of the two\nviews that handle this (see Redactor documentation).\n\n\nUsage\n-----\n\nAdd the ``Redactor plugin`` to one of your placeholders. It will have some\nsane default settings. You can leave the settings for ``toolbarExternal``,\n``imageUpload`` and ``imageGetJson`` as they are because they will be set\naccording to your settings.\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 djangocms-text-redactor\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "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/bitmazk/djangocms-text-redactor", "keywords": "django,app,reusable,django-cms,text,redactor,plugin", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "djangocms-text-redactor", "package_url": "https://pypi.org/project/djangocms-text-redactor/", "platform": "OS Independent", "project_url": "https://pypi.org/project/djangocms-text-redactor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/djangocms-text-redactor" }, "release_url": "https://pypi.org/project/djangocms-text-redactor/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A django-cms plugin that displays text and uses the redactor editor for editing.", "version": "0.1.1" }, "last_serial": 1191311, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bd0a6a1f626ad7468b6ea5ca22089fa3", "sha256": "c8c6397688f456be19bf8d59c1a7130c5cac05745d5ac058dfc2a2cbc66b00db" }, "downloads": -1, "filename": "djangocms-text-redactor-0.1.tar.gz", "has_sig": false, "md5_digest": "bd0a6a1f626ad7468b6ea5ca22089fa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10074, "upload_time": "2014-08-15T09:50:56", "url": "https://files.pythonhosted.org/packages/90/79/7ff251cb3590bebc6bc7c31b11bbda7feafe71adeb33f1cc83957ee7d3a6/djangocms-text-redactor-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b45ce7443df6ec52fbb25635bda5685a", "sha256": "df338fc8b6078d63f3109b8e0f7d5d3ac37db12a758fb2968c3079c92600ee2d" }, "downloads": -1, "filename": "djangocms-text-redactor-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b45ce7443df6ec52fbb25635bda5685a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10417, "upload_time": "2014-08-15T10:21:18", "url": "https://files.pythonhosted.org/packages/fa/55/59bf86a0bd29b50d9391cae0ab194d53306585e9b74da6bf15a1b24bc381/djangocms-text-redactor-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b45ce7443df6ec52fbb25635bda5685a", "sha256": "df338fc8b6078d63f3109b8e0f7d5d3ac37db12a758fb2968c3079c92600ee2d" }, "downloads": -1, "filename": "djangocms-text-redactor-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b45ce7443df6ec52fbb25635bda5685a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10417, "upload_time": "2014-08-15T10:21:18", "url": "https://files.pythonhosted.org/packages/fa/55/59bf86a0bd29b50d9391cae0ab194d53306585e9b74da6bf15a1b24bc381/djangocms-text-redactor-0.1.1.tar.gz" } ] }