{ "info": { "author": "Pavan Rikhi", "author_email": "pavan@sleepanarchy.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "==========\nMezzPaste\n==========\n\n\nMezzPaste is a `Mezzanine`_ app that integrates the Django pastebin `dpaste`_\ninto the Mezzanine framework.\n\n\nUsage\n======\n\nFirst install the package and dependencies using ``pip``::\n\n pip install mezzanine-dpaste\n\nAdd the packages to your ``INSTALLED_APPS``, it is important to list\n``mezzpaste`` above the ``dpaste`` app::\n\n INSTALLED_APPS = (\n # ...\n\n 'mptt',\n 'mezzpaste',\n 'dpaste',\n )\n\nInclude the ``dpaste.urls`` in your Mezzanine project's ``urls.py``, above\n``mezzanine.urls``::\n\n urlpatterns += patterns('',\n (\"^pastes/\", include('dpaste.urls.dpaste')),\n (\"^\", include(\"mezzanine.urls\")),\n )\n\nAdd a cron job to purge expired pastes::\n\n 30 * * * * /path/to/virtualenv/bin/python /path/to/project/manage.py cleanup_snippets > /dev/null\n\nTo enable syntax highlighting, generate a pygments CSS file and include it in\nyour ``base.html``::\n\n pygmentize -S default -f html -a highlight > pygments.css\n\nYou can specify the CSS class used by the templates via the\n``MEZZPASTE_PYGMENTS_CSS`` setting::\n \n MEZZPASTE_PYGMENTS_CSS = 'codehilite'\n\nIf you want to include a link in a Navigation menu, create a Page in Mezzanine\nwith the same URL as the mezzpaste URL you added to your project's ``urls.py``.\n\nFor additional configuration settings, see the `dpaste Documentation`_.\n\n.. _dpaste: https://github.com/bartTC/dpaste\n.. _dpaste Documentation: http://dpaste.readthedocs.org/en/latest/settings.html\n.. _Mezzanine: http://mezzanine.jupo.org/", "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/prikhi/mezzanine-dpaste", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "mezzanine-dpaste", "package_url": "https://pypi.org/project/mezzanine-dpaste/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mezzanine-dpaste/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/prikhi/mezzanine-dpaste" }, "release_url": "https://pypi.org/project/mezzanine-dpaste/2.1.1/", "requires_dist": null, "requires_python": null, "summary": "A Mezzanine app to integrate dpaste, a Django pastebin.", "version": "2.1.1" }, "last_serial": 1104127, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "e0904fc886933f04b7cb59f419ce1d67", "sha256": "9766590a303095671022b8ee4cf47120df6306267a2797971708c2c2e62e0685" }, "downloads": -1, "filename": "mezzanine-dpaste-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e0904fc886933f04b7cb59f419ce1d67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18533, "upload_time": "2014-04-21T12:17:57", "url": "https://files.pythonhosted.org/packages/fd/5b/9003de79c833fd5a7d056bbbfa4acadfbe1418d92c6263c7bee3bb96bbfa/mezzanine-dpaste-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "765d44430321ee7edd0691995be5fc29", "sha256": "201e331a55cd9e098b5ec087d9da313ab754566308d10c4f54059e5a170ab094" }, "downloads": -1, "filename": "mezzanine-dpaste-1.0.1.tar.gz", "has_sig": false, "md5_digest": "765d44430321ee7edd0691995be5fc29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18527, "upload_time": "2014-04-21T12:46:35", "url": "https://files.pythonhosted.org/packages/bb/05/a624e602d86143b93556b89d68e2bc23ffd5d1cd3b2f12d3ecaf21bb1684/mezzanine-dpaste-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "c91e757544f5b5f68faa608b36b670ed", "sha256": "67a54552637d1bd70ad55c261aa902e0b8bb8e705d1c07e97a645b622cf61a7d" }, "downloads": -1, "filename": "mezzanine-dpaste-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c91e757544f5b5f68faa608b36b670ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19583, "upload_time": "2014-04-21T13:15:38", "url": "https://files.pythonhosted.org/packages/0c/c4/6ef8ebb1bb3bc69467fe788dbb5de38a50a867c88590a4896fc29902f8a7/mezzanine-dpaste-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "b1f77c5dac51d605ee2d9e7c24da792a", "sha256": "455a3efd5be46108df4cc6bf77516c2b576c195f28a36b457c49f696fb14d29f" }, "downloads": -1, "filename": "mezzanine-dpaste-1.0.3.tar.gz", "has_sig": false, "md5_digest": "b1f77c5dac51d605ee2d9e7c24da792a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19580, "upload_time": "2014-04-21T16:16:01", "url": "https://files.pythonhosted.org/packages/86/c7/a8bdcec3434bd81eb28b4b85df82133d6eba9f44898a089392a18bd3ee45/mezzanine-dpaste-1.0.3.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "6c09ffbfd6f3d65d6d6ade78e040171e", "sha256": "eae437faadfcf4c4356b859215c8ce1fcf2f8de6b045c1e48437fec1eca4df46" }, "downloads": -1, "filename": "mezzanine-dpaste-1.1.0.tar.gz", "has_sig": false, "md5_digest": "6c09ffbfd6f3d65d6d6ade78e040171e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22800, "upload_time": "2014-04-22T11:15:27", "url": "https://files.pythonhosted.org/packages/fe/63/3f317a82a02469f51a950230d0596dbcce475b969c93e64e973c53a8222e/mezzanine-dpaste-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "861251a64971d79a059b52797a124339", "sha256": "7bdc7ed2126084e6fea541d05821e6392cae68ded0f4f2fa2d6f880da38b8337" }, "downloads": -1, "filename": "mezzanine-dpaste-1.1.1.tar.gz", "has_sig": false, "md5_digest": "861251a64971d79a059b52797a124339", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20983, "upload_time": "2014-04-22T17:57:55", "url": "https://files.pythonhosted.org/packages/6b/ca/e2eee50f6c1c9ffcdf2537203c4d03eecc03be089fc568dddc374142db1a/mezzanine-dpaste-1.1.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "16ad28001c45d19b4e968c0458ac8ed9", "sha256": "edb6760863680c7ab760b083f45723cd72fd380429c15ea68b7ddcd64151732c" }, "downloads": -1, "filename": "mezzanine-dpaste-2.0.0.tar.gz", "has_sig": false, "md5_digest": "16ad28001c45d19b4e968c0458ac8ed9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18819, "upload_time": "2014-05-01T19:00:56", "url": "https://files.pythonhosted.org/packages/c2/28/067f15e035ea3329e67dd077bcf1488406d1251f44fbeadffecdb4c5c03f/mezzanine-dpaste-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "02ef645a3b0634c937f70e612f087aa7", "sha256": "33e76f0a6c44413504d8ed47fd797f14d6dbadf8c06b145ccc987df0c765a126" }, "downloads": -1, "filename": "mezzanine-dpaste-2.1.0.tar.gz", "has_sig": false, "md5_digest": "02ef645a3b0634c937f70e612f087aa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19090, "upload_time": "2014-05-26T04:31:21", "url": "https://files.pythonhosted.org/packages/67/d8/1362ccf3e1ed169f2d5feee8bd7f45160121da4000b67bcde333c14764be/mezzanine-dpaste-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "08356695573ee20c5bbe93a033cc88ac", "sha256": "b2a963ec62610ac74d7357ab9eaa0c10eadb7e5da1e5e4873586870a4bbcd959" }, "downloads": -1, "filename": "mezzanine-dpaste-2.1.1.tar.gz", "has_sig": false, "md5_digest": "08356695573ee20c5bbe93a033cc88ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19092, "upload_time": "2014-05-26T04:44:16", "url": "https://files.pythonhosted.org/packages/2d/af/b2da6708c2b5d23aa9ece51c396b11d657ccfdc88fbf07dd99e03b53096a/mezzanine-dpaste-2.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08356695573ee20c5bbe93a033cc88ac", "sha256": "b2a963ec62610ac74d7357ab9eaa0c10eadb7e5da1e5e4873586870a4bbcd959" }, "downloads": -1, "filename": "mezzanine-dpaste-2.1.1.tar.gz", "has_sig": false, "md5_digest": "08356695573ee20c5bbe93a033cc88ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19092, "upload_time": "2014-05-26T04:44:16", "url": "https://files.pythonhosted.org/packages/2d/af/b2da6708c2b5d23aa9ece51c396b11d657ccfdc88fbf07dd99e03b53096a/mezzanine-dpaste-2.1.1.tar.gz" } ] }