{ "info": { "author": "Rafael Goncalves Martins", "author_email": "rafael@rafaelmartins.eng.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary" ], "description": "blohg-tumblelog\n===============\n\nA blohg extension with reStructuredText directives to run a tumblelog.\n\n\nHow to install\n~~~~~~~~~~~~~~\n\nInstall it globally using ``pip``::\n\n $ pip install blohg-tumblelog\n\nOr copy ``blohg_tumblelog.py`` to the ``ext/`` directory of your blog's\nrepository.\n\nTo enable it, add ``tumblelog`` to the ``EXTESIONS`` list in ``config.yaml``.\n\nIf you are running the extension from the blog repository, you'll need to\nadd ``embedded_extensions = True`` to the ``create_app()`` call in your\n``WSGI`` endpoint.\n\n\nDirectives\n~~~~~~~~~~\n\nlink\n----\n\nThis directive is used to share links. It will embed the content of the link to\nthe post automatically, if the provided link is from a service that supports\nthe `oEmbed `_ protocol. If it isn't, and the link is from\na HTML page, it will include the link with the title of the page to the post.\nOtherwise it will just include the raw link to the post.\n\nUsage example:\n\n.. sourcecode:: rst\n\n .. link:: http://www.youtube.com/watch?v=gp30v6XMxBg\n\n\nquote\n-----\n\nThis directive is used to share quotes. It will create a ``blockquote`` element\nwith the quote and add a signature with the author name, if provided.\n\nUsage example:\n\n.. sourcecode:: rst\n\n .. quote::\n :author: Myself\n\n This is a random quote!\n\n\nchat\n----\n\nThis directive is used to share chat logs. It will add a div with the chat log,\nhighlighted with `Pygments `_.\n\nUsage example:\n\n.. sourcecode:: rst\n\n .. chat::\n\n [00:56:38] I'm crazy.\n [00:56:48] I chat alone.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://blohg.org/", "keywords": null, "license": "GPL-2", "maintainer": null, "maintainer_email": null, "name": "blohg-tumblelog", "package_url": "https://pypi.org/project/blohg-tumblelog/", "platform": "any", "project_url": "https://pypi.org/project/blohg-tumblelog/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://blohg.org/" }, "release_url": "https://pypi.org/project/blohg-tumblelog/0.2/", "requires_dist": null, "requires_python": null, "summary": "A blohg extension with reStructuredText directives to run a tumblelog", "version": "0.2" }, "last_serial": 1122339, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "de82c4e61a44bc254e0ab80d4b02d90b", "sha256": "9b164fb1c58f631099d15134931d80ffd7b79a20361f443988af73cff7dc1a7d" }, "downloads": -1, "filename": "blohg-tumblelog-0.1.tar.gz", "has_sig": false, "md5_digest": "de82c4e61a44bc254e0ab80d4b02d90b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11809, "upload_time": "2014-02-08T03:44:58", "url": "https://files.pythonhosted.org/packages/d7/75/1fa72476b6e43184bf290b1c9ef8e73a9f662a4b04ee1c792999da271cad/blohg-tumblelog-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "81973640d3e71c4a212e742d984b6bbc", "sha256": "89d8cdc4fe7c2e058f657a8986123219a65a2b8caa404bec7423e93988976b04" }, "downloads": -1, "filename": "blohg-tumblelog-0.2.tar.gz", "has_sig": false, "md5_digest": "81973640d3e71c4a212e742d984b6bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11046, "upload_time": "2014-06-12T02:50:28", "url": "https://files.pythonhosted.org/packages/37/5a/42d5b72a836d7ef7a3651f8ff1b432495fc6fbb345b88b9962ff8939a7c6/blohg-tumblelog-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81973640d3e71c4a212e742d984b6bbc", "sha256": "89d8cdc4fe7c2e058f657a8986123219a65a2b8caa404bec7423e93988976b04" }, "downloads": -1, "filename": "blohg-tumblelog-0.2.tar.gz", "has_sig": false, "md5_digest": "81973640d3e71c4a212e742d984b6bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11046, "upload_time": "2014-06-12T02:50:28", "url": "https://files.pythonhosted.org/packages/37/5a/42d5b72a836d7ef7a3651f8ff1b432495fc6fbb345b88b9962ff8939a7c6/blohg-tumblelog-0.2.tar.gz" } ] }