{ "info": { "author": "Justinas Jaronis, Inga Pliavgo, Ignas Bacius, Mykolas Baranauskas", "author_email": "info@aksprendimai.lt", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango-Europeana\n=====\n\nSource code: https://github.com/justinasjaronis/django-europeana\n\nIt is application that provides template tags for easy Europeana content integration.\n\nQuick start\n-----------\n\n1. Add \"europeana\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'europeana',\n )\n\n2. Add Europeana API key to the settings.py:\n\nEUROPEANA_API_KEY = '123456677'\n\n3. Add Europeana tags to Your template:\n\nA) Simple version:\n\n\t{% load europeana_tags %}\n\t{% europeana_simple query %}\n\t\n\tIt will display simple list of Europeana search results provided by query. \n\nB) Advanced version:\n\n\t{% load europeana_tags %}\n\t{% europeana %}\n\t\t{% europeana_param \"what\" query \"Label\" %}\n\t\t{% europeana_param \"who\" author \"Author\" %}\n\t\t{% europeana_param \"where\" place \"Location\" %}\n\t{% endeuropeana %}\n\nQuery, author, place can be string or list of objects, i.e. Model.objects.all() iterable from manager.\nBefore query, this app will try to cast all variables in list to string.\n\n5. Voilla! Visit Your template to view results. \n\n6. Optional settings:\n\n-Add this to Your template head: \n\n \n \n\nAnd JQuery, if You do not have it already present in Your template:\n \n\nThis will add some default styling and hover preview image functionality.\n\n\nEUROPEANA_URI = 'http://www.europeana.eu/api/v2/search.json' \n- URI that is queried via webservice. Not likely to change, though, not hardcoded :-)\n\nEUROPEANA_EXCLUDE_QUERY = ''\n- Query that allows exclusion of results, in example, if the contents of database is already imported.\n\n7. Template to override:\n\neuropeana/data.html : \nYou get these three variables for sure:\n - count: number of results\n - items: dict with normalized results from Europeana (casted to string). Possible values:\n 'title': title of the irem,\n 'guid': URL to the item in Europeana\n 'link': URL to the JSON to item details\n 'year': year of the results\n 'provider': provider\n 'data_provider': data provider of the item\n 'europeanaCompleteness': completeness index of current item\n 'preview': URL of preview image\n - json: pure JSON from Europeana \n \n8. TODO:\n- Implement way to cache/resize images for preview (because they are too big to display)\n- Implement conditional multiple query parameters filtering (now it's only AND)\n- Clean filter checkbox rendering and request parameter parsing (should be implemented to \n\t\tgenerate a form, display a form nicely and add some unique widget variable to the form)\n- Implement search result caching\n- Implement search result prefetching (i.e. nightly for most popular objects)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.aksprendimai.lt/", "keywords": null, "license": "GNU Affero General Public License v3 or later (AGPLv3+)", "maintainer": null, "maintainer_email": null, "name": "django-europeana", "package_url": "https://pypi.org/project/django-europeana/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-europeana/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.aksprendimai.lt/" }, "release_url": "https://pypi.org/project/django-europeana/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "Application providing Europeana widget integration.", "version": "0.1.5" }, "last_serial": 789574, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f99138720fa7ce3836c20ecaa57e11e5", "sha256": "1e06dadbebf989087f5b5802c4d9db3a2016c7cc24c872490df6080f87611a99" }, "downloads": -1, "filename": "django-europeana-0.1.tar.gz", "has_sig": false, "md5_digest": "f99138720fa7ce3836c20ecaa57e11e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18209, "upload_time": "2013-04-06T18:21:03", "url": "https://files.pythonhosted.org/packages/e0/d7/4bdcef38de84b4f21bfe315b1577022f21ec17a5316fe9afdd44dfbfb601/django-europeana-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b492aa74708e5e36c61f501a977ce192", "sha256": "c3410d1e777745cb6327b2697ef799881ef34aec659b901c7e6a39b8fb66392e" }, "downloads": -1, "filename": "django-europeana-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b492aa74708e5e36c61f501a977ce192", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18206, "upload_time": "2013-04-06T18:31:54", "url": "https://files.pythonhosted.org/packages/bd/b0/5ebde37198bc6bb4a3b8c8f7ba80e83390fb108707a8f049f2d053a79a5e/django-europeana-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d948a874ac52cbcb84ef732a95b7989d", "sha256": "33c5ff1f819420e6c4e52b25c0fec98e8ae6de374586c967e96f6887c984e3be" }, "downloads": -1, "filename": "django-europeana-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d948a874ac52cbcb84ef732a95b7989d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18210, "upload_time": "2013-04-06T18:47:06", "url": "https://files.pythonhosted.org/packages/e5/42/247726449a8003ac5e951b994ba7e400746569f1fd39fd9765bb1f065378/django-europeana-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "52fedde2cd6817bc9abd14b00a29f7f0", "sha256": "abc34b28cbb141bf3b9a76bc6546a0a301d46c0a05e14fe98cc820ad7f6d557e" }, "downloads": -1, "filename": "django-europeana-0.1.3.tar.gz", "has_sig": false, "md5_digest": "52fedde2cd6817bc9abd14b00a29f7f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18214, "upload_time": "2013-04-06T18:48:26", "url": "https://files.pythonhosted.org/packages/fa/3d/f707f8fe2b86f81590718311a2f13e3cb78ed66cd09b1cd5fa4c8e7e89c9/django-europeana-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "7911e7ced5a9a3470c1ae564dd29af58", "sha256": "3079095e3395266d7b7310d752c2f1ae9eba631380dcb1887b475ab65f9fe685" }, "downloads": -1, "filename": "django-europeana-0.1.4.tar.gz", "has_sig": false, "md5_digest": "7911e7ced5a9a3470c1ae564dd29af58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18218, "upload_time": "2013-04-06T18:49:29", "url": "https://files.pythonhosted.org/packages/f7/90/83e5d614155fe3f578a0cf330121f24b223a1fd65a015107db3e503c011c/django-europeana-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "d73abc86ba5d02a58769dbae8d813717", "sha256": "287a08244b2e2f571766b29775cd4673033e1f55d9462972af3bc415e9f08309" }, "downloads": -1, "filename": "django-europeana-0.1.5.tar.gz", "has_sig": false, "md5_digest": "d73abc86ba5d02a58769dbae8d813717", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18269, "upload_time": "2013-04-08T13:30:59", "url": "https://files.pythonhosted.org/packages/f1/b4/693f127fc66e1beec64e3ca7625022166864fbaeb2d1e188d4a8143d3e77/django-europeana-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d73abc86ba5d02a58769dbae8d813717", "sha256": "287a08244b2e2f571766b29775cd4673033e1f55d9462972af3bc415e9f08309" }, "downloads": -1, "filename": "django-europeana-0.1.5.tar.gz", "has_sig": false, "md5_digest": "d73abc86ba5d02a58769dbae8d813717", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18269, "upload_time": "2013-04-08T13:30:59", "url": "https://files.pythonhosted.org/packages/f1/b4/693f127fc66e1beec64e3ca7625022166864fbaeb2d1e188d4a8143d3e77/django-europeana-0.1.5.tar.gz" } ] }