{ "info": { "author": "Fran Hrzenjak", "author_email": "fran.hrzenjak@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "DjangoCMS Live-Draft Switch\n===========================\n\nReturns classic DjangoCMS-style live-draft switch to DjangoCMS.\n\nWait, what?\n-----------\n\nWith 3.1 release, DjangoCMS crew decided to replace the fabulous\nlive-draft toggle / switch with plain dumb boring buttons.\n\n|The change in 3.1|.\n\n**I DON'T THINK SO!!!11number\\_one**\n\nThis is a quick'n'dirty response to that change. It's a JavaScript\n(jQuery, what else?!) hack that replaces those new buttons with\nsomething resembling the old toggle.\n\n|Toggle that this app provides|.\n\nOh common, that's not really a problem!\n---------------------------------------\n\nWell, it's not, really. But IMHO it's a step in the wrong direction, be\nit a tiny one. And anyways, I find it simpler to quickly whip up this\napp together then to explain to my clients that nothing has really\nchanged.\n\nBut it's different then it was\n------------------------------\n\nIt's improooooved :)\n\nThe differences are cosmetic. And I like to think this one is a bit\nbetter, because:\n\n- User can see what mode they are in, as well as what mode they will be\n switching to. This is not a big deal, but it just might help a new\n user with their first edit ever.\n- Orange Draft indicator is more visible then the classic gray dot.\n\nOk, how do I install this thing?\n--------------------------------\n\n::\n\n pip install djangocms-livedraftswitch\n\nAdd before ``cms`` app:\n\n::\n\n INSTALLED_APPS = (\n ...\n 'djangocms-livedraftswitch', # before cms app\n 'cms',\n ...\n )\n\nIf you don't like Pypi, you can dump ``djangocms-livedraftswitch``\ndirectory somewhere in ``PYTHONPATH``.\n\nCompatibility?\n--------------\n\nNot tested much really...\n\nWorks with DjangoCMS 3.1.2 and Django 1.7.9.\n\nBrowsers:\n\n- Google Chrome 64\n- Firefox 38\n- Safari 8.0.7 - animation is a bit jerky\n- IE 10+\n- IE 9 - no animation\n\nIs that a demo project there?\n-----------------------------\n\nIf you clone this repo, you'll get a full demo project. Not much of one,\nthough, just a default DjangoCMS setup with this app installed. But this\nrepo includes a SQLite database, so you can test it right away. Login\nwith ``admin`` and ``admin``.\n\nChanges\n=======\n\ndevelopment\n-----------\n\n0.2.5\n-----\n\nSwapped \"draft\" and \"live\" positions to make it similar to original\ntoggle, and also because it's more natural this way.\n\n0.2.4\n-----\n\nSorting out PyPi wierdness\n\n0.2.0\n-----\n\nFirst release\n\n.. |The change in 3.1| image:: https://raw.githubusercontent.com/frnhr/djangocms-livedraftswitch/master/docs/img/djangocms_toolbar_dilema.jpg\n.. |Toggle that this app provides| image:: https://raw.githubusercontent.com/frnhr/djangocms-livedraftswitch/master/docs/img/the_new_toggle.jpg", "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/frnhr/djangocms-livedraftswitch/", "keywords": null, "license": "The Unlicense", "maintainer": null, "maintainer_email": null, "name": "djangocms-livedraftswitch", "package_url": "https://pypi.org/project/djangocms-livedraftswitch/", "platform": "any", "project_url": "https://pypi.org/project/djangocms-livedraftswitch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/frnhr/djangocms-livedraftswitch/" }, "release_url": "https://pypi.org/project/djangocms-livedraftswitch/0.2.6/", "requires_dist": null, "requires_python": null, "summary": "Returns classic DjangoCMS-style live-draft switch to DjangoCMS", "version": "0.2.6" }, "last_serial": 1628544, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "32a9d8f8b8808e68ae86f737f5aeadd2", "sha256": "b14a094d6f0849f4532119d1a1c7414cdc999ec196bfd87d5a82874595aff3ff" }, "downloads": -1, "filename": "djangocms-livedraftswitch-0.2.1.tar.gz", "has_sig": false, "md5_digest": "32a9d8f8b8808e68ae86f737f5aeadd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7904, "upload_time": "2015-07-10T21:04:15", "url": "https://files.pythonhosted.org/packages/1e/ec/dd625ab5b84d54cd80bcde10e87935574f2afc7864a98379a53b5121cd8d/djangocms-livedraftswitch-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "52a1ecaf30e9d5d8e84d903bcdc0e036", "sha256": "bf590825e1e80216f97dc26014b5ba20b3147f74d58dc5679a05ca90b3629c50" }, "downloads": -1, "filename": "djangocms-livedraftswitch-0.2.2.tar.gz", "has_sig": false, "md5_digest": "52a1ecaf30e9d5d8e84d903bcdc0e036", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7981, "upload_time": "2015-07-10T21:35:22", "url": "https://files.pythonhosted.org/packages/95/2a/fa807e93eff7cb440803dc7a02ba1372558437a6f5a4d94dd80410725d04/djangocms-livedraftswitch-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "4b90fe81c41f49d87988bfd92c0417ab", "sha256": "d6c9a71a172796a903b3b10745d5470e216f8d3abf3b4e257b843f89d57707cb" }, "downloads": -1, "filename": "djangocms-livedraftswitch-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4b90fe81c41f49d87988bfd92c0417ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8342, "upload_time": "2015-07-10T21:52:47", "url": "https://files.pythonhosted.org/packages/e3/5b/9ebe09f233627e98425bd2f665e817fb995ed9e990f3d382e77330598834/djangocms-livedraftswitch-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "fd7865cf72b6ece21edba9f93b87d907", "sha256": "c1b12edf138b40c5f7ef2e791de31c4634076bf5986c0383fc85795603d4436e" }, "downloads": -1, "filename": "djangocms-livedraftswitch-0.2.4.tar.gz", "has_sig": false, "md5_digest": "fd7865cf72b6ece21edba9f93b87d907", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8351, "upload_time": "2015-07-10T22:01:35", "url": "https://files.pythonhosted.org/packages/0a/c8/f7fb4e2162ef51a998f506d00765f6c9f25e69a0368c7c93b3cb81c703a4/djangocms-livedraftswitch-0.2.4.tar.gz" } ], "0.2.5": [], "0.2.6": [ { "comment_text": "", "digests": { "md5": "d22b9a59d759a513b9f7825440c8bf00", "sha256": "4cf96140305d76013ae38f9b2ee0852c93675e20c398f15245264671b2eb7223" }, "downloads": -1, "filename": "djangocms-livedraftswitch-0.2.6.tar.gz", "has_sig": false, "md5_digest": "d22b9a59d759a513b9f7825440c8bf00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8707, "upload_time": "2015-07-11T00:25:29", "url": "https://files.pythonhosted.org/packages/ce/ad/9636975706077497a337349c17ab48cf5b2e2a131209ea6f1cdae022fdbd/djangocms-livedraftswitch-0.2.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d22b9a59d759a513b9f7825440c8bf00", "sha256": "4cf96140305d76013ae38f9b2ee0852c93675e20c398f15245264671b2eb7223" }, "downloads": -1, "filename": "djangocms-livedraftswitch-0.2.6.tar.gz", "has_sig": false, "md5_digest": "d22b9a59d759a513b9f7825440c8bf00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8707, "upload_time": "2015-07-11T00:25:29", "url": "https://files.pythonhosted.org/packages/ce/ad/9636975706077497a337349c17ab48cf5b2e2a131209ea6f1cdae022fdbd/djangocms-livedraftswitch-0.2.6.tar.gz" } ] }