{ "info": { "author": "Alireza Savand", "author_email": "alireza.savand@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development" ], "description": "=========================\ncmsplugin-simple-markdown\n=========================\n.. contents:: Table of contents\n\nSimple Markdown plugin is just a simple markdown plugin for django-cms.\nIt's brutally simple. Just a text area and you'll enter some markdown text and save it.\nAnd the reason why I make this is that, I really couldn't find any simple as stupid plugin\nfor django-cms, all I've found was fancy with a lot of java script stuff.\n\n\nRequirements\n=============\n\n- django-cms\n- django-markdown\n\nInstallation\n==============\n\nPyPi\n-----\n\n**cmsplugin-simple-markdown** is available on PyPi:\n\nhttp://pypi.python.org/pypi/cmsplugin-simple-markdown\n::\n\n $ pip install cmsplugin-simple-markdown\n\nGit\n---\n\nYou can get latest stable changes from GitHub server:\n::\n\n $ git clone https://github.com/Alir3z4/cmsplugin-simple-markdown.git\n $ cd cmsplugin-simple-markdown\n $ python setup.py install\n\nZip, Tarball\n------------\n\nYou can grab the latest tarball.\n\n*unix\n------\n\nGet the latest tarball & install\n::\n\n $ wget https://github.com/Alir3z4/cmsplugin-simple-markdown/archive/master.tar.gz\n $ tar xvzf cmsplugin-simple-markdown-master.tar.gz && cd cmsplugin-simple-markdown-master\n $ python setup.py install\n\nWindows\n-------\n\nDownload latest ZIP archive.\n\nhttps://github.com/Alir3z4/cmsplugin-simple-markdown/archive/master.zip\n\nExtract the archive, and run the following command in root directory of cmsplugin-simple-markdown\n::\n\n $ python setup.py install\n\nConfiguration\n==============\n\nMost people say that installation of ``cmsplugin-simple-markdown`` is easy, it seems they're out of space.\nIt's fucking hard to install.\n\nConfiguration & Usage\n----------------------\n\n1. Make sure ``django-markdown`` is configured as described in their `Setup\n`_ section.\n2. Add ``cmsplugin_simple_markdown`` to ``INSTALLED_APPS``.\n3. If you are using Django 1.7 or higher add ``'cmsplugin_simple_markdown': 'cmsplugin_simple_markdown.migrations_django',`` to ``MIGRATION_MODULES`` in settings.\n4. Create the database tables::\n\n $ python manage.py migrate\n\n\nThis is not easy, It's hard, confusing. I doubt, double doubt that those people that keep saying installing this\nis easy are on something.\n\n\nDrama story\n===========\nSince every application won't begins with love, this plugin has been developed to solve a problem.\n2 days back, I've been using **cms.plugin.text** for handling html pages and related content,\nbut when I've tried to use AWS S3/CloudFront for my static files, I got stuck with ``CORS`` problem.\nSo I've develop ``cmsplugin-simple-markdown`` to be used without any dependencies on JavaScript or CSS files.\n\nNow these days, people all around the world are using it, They are happy with it, They go crazy with ``cmsplugin-simple-markdown``,\neven they name their child ``cmsplugin-simple-markdown``, at least I did. ;)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/Alir3z4/cmsplugin-simple-markdown", "keywords": "django,django-cms,web,cms,cmsplugin,plugin", "license": "Copyright (c) 2011, Alireza Savand\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * 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.\n * Neither the name of the authors nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-simple-markdown", "package_url": "https://pypi.org/project/cmsplugin-simple-markdown/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-simple-markdown/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.github.com/Alir3z4/cmsplugin-simple-markdown" }, "release_url": "https://pypi.org/project/cmsplugin-simple-markdown/1.6/", "requires_dist": null, "requires_python": null, "summary": "A plugin for django-cms that provides just a markdown plugin and nothing more.", "version": "1.6" }, "last_serial": 2075337, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e3ee5af1c523dd6ca04a4b002a38c535", "sha256": "f83b2c771dd9ecd579148400e5902b4d7ca68c5a9b73b24343c5bcefaa9184cc" }, "downloads": -1, "filename": "cmsplugin-simple-markdown-1.0.tar.gz", "has_sig": false, "md5_digest": "e3ee5af1c523dd6ca04a4b002a38c535", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4077, "upload_time": "2012-09-12T13:29:04", "url": "https://files.pythonhosted.org/packages/03/99/0e6d44770c8d6ba7cdf9a377029a8a8683a806a8247d0089c5c9b12497e5/cmsplugin-simple-markdown-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "d48c1e2892a3f1d3051aa98c26a4de64", "sha256": "6764e5941452b70b5ffec9bdd36a4239b901f75cb0d091de936b7ec7b948ac20" }, "downloads": -1, "filename": "cmsplugin-simple-markdown-1.1.tar.gz", "has_sig": false, "md5_digest": "d48c1e2892a3f1d3051aa98c26a4de64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4076, "upload_time": "2012-09-12T14:19:34", "url": "https://files.pythonhosted.org/packages/68/43/3de7e0ca55870b81a841231b09f1fd1e72f1bfec64c80a4a6087fe5cf41d/cmsplugin-simple-markdown-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "9f4db71a53b865d2fe1fddb6304bf4ac", "sha256": "ad695e82bebb495f02a5f61ebc3df8a34d8a3e2c48bbfa79d5123f19c5232cbb" }, "downloads": -1, "filename": "cmsplugin-simple-markdown-1.2.tar.gz", "has_sig": false, "md5_digest": "9f4db71a53b865d2fe1fddb6304bf4ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3660, "upload_time": "2012-09-12T16:46:02", "url": "https://files.pythonhosted.org/packages/aa/1c/8e3447df498a0b8dd24187877f4e7fe5070dc418ceab851e0c6179ae6cf8/cmsplugin-simple-markdown-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "8ac8262602e4a9891385334d227ee6a8", "sha256": "15714ecaeebab8b82c5fab85a91fa4a104b95def62b9f5d26c8fcf3bac42c05d" }, "downloads": -1, "filename": "cmsplugin-simple-markdown-1.3.tar.gz", "has_sig": false, "md5_digest": "8ac8262602e4a9891385334d227ee6a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5125, "upload_time": "2013-05-16T19:57:09", "url": "https://files.pythonhosted.org/packages/6a/bd/25ef00635621506725414ef4816758c72641339577af9906f6bc3e921c26/cmsplugin-simple-markdown-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "38a003bad4ffcfd4fb8695fe7fa498d5", "sha256": "69848f335d7e8835397716aefb9df847a2d27d0c9a2e203b5153e2b46d6c0ca3" }, "downloads": -1, "filename": "cmsplugin-simple-markdown-1.4.tar.gz", "has_sig": false, "md5_digest": "38a003bad4ffcfd4fb8695fe7fa498d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7257, "upload_time": "2013-08-06T16:00:31", "url": "https://files.pythonhosted.org/packages/e5/f7/d56eccdc873a5bd849bcf0e7c81c4c6c71ba4a77e74551e87f3a180519ae/cmsplugin-simple-markdown-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "2741c54d47096e9fbebe6bf803da33ee", "sha256": "ee6adc130cecd9cf7c959041efb20455f9125135ea7baca622df6b3c12a8504c" }, "downloads": -1, "filename": "cmsplugin-simple-markdown-1.5.tar.gz", "has_sig": false, "md5_digest": "2741c54d47096e9fbebe6bf803da33ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7900, "upload_time": "2015-04-26T14:15:10", "url": "https://files.pythonhosted.org/packages/6f/07/d4ef7ca7d5838a01aab7a483d5e50f94fd9d8f382e0524932f8388939730/cmsplugin-simple-markdown-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "6d5a0c9cdb78a99b0fc62d80f77213d9", "sha256": "e4439ba7df2157dff7cdcd4b537a4d0f4b29e77bc679cc71efd8dbf6cfbbd0b4" }, "downloads": -1, "filename": "cmsplugin-simple-markdown-1.6.tar.gz", "has_sig": false, "md5_digest": "6d5a0c9cdb78a99b0fc62d80f77213d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7329, "upload_time": "2016-04-21T02:37:55", "url": "https://files.pythonhosted.org/packages/22/c4/a8ace3f3f5578134880a8cb6c0ccc866ad90cf7374bf2dffae7fd2914ed4/cmsplugin-simple-markdown-1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d5a0c9cdb78a99b0fc62d80f77213d9", "sha256": "e4439ba7df2157dff7cdcd4b537a4d0f4b29e77bc679cc71efd8dbf6cfbbd0b4" }, "downloads": -1, "filename": "cmsplugin-simple-markdown-1.6.tar.gz", "has_sig": false, "md5_digest": "6d5a0c9cdb78a99b0fc62d80f77213d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7329, "upload_time": "2016-04-21T02:37:55", "url": "https://files.pythonhosted.org/packages/22/c4/a8ace3f3f5578134880a8cb6c0ccc866ad90cf7374bf2dffae7fd2914ed4/cmsplugin-simple-markdown-1.6.tar.gz" } ] }