{ "info": { "author": "Diederik van der Boor", "author_email": "opensource@edoburu.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "fluentcms-countdown\n===================\n\nA plugin for django-fluent-contents_ to show a countdown timer on a website.\n\nIt's based on the jQuery plugin found at: http://keith-wood.name/countdown.html\n\nInstallation\n============\n\nFirst install the module, preferably in a virtual environment. It can be installed from PyPI::\n\n pip install fluentcms-countdown\n\n\nBackend Configuration\n---------------------\n\nFirst make sure the project is configured for django-fluent-contents_.\n\nThen add the following settings::\n\n INSTALLED_APPS += (\n 'fluentcms_countdown',\n )\n\nThe database tables can be created afterwards::\n\n ./manage.py syncdb\n\nNow, the ``CountDownPlugin`` can be added to your ``PlaceholderField``\nand ``PlaceholderEditorAdmin`` admin screens.\n\n\nFrontend Configuration\n----------------------\n\nMake sure that all plugin media files are exposed by django-fluent-contents_::\n\n {% load fluent_contents_tags %}\n\n {% render_content_items_media %}\n\nThis tag should be placed at the bottom of the page, after all plugins are rendered.\nFor more configuration options - e.g. integration with django-compressor -\nsee the `template tag documentation `_.\n\nCSS Code\n~~~~~~~~\n\nThe stylesheet code is purposefully left out, since authors typically like to provide their own styling.\n\nTo get started quickly, include ``fluentcms_countdown/vendor/jquery.countdown.css`` in your site.\n\nJavaScript Code\n~~~~~~~~~~~~~~~\n\nNo configuration is required for the JavaScript integration,\n\nBy default, the plugin includes all required JavaScript code to run the timer.\n\nThe includes can be customized however, using the following settings::\n\n JQUERY_PLUGIN_JS = 'fluentcms_countdown/vendor/jquery.plugin.min.js'\n\n JQUERY_COUNTDOWN_JS = 'fluentcms_countdown/vendor/jquery.countdown.min.js'\n\n JQUERY_COUNTDOWN_LOCALE_JS = 'fluentcms_countdown/vendor/jquery.countdown-{locale}.js'\n\n COUNTDOWN_JS = 'fluentcms_countdown/countdown.js'\n\nFor example, if another plugin also uses ``jquery.plugin.js``, redefine the setting, so both plugins use the same file::\n\n JQUERY_PLUGIN_JS = 'mysite/vendor/jquery.plugin.min.js'\n\nIf a value is defined as ``None``, it will be excluded from the frontend media.\n\nHTML code\n~~~~~~~~~\n\nIf needed, the HTML code can be overwritten by redefining ``fluentcms_countdown/countdown.html``.\nAny ``data-...`` attributes on the ``countdown`` element will be read by the JavaScript code;\nthis can be used to provide custom settings to the countdown init script.\n\nContributing\n------------\n\nIf you like this module, forked it, or would like to improve it, please let us know!\nPull requests are welcome too. :-)\n\n.. _django-fluent-contents: https://github.com/edoburu/django-fluent-contents\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/edoburu/fluentcms-countdown/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/edoburu/fluentcms-countdown", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "fluentcms-countdown", "package_url": "https://pypi.org/project/fluentcms-countdown/", "platform": "", "project_url": "https://pypi.org/project/fluentcms-countdown/", "project_urls": { "Download": "https://github.com/edoburu/fluentcms-countdown/zipball/master", "Homepage": "https://github.com/edoburu/fluentcms-countdown" }, "release_url": "https://pypi.org/project/fluentcms-countdown/1.2/", "requires_dist": [ "django-fluent-contents (>=1.0)" ], "requires_python": "", "summary": "A countdown timer for django-fluent-contents", "version": "1.2" }, "last_serial": 3511064, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "67acd5e15eca4754bcb17c1fdf1e3684", "sha256": "ff59d4df0a0d4d9df5352fe1aa08dd4ab676599a9762dc259c8dc975de33b429" }, "downloads": -1, "filename": "fluentcms_countdown-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "67acd5e15eca4754bcb17c1fdf1e3684", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 68775, "upload_time": "2014-10-13T10:25:53", "url": "https://files.pythonhosted.org/packages/e0/ae/c5f8f6c9a2017a89285982ba449cb0e2945fe8e91a1eeddd5594d859710d/fluentcms_countdown-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "044f9ae7d8934a58f3e956f34729131c", "sha256": "84e16562718a80a9ad6e2c75aaa498b5fcf46ffa897fbe4c73f4bbe4290b4169" }, "downloads": -1, "filename": "fluentcms-countdown-1.0.tar.gz", "has_sig": false, "md5_digest": "044f9ae7d8934a58f3e956f34729131c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38814, "upload_time": "2014-10-13T10:25:50", "url": "https://files.pythonhosted.org/packages/b5/02/757888ed4ea8ef548b643a37233e33fe6b7701382259c55313d9287fa223/fluentcms-countdown-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7890743489000a6a6013187f1a86fb86", "sha256": "ad42978e48d53f317fab295d672c7de1b7aa4a530a9cc730ac7c0e60b813ca6b" }, "downloads": -1, "filename": "fluentcms_countdown-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7890743489000a6a6013187f1a86fb86", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 68803, "upload_time": "2014-10-13T11:03:48", "url": "https://files.pythonhosted.org/packages/49/48/8efb8b5b97d7da1cf8e52e75a2c1a7537598115cc294d59db5545ad1d1d6/fluentcms_countdown-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df70ea75deed57f5770e2da4d4df0ba7", "sha256": "97bc066c26a2d40afb331fb0255a4ddf172656e13328fdcc8941001c24b952b9" }, "downloads": -1, "filename": "fluentcms-countdown-1.0.1.tar.gz", "has_sig": false, "md5_digest": "df70ea75deed57f5770e2da4d4df0ba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39626, "upload_time": "2014-10-13T11:03:45", "url": "https://files.pythonhosted.org/packages/a9/a9/11420036dabdbea6e09a33868449f7a067093a9d18bc80648940638f094c/fluentcms-countdown-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "3ab0430245d4db0cd7a51ab1f5c14279", "sha256": "776e173bb71b169f45741e71d7d8e0519533bab53b6273f9d2e03197db584ba2" }, "downloads": -1, "filename": "fluentcms_countdown-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3ab0430245d4db0cd7a51ab1f5c14279", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 68881, "upload_time": "2014-10-17T15:30:03", "url": "https://files.pythonhosted.org/packages/5e/80/87f40ba334c95be9428a8fe16da470f8e565fc799d148cc7e2bd2ef98f8c/fluentcms_countdown-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2860a9e6df8c33b806e25daa48f5c789", "sha256": "3d8dbd1554fe8e1a64168e13f7fd3ae223ff8d90a0092622813ca402f452e3cd" }, "downloads": -1, "filename": "fluentcms-countdown-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2860a9e6df8c33b806e25daa48f5c789", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39721, "upload_time": "2014-10-17T15:30:00", "url": "https://files.pythonhosted.org/packages/49/63/7532d5fc4f7d29ea4d28af4b5f5ca006bbdc16322b1fdec993f71a2f90d5/fluentcms-countdown-1.0.2.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "282299a6cbf498fc83c84aefb838a6e9", "sha256": "1160c2500ec276e261bbcdb1bd6e7055a91e5420272134cfced79ed30c8a300f" }, "downloads": -1, "filename": "fluentcms_countdown-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "282299a6cbf498fc83c84aefb838a6e9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 70068, "upload_time": "2015-10-13T09:28:26", "url": "https://files.pythonhosted.org/packages/e7/2e/58777fcf6baf4c2926c9fb377771d45a7d56218c005340a5079b562799a4/fluentcms_countdown-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a13fc0118e68c6bee9485f32688ce83", "sha256": "77e42ae33c30d98321d21da8e4a3f6507c2c215469e0cb507180ca8fdaf11e68" }, "downloads": -1, "filename": "fluentcms-countdown-1.1.tar.gz", "has_sig": false, "md5_digest": "4a13fc0118e68c6bee9485f32688ce83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39309, "upload_time": "2015-10-13T09:28:24", "url": "https://files.pythonhosted.org/packages/b0/c7/980373d77b27e645bbe29607f07a3fd17cf5dcf87b19d8fb16b3a990da1c/fluentcms-countdown-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "d2f4a555209d11a7c72a23e74afb3572", "sha256": "658a0b64298e9c3054a77ccf924a656f9069b028d8322bf8541bb367d24d742f" }, "downloads": -1, "filename": "fluentcms_countdown-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d2f4a555209d11a7c72a23e74afb3572", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 69887, "upload_time": "2017-02-19T13:22:48", "url": "https://files.pythonhosted.org/packages/41/7b/894816d852c5d3ad921b9da684cdb586e92a2022e993237ecbc25f086800/fluentcms_countdown-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7513d68afcf7e883777975a666c7d62", "sha256": "8662e1ffa1219bc2734174a9124eaea9eaea22681cd4943685ca117bd4b5bb74" }, "downloads": -1, "filename": "fluentcms-countdown-1.1.1.tar.gz", "has_sig": false, "md5_digest": "f7513d68afcf7e883777975a666c7d62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40074, "upload_time": "2017-02-19T13:22:50", "url": "https://files.pythonhosted.org/packages/5e/ce/ed96d757cc321bb77c452a0441fce5a52a7b384d90ff7af3f6460eb981ea/fluentcms-countdown-1.1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "360fd5c1e143f9e170a68bc8582e8396", "sha256": "c5e71490fdd62d8883dfd36183f0a5413a3c5e68f4794119e8f26a26e6a3f827" }, "downloads": -1, "filename": "fluentcms_countdown-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "360fd5c1e143f9e170a68bc8582e8396", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 68473, "upload_time": "2018-01-22T13:16:58", "url": "https://files.pythonhosted.org/packages/b1/3a/7a207028af4ebe76507d0034232894346e1e8ca0a78a574d5dd25f0ff25c/fluentcms_countdown-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "063f39c9d05f493b6905640cabff0148", "sha256": "f0119fd97c393d1c6c28da1bedffd7cefe3631e8f0b04f297262ede4d38963bb" }, "downloads": -1, "filename": "fluentcms-countdown-1.2.tar.gz", "has_sig": false, "md5_digest": "063f39c9d05f493b6905640cabff0148", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41405, "upload_time": "2018-01-22T13:17:00", "url": "https://files.pythonhosted.org/packages/7c/1e/7297d9d43ab9a0ae41e0c98888c8fca729ac19da07c5c7fde4d17d8d41b8/fluentcms-countdown-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "360fd5c1e143f9e170a68bc8582e8396", "sha256": "c5e71490fdd62d8883dfd36183f0a5413a3c5e68f4794119e8f26a26e6a3f827" }, "downloads": -1, "filename": "fluentcms_countdown-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "360fd5c1e143f9e170a68bc8582e8396", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 68473, "upload_time": "2018-01-22T13:16:58", "url": "https://files.pythonhosted.org/packages/b1/3a/7a207028af4ebe76507d0034232894346e1e8ca0a78a574d5dd25f0ff25c/fluentcms_countdown-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "063f39c9d05f493b6905640cabff0148", "sha256": "f0119fd97c393d1c6c28da1bedffd7cefe3631e8f0b04f297262ede4d38963bb" }, "downloads": -1, "filename": "fluentcms-countdown-1.2.tar.gz", "has_sig": false, "md5_digest": "063f39c9d05f493b6905640cabff0148", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41405, "upload_time": "2018-01-22T13:17:00", "url": "https://files.pythonhosted.org/packages/7c/1e/7297d9d43ab9a0ae41e0c98888c8fca729ac19da07c5c7fde4d17d8d41b8/fluentcms-countdown-1.2.tar.gz" } ] }