{ "info": { "author": "Carsten Agger", "author_email": "carstena@magenta-aps.dk", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=================\nDictionary Search\n=================\n\nDictionary Search is a simple Django app to perform dictionary lookups.\n\nIt uses Haystack as its search engine and has mainly been used with an SOLR\nbackend.\n\nIt uses the logging framework to maintain a search log which may in turn be\nused to obtain lists of the most popular dictionary entries.\n\nIn order to use it, you should add 'dictionary_search' to your INSTALLED_APPS \nand include these lines in your project urls.py::\n \n from haystack.views import SearchView\n from dictionary_search.forms import DictionarySearchForm\n\n urlpatterns = patterns(\n ...,\n url(r'^search/', SearchView(form_class=DictionarySearchForm),\n name='demo_search_page'),\n url(r'^s/', include('dictionary_search.urls')),\n ...,\n )\n\n\nYou also need to install Haystack with an appropriate search backend,\npreferrably SOLR.\n\nTBD: Write more complete usage documentation.\n\nDictionary Search was created by Magenta ApS (http://www.magenta-aps.dk). \n\nDictionary Search is free software; you can redistribute it and/or modify it\nunder the terms of the GNU Lesser General Public License as published by the\nFree Software Foundation; either version 3 of the License, or (at your option)\nany later version.\n\nSee the COPYRIGHT and LICENSE files for details.", "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/magenta-aps/", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "django-dictionary-search", "package_url": "https://pypi.org/project/django-dictionary-search/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-dictionary-search/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/magenta-aps/" }, "release_url": "https://pypi.org/project/django-dictionary-search/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple, yet full-featured Django dictionary API", "version": "0.1" }, "last_serial": 956765, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "148311451a9f6be7a4226258efff87ae", "sha256": "76062c5953a51c83f6881640fe70bed7fb7132f56551301208592dc40c632db9" }, "downloads": -1, "filename": "django-dictionary-search-0.1.tar.gz", "has_sig": false, "md5_digest": "148311451a9f6be7a4226258efff87ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12708, "upload_time": "2013-12-30T12:22:07", "url": "https://files.pythonhosted.org/packages/43/f8/1a94d6ef18de3f45da21b6869b98e5e441d6892fa58a8cf954ac87422c23/django-dictionary-search-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "148311451a9f6be7a4226258efff87ae", "sha256": "76062c5953a51c83f6881640fe70bed7fb7132f56551301208592dc40c632db9" }, "downloads": -1, "filename": "django-dictionary-search-0.1.tar.gz", "has_sig": false, "md5_digest": "148311451a9f6be7a4226258efff87ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12708, "upload_time": "2013-12-30T12:22:07", "url": "https://files.pythonhosted.org/packages/43/f8/1a94d6ef18de3f45da21b6869b98e5e441d6892fa58a8cf954ac87422c23/django-dictionary-search-0.1.tar.gz" } ] }