معرفی شرکت ها


cmsplugin-simple-markdown-1.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A plugin for django-cms that provides just a markdown plugin and nothing more.
ویژگی مقدار
سیستم عامل -
نام فایل cmsplugin-simple-markdown-1.6
نام cmsplugin-simple-markdown
نسخه کتابخانه 1.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Alireza Savand
ایمیل نویسنده alireza.savand@gmail.com
آدرس صفحه اصلی https://www.github.com/Alir3z4/cmsplugin-simple-markdown
آدرس اینترنتی https://pypi.org/project/cmsplugin-simple-markdown/
مجوز Copyright (c) 2011, Alireza Savand All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
========================= cmsplugin-simple-markdown ========================= .. contents:: Table of contents Simple Markdown plugin is just a simple markdown plugin for django-cms. It's brutally simple. Just a text area and you'll enter some markdown text and save it. And the reason why I make this is that, I really couldn't find any simple as stupid plugin for django-cms, all I've found was fancy with a lot of java script stuff. Requirements ============= - django-cms - django-markdown Installation ============== PyPi ----- **cmsplugin-simple-markdown** is available on PyPi: http://pypi.python.org/pypi/cmsplugin-simple-markdown :: $ pip install cmsplugin-simple-markdown Git --- You can get latest stable changes from GitHub server: :: $ git clone https://github.com/Alir3z4/cmsplugin-simple-markdown.git $ cd cmsplugin-simple-markdown $ python setup.py install Zip, Tarball ------------ You can grab the latest tarball. *unix ------ Get the latest tarball & install :: $ wget https://github.com/Alir3z4/cmsplugin-simple-markdown/archive/master.tar.gz $ tar xvzf cmsplugin-simple-markdown-master.tar.gz && cd cmsplugin-simple-markdown-master $ python setup.py install Windows ------- Download latest ZIP archive. https://github.com/Alir3z4/cmsplugin-simple-markdown/archive/master.zip Extract the archive, and run the following command in root directory of cmsplugin-simple-markdown :: $ python setup.py install Configuration ============== Most people say that installation of ``cmsplugin-simple-markdown`` is easy, it seems they're out of space. It's fucking hard to install. Configuration & Usage ---------------------- 1. Make sure ``django-markdown`` is configured as described in their `Setup <https://github.com/klen/django_markdown#id5>`_ section. 2. Add ``cmsplugin_simple_markdown`` to ``INSTALLED_APPS``. 3. If you are using Django 1.7 or higher add ``'cmsplugin_simple_markdown': 'cmsplugin_simple_markdown.migrations_django',`` to ``MIGRATION_MODULES`` in settings. 4. Create the database tables:: $ python manage.py migrate This is not easy, It's hard, confusing. I doubt, double doubt that those people that keep saying installing this is easy are on something. Drama story =========== Since every application won't begins with love, this plugin has been developed to solve a problem. 2 days back, I've been using **cms.plugin.text** for handling html pages and related content, but when I've tried to use AWS S3/CloudFront for my static files, I got stuck with ``CORS`` problem. So I've develop ``cmsplugin-simple-markdown`` to be used without any dependencies on JavaScript or CSS files. Now these days, people all around the world are using it, They are happy with it, They go crazy with ``cmsplugin-simple-markdown``, even they name their child ``cmsplugin-simple-markdown``, at least I did. ;)


نحوه نصب


نصب پکیج whl cmsplugin-simple-markdown-1.6:

    pip install cmsplugin-simple-markdown-1.6.whl


نصب پکیج tar.gz cmsplugin-simple-markdown-1.6:

    pip install cmsplugin-simple-markdown-1.6.tar.gz