{ "info": { "author": "Stefan Kjartansson", "author_email": "esteban.supreme@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "=====================\nDjango Hallo Markdown\n=====================\n\nA `hallo`_ js markdown editor wrapper for Django. Made for use in FeinCMS,\nsupports multiple editors on the same page.\n\n\n.. _`hallo`: http://bergie.github.com/hallo/markdown.html\n\nInstallation\n============\n\nYou can install django-hallo-markdown either via the Python Package Index (PyPI)\nor from source.\n\nTo install using `pip`,::\n\n $ pip install -U django-hallo-markdown\n\nTo install using `easy_install`,::\n\n $ easy_install -U django-hallo-markdown\n\n\nExample Usage with FeinCMS\n==========================\n\n::\n\n from django import forms\n from django.utils.translation import ugettext_lazy as _\n from django.contrib.markup.templatetags.markup import markdown\n from django.db import models\n\n from feincms.module.page.models import Page\n from feincms.admin.item_editor import ItemEditorForm\n\n from djhallo.widgets import HalloInput\n\n\n class MarkdownContentAdminForm(ItemEditorForm):\n content = forms.CharField(widget=HalloInput(),\n required=False, label=_('text'))\n\n\n class MarkdownPageContent(models.Model):\n\n form = MarkdownContentAdminForm\n feincms_item_editor_form = MarkdownContentAdminForm\n\n content = models.TextField()\n\n class Meta:\n abstract = True\n\n def render(self, **kwargs):\n return markdown(self.content)\n\n Page.create_content_type(MarkdownPageContent)", "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/StefanKjartansson/django-hallo-markdown/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-hallo-markdown", "package_url": "https://pypi.org/project/django-hallo-markdown/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-hallo-markdown/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/StefanKjartansson/django-hallo-markdown/" }, "release_url": "https://pypi.org/project/django-hallo-markdown/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Hallo WYSIWYG Markdown widget for Django", "version": "0.1.1" }, "last_serial": 789787, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "25efd4dee586a54b26e2ebb144642c90", "sha256": "54cd3ab9d32c634b4aae71ef6b2a3f081007a52d9279be92b0f74828d6f374ea" }, "downloads": -1, "filename": "django-hallo-markdown-0.1.tar.gz", "has_sig": false, "md5_digest": "25efd4dee586a54b26e2ebb144642c90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3650, "upload_time": "2012-03-29T15:57:50", "url": "https://files.pythonhosted.org/packages/c8/43/0ae7a355fb2604e761314e6ee71e7604267327e1e5ebfb28e925506ec454/django-hallo-markdown-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e4f5461b2b66329d8c89ddde653f0482", "sha256": "5865bcb40658677147e4b460f408e713587826d7d2146626ff6cfc99522ade58" }, "downloads": -1, "filename": "django-hallo-markdown-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e4f5461b2b66329d8c89ddde653f0482", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24361, "upload_time": "2012-03-29T16:11:40", "url": "https://files.pythonhosted.org/packages/40/0c/8c9ac26a6b8dcb9ead233f040a113546fcfc8160798ea5bee8084f339e75/django-hallo-markdown-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e4f5461b2b66329d8c89ddde653f0482", "sha256": "5865bcb40658677147e4b460f408e713587826d7d2146626ff6cfc99522ade58" }, "downloads": -1, "filename": "django-hallo-markdown-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e4f5461b2b66329d8c89ddde653f0482", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24361, "upload_time": "2012-03-29T16:11:40", "url": "https://files.pythonhosted.org/packages/40/0c/8c9ac26a6b8dcb9ead233f040a113546fcfc8160798ea5bee8084f339e75/django-hallo-markdown-0.1.1.tar.gz" } ] }