{ "info": { "author": "Redturtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.2", "Programming Language :: Python" ], "description": "Introduction\r\n============\r\n\r\nChange the Plone way to generate \"download\" URL inside File and Image contents, putting as last item\r\nthe real filename.\r\n\r\nHow it works\r\n============\r\n\r\nSome statistical reporting tool like *Webtrends* (but also other) can inspect access log of a web server for\r\ngiving you informations like \"how many PDF file has been downloaded\".\r\n\r\nPlone standard way of downloading File (and recently also Image) from the content view generate URLs like:\r\n\r\n ``http://yoursite.com/path/to/pdf_file/at_download/file``\r\n\r\nIn this case log analysis tools are not able to know that the file is a PDF.\r\n\r\nThis package simply change downalod link to something like:\r\n\r\n ``http://yoursite.com/path/to/pdf_file/at_download/file/realname.pdf``\r\n\r\nCredits\r\n=======\r\n\r\nDeveloped with the support of `Regione Emilia Romagna`__;\r\nRegione Emilia Romagna supports the `PloneGov initiative`__.\r\n\r\n__ http://www.regione.emilia-romagna.it/\r\n__ http://www.plonegov.it/\r\n\r\nAuthors\r\n=======\r\n\r\nThis product was developed by RedTurtle Technology team.\r\n\r\n.. image:: http://www.redturtle.it/redturtle_banner.png\r\n :alt: RedTurtle Technology Site\r\n :target: http://www.redturtle.it/\r\n\r\nChangelog\r\n=========\r\n\r\n2.0.0 (2013-02-27)\r\n------------------\r\n\r\nPlone 4 required\r\n\r\n- Now managing also the image download URL [keul]\r\n- Updated templates to Plone 4 styles [keul]\r\n- Can be uninstalled [keul]\r\n\r\n1.0.1 (2012-08-02)\r\n------------------\r\n\r\n- supporting z3c.autoinclude [keul]\r\n\r\n1.0.0 (2011-04-08)\r\n------------------\r\n\r\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/rer.downloadurl", "keywords": "file download url plone plonegov", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "rer.downloadurl", "package_url": "https://pypi.org/project/rer.downloadurl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rer.downloadurl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/rer.downloadurl" }, "release_url": "https://pypi.org/project/rer.downloadurl/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "Fix the download url of Plone files, adding also the file name to it", "version": "2.0.0" }, "last_serial": 798893, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "f804692ac7c81cdee307e90d5d1d5400", "sha256": "485f9e4c8ae335c26324d98c1e584c497728af93f5cbcfe3f693d1d4ae064353" }, "downloads": -1, "filename": "rer.downloadurl-2.0.0.zip", "has_sig": false, "md5_digest": "f804692ac7c81cdee307e90d5d1d5400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13450, "upload_time": "2013-02-27T14:32:08", "url": "https://files.pythonhosted.org/packages/ca/b3/aaea0769f2569e39b79ca3a64c883088eacdfed2f3d8e97889cc9e7195c1/rer.downloadurl-2.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f804692ac7c81cdee307e90d5d1d5400", "sha256": "485f9e4c8ae335c26324d98c1e584c497728af93f5cbcfe3f693d1d4ae064353" }, "downloads": -1, "filename": "rer.downloadurl-2.0.0.zip", "has_sig": false, "md5_digest": "f804692ac7c81cdee307e90d5d1d5400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13450, "upload_time": "2013-02-27T14:32:08", "url": "https://files.pythonhosted.org/packages/ca/b3/aaea0769f2569e39b79ca3a64c883088eacdfed2f3d8e97889cc9e7195c1/rer.downloadurl-2.0.0.zip" } ] }