{ "info": { "author": "Malthe Borch", "author_email": "mborch@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Framework :: Zope3", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Overview\n--------\n\nThis package provides a schema field that combines an internal and\nexternal link representation. It's relatively low-tech.\n\nIt provides a widget that lets users enter links on the format::\n\n ``\"Title\":internal path or URI:\"Description\"``\n\nBoth title and description are optional. If an internal path is given,\nthe field tries to resolve the object and stores only its UID.\n\nRequirements\n------------\n\n* Zope 2.10.4+\n\nUsage\n-----\n\nInclude the ZCML-slug for the package to register the widget with\nformlib.\n\nA schema definition for a field carrying a single link::\n\n >>> from collective.formlib.link.field import Link\n >>> field = Link(title=u\"Link\")\n\nA list of link fields::\n\n >>> from zope import schema\n >>> field = schema.List(\n ... title=u\"Links\",\n ... value_type=Link)\n\nTo render the link from a page template::\n\n \n\nReleases\n--------\n\n0.2 (2011-07-01)\n~~~~~~~~~~~~~~~~\n\n- Fixed an issue with the link packing routine.\n [malthe]\n\n0.1 (2008-02-29)\n~~~~~~~~~~~~~~~~\n\n- Initial public release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.formlib.link", "package_url": "https://pypi.org/project/collective.formlib.link/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.formlib.link/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/collective.formlib.link/0.2/", "requires_dist": null, "requires_python": null, "summary": "A link schema type representing an internal or external link.", "version": "0.2" }, "last_serial": 787796, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d402e9d5648e3cc3d110a29f84a0f84b", "sha256": "3a8f0c7703890fc0854b668264aa8cb5c653a72f3a499a2b4d3b2f3ef715d738" }, "downloads": -1, "filename": "collective.formlib.link-0.1.tar.gz", "has_sig": false, "md5_digest": "d402e9d5648e3cc3d110a29f84a0f84b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4858, "upload_time": "2008-02-29T13:29:16", "url": "https://files.pythonhosted.org/packages/65/fb/819375fc4fe8a3e81210dc683b275870735749f7667e5a8cf9aabe9298e0/collective.formlib.link-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "09dfe5ca2cadfbf19a56ed0357c7204c", "sha256": "0d1dd820699cabc22474378bbea1718f5c84ca25553474df61810d1e69405a24" }, "downloads": -1, "filename": "collective.formlib.link-0.2.tar.gz", "has_sig": false, "md5_digest": "09dfe5ca2cadfbf19a56ed0357c7204c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4906, "upload_time": "2011-07-01T15:49:06", "url": "https://files.pythonhosted.org/packages/9a/05/8604e08b66549f2c0f7bdbf6ac44873ecbf9b750c0d849b62ae489bd6c88/collective.formlib.link-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09dfe5ca2cadfbf19a56ed0357c7204c", "sha256": "0d1dd820699cabc22474378bbea1718f5c84ca25553474df61810d1e69405a24" }, "downloads": -1, "filename": "collective.formlib.link-0.2.tar.gz", "has_sig": false, "md5_digest": "09dfe5ca2cadfbf19a56ed0357c7204c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4906, "upload_time": "2011-07-01T15:49:06", "url": "https://files.pythonhosted.org/packages/9a/05/8604e08b66549f2c0f7bdbf6ac44873ecbf9b750c0d849b62ae489bd6c88/collective.formlib.link-0.2.tar.gz" } ] }