{ "info": { "author": "Simone Orsi [simahawk]", "author_email": "simahawk@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\r\n============\r\n\r\nAllow to view content of archive files into plone.\r\n\r\nHow it works\r\n============\r\n\r\nAdd a File with zipped content, this will be marked with 'collective.archiveviewer.interfaces.IArchiveFile'.\r\n\r\nNow you can access the content trough web by appending '@@contents/$filename' to the path of your file.\r\n\r\nFor instance, if you have a file 'foo.html' inside the archive you can view it by going to \r\n'http://yourplone.com/yourzipfile/@@contents/foo.html'.\r\n\r\nSupported archives\r\n==================\r\n\r\n- zip (application/zip)\r\n\r\nNOTE: archives are supported trough adapters. You can simply register a named adapter providing 'IArchiveReader' interface and\r\nname it as the meta type to be supported (like 'application/zip').\r\n\r\nPlease, refer to 'interfaces.py' and 'adapters.py' for understanding how to write yours.\r\n\r\nIssues\r\n======\r\n\r\nPlease, submit any issue to https://github.com/collective/collective.archiveviewer/issues \r\n\r\nCompatibility\r\n==============\r\n\r\nTested on Plone 3.3.6\r\n\r\nAuthors\r\n=======\r\n\r\nSimone Orsi [simahawk]\r\nSilvio Tomatis [silviot]\r\n\r\nCredits\r\n=======\r\n\r\nDeveloped with the support of `International Traning Center of the ILO`__.\r\n\r\n.. image:: http://www.itcilo.org/logo_en.jpg\r\n :alt: ITCILO - Logo\r\n :target: http://www.itcilo.org/\r\n\r\n__ http://www.itcilo.org/\r\n\r\n\r\nThis product was developed by Domsense in collaboration with Silvio Tomatis.\r\n\r\n.. image:: http://domsense.com/logo-txt.png\r\n :alt: Domsense Website\r\n :target: http://www.domsense.com/", "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/collective/collective.archiveviewer", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.archiveviewer", "package_url": "https://pypi.org/project/collective.archiveviewer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.archiveviewer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/collective.archiveviewer" }, "release_url": "https://pypi.org/project/collective.archiveviewer/1.0b2/", "requires_dist": null, "requires_python": null, "summary": "Allows to upload archive files (check readme for supported types) and access their contents trough the web, without having to download and extract them", "version": "1.0b2" }, "last_serial": 787644, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "c774a8b207adcfe298066db68c343fae", "sha256": "fed6ff27276774cd5b91573562000606d98f57a72e43bb861831b5eb6a83e4e5" }, "downloads": -1, "filename": "collective.archiveviewer-1.0b1.zip", "has_sig": false, "md5_digest": "c774a8b207adcfe298066db68c343fae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23476, "upload_time": "2012-03-16T14:43:46", "url": "https://files.pythonhosted.org/packages/73/36/ef7d07099ce80170e8b3b176e1b1eb6bd4642d2105c276d3cac2189eceb4/collective.archiveviewer-1.0b1.zip" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "3eafe7620be3afdc527181fd9d2c91c0", "sha256": "a14c86104447bbc7a5df00fb1e7aaa76cf7c2017a87f62318e7d7115371205ff" }, "downloads": -1, "filename": "collective.archiveviewer-1.0b2.zip", "has_sig": false, "md5_digest": "3eafe7620be3afdc527181fd9d2c91c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24047, "upload_time": "2012-03-16T15:02:53", "url": "https://files.pythonhosted.org/packages/84/fc/dfc2387ff1f717e41417a003e84fcd12cc9821b13a4d9adc7e08aa73edb8/collective.archiveviewer-1.0b2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3eafe7620be3afdc527181fd9d2c91c0", "sha256": "a14c86104447bbc7a5df00fb1e7aaa76cf7c2017a87f62318e7d7115371205ff" }, "downloads": -1, "filename": "collective.archiveviewer-1.0b2.zip", "has_sig": false, "md5_digest": "3eafe7620be3afdc527181fd9d2c91c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24047, "upload_time": "2012-03-16T15:02:53", "url": "https://files.pythonhosted.org/packages/84/fc/dfc2387ff1f717e41417a003e84fcd12cc9821b13a4d9adc7e08aa73edb8/collective.archiveviewer-1.0b2.zip" } ] }