{ "info": { "author": "Aloha68", "author_email": "dev@aloha.im", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Django static Markdown blog\n\nThe purpose of this application is to provide an Internet blog based on local files. Those files can be Markdown formatted to add some style to your notes. This app has to be integrated into an existing django website.\n\n## Quick start\n\n1. Add \"django_static_markdown_blog\" to your INSTALLED_APPS setting like this:\n```\nINSTALLED_APPS = [ \n ... \n 'django_static_markdown_blog',\n]\n```\n\n2. In the settings file, add two variables\n```\nBLOG_FOLDER = '/tmp/markdown-files/'\nBLOG_INDEX_FILE = 'main.md'\n```\n\n3. Include the django_static_markdown_blog URLconf in your project urls.py like this:\n```\npath('blog/', include(('django_static_markdown_blog.urls', 'blog'))),\n```\n\n4. It is useless to migrate database because it is based on local files\n\n5. Start the development server and visit http://127.0.0.1:8000/blog to check if everything is ok.\n\n## How to use\n\nTo use the software, you must have defined the variable *BLOG_FOLDER* which indicates the name of the directory where the Markdown files are located, as well as the variable *BLOG_INDEX_FILE* which corresponds to the main file of each directory (it is possible to create an unlimited tree structure).\n\n### Write your first page\n\nYour first file is the one at the root of the *BLOG_FOLDER* directory and must be named as the *BLOG_INDEX_FILE* variable. This is the entry point of your blog, the page seen by your visitors when they arrive on your blog.\n\nTo write a Markdown file, the principle is very simple. It is divided into two parts separated by at least one empty line. The first part contains the metadata of the file which are filled a little lower. The second part is the content of your page, formattable with Markdown.\n\nThere is an exemple of a home page:\n\n title: Welcome on my blog\n\n Hello everyone, and welcome to my **blog**. \n Feel free to visit my project page on [PyPI](https://pypi.org/project/django-static-markdown-blog/) or directly on [GitLab](https://gitlab.com/aloha68/django-static-markdown-blog/).\n\n Enjoy your visit!\n\n### Supported metadata\n\nThere is the full list of the supported metadata:\n\n- **title**: set the title of your page\n- **date**: set a custom date for your page, else we will use the datetime of the file\n- **groups**: define a group list that can access the page. It means that unauthorized people will not see the page\n- **icons**: define an icon that will be display in the article list for a page\n\n## TODO\n\n- Remove all BeautifulSoup4 components\n- Remove all libaloha components\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/aloha68/django-static-markdown-blog", "keywords": "", "license": "ISC", "maintainer": "Aloha68", "maintainer_email": "dev@aloha.im", "name": "django-static-markdown-blog", "package_url": "https://pypi.org/project/django-static-markdown-blog/", "platform": "", "project_url": "https://pypi.org/project/django-static-markdown-blog/", "project_urls": { "Homepage": "https://gitlab.com/aloha68/django-static-markdown-blog", "Repository": "https://gitlab.com/aloha68/django-static-markdown-blog" }, "release_url": "https://pypi.org/project/django-static-markdown-blog/0.1.2/", "requires_dist": [ "django (>=2.2,<3.0)", "markdown (>=2.6,<3.0)", "beautifulsoup4 (>=4.6,<5.0)", "redis (>=2.10,<3.0)", "django-leaflet-gpx (>=0.1,<0.2)" ], "requires_python": ">=3.5,<4.0", "summary": "Django application to create a blog based on local Markdown files", "version": "0.1.2" }, "last_serial": 5889765, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "63457f9de34de93882eca88e7d772131", "sha256": "ffdf5b78e0582b028cc7bcd64caf49f447ccbf6d98b578e7bcca180bf96e3e5e" }, "downloads": -1, "filename": "django_static_markdown_blog-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "63457f9de34de93882eca88e7d772131", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4,<4.0", "size": 42361, "upload_time": "2018-08-20T21:49:57", "url": "https://files.pythonhosted.org/packages/e7/b0/a5e3abcc45f31a93c04807dcb461a83a9bb4a390ddd8d8fdbea38a9a95f0/django_static_markdown_blog-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "326479dcb1c3d3fcf41fc9d79682147a", "sha256": "f8949b971faaeb9ad83af47e95069c1b3cd0df66b63f3866afad1cd2e9065df7" }, "downloads": -1, "filename": "django-static-markdown-blog-0.0.1.tar.gz", "has_sig": false, "md5_digest": "326479dcb1c3d3fcf41fc9d79682147a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4,<4.0", "size": 11012, "upload_time": "2018-08-20T21:49:55", "url": "https://files.pythonhosted.org/packages/0e/90/05c15dd5467314d118d98b540594e4731f50de6d93476a901f2eb0e62bd8/django-static-markdown-blog-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "eb1f6828c5cfa8f15d3bb3e01b45286d", "sha256": "6c952b214b6b0ca0c030a3c1f7ffa03c5af042e54423116da9861a3b82eab999" }, "downloads": -1, "filename": "django_static_markdown_blog-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "eb1f6828c5cfa8f15d3bb3e01b45286d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4,<4.0", "size": 93643, "upload_time": "2019-04-26T23:06:58", "url": "https://files.pythonhosted.org/packages/db/ef/2f08b5800f21c6f35721cce50788a102cb647ea494218653c476a717c96f/django_static_markdown_blog-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7dc474f2f21709e11a456be6106d06f1", "sha256": "ec064573d027feab6f5ea614a4066be1563c7a730afff6dc2d8032b51f724248" }, "downloads": -1, "filename": "django-static-markdown-blog-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7dc474f2f21709e11a456be6106d06f1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4,<4.0", "size": 89217, "upload_time": "2019-04-26T23:06:55", "url": "https://files.pythonhosted.org/packages/d9/ad/e4d3a6334ab06b32c348f9aa8373f694914d9e9ec41ef840a6773ce37d13/django-static-markdown-blog-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "dcca332ad0226b219f44944206cb7926", "sha256": "df63a4e90ad33c284af39abcac165324a5fa78b8996d017169ff56a8106d63a2" }, "downloads": -1, "filename": "django_static_markdown_blog-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "dcca332ad0226b219f44944206cb7926", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5,<4.0", "size": 93639, "upload_time": "2019-06-19T10:33:00", "url": "https://files.pythonhosted.org/packages/c5/3b/3b4769cc30e6eff2ca2e1bd6d21f7084461105b2ec9f50d4b4168d0a6e81/django_static_markdown_blog-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc359d38bb5778b32b966c01388b7acc", "sha256": "ee8d692e4d0d2115c4c63adf94d88bfdb7a490aff2f0bf489e574875f2392c6c" }, "downloads": -1, "filename": "django-static-markdown-blog-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cc359d38bb5778b32b966c01388b7acc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5,<4.0", "size": 89115, "upload_time": "2019-06-19T10:32:56", "url": "https://files.pythonhosted.org/packages/a9/76/17be2ace68f92a63b247079d3eeabbe9bc733d9c2863143be9f74ca6a6d8/django-static-markdown-blog-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ca82641553b0ef9209991979386b060a", "sha256": "ea2d7498d4aba38c2dccbb2ba57e391da04f4009ae5be0a7ff233859d357c37a" }, "downloads": -1, "filename": "django_static_markdown_blog-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ca82641553b0ef9209991979386b060a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5,<4.0", "size": 153152, "upload_time": "2019-09-26T08:32:39", "url": "https://files.pythonhosted.org/packages/ef/20/a198852f1b62264fbf0832c7a6f6f87c9aa616bee615df382bf7b24ee075/django_static_markdown_blog-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae47c3629e7dabc3086926d068ce81f4", "sha256": "474735626c456d12f15c3be56a5e605facfba4bc02a757251ac89e16591e0696" }, "downloads": -1, "filename": "django-static-markdown-blog-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ae47c3629e7dabc3086926d068ce81f4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5,<4.0", "size": 102745, "upload_time": "2019-09-26T08:32:34", "url": "https://files.pythonhosted.org/packages/d2/dd/4508dcc5f4f96c98a7aa9b5d593cb4cbbfda2dcb7dc8281c858c463b56af/django-static-markdown-blog-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "fcc018a10e7ffacb01dbe0de1b369ec6", "sha256": "116be5b12ba22caa66a1081efc1db2fc45c8feb444ea7eb01b68a3039cab0687" }, "downloads": -1, "filename": "django_static_markdown_blog-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fcc018a10e7ffacb01dbe0de1b369ec6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5,<4.0", "size": 153219, "upload_time": "2019-09-26T09:44:30", "url": "https://files.pythonhosted.org/packages/e4/d6/cffd525e7d1e8c253ee0c6a9fdbd570c401e0136831c889e93c5c5646f1a/django_static_markdown_blog-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed3f2025c9467c5bee66b202132bab03", "sha256": "d9683921b697fa51a0a7a11c3b5ce961901c1b06c1ee3f556cf877610747571e" }, "downloads": -1, "filename": "django-static-markdown-blog-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ed3f2025c9467c5bee66b202132bab03", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5,<4.0", "size": 102786, "upload_time": "2019-09-26T09:44:27", "url": "https://files.pythonhosted.org/packages/dd/e4/eca0f71fb76e214d0228eb1e0d42f2b4b71e6004d301a913704613e3f885/django-static-markdown-blog-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fcc018a10e7ffacb01dbe0de1b369ec6", "sha256": "116be5b12ba22caa66a1081efc1db2fc45c8feb444ea7eb01b68a3039cab0687" }, "downloads": -1, "filename": "django_static_markdown_blog-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fcc018a10e7ffacb01dbe0de1b369ec6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5,<4.0", "size": 153219, "upload_time": "2019-09-26T09:44:30", "url": "https://files.pythonhosted.org/packages/e4/d6/cffd525e7d1e8c253ee0c6a9fdbd570c401e0136831c889e93c5c5646f1a/django_static_markdown_blog-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed3f2025c9467c5bee66b202132bab03", "sha256": "d9683921b697fa51a0a7a11c3b5ce961901c1b06c1ee3f556cf877610747571e" }, "downloads": -1, "filename": "django-static-markdown-blog-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ed3f2025c9467c5bee66b202132bab03", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5,<4.0", "size": 102786, "upload_time": "2019-09-26T09:44:27", "url": "https://files.pythonhosted.org/packages/dd/e4/eca0f71fb76e214d0228eb1e0d42f2b4b71e6004d301a913704613e3f885/django-static-markdown-blog-0.1.2.tar.gz" } ] }