{ "info": { "author": "Arnar Yngvason", "author_email": "arnar1@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development" ], "description": "=====================\nDjango Sublime Scroll\n=====================\n\"Sublime Text 2\"-style scroll bars.\n\n\nInstallation:\n=============\n* pip install django-sublime-scroll\n\n* Setup wkhtmltoimage\n\n* load template tags\n.. code:: jinja\n\n {% load sublime_scroll_tags %}\n {% sublime_scroll %}\n\n* It's a good idea to have some cache so that the page capture is not generated every time that the page is loaded. So at the very least, you should do this:\n\n.. code:: jinja\n\n {% load sublime_scroll_tags cache %}\n {% cache 500 sublime_scroll %}\n {% sublime_scroll %}\n {% endcache %}\n\n* Make sure to include RequestContext in response. Example:\n\n.. code:: python\n\n from django.template import RequestContext \n return render_to_response('index.html', {'form': form, }, \n context_instance = RequestContext(request))\n\n\nSettings:\n=========\n.. code:: python\n\n # Absolute path to wkhtmltoimage if not in system PATH:\n SUBLIME_SCROLL_WKHTMLTOIMAGE_PATH # (default: \"wkhtmltoimage\")\n\n # Scroll Bar width:\n SUBLIME_SCROLL_SETTINGS\n # Default (in javascript):\n {\n 'scroll_width': 150,\n 'offset': 0,\n 'z_index': 50,\n 'content_width': 960,\n 'full_height': \"$('html').height()\",\n 'opacity': 0.1,\n 'color': 'white',\n }", "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/demux/django-sublime-scroll", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-sublime-scroll", "package_url": "https://pypi.org/project/django-sublime-scroll/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-sublime-scroll/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/demux/django-sublime-scroll" }, "release_url": "https://pypi.org/project/django-sublime-scroll/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Sublime Text 2 editor style scroll bars.", "version": "0.2.2" }, "last_serial": 790793, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "f88f833fe3ae209ab31580d4677e7ebc", "sha256": "528ec572895d6ea4aef488fddcbd14a826aad47f0e4d65618d8f5c7c840dce6b" }, "downloads": -1, "filename": "django-sublime-scroll-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f88f833fe3ae209ab31580d4677e7ebc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3859, "upload_time": "2013-03-09T22:40:08", "url": "https://files.pythonhosted.org/packages/b6/bd/31cfe974a671c9f333a5416bfc1083d87944dfe65eefbbff36a0a1e0ccd3/django-sublime-scroll-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a78f6c5843b5e013abcadf039b1f25e8", "sha256": "8c0def848e9395fec149fef529828ec12026672bda56f4e593142673f06f4784" }, "downloads": -1, "filename": "django-sublime-scroll-0.2.1.tar.gz", "has_sig": false, "md5_digest": "a78f6c5843b5e013abcadf039b1f25e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4575, "upload_time": "2013-03-09T22:46:52", "url": "https://files.pythonhosted.org/packages/e9/a0/b43d8a2eaa579c1d92daff170a305d1620cb59fc25fc4e917f07740ecb83/django-sublime-scroll-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "4978d6b8b0d0bb27dc04f56bd9d1f7ec", "sha256": "b82bfecf8a2d5cc86f719c5b7e3da50a87fd07e331115f71378401243174eba9" }, "downloads": -1, "filename": "django-sublime-scroll-0.2.2.tar.gz", "has_sig": false, "md5_digest": "4978d6b8b0d0bb27dc04f56bd9d1f7ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8048, "upload_time": "2013-03-09T22:56:12", "url": "https://files.pythonhosted.org/packages/9a/3a/90215accffe087d05a426a9ee40f248330b686a4690118ae89fc47faf797/django-sublime-scroll-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4978d6b8b0d0bb27dc04f56bd9d1f7ec", "sha256": "b82bfecf8a2d5cc86f719c5b7e3da50a87fd07e331115f71378401243174eba9" }, "downloads": -1, "filename": "django-sublime-scroll-0.2.2.tar.gz", "has_sig": false, "md5_digest": "4978d6b8b0d0bb27dc04f56bd9d1f7ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8048, "upload_time": "2013-03-09T22:56:12", "url": "https://files.pythonhosted.org/packages/9a/3a/90215accffe087d05a426a9ee40f248330b686a4690118ae89fc47faf797/django-sublime-scroll-0.2.2.tar.gz" } ] }