{ "info": { "author": "Michiel Scholten", "author_email": "michiel@diginaut.net", "bugtrack_url": null, "classifiers": [], "description": "digimarks\n=========\n\n|PyPI version| |PyPI downloads| |PyPI license| |Code health|\n\nSimple bookmarking service, using a SQLite database to store bookmarks, supporting tags and automatic title fetching.\n\n\nInstallation\n------------\n\nFrom PyPI\n~~~~~~~~~\n\nAssuming you already are inside a virtualenv:\n\n.. code-block:: bash\n\n pip install digimarks\n\n\nFrom Git\n~~~~~~~~\n\nCreate a new virtualenv (if you are not already in one) and install the\nnecessary packages:\n\n.. code-block:: bash\n\n git clone https://github.com/aquatix/digimarks.git\n cd digimarks\n mkvirtualenv digimarks # or whatever project you are working on\n pip install -r requirements.txt\n\n\nUsage / example configuration\n-----------------------------\n\nCopy ``settings.py`` from example_config to the parent directory and\nconfigure to your needs (*at the least* change the value of `SYSTEMKEY`).\n\nRun digimarks as a service under nginx or apache and call the appropriate\nurl's when wanted.\n\nUrl's are of the form https://marks.example.com//\n\n\nBookmarklet\n~~~~~~~~~~~\n\nTo easily save a link from your browser, open its bookmark manager and create a new bookmark with as url:\n\n.. code-block:: javascript\n\n javascript:location.href='http://marks.example.com/1234567890abcdef/add?url='+encodeURIComponent(location.href);\n\n\nCreating a new user\n-------------------\n\nAfter having set up the ```settings.py``` as under Usage, you can add a new user, by going to this path on your digimarks server:\n\n//adduser\n\nwhere `secretkey` is the value set in settings.SYSTEMKEY\n\ndigimarks will then redirect to the bookmarks overview page of the new user. Please remember the user key (the hash in the url), as it will not be visible otherwise in the interface.\n\nIf you for whatever reason would lose this user key, just either look on the console (or webserver logs) where the list of available user keys is printed on digimarks startup, or open bookmarks.db with a SQLite editor.\n\n\nServer configuration\n~~~~~~~~~~~~~~~~~~~~\n\n* `vhost for Apache2.4`_\n* `uwsgi.ini`_\n\n\nWhat's new?\n-----------\n\nSee the `Changelog`_.\n\n\nAttributions\n------------\n\n'M' favicon by `Freepik`_.\n\n\n.. _digimarks: https://github.com/aquatix/digimarks\n.. _webhook: https://en.wikipedia.org/wiki/Webhook\n.. |PyPI version| image:: https://img.shields.io/pypi/v/digimarks.svg\n :target: https://pypi.python.org/pypi/digimarks/\n.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/digimarks.svg\n :target: https://pypi.python.org/pypi/digimarks/\n.. |PyPI license| image:: https://img.shields.io/github/license/aquatix/digimarks.svg\n :target: https://pypi.python.org/pypi/digimarks/\n.. |Code health| image:: https://landscape.io/github/aquatix/digimarks/master/landscape.svg?style=flat\n :target: https://landscape.io/github/aquatix/digimarks/master\n :alt: Code Health\n.. _hook settings: https://github.com/aquatix/digimarks/blob/master/example_config/examples.yaml\n.. _vhost for Apache2.4: https://github.com/aquatix/digimarks/blob/master/example_config/apache_vhost.conf\n.. _uwsgi.ini: https://github.com/aquatix/digimarks/blob/master/example_config/uwsgi.ini\n.. _Changelog: https://github.com/aquatix/digimarks/blob/master/CHANGELOG.md\n.. _Freepik: http://www.flaticon.com/free-icon/letter-m_2041\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aquatix/digimarks", "keywords": "", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "digimarks", "package_url": "https://pypi.org/project/digimarks/", "platform": "", "project_url": "https://pypi.org/project/digimarks/", "project_urls": { "Homepage": "https://github.com/aquatix/digimarks" }, "release_url": "https://pypi.org/project/digimarks/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Simple bookmarking service, using a SQLite database to store bookmarks, supporting tags and automatic title fetching.", "version": "1.1.0" }, "last_serial": 3041924, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5154649a5a58817f35f012d994dc3c69", "sha256": "b8a0f26fc680d31e56dc7c220f5cef437b5c97d9952538fb179942086b37458f" }, "downloads": -1, "filename": "digimarks-0.1.0.zip", "has_sig": false, "md5_digest": "5154649a5a58817f35f012d994dc3c69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10385, "upload_time": "2016-07-26T12:38:10", "url": "https://files.pythonhosted.org/packages/7e/3e/bfab62e0a6440d9951f1835a3e779c085ace31607a03756459c5735cbdfb/digimarks-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6c09f2ef9a607121eb0564ac097501a7", "sha256": "fa090c3c1fbb8f41d510d823173676376ee5053603f51e3d0a0cb20a354320fd" }, "downloads": -1, "filename": "digimarks-0.2.0.zip", "has_sig": false, "md5_digest": "6c09f2ef9a607121eb0564ac097501a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10827, "upload_time": "2016-08-02T11:12:33", "url": "https://files.pythonhosted.org/packages/9b/31/313d0a70ba869017abfa9cb1606bed4523b221ef666f36b917eda9ba3974/digimarks-0.2.0.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "5453e2e82015dae21d2f48311fcf7043", "sha256": "79c6eed27eb2b4166dcb013f52889fc70272d2e701eb96dffe8b0c177123799f" }, "downloads": -1, "filename": "digimarks-1.1.0.zip", "has_sig": false, "md5_digest": "5453e2e82015dae21d2f48311fcf7043", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13483, "upload_time": "2017-07-22T20:14:48", "url": "https://files.pythonhosted.org/packages/5c/54/f349990cc1e01b4c938517e286b72e37859e7bf6b510343131f885d141c3/digimarks-1.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5453e2e82015dae21d2f48311fcf7043", "sha256": "79c6eed27eb2b4166dcb013f52889fc70272d2e701eb96dffe8b0c177123799f" }, "downloads": -1, "filename": "digimarks-1.1.0.zip", "has_sig": false, "md5_digest": "5453e2e82015dae21d2f48311fcf7043", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13483, "upload_time": "2017-07-22T20:14:48", "url": "https://files.pythonhosted.org/packages/5c/54/f349990cc1e01b4c938517e286b72e37859e7bf6b510343131f885d141c3/digimarks-1.1.0.zip" } ] }