{ "info": { "author": "Alexander Herrmann", "author_email": "darignac@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Text Processing :: Markup" ], "description": "pelican-minification\n====================\n\nContent minification for the `Pelican`_ site generator.\n\n\nInstallation and Usage\n----------------------\n\npelican-minification depends on the following packages that will be installed automatically, see below:\n\n* `htmlmin >= 0.1.5`_\n* `csscompressor >= 0.9.1`_\n* `Pelican`_\n\n\nInstall pelican-minification into your Python interpreter using pip:\n\n.. code-block:: shell\n\n pip install pelican-minification\n\n\nThen add the plugin to the PLUGINS setting within your *pelicanconf.py*:\n\n.. code-block:: python\n\n PLUGINS = [\n ...\n 'minification',\n ]\n\nUpon calling the *pelican* command now, all HTML and CSS files are compressed automatically.\n\n\n.. _htmlmin >= 0.1.5: https://pypi.python.org/pypi/htmlmin/0.1.5\n.. _csscompressor >= 0.9.1: https://pypi.python.org/pypi/csscompressor/0.9.3\n.. _Pelican: https://pypi.python.org/pypi/pelican/3.3", "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/dArignac/pelican-minification", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pelican-minification", "package_url": "https://pypi.org/project/pelican-minification/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pelican-minification/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dArignac/pelican-minification" }, "release_url": "https://pypi.org/project/pelican-minification/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Minifies HTML, CSS and JS of generated Pelican content.", "version": "0.1.1" }, "last_serial": 1387967, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7794ce1b17aa154f3a082424a48a1282", "sha256": "c393ff8504d86f101fe91a66e2ea828c4d7be9fc3858bd66ea116a9368cd2ef3" }, "downloads": -1, "filename": "pelican-minification-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7794ce1b17aa154f3a082424a48a1282", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2563, "upload_time": "2014-06-01T13:26:36", "url": "https://files.pythonhosted.org/packages/92/42/8f06abbb5a02a28b1a08c9c2d769d77c9c1049afd7e1022a3997758e0f7e/pelican-minification-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "05a86c131ed258ce8d329221152c0899", "sha256": "8c3b1c312171ef86164a0f12d86301d0816a73c090cff7fb3d863481da813228" }, "downloads": -1, "filename": "pelican-minification-0.1.1.tar.gz", "has_sig": false, "md5_digest": "05a86c131ed258ce8d329221152c0899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2449, "upload_time": "2015-01-19T15:21:16", "url": "https://files.pythonhosted.org/packages/79/0a/25cce2978327e071519935153ae92021346fcc90a0592d1fcc8c3c8e8c31/pelican-minification-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05a86c131ed258ce8d329221152c0899", "sha256": "8c3b1c312171ef86164a0f12d86301d0816a73c090cff7fb3d863481da813228" }, "downloads": -1, "filename": "pelican-minification-0.1.1.tar.gz", "has_sig": false, "md5_digest": "05a86c131ed258ce8d329221152c0899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2449, "upload_time": "2015-01-19T15:21:16", "url": "https://files.pythonhosted.org/packages/79/0a/25cce2978327e071519935153ae92021346fcc90a0592d1fcc8c3c8e8c31/pelican-minification-0.1.1.tar.gz" } ] }