{ "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": "=========\nLinkDump\n=========\n\nLinkDump is a Mezzanine module that lets you create, display and track links.\n\nExample usage can be seen at `SleepAnarchy.com`_\n\n\nUsage\n======\n\nInstall the package and dependencies via pip::\n\n pip install mezzanine-linkdump\n\nAdd the ``linkdump`` app and the ``mptt`` dependency to your\n``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n # ...\n\n \"mptt\",\n \"linkdump\",\n )\n\nInclude the urls into your project's ``urls.py``::\n\n urlpatterns += patterns('',\n (\"^links/\", include('linkdump.urls')),\n (\"^\", include(\"mezzanine.urls\")),\n )\n\nIf you want a shorter link for the redirects, route the URL to the\n``linkdump.views.link_dump_redirect`` view::\n\n urlpatterns += patterns('',\n (\"^links/\", include('linkdump.urls')),\n (r\"^l/(.*)\", \"linkdump.views.link_dump_redirect\"),\n (\"^\", include(\"mezzanine.urls\")),\n )\n\nTo integrate into the navigation, create a new Page with ``links`` as the URL.\n\n\nConfig\n=======\n\nThe following settings may be specified in your project's ``settings.py``:\n\n* ``LINKDUMP_SLUG_CHOICES`` - Characters used for link slugs.\n* ``LINKDUMP_SLUG_LENGTH`` - Length of generated slugs.\n\n\nContributing\n=============\n\nYou can install prerequisites using ``pip``::\n\n pip install -r requirements.txt\n\nThe official bug tracker lives at\nhttp://bugs.sleepanarchy.com/projects/mezzanine-linkdump/, but a github mirror\nis available for pull requests at http://github.com/prikhi/mezzanine-linkdump/.\n\n.. _SleepAnarchy.com: http://sleepanarchy.com/links/", "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-linkdump", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "mezzanine-linkdump", "package_url": "https://pypi.org/project/mezzanine-linkdump/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mezzanine-linkdump/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/prikhi/mezzanine-linkdump" }, "release_url": "https://pypi.org/project/mezzanine-linkdump/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A Mezzanine app to create, display, and track links.", "version": "1.0.1" }, "last_serial": 1231385, "releases": { "0.0.1": [], "1.0.0": [ { "comment_text": "", "digests": { "md5": "2e2d06b3811728a934cfec42f364f234", "sha256": "7a533dfac9e1ac72a49ad52ed1b4cbf197ccdbd3b610d824d3bdc0abf240e959" }, "downloads": -1, "filename": "mezzanine-linkdump-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2e2d06b3811728a934cfec42f364f234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18450, "upload_time": "2014-04-24T05:44:47", "url": "https://files.pythonhosted.org/packages/24/72/ad3e461907450a6d272abc93b2269b972592ed76da4897bf7318f3ae31a3/mezzanine-linkdump-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "70e842b8d4f5208b7e6dd344c2c1971b", "sha256": "ecc3762a4c999db686ad35b94a543bac47d6c9f459ea200b445e159cae2dc2b2" }, "downloads": -1, "filename": "mezzanine-linkdump-1.0.1.tar.gz", "has_sig": false, "md5_digest": "70e842b8d4f5208b7e6dd344c2c1971b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19037, "upload_time": "2014-09-20T08:00:01", "url": "https://files.pythonhosted.org/packages/b3/8a/4c3435a3b5958ca81f4baad71ccf5677be11796c6657697481be19dd7513/mezzanine-linkdump-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "70e842b8d4f5208b7e6dd344c2c1971b", "sha256": "ecc3762a4c999db686ad35b94a543bac47d6c9f459ea200b445e159cae2dc2b2" }, "downloads": -1, "filename": "mezzanine-linkdump-1.0.1.tar.gz", "has_sig": false, "md5_digest": "70e842b8d4f5208b7e6dd344c2c1971b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19037, "upload_time": "2014-09-20T08:00:01", "url": "https://files.pythonhosted.org/packages/b3/8a/4c3435a3b5958ca81f4baad71ccf5677be11796c6657697481be19dd7513/mezzanine-linkdump-1.0.1.tar.gz" } ] }