{ "info": { "author": "Emencia", "author_email": "dthenon@emencia.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.4", "Framework :: Django :: 1.5", "Framework :: Django :: 1.6", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. _Django: https://www.djangoproject.com/\n\n===========\nDjango Xiti\n===========\n\nDjango app to include Xiti loading code into your templates\n\nThis is a very basic app that does not contains any view, just a template tag to build the HTML code to load Xiti in your site pages.\n\nIt relies on Xiti parameters defined in your settings.\n\nLinks\n*****\n\n* Download his `PyPi package `_;\n* Clone it on his `repository `_;\n\nRequires\n********\n\n* `Django`_ >= 1.4;\n\nInstall\n*******\n\nFirst install the package ::\n\n pip install django-xiti\n\nAdd it to your installed Django apps in settings : ::\n\n INSTALLED_APPS = (\n ...\n 'xiti',\n ...\n )\n\nThen fill your Xiti paramters in your settings: ::\n\n XITI_CONF = {\n 'xiti_serverid': '', # Xiti server ID for usage on http protocole\n 'xiti_serverid_secure': '', # Xiti server ID for usage on https protocole\n 'xtsite': '', # Xiti site ID, also named 's'\n 'xtn2': '', # level 2 site ID, also named 's2'\n 'xtpage': '', # page name (with the use of :: to create chapters), also named 'p'\n 'xtdi': '', # implication degree, also named 'di'\n 'xt_an': '', # user ID, also named 'an'\n 'xt_ac': '', # category ID, also named 'ac'\n 'xt_multc': '', # all the xi indicators (like \"&x1=...&x2=....&x3=...\")\n }\n\nAll these parameters are generated for your site from your Xiti account. ``xiti_serverid`` and ``xtsite`` values are required. If required values are not filled, ``xiti_code`` usage will raise a exception ``XitiSettingsError``.\n\nLoading 'xtcore.js'\n-------------------\n\nFinally, **you must have the Xiti Javascript core file** ``xtcore.js`` **in your static**. This file is not shipped into this app because it can be different from a site to another, you need to download it from your Xiti account.\n\nWhen you got it, just put it as ``js/xtcore.js`` into your staticfiles directory. If you want to use another path or to load it differently you can override template ``xiti/include_js.html`` in your templates directory.\n\nGenerally, you should not try to load it without this template, because Xiti Javascript core must be loaded after parameters are defined else it won't be able to use them, resulting in blank report.\n\nUsage\n*****\n\nJust use the template tag into your templates: ::\n\n {% load xiti_tags %}\n {% xiti_code %}\n\nThis tag does not accept any argument.", "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/emencia/django-xiti", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-xiti", "package_url": "https://pypi.org/project/django-xiti/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-xiti/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/emencia/django-xiti" }, "release_url": "https://pypi.org/project/django-xiti/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Django app to include Xiti loading code into your templates", "version": "0.1.1" }, "last_serial": 2068829, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d4e45037275109794d7ec0a00d6df6d5", "sha256": "17faedbaf58a953a213ee40e0581786aee7c60fd5e7577c1e06a1021f156de95" }, "downloads": -1, "filename": "django-xiti-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d4e45037275109794d7ec0a00d6df6d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4488, "upload_time": "2015-10-25T07:07:53", "url": "https://files.pythonhosted.org/packages/7d/f1/c6b79e828113c60b9d89c47393734971c665c4ec15322913644db91ba92d/django-xiti-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7632f7c4b03c94e3d8b461de9c2b5b24", "sha256": "347a7be8bbfa36ae0a01f8576d19a8003767c5f05d5a8c930a2e179b475c1b44" }, "downloads": -1, "filename": "django-xiti-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7632f7c4b03c94e3d8b461de9c2b5b24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4503, "upload_time": "2016-04-18T01:03:56", "url": "https://files.pythonhosted.org/packages/b8/00/e11281171e0205a6a8d42f144cf1100dd4790c19c8bb0977e8b50a6e75bb/django-xiti-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7632f7c4b03c94e3d8b461de9c2b5b24", "sha256": "347a7be8bbfa36ae0a01f8576d19a8003767c5f05d5a8c930a2e179b475c1b44" }, "downloads": -1, "filename": "django-xiti-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7632f7c4b03c94e3d8b461de9c2b5b24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4503, "upload_time": "2016-04-18T01:03:56", "url": "https://files.pythonhosted.org/packages/b8/00/e11281171e0205a6a8d42f144cf1100dd4790c19c8bb0977e8b50a6e75bb/django-xiti-0.1.1.tar.gz" } ] }