{ "info": { "author": "libsora", "author_email": "libsora25@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "================\npelican-jsfiddle\n================\n\n.. image:: https://travis-ci.org/if1live/pelican-jsfiddle.svg?branch=master\n :target: https://travis-ci.org/if1live/pelican-jsfiddle\n.. image:: https://coveralls.io/repos/if1live/pelican-jsfiddle/badge.png\n :target: https://coveralls.io/r/if1live/pelican-jsfiddle\n.. image:: https://requires.io/github/if1live/pelican-jsfiddle/requirements.png?branch=master\n :target: https://requires.io/github/if1live/pelican-jsfiddle/requirements/?branch=master\n.. image:: https://landscape.io/github/if1live/pelican-jsfiddle/master/landscape.png\n :target: https://landscape.io/github/if1live/pelican-jsfiddle/master\n\nEasily embed JSFiddle in your Pelican articles.\n\nInstallation\n============\n\nTo install pelican-jsfiddle, simply install it from PyPI:\n\n.. code-block:: bash\n\n $ pip install pelican-jsfiddle\n\n\nThen enabled it in your pelicanconf.py\n\n.. code-block:: python\n\n PLUGINS = [\n # ...\n 'pelican_jsfiddle',\n # ...\n ]\n\nUsage\n=====\n\nIn your article or page, you simply need to add a line to embed your JSFiddle.\n\n.. code-block:: rst\n\n .. jsfiddle:: FIDDLE_ID\n\nWhich will result in:\n\n.. code-block:: html\n\n