{ "info": { "author": "Alisue", "author_email": "lambdalisue@hashnote.net", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "``django-markitup-widget`` is a Django form widget library for using `markItUp! `_ on Textarea\n\n\nInstall\n===========================================\n::\n\n\tsudo pip install django-markitup-widget\n\nor::\n\n sudo pip install git+git://github.com/lambdalisue/django-markitup-widget.git#egg=django-markitup-widget\n\nYou may need to copy ``templates/markitup`` directory to your ``TEMPLATE_DIRS``\n\nHow to Use\n==========================================\n\n1.\tFirst, you need to specified ``MARKITUP_PATH`` on ``settings.py``\n\t``MARKITUP_PATH`` is the URI of markItUp! directory like ``MARKITUP_PATH = r\"javascript/markitup\"``\n2.\tUse ``markitup.widgets.MarkItUpTextarea`` widgets for target Textarea like below::\n\t\n\t\tfrom django import forms\n\t\tfrom markitup.widgets import MarkItUpTextarea\n\n\t\tmarkitup = MarkItUpTextarea(\n\t\t\tset='default',\n\t\t\tstyle='simple',\n\t\t)\n\t\tdocument = forms.TextField(widget=markitup)\n\nSettings\n========================================\n\n``MARKITUP_PATH``\n the URI for markItUp! directory (required)\n\n``MARKITUP_DEFAULT_SET``\n\tthe default set name (DEFAULT: default)\n\n``MARKITUP_DEFAULT_SKIN``\n\tthe default skin name (DEFAULT: simple)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lambdalisue/django-markitup-widget/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lambdalisue/django-markitup-widget", "keywords": "django widget textarea markItUp!", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-markitup-widget", "package_url": "https://pypi.org/project/django-markitup-widget/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-markitup-widget/", "project_urls": { "Download": "https://github.com/lambdalisue/django-markitup-widget/tarball/master", "Homepage": "https://github.com/lambdalisue/django-markitup-widget" }, "release_url": "https://pypi.org/project/django-markitup-widget/0.1rc3/", "requires_dist": null, "requires_python": null, "summary": "django-markitup-widget is Django's textarea like widget for using markItUp! on textarea", "version": "0.1rc3" }, "last_serial": 790044, "releases": { "0.1rc1": [], "0.1rc2": [], "0.1rc3": [ { "comment_text": "", "digests": { "md5": "27725911e8b1db8e40f441527a021daf", "sha256": "d1172c939d22fc3f175b3c25db1ddf625e5f63484c3fc830eb8bbc21a48b93ba" }, "downloads": -1, "filename": "django_markitup_widget-0.1rc3-py2.7.egg", "has_sig": false, "md5_digest": "27725911e8b1db8e40f441527a021daf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 59801, "upload_time": "2011-06-11T05:48:32", "url": "https://files.pythonhosted.org/packages/3c/ee/6c86181d1297337681677c1ef111246eb65b65860ba235d096258cc4e55d/django_markitup_widget-0.1rc3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3a7ba8c6cc5d6e84c799b6234c1fa36f", "sha256": "0300a6bae7b48d2dea3566350d9db4a04596e1f9c9ae51ecdef735f46b6c46e2" }, "downloads": -1, "filename": "django-markitup-widget-0.1rc3.tar.gz", "has_sig": false, "md5_digest": "3a7ba8c6cc5d6e84c799b6234c1fa36f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49959, "upload_time": "2011-06-11T05:48:15", "url": "https://files.pythonhosted.org/packages/a7/30/40f021b529ef0b55f39b5f8ed1e26a7e79a8f189e6340562d15c5b645c2c/django-markitup-widget-0.1rc3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27725911e8b1db8e40f441527a021daf", "sha256": "d1172c939d22fc3f175b3c25db1ddf625e5f63484c3fc830eb8bbc21a48b93ba" }, "downloads": -1, "filename": "django_markitup_widget-0.1rc3-py2.7.egg", "has_sig": false, "md5_digest": "27725911e8b1db8e40f441527a021daf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 59801, "upload_time": "2011-06-11T05:48:32", "url": "https://files.pythonhosted.org/packages/3c/ee/6c86181d1297337681677c1ef111246eb65b65860ba235d096258cc4e55d/django_markitup_widget-0.1rc3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3a7ba8c6cc5d6e84c799b6234c1fa36f", "sha256": "0300a6bae7b48d2dea3566350d9db4a04596e1f9c9ae51ecdef735f46b6c46e2" }, "downloads": -1, "filename": "django-markitup-widget-0.1rc3.tar.gz", "has_sig": false, "md5_digest": "3a7ba8c6cc5d6e84c799b6234c1fa36f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49959, "upload_time": "2011-06-11T05:48:15", "url": "https://files.pythonhosted.org/packages/a7/30/40f021b529ef0b55f39b5f8ed1e26a7e79a8f189e6340562d15c5b645c2c/django-markitup-widget-0.1rc3.tar.gz" } ] }