{ "info": { "author": "Euan Thoms", "author_email": "euan@potensol.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Information Technology", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Djaken Notes\n============\n\nDjaken is a complete web-based notes application for Django.\n\n\nNews\n----\n\nVersion 2.0.2 released! (2018/12/15)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nVersion 2.0rc1 released! (2018/12/06)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nVersion 2.0b1 released! (2018/04/14)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n**Changes in 2.0~:**\n\n- Replace Markdown with reStructuredText.\n- Move inline images to seperate model (DB) field, \n thus avoiding search and markup processing on bulky image data. \n It also takes away the encoded image data from the markup text.\n- GUI: several improvements (HTML templates and CSS).\n- GUI: Edit Note; change \"Save and Close\" button to icon and have all three \n save and close permutations at top and bottom of note.\n- CODING: Change 'Generic Views' back to regular/full Django views.\n- FIXED: Page reload after going back to unlock encrypted note re-submits \n encryption key (password).\n- Disable browser caching as much as possible.\n\n\nFeatures\n--------\n\n- Intuitive, simple and stream-lined user interface.\n- Login/logout of the notes application.\n- Create and edit notes in reStructuredText.\n- Attach inline images (within a note).\n- Notes can be marked 'Not relevant', and if so, are kept out of view by default.\n- Encrypted notes (stored in database using an AES symmetric cipher).\n- Keyword search of note title and content.\n- Sort by modified/created date.\n\n\nOptions / Settings\n------------------\n\n- DJAKEN_BRANDING_TITLE (str:default='Djaken Notes')\n\n\nRequirements\n------------\n\n- Django>=1.9\n- docutils>=0.12\n- pycrypto>=2.6\n\n\nQuick start\n-----------\n\n1. Add \"djaken\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'djaken',\n ]\n\n2. Include the djaken URLconf in your project urls.py like this::\n\n url(r'^djaken/', include('djaken.urls')),\n\n3. Run ``python manage.py migrate`` to create the djaken models.\n\n4. Start the development server and visit http://127.0.0.1:8000/djaken/\n to start adding notes.\n\n\nScreen-shots\n------------\n\n*Only viewable on GitHub project page*\n\n**All Notes (homepage)**\n\n.. image:: screenshots/djaken-all_notes-1.png\n\n**View Note**\n\n.. image:: screenshots/djaken-view_note-2.png\n\n**Edit Note**\n\n.. image:: screenshots/djaken-edit_note-2.png\n\n**Unlock an encrypted note**\n\n.. image:: screenshots/djaken-unlock_note-2.png\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ethoms/django-djaken/", "keywords": "django notes markdown encrypt", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-djaken", "package_url": "https://pypi.org/project/django-djaken/", "platform": "", "project_url": "https://pypi.org/project/django-djaken/", "project_urls": { "Homepage": "https://github.com/ethoms/django-djaken/" }, "release_url": "https://pypi.org/project/django-djaken/2.0.2/", "requires_dist": [ "Django (<2.0,>=1.9)", "docutils (>=0.12)", "pycrypto (>=2.6)" ], "requires_python": "", "summary": "Djaken is a complete web-based notes application for Django.", "version": "2.0.2" }, "last_serial": 4600095, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "c5acc36e63791808e545990cb938a945", "sha256": "de25aa922f7a40e0324ae0284f9858ccbe804f9cd10b0e06e9b9360e87047450" }, "downloads": -1, "filename": "django_djaken-1.0.1_1-py3-none-any.whl", "has_sig": false, "md5_digest": "c5acc36e63791808e545990cb938a945", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3136853, "upload_time": "2018-04-04T20:09:21", "url": "https://files.pythonhosted.org/packages/d7/82/5d8f0f47416311fe9151a2a30a910df58e95c0cbafaf26b4c4b882607712/django_djaken-1.0.1_1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6dc43c54708195dde5dd8e53d34c416", "sha256": "4fe718264732b34c6c72a4a2de515bfac3cd7ccda3221ca09b3bc7a08af98ec7" }, "downloads": -1, "filename": "django-djaken-1.0.1_1.tar.gz", "has_sig": false, "md5_digest": "b6dc43c54708195dde5dd8e53d34c416", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299462, "upload_time": "2018-04-04T20:09:23", "url": "https://files.pythonhosted.org/packages/5b/b2/18bbd43492ca5ef71742ff34126c19a68007069c1def5cdddf3f7003e16d/django-djaken-1.0.1_1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "ee1b5e8042530cfa356fc6ecd251b878", "sha256": "3f43a86bfb17fc19c90b8314b080db2ca9a390689e23bb9cf196c8044ace83fa" }, "downloads": -1, "filename": "django_djaken-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ee1b5e8042530cfa356fc6ecd251b878", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2908225, "upload_time": "2018-12-14T17:02:09", "url": "https://files.pythonhosted.org/packages/bb/c9/22dd881727bdda61c57fc6744c3508ec9753ca8a4da15077fb9ff80d000c/django_djaken-2.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bff3d01f09f8491428051638266b423f", "sha256": "a3ed6b8a61fc69dd6fbcb51ba540a26e99d5e37a5df58ede384c0d8697f94461" }, "downloads": -1, "filename": "django-djaken-2.0.2.tar.gz", "has_sig": false, "md5_digest": "bff3d01f09f8491428051638266b423f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2908008, "upload_time": "2018-12-14T17:02:12", "url": "https://files.pythonhosted.org/packages/3b/92/322a2a33897451e164d1d253d4637cb51feedcd4d402b87535c6b52ea7d7/django-djaken-2.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee1b5e8042530cfa356fc6ecd251b878", "sha256": "3f43a86bfb17fc19c90b8314b080db2ca9a390689e23bb9cf196c8044ace83fa" }, "downloads": -1, "filename": "django_djaken-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ee1b5e8042530cfa356fc6ecd251b878", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2908225, "upload_time": "2018-12-14T17:02:09", "url": "https://files.pythonhosted.org/packages/bb/c9/22dd881727bdda61c57fc6744c3508ec9753ca8a4da15077fb9ff80d000c/django_djaken-2.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bff3d01f09f8491428051638266b423f", "sha256": "a3ed6b8a61fc69dd6fbcb51ba540a26e99d5e37a5df58ede384c0d8697f94461" }, "downloads": -1, "filename": "django-djaken-2.0.2.tar.gz", "has_sig": false, "md5_digest": "bff3d01f09f8491428051638266b423f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2908008, "upload_time": "2018-12-14T17:02:12", "url": "https://files.pythonhosted.org/packages/3b/92/322a2a33897451e164d1d253d4637cb51feedcd4d402b87535c6b52ea7d7/django-djaken-2.0.2.tar.gz" } ] }