{ "info": { "author": "George Ma", "author_email": "george.ma1982@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "=====================\ndjango-unihandecodejs\n=====================\n\nA Django app that simply provides unihandecode.js (https://github.com/ojii/unihandecode.js) out of box to be used along side with Django CMS.\n\nInstallation\n============\n\nTo get started using ``django-unihandecodejs``:\n\n- install it with ``pip``::\n\n $ pip install django-unihandecodejs\n\n- add the app to ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...\n 'unihandecodejs',\n ...\n )\n\nUsage\n=====\n\nThis app does nothing excepts injecting unihandecode.js as static files into your Django project. No specific usage is needed.\n\nMost people just need unihandecode.js for their Django CMS project as they have East Asian languages on their sites. Due to licence issue, unihandecode.js isn't included in Django CMS. You have to download and throw the codes of unihandecode.js into your project's static file folder, which becomes a tedious step of each Django CMS site's setup phase. That's why this app is created: a simple pip install to replace download and copy.\n\nSince this app is mainly used for Django CMS project, please refer to http://docs.django-cms.org/en/latest/reference/configuration.html#unicode-support-for-automated-slugs for configuration. For the impatient, just add the below lines into your settings.py::\n\n\tCMS_UNIHANDECODE_HOST = '%sunihandecodejs/' % STATIC_URL\n\n\tCMS_UNIHANDECODE_VERSION = '1.0.0'\n\n\tCMS_UNIHANDECODE_DECODERS = ['zh'] #Change to your desired language list", "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/georgema1982/django-unihandecode", "keywords": null, "license": "GPLv3/Perl", "maintainer": null, "maintainer_email": null, "name": "django-unihandecodejs", "package_url": "https://pypi.org/project/django-unihandecodejs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-unihandecodejs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/georgema1982/django-unihandecode" }, "release_url": "https://pypi.org/project/django-unihandecodejs/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A Django app that simply provides unihandecode.js (https://github.com/ojii/unihandecode.js) out of box to be used along side with Django CMS.", "version": "0.1.0" }, "last_serial": 1777206, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "449f4be74eff260eb669b3f020fb1ee6", "sha256": "538fc71b9b736fd7717302c9cc46d46f943a4dac9e9d692e3b8e16f0f4ff169f" }, "downloads": -1, "filename": "django-unihandecodejs-0.1.0.tar.gz", "has_sig": false, "md5_digest": "449f4be74eff260eb669b3f020fb1ee6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1537498, "upload_time": "2015-10-19T23:53:14", "url": "https://files.pythonhosted.org/packages/fd/cd/928402a7eb8753f9031e05717fa0693bb6a193fa7cc35bc9ca5afc28cf54/django-unihandecodejs-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "449f4be74eff260eb669b3f020fb1ee6", "sha256": "538fc71b9b736fd7717302c9cc46d46f943a4dac9e9d692e3b8e16f0f4ff169f" }, "downloads": -1, "filename": "django-unihandecodejs-0.1.0.tar.gz", "has_sig": false, "md5_digest": "449f4be74eff260eb669b3f020fb1ee6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1537498, "upload_time": "2015-10-19T23:53:14", "url": "https://files.pythonhosted.org/packages/fd/cd/928402a7eb8753f9031e05717fa0693bb6a193fa7cc35bc9ca5afc28cf54/django-unihandecodejs-0.1.0.tar.gz" } ] }