{
"info": {
"author": "Elio Esteves Duarte",
"author_email": "elio.esteves.duarte@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4"
],
"description": "=============================\nDjango KB\n=============================\n\n.. image:: https://pypip.in/version/django-kb/badge.svg\n :target: https://pypi.python.org/pypi/django-kb/\n :alt: Latest Version\n\n.. image:: https://pypip.in/py_versions/django-kb/badge.svg\n :target: https://pypi.python.org/pypi/django-kb/\n :alt: Supported Python versions\n\n.. image:: https://pypip.in/format/django-kb/badge.svg\n :target: https://pypi.python.org/pypi/django-kb/\n :alt: Download format\n\n.. image:: https://travis-ci.org/eliostvs/django-kb.png?branch=master\n :target: https://travis-ci.org/eliostvs/django-kb\n\n.. image:: https://coveralls.io/repos/eliostvs/django-kb/badge.png?branch=master\n :target: https://coveralls.io/r/eliostvs/django-kb?branch=master\n\nSimple knowledge base made with django\n\nInstallation\n-------------\n\n#. Install or add ``django-kb`` to your Python path, i.e.:\n\n.. code:: sh\n\n $ pip install django-kb\n\n#. Add ``kb`` to your ``INSTALLED_APPS`` setting.\n\n#. Add kb url include to your project's ``urls.py`` file with namespaece ``kb``::\n\n (r'^', include('kb.urls', namespace='kb')),\n\n#. Add ``kb.middleware.KnowledgeMiddleware`` to your ``MIDDLEWARE_CLASSES`` setting, i.e.::\n\n MIDDLEWARE_CLASSES = (\n ...\n \"kb.middleware.KnowledgeMiddleware\",\n )\n\nUsage\n-----\n\nTemplate Tags\n~~~~~~~~~~~~~\n\nLoading the tags, i.e.::\n\n {% load kbtags %}\n\n{% top_new_articles %}\n++++++++++++++++++++++\n\nReturn the new published articles.\n\n{% top_viewed_articles %}\n+++++++++++++++++++++++++\n\nReturn the most viewed articles.\n\n{% top_rated_articles %}\n++++++++++++++++++++++++\n\nReturn the most rated articles.\n\nAll this tags accept two optional parameters, ``num`` and ``category``.\n``num`` is the number of the articles that will return, by default to 5.\n``category`` can be a ``model`` or ``slug`` that will be used to filter the articles.\n\n{% feedback %}\n++++++++++++++\n\nThis is an inclusion tag which renders links to upvote or downvote the article.\n\nTo support AJAX you need to load jQuery and the ``feedback.js`` in your template, i.e.::\n\n {% load staticfiles %}\n \n \n\n\nExample\n-------\n\nExample of the app django-kb running on Openshift `here `_.\n\n\n.. :changelog:\n\nHistory\n-------\n\n0.2.0 (2014-11-05)\n++++++++++++++++++\n* Add pagination in TagListView and CategoryDetailView.\n* Improve admin options.\n\n\n0.1.0 (2014-08-05)\n++++++++++++++++++\n\n* First release on PyPI.",
"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/eliostvs/django-kb",
"keywords": "django,knowledge base",
"license": "BSD",
"maintainer": null,
"maintainer_email": null,
"name": "django-kb",
"package_url": "https://pypi.org/project/django-kb/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/django-kb/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/eliostvs/django-kb"
},
"release_url": "https://pypi.org/project/django-kb/0.2.0/",
"requires_dist": null,
"requires_python": null,
"summary": "Simple knowledge base made with django",
"version": "0.2.0"
},
"last_serial": 1187160,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "c7caa1094fc1042323885b95134d97ad",
"sha256": "a04de2e9856fd7f316465317c16f617b9bd657f733df217bffb5438570f53589"
},
"downloads": -1,
"filename": "django_kb-0.1.0-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "c7caa1094fc1042323885b95134d97ad",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 24566,
"upload_time": "2014-08-06T03:06:48",
"url": "https://files.pythonhosted.org/packages/3b/6e/b527dc82bda975dd21e0c31634d46e655489dfcd26caf192d433bb03cccd/django_kb-0.1.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "69580343f9c2b5b69d6120362d5a84da",
"sha256": "e7f58deebc14f7c1fb9f429b18ee6a1e65a9e1a593104af038df6ee24970b8fb"
},
"downloads": -1,
"filename": "django-kb-0.1.0.tar.gz",
"has_sig": true,
"md5_digest": "69580343f9c2b5b69d6120362d5a84da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14766,
"upload_time": "2014-08-06T03:06:44",
"url": "https://files.pythonhosted.org/packages/ac/bd/c8532d721428b5fb86e081fe062a48e3a9988f9681f3c0045dde39f8da54/django-kb-0.1.0.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "227e741183ebdce397ce0b18d662ab33",
"sha256": "81b4339bb55ff4fa9f32425527e83a481cad44d76b5f4d2ca76493109a3bb473"
},
"downloads": -1,
"filename": "django_kb-0.2.0-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "227e741183ebdce397ce0b18d662ab33",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 25348,
"upload_time": "2014-08-12T02:01:59",
"url": "https://files.pythonhosted.org/packages/aa/9b/25879f596b80a0612568d652ab945881c91c9ce2ab0294cd476df4bbf607/django_kb-0.2.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b0e3c39d9335f66d83e60dc5bf0ba247",
"sha256": "2aa039c91fd9ca8b0996646b6770eb430966a7c7bb62a3b74c7bb47b9eeb753b"
},
"downloads": -1,
"filename": "django-kb-0.2.0.tar.gz",
"has_sig": true,
"md5_digest": "b0e3c39d9335f66d83e60dc5bf0ba247",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15336,
"upload_time": "2014-08-12T02:01:52",
"url": "https://files.pythonhosted.org/packages/99/7e/168b417eae3d757505b15300e707a741ce44c533ea6ba4ef0751d1b225fe/django-kb-0.2.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "227e741183ebdce397ce0b18d662ab33",
"sha256": "81b4339bb55ff4fa9f32425527e83a481cad44d76b5f4d2ca76493109a3bb473"
},
"downloads": -1,
"filename": "django_kb-0.2.0-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "227e741183ebdce397ce0b18d662ab33",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 25348,
"upload_time": "2014-08-12T02:01:59",
"url": "https://files.pythonhosted.org/packages/aa/9b/25879f596b80a0612568d652ab945881c91c9ce2ab0294cd476df4bbf607/django_kb-0.2.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b0e3c39d9335f66d83e60dc5bf0ba247",
"sha256": "2aa039c91fd9ca8b0996646b6770eb430966a7c7bb62a3b74c7bb47b9eeb753b"
},
"downloads": -1,
"filename": "django-kb-0.2.0.tar.gz",
"has_sig": true,
"md5_digest": "b0e3c39d9335f66d83e60dc5bf0ba247",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15336,
"upload_time": "2014-08-12T02:01:52",
"url": "https://files.pythonhosted.org/packages/99/7e/168b417eae3d757505b15300e707a741ce44c533ea6ba4ef0751d1b225fe/django-kb-0.2.0.tar.gz"
}
]
}