{ "info": { "author": "Gabriel Hurley", "author_email": "gabriel@strikeawe.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "================\nDjango WYMEditor\n================\n\nA Django application that contains a widget to render a form field with a\nWYMEditor_ interface.\n\n .. _WYMEditor: http://www.wymeditor.org/\n\nRequirements\n============\n\nCurrently integration with django-filebrowser or django-bfm is hard-coded in.\nThis will be fixed in a future version. For now, make sure you have django-\nfilebrowser installed and included in your ``INSTALLED_APPS``, and that one of\nthe following is in your URLconf::\n\n # For django-filebrowser\n\n urlpatterns += patterns('',\n (r'^admin/filebrowser/', include('filebrowser.urls'))\n )\n\n\n # For django-bfm\n\n # Hack for WYMEditor hardcoded link URL... :-(\n from django.views.generic import RedirectView\n urlpatterns += patterns('',\n url(r'^admin/filebrowser/browse/', RedirectView.as_view(url=\"/admin/files/\")),\n url(r'^admin/files/', include('django_bfm.urls'))\n )\n\n\nWith that, you should have full filebrowser integration w/ WYMEditor.", "description_content_type": null, "docs_url": null, "download_url": "git://github.com/gabrielhurley/django-wymeditor.git", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gabrielhurley/django-wymeditor", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-wymeditor", "package_url": "https://pypi.org/project/django-wymeditor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-wymeditor/", "project_urls": { "Download": "git://github.com/gabrielhurley/django-wymeditor.git", "Homepage": "https://github.com/gabrielhurley/django-wymeditor" }, "release_url": "https://pypi.org/project/django-wymeditor/1.0/", "requires_dist": null, "requires_python": null, "summary": "A Django application that contains a widget to render a form field with a WYMEditor interface.", "version": "1.0" }, "last_serial": 753588, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "99c328ac7bba172eb71f3ba68d3e6387", "sha256": "29f3c48d2e8343d4ea717463fca25947ec37cd8be1460953d696e069631ae73a" }, "downloads": -1, "filename": "django-wymeditor-1.0.tar.gz", "has_sig": false, "md5_digest": "99c328ac7bba172eb71f3ba68d3e6387", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 163917, "upload_time": "2012-11-03T23:45:47", "url": "https://files.pythonhosted.org/packages/17/f8/ef8ebefb4cae2b71a8fca54433da5029340e65255ca0ed81e5fe09453cd5/django-wymeditor-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "99c328ac7bba172eb71f3ba68d3e6387", "sha256": "29f3c48d2e8343d4ea717463fca25947ec37cd8be1460953d696e069631ae73a" }, "downloads": -1, "filename": "django-wymeditor-1.0.tar.gz", "has_sig": false, "md5_digest": "99c328ac7bba172eb71f3ba68d3e6387", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 163917, "upload_time": "2012-11-03T23:45:47", "url": "https://files.pythonhosted.org/packages/17/f8/ef8ebefb4cae2b71a8fca54433da5029340e65255ca0ed81e5fe09453cd5/django-wymeditor-1.0.tar.gz" } ] }