{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "cmsplugin-link-extended\n=======================\n\nThis is a plugin for django-cms that extends the original link plugin and adds\na new field to define the class attribute of the link.\n\n\nInstallation\n------------\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install cmsplugin-link-extended\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/cmsplugin-link-extended.git#egg=cmsplugin_link_extended\n\nAdd ``cmsplugin_link_extended`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'cmsplugin_link_extended',\n )\n\nDon't forget to migrate your database::\n\n ./manage.py migrate cmsplugin_link_extended\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps::\n\n # Fork this repository\n # Clone your fork\n $ git co -b feature_branch master\n # Implement your feature and tests\n # Describe your change in the CHANGELOG.txt\n $ git add . && git commit\n $ git push origin feature_branch\n # Send us a pull request for your feature branch\n\n\nRoadmap\n-------\n\nCheck the issue tracker on github for milestones and features to come.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bitmazk/cmsplugin-link-extended", "keywords": "django,django-cms,plugin,link,extension", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-link-extended", "package_url": "https://pypi.org/project/cmsplugin-link-extended/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-link-extended/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/cmsplugin-link-extended" }, "release_url": "https://pypi.org/project/cmsplugin-link-extended/0.2/", "requires_dist": null, "requires_python": null, "summary": "Extends the link plugin of django-cms.", "version": "0.2" }, "last_serial": 1025898, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "e358e496e223960439634537c7915eea", "sha256": "ff5d750c8238c95af3e7fb4849413fa057d6d28036248a963e79dd55f7e72927" }, "downloads": -1, "filename": "cmsplugin-link-extended-0.2.tar.gz", "has_sig": false, "md5_digest": "e358e496e223960439634537c7915eea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12091, "upload_time": "2014-03-11T10:22:28", "url": "https://files.pythonhosted.org/packages/bc/3e/89648fcadb8947af477a6786a85c069675630dc0678713dc62b6052a090f/cmsplugin-link-extended-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e358e496e223960439634537c7915eea", "sha256": "ff5d750c8238c95af3e7fb4849413fa057d6d28036248a963e79dd55f7e72927" }, "downloads": -1, "filename": "cmsplugin-link-extended-0.2.tar.gz", "has_sig": false, "md5_digest": "e358e496e223960439634537c7915eea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12091, "upload_time": "2014-03-11T10:22:28", "url": "https://files.pythonhosted.org/packages/bc/3e/89648fcadb8947af477a6786a85c069675630dc0678713dc62b6052a090f/cmsplugin-link-extended-0.2.tar.gz" } ] }