{ "info": { "author": "Sean Hammond", "author_email": "pyblosxomsimplemarkdown@seanh.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7" ], "description": "# pyblosxomsimplemarkdown\n\npyblosxomsimplemarkdown is a [PyBlosxom](https://pyblosxom.github.io/)\nentryparser plugin that lets you write your entries in\n[Markdown](http://daringfireball.net/projects/markdown/). Specifically,\n[Python Markdown](https://pythonhosted.org/Markdown/) is used.\n\npyblosxomsimplemarkdown differs from other PyBlosxom Markdown plugins in that\nit treats the entire contents of the entry file as just the entry body.\nNormally PyBlosxom treats the first line of an entry as its title, any\nfollowing lines that start with `#` as metadata, and the rest of the file as\nthe entry's body:\n\n This is the title\n #key value\n #foo bar\n\n The rest of the file is the Markdown-formatted entry body...\n\npyblosxomsimplemarkdown just treats the entire contents of the file as a\nMarkdown-formatted body. The entry dict won't have any value in its 'title'\nfield. If you want to write a traditional blog post with a title and body, just\ninsert the title yourself:\n\n # This is the title\n\n This is the contents...\n\nIf you want to create a differently-formatted post that doesn't start with a\ntitle, such as a link, a quote or an image with a caption, just go ahead and\nwrite that in Markdown.\n\npyblosxom-markdown currently parses entries with the filename extensions '.md'\nand '.markdown' (these are currently hardcoded and not configurable).\n\npyblosxom-markdown currently uses Python Markdown's\n[Extra](https://pythonhosted.org/Markdown/extensions/extra.html) and\n[SmartyPants](https://pythonhosted.org/Markdown/extensions/smarty.html) plugins\n(hardcoded, not configurable).\n\npyblosxom-markdown renders entries as HTML5 (hardcoded, not configurable).\n\n\n## Installation\n\nInstall the pyblosxomsimplemarkdown package from pip:\n\n pip install pyblosxomsimplemarkdown\n\nThen add it to the `load_plugins` setting in your `config.py`:\n\n py[\"load_plugins\"] = [\"pyblosxomsimplemarkdown.simplemarkdown\"]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/seanh/pyblosxomsimplemarkdown", "keywords": "pyblosxom", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "pyblosxomsimplemarkdown", "package_url": "https://pypi.org/project/pyblosxomsimplemarkdown/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyblosxomsimplemarkdown/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/seanh/pyblosxomsimplemarkdown" }, "release_url": "https://pypi.org/project/pyblosxomsimplemarkdown/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A Pyblosxom entryparser plugin that uses Markdown syntax and parses the whole file as the entry body", "version": "0.0.2" }, "last_serial": 1741015, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2df29a9f02e20b08070f43ef686e5ab5", "sha256": "7d2a01e0c8333991b8a252311be12468cefcb3f82f484ab8baab8562cac9a5ad" }, "downloads": -1, "filename": "pyblosxomsimplemarkdown-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2df29a9f02e20b08070f43ef686e5ab5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3692, "upload_time": "2015-09-14T21:11:05", "url": "https://files.pythonhosted.org/packages/5c/19/bfbd77ac60f61138e35560946d89fd2c6adb89a60db087005ff167c173d7/pyblosxomsimplemarkdown-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f17f149b0e2fcec9b8173aa011a83b97", "sha256": "d3149d72244f17c406655b12d7604e67cbc70f1fb5e83ff0ffb5c3311b5dc815" }, "downloads": -1, "filename": "pyblosxomsimplemarkdown-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f17f149b0e2fcec9b8173aa011a83b97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3665, "upload_time": "2015-09-27T19:57:12", "url": "https://files.pythonhosted.org/packages/af/0f/c2fd612060a76eb687cff02a4586193c12463aec195745df1922c6b0fe7c/pyblosxomsimplemarkdown-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f17f149b0e2fcec9b8173aa011a83b97", "sha256": "d3149d72244f17c406655b12d7604e67cbc70f1fb5e83ff0ffb5c3311b5dc815" }, "downloads": -1, "filename": "pyblosxomsimplemarkdown-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f17f149b0e2fcec9b8173aa011a83b97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3665, "upload_time": "2015-09-27T19:57:12", "url": "https://files.pythonhosted.org/packages/af/0f/c2fd612060a76eb687cff02a4586193c12463aec195745df1922c6b0fe7c/pyblosxomsimplemarkdown-0.0.2.tar.gz" } ] }