{ "info": { "author": "Igor Kalnitsky", "author_email": "igor@kalnitsky.org", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "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", "Topic :: Internet :: WWW/HTTP", "Topic :: Terminals" ], "description": "===============================\n Creole converter for Holocron\n===============================\n\n|pypi-version| |pypi-license| |travis-ci|\n\nCreole_ is a lightweight markup language, aimed at being a common markup\nlanguage for wikis, enabling and simplifying the transfer of content\nbetween different wiki engines.\n\n**holocron-creole** is a Creole markup converter for Holocron_, an extendable\nstatic blog generator powered by the Force\n\n\nInstallation\n------------\n\nHolocron uses entry-points based extension discovery mechanism, and that\nmeans it's enough to use ``pip`` to install creole converter:\n\n.. code:: bash\n\n $ [sudo] pip install holocron-creole\n\n\nUsage\n-----\n\nUsage experience is similar to Markdown or reStructuredText builtin\nconverters.\n\n#. Ensure that ``creole`` extension is enabled in your ``_config.yml``:\n\n .. code:: yaml\n\n ext:\n enabled:\n - markdown\n - restructuredtext\n - creole # inserted line\n - index\n - feed\n - sitemap\n - tags\n\n#. Create posts and/or pages with ``.creole`` extension. Similar to\n builtin converters, a meta information header could be places\n on the top of ``*.creole`` files.\n\n .. code:: text\n\n ---\n tags: [jedi, thoughts, any-custom-tag]\n ---\n\n = Jedis in Real World =\n\n Jedi is ...\n\n#. Creole converter supports code syntax highlighting feature. It\n could be turned on/off by editing the following option:\n\n .. code:: yaml\n\n ext:\n creole:\n syntax_highlight: true\n\n When it's turned on, the ``<>`` macros is available for using.\n Example:\n\n .. code:: text\n\n <>\n def add(x, y):\n return x + y\n <>\n\n\nWhy GPL?\n--------\n\nDespite the fact Holocron is distributed under BSD license,\n**holocron-creole** is licensed under GPLv3. The reason is that the project\ndepends on python-creole_ library, and it's distributed under GPLv3. That\nmeans we have no choice but to use GPL.\n\n\nLinks\n-----\n\n* Holocron: http://holocron.readthedocs.org\n* Source: https://github.com/ikalnitsky/holocron-creole\n* Bugs: https://github.com/ikalnitsky/holocron-creole/issues\n\n\n.. Links\n.. _Holocron: http://holocron.readthedocs.org\n.. _Creole: https://en.wikipedia.org/wiki/Creole_(markup)\n.. _python-creole: https://pypi.python.org/pypi/python-creole/\n\n.. Badges\n.. |pypi-version| image:: https://img.shields.io/pypi/v/holocron-creole.svg\n :target: https://pypi.python.org/pypi/holocron-creole\n.. |pypi-license| image:: https://img.shields.io/pypi/l/holocron-creole.svg\n :target: https://pypi.python.org/pypi/holocron-creole\n.. |travis-ci| image:: https://travis-ci.org/ikalnitsky/holocron-creole.svg?branch=master\n :target: https://travis-ci.org/ikalnitsky/holocron-creole", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ikalnitsky/holocron-creole/", "keywords": "blog generator static creole wiki", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "holocron-creole", "package_url": "https://pypi.org/project/holocron-creole/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/holocron-creole/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ikalnitsky/holocron-creole/" }, "release_url": "https://pypi.org/project/holocron-creole/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A creole markup converter for Holocron", "version": "1.0.0" }, "last_serial": 2798449, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "799b93146cf930457fec602b477de233", "sha256": "06a4f0fe4b6046fe83f3f4eb52f4cc1e135c8b1d55b4564a018134b981a81f45" }, "downloads": -1, "filename": "holocron-creole-1.0.0.tar.gz", "has_sig": false, "md5_digest": "799b93146cf930457fec602b477de233", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19229, "upload_time": "2015-10-27T21:19:27", "url": "https://files.pythonhosted.org/packages/ca/ab/2817e54034d38d5f4a70b6bf5fb1f42460208f0a82f1eca27973ad2d7fe2/holocron-creole-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "799b93146cf930457fec602b477de233", "sha256": "06a4f0fe4b6046fe83f3f4eb52f4cc1e135c8b1d55b4564a018134b981a81f45" }, "downloads": -1, "filename": "holocron-creole-1.0.0.tar.gz", "has_sig": false, "md5_digest": "799b93146cf930457fec602b477de233", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19229, "upload_time": "2015-10-27T21:19:27", "url": "https://files.pythonhosted.org/packages/ca/ab/2817e54034d38d5f4a70b6bf5fb1f42460208f0a82f1eca27973ad2d7fe2/holocron-creole-1.0.0.tar.gz" } ] }