{ "info": { "author": "Ivan Diao", "author_email": "adieu@adieu.me", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "mezzanine-bookmarks \n===================\n\nWARNING: mezzanine-bookmarks is under development.\n\nmezzanine-bookmarks is a bookmark service built on Django and Mezzanine designed to be flexible and easy to use.\nYou could host it as a standalone bookmark service for multiple users. Or you could embed it into an existing mezzanine site.\n\nHere is the feature list:\n\n- Multiple User support\n- Single User mode\n- Use service from www.diffbot.com to extract main content from web page\n- Use service from api.zemanta.com to generate suggested tags\n- Store page content for future use\n\nINSTALL\n*******\n\nEMBED INSTALL\n-------------\n\nmezzanine-bookmarks could be used as a django app::\n\n\tpip install mezzanine-bookmarks\n\nThen add ``'bookmarks',`` to INSTALLED_APPS and add ``(\"^bookmarks/\", include(\"bookmarks.urls\")),`` to ``urls.py``.\n\nSTANDALONE INSTALL\n------------------\n\nmezzanine-bookmarks comes with a standalone mode which you could use run a bookmark service with it very quickly::\n\n\tvirtualenv bookmarks\n\tsource bookmarks/bin/activate\n\tpip install mezzanine-bookmarks\n\tpip install django-template-bootstrap\n\tbookmarks init\n\tvim ~/.bookmarks/bookmarks.conf.py # Add your own diffbot and zemanta api keys\n\tbookmarks syncdb\n\tbookmarks migrate\n\tbookmarks runserver", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/adieu/mezzanine-bookmarks", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "mezzanine-bookmarks", "package_url": "https://pypi.org/project/mezzanine-bookmarks/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mezzanine-bookmarks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/adieu/mezzanine-bookmarks" }, "release_url": "https://pypi.org/project/mezzanine-bookmarks/0.1/", "requires_dist": null, "requires_python": null, "summary": "Bookmark Service built on Django and Mezzanine.", "version": "0.1" }, "last_serial": 794749, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5b2b12a70a5ecd8b48f1fb4293ffd712", "sha256": "9208d3a04f1d53de0a90c2efad521de294e983d370ae42f579c7e3e98ea1b04f" }, "downloads": -1, "filename": "mezzanine-bookmarks-0.1.tar.gz", "has_sig": false, "md5_digest": "5b2b12a70a5ecd8b48f1fb4293ffd712", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14641, "upload_time": "2012-07-28T09:54:47", "url": "https://files.pythonhosted.org/packages/de/9f/5012a8dffd03201f7eb7c750e022cc5288cb1c4f1bfc1315d7af08f9165f/mezzanine-bookmarks-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b2b12a70a5ecd8b48f1fb4293ffd712", "sha256": "9208d3a04f1d53de0a90c2efad521de294e983d370ae42f579c7e3e98ea1b04f" }, "downloads": -1, "filename": "mezzanine-bookmarks-0.1.tar.gz", "has_sig": false, "md5_digest": "5b2b12a70a5ecd8b48f1fb4293ffd712", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14641, "upload_time": "2012-07-28T09:54:47", "url": "https://files.pythonhosted.org/packages/de/9f/5012a8dffd03201f7eb7c750e022cc5288cb1c4f1bfc1315d7af08f9165f/mezzanine-bookmarks-0.1.tar.gz" } ] }