{ "info": { "author": "Tiago Queiroz", "author_email": "contato@tiago.eti.br", "bugtrack_url": null, "classifiers": [], "description": "===================\nSEO iframe Replacer\n===================\n\nSEO iframe Replacer is a wsgi middleware to replace iframes containing\n'src' attribute by its rendered html code. It is used to allow content\nrendered by Ajax to be indexed by search engines like Google. Typical\nusage on a django's WSGI script::\n\n import os\n from django.core.wsgi import get_wsgi_application\n from wsgi_seo_iframe import IframeReplacerMiddleware\n\n os.environ.setdefault(\"DJANGO_SETTINGS_MODULE\", \"settings\")\n\n application = get_wsgi_application()\n application = IframeReplacerMiddleware(application)\n\n\nRequirements\n============\nThis packege requires `PhantomJS `_\nto be installed manually.\n\nYou can download a compatible version of PhantomJS\nhere: http://phantomjs.org/download.html\n\nIn Debian based systems you can install it using:\n``sudo apt-get install phantomjs``", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/belimawr/wsgi_seo_iframe", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "wsgi-seo-iframe", "package_url": "https://pypi.org/project/wsgi-seo-iframe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wsgi-seo-iframe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/belimawr/wsgi_seo_iframe" }, "release_url": "https://pypi.org/project/wsgi-seo-iframe/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "WSGI middleware for replacing iframes by their html content, allowing them to be crowled by search engines", "version": "0.1.1" }, "last_serial": 1132199, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1dfb60597627fe7467d8ac6005ddd9c7", "sha256": "7056b98129078fdca6a15b45306574bdd415020879dd0fde1e2a04b88abf99a3" }, "downloads": -1, "filename": "wsgi-seo-iframe-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1dfb60597627fe7467d8ac6005ddd9c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12110, "upload_time": "2014-06-20T19:10:11", "url": "https://files.pythonhosted.org/packages/26/4f/2be4c30c5ecb7aca36b6f699ab8eabc01076d3d967f05467249881ab6ae5/wsgi-seo-iframe-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c1501f94a9d6a0fc6d992dff4b7fcfa6", "sha256": "38ca4502287731618c75a76bd6d8bb740d8a4904bb60803863ebd3f81cd070e9" }, "downloads": -1, "filename": "wsgi-seo-iframe-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c1501f94a9d6a0fc6d992dff4b7fcfa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11975, "upload_time": "2014-06-20T19:26:35", "url": "https://files.pythonhosted.org/packages/ee/82/79a4295e8a44f71cea768569eefa2d7dcb6e509fbc237d33beafb9708ff8/wsgi-seo-iframe-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1501f94a9d6a0fc6d992dff4b7fcfa6", "sha256": "38ca4502287731618c75a76bd6d8bb740d8a4904bb60803863ebd3f81cd070e9" }, "downloads": -1, "filename": "wsgi-seo-iframe-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c1501f94a9d6a0fc6d992dff4b7fcfa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11975, "upload_time": "2014-06-20T19:26:35", "url": "https://files.pythonhosted.org/packages/ee/82/79a4295e8a44f71cea768569eefa2d7dcb6e509fbc237d33beafb9708ff8/wsgi-seo-iframe-0.1.1.tar.gz" } ] }