{ "info": { "author": "Raptus AG", "author_email": "dev@raptus.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nProvides support for adding links to articles.\n\nThe following features for raptus.article are provided by this package:\n\nContent\n-------\n * Link - add your links in a article.\n\nComponents\n----------\n * Links (List of links contained in the article)\n \nDependencies\n------------\n * raptus.article.core\n\nInstallation\n============\n\nNote if you install raptus.article.default you can skip this installation steps.\n\nTo install raptus.article.links into your Plone instance, locate the file\nbuildout.cfg in the root of your Plone instance directory on the file system,\nand open it in a text editor.\n\nAdd the actual raptus.article.links add-on to the \"eggs\" section of\nbuildout.cfg. Look for the section that looks like this::\n\n eggs =\n Plone\n\nThis section might have additional lines if you have other add-ons already\ninstalled. Just add the raptus.article.links on a separate line, like this::\n\n eggs =\n Plone\n raptus.article.links\n\nNote that you have to run buildout like this::\n\n $ bin/buildout\n\nThen go to the \"Add-ons\" control panel in Plone as an administrator, and\ninstall or reinstall the \"raptus.article.default\" product.\n\nNote that if you do not use the raptus.article.default package you have to\ninclude the zcml of raptus.article.links either by adding it\nto the zcml list in your buildout or by including it in another package's\nconfigure.zcml.\n\nUsage\n=====\n\nAdd link\n--------\nYou may now add links in your article. Click the \"Add new\" menu and select \"Link\" in the pull down menu.\nYou get the standard plone form to add your link. \n\nComponents\n----------\nNavigate to the \"Components\" tab of your article, select the links component\nand press \"save and view\". Note that at least one link has to be contained\nin the article in which this component is active.\n\nCopyright and credits\n=====================\n\nraptus.article is copyrighted by `Raptus AG `_ and licensed under the GPL. \nSee LICENSE.txt for details.\n\nDeveloper Manual\n================\n\nNote: You find a developer manual for raptus.article at \n`raptus.article.core `_.\nPlease have look there if you need more information.\n\nCode overview\n=============\n\nComponents\n----------\n\nplone.belowcontentbody\n``````````````````````\n- raptus.article.links\n\nInterfaces\n----------\n\nfile: interfaces.py\n```````````````````\n- ILinks (Provider for links contained in an article)\n - getLinks (Returns a list of links (catalog brains))\n\nChangelog\n=========\n\n2.0b6 (2014-07-22)\n------------------\n\n* Fix xml-namespace\n\n* Added italian translation [davidemoro]\n\n2.0b4 (2010-11-10)\n------------------\n\n* Added French translations\n\n2.0b3 (2010-10-21)\n------------------\n\n* Updated readme and manual\n\n2.0b2 (2010-10-20)\n------------------\n\n* First public release", "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/Raptus/raptus.article.links", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "raptus.article.links", "package_url": "https://pypi.org/project/raptus.article.links/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/raptus.article.links/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Raptus/raptus.article.links" }, "release_url": "https://pypi.org/project/raptus.article.links/2.0b6/", "requires_dist": null, "requires_python": null, "summary": "Provides support for adding links to articles.", "version": "2.0b6" }, "last_serial": 1165062, "releases": { "2.0b2": [ { "comment_text": "", "digests": { "md5": "b20ba75cf7203166520a89f8ee66d5c9", "sha256": "badc3063b4d0dba28d76f8fd5e52b64ac7088ac80f54a94fe888790c90dd4f1c" }, "downloads": -1, "filename": "raptus.article.links-2.0b2.tar.gz", "has_sig": false, "md5_digest": "b20ba75cf7203166520a89f8ee66d5c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14582, "upload_time": "2010-10-20T16:15:27", "url": "https://files.pythonhosted.org/packages/05/e8/484571c3383812a547555ec5774c42e913bf1044fa477e595278b8bf032c/raptus.article.links-2.0b2.tar.gz" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "0fe4e677f2baf3bafbfa728ad192ba1d", "sha256": "4fe3f1ce87dcb3cd29b2b2c819cb0473557cdd6ff361a901e3f4f1117764a5f3" }, "downloads": -1, "filename": "raptus.article.links-2.0b3.tar.gz", "has_sig": false, "md5_digest": "0fe4e677f2baf3bafbfa728ad192ba1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14580, "upload_time": "2010-10-21T16:20:05", "url": "https://files.pythonhosted.org/packages/ae/6d/74d0587ca5748c7ea42d7c15b55fa2497295e4986d40c43fd43dce9a8cb2/raptus.article.links-2.0b3.tar.gz" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "d39d49118bfabd4583fcb0289bffa652", "sha256": "f6d8259e121c3c5e0e62d9d11ca13ace81a5711e72bb5b0bd33ae89d721dc5e5" }, "downloads": -1, "filename": "raptus.article.links-2.0b4.tar.gz", "has_sig": false, "md5_digest": "d39d49118bfabd4583fcb0289bffa652", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14754, "upload_time": "2010-11-10T11:48:21", "url": "https://files.pythonhosted.org/packages/a4/c5/c8b6af24a9a8b2f1e49a7645140782b6d01c82353569fe990fb672397d8a/raptus.article.links-2.0b4.tar.gz" } ], "2.0b5": [ { "comment_text": "", "digests": { "md5": "ec9289a683beb740c8865967b8d205c5", "sha256": "03639c832a7426fc05e688bdb148ea5e419e61dd354f3fc3279d8202621c0167" }, "downloads": -1, "filename": "raptus.article.links-2.0b5.tar.gz", "has_sig": false, "md5_digest": "ec9289a683beb740c8865967b8d205c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13860, "upload_time": "2010-12-07T11:15:20", "url": "https://files.pythonhosted.org/packages/56/9e/545af8d240fbf695b4e01d2edd19ca91198399f3b7d5d475c3b6ac1f9498/raptus.article.links-2.0b5.tar.gz" } ], "2.0b6": [ { "comment_text": "", "digests": { "md5": "1bf7bbed9b3015cafe80dd34347fde80", "sha256": "4bfbb1b1b249cae0835293e675480d02311fb178fb094bcfb4725a71d90be75d" }, "downloads": -1, "filename": "raptus.article.links-2.0b6.zip", "has_sig": false, "md5_digest": "1bf7bbed9b3015cafe80dd34347fde80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27672, "upload_time": "2014-07-22T04:50:16", "url": "https://files.pythonhosted.org/packages/f0/2e/901ef0d1a8374074239621bc039b74785b3914fa978fb6d4af8c4a822cf0/raptus.article.links-2.0b6.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1bf7bbed9b3015cafe80dd34347fde80", "sha256": "4bfbb1b1b249cae0835293e675480d02311fb178fb094bcfb4725a71d90be75d" }, "downloads": -1, "filename": "raptus.article.links-2.0b6.zip", "has_sig": false, "md5_digest": "1bf7bbed9b3015cafe80dd34347fde80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27672, "upload_time": "2014-07-22T04:50:16", "url": "https://files.pythonhosted.org/packages/f0/2e/901ef0d1a8374074239621bc039b74785b3914fa978fb6d4af8c4a822cf0/raptus.article.links-2.0b6.zip" } ] }