{
"info": {
"author": "W. Minchin",
"author_email": "w_minchin@hotmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Multimedia :: Graphics",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "====================\nMinchin dot CA Theme\n====================\n\n``Minchin dot CA`` is a theme for `Pelican `_,\na static site generator written in Python.\n\nThe ``Minchin dot CA`` theme is based on Bootstrap 3, and was first used at\n`Minchin.ca `_. \n\nInstallation\n============\n\nThe easiest way to install the ``Minchin dot CA`` theme is through the use\nof pip. This will also install the required dependencies automatically.\n\n.. code-block:: sh\n\n pip install minchin.pelican.themes.minchindotca\n\nThen, in your ``pelicanconf.py`` file, import the modele, use the\nbuilt in function to specify your theme location, set the default\ncolour scheme, set the image processing patterns used, and add some Jinja\nfilters that the theme uses:\n\n.. code-block:: python\n\n from minchin.pelican.themes import minchindotca\n\n THEME = minchindotca.get_path()\n BOOTSTRAP_THEME = 'minchindotca'\n\n IMAGE_PROCESS = {\n 'article-feature': [\"scale_in 848 848 True\"],\n 'index-feature': [\"scale_in 263 263 True\"],\n }\n\n # Jijna2 filters\n def datetimefilter(value, format='%Y/%m/%d %H:%M'):\n \"\"\"convert a datetime to a different format.\"\"\"\n return value.strftime(format)\n\n\n def article_date(value):\n \"\"\"Converts a date to the format we want it displayed on the article\n template.\n \"\"\"\n return value.strftime('%A, %B %-d, %Y')\n\n\n def breaking_spaces(value):\n \"\"\"Converts non-breaking spaces to regular spaces.\"\"\"\n return value.replace('\\u00A0', ' ')\n\n\n JINJA_FILTERS = {\n 'datetimefilter': datetimefilter,\n 'article_date': article_date,\n 'breaking_spaces': breaking_spaces,\n }\n\n\nYou will may also need to configure the theme through the use of additional\nsettings (see below).\n\n\nRequirements\n============\n\n``Minchin dot ca`` requires Pelican and the ``image_process`` plugin.\nThis can be manually installed with pip:\n\n.. code-block:: sh\n\n pip install pelican minchin.pelican.plugins.image_process\n\n\nAdditional Settings\n===================\n\nDetails coming. In the meantime, refer to the settings on the `Bootstrap 3\ntheme `_.\n\n\nCredits\n-------\n\nOriginal theme developed by `Daan Debie `_.\n\nThe idea that a theme could be installed as a Python package by `Jeff\nForcier `_'s `Alabaster theme\n`_ for Sphinx.",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/MinchinWeb/minchin.pelican.themes.minchindotca",
"keywords": "",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "minchin.pelican.themes.minchindotca",
"package_url": "https://pypi.org/project/minchin.pelican.themes.minchindotca/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/minchin.pelican.themes.minchindotca/",
"project_urls": {
"Homepage": "https://github.com/MinchinWeb/minchin.pelican.themes.minchindotca"
},
"release_url": "https://pypi.org/project/minchin.pelican.themes.minchindotca/1.1.0/",
"requires_dist": null,
"requires_python": "",
"summary": "Pelican theme, first used for Minchin.ca.",
"version": "1.1.0"
},
"last_serial": 2339194,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "fbb1c44a12d66e2f2f689c90a84c8172",
"sha256": "1d66dc95161a957c88fd87d66e78a6782b4060d1bb129c96b645bd2ef9d34252"
},
"downloads": -1,
"filename": "minchin.pelican.themes.minchindotca-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fbb1c44a12d66e2f2f689c90a84c8172",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1182658,
"upload_time": "2016-08-15T22:31:02",
"url": "https://files.pythonhosted.org/packages/ed/12/c13d20f655c6e9d035e731355b6aa9ab3ea038ff4483b7812a9f9de302cf/minchin.pelican.themes.minchindotca-1.0.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "cb7eb593f09f9226a83858eda79db9e0",
"sha256": "295800aac3504d0750f1270322247c8952f7d7ad2877d88e56d74be48d3a3a07"
},
"downloads": -1,
"filename": "minchin.pelican.themes.minchindotca-1.0.0.zip",
"has_sig": false,
"md5_digest": "cb7eb593f09f9226a83858eda79db9e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1194738,
"upload_time": "2016-08-15T22:30:40",
"url": "https://files.pythonhosted.org/packages/45/73/2659e9dfbb7a11575dbd7c79d264c4e2f319519dfc70510eee06fd19dedc/minchin.pelican.themes.minchindotca-1.0.0.zip"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "d27d5561a1917c21221b2052adcb6a21",
"sha256": "e409ed5f7dc30cc888bf4f0951235932c3a3bd5466c9f441e6bb1a6b60d25fb0"
},
"downloads": -1,
"filename": "minchin.pelican.themes.minchindotca-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d27d5561a1917c21221b2052adcb6a21",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1184254,
"upload_time": "2016-09-12T23:58:47",
"url": "https://files.pythonhosted.org/packages/b6/f9/04d14642cf2bd87b0635e2dbdeaf5ebc2548e84bac44ace351ea9525f5e4/minchin.pelican.themes.minchindotca-1.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "e431f2067fc080712d3980514df7e518",
"sha256": "76c7019d933a3e2878542ba5938f64ddbd1057eb49081fe08b6a6ad99f50684b"
},
"downloads": -1,
"filename": "minchin.pelican.themes.minchindotca-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e431f2067fc080712d3980514df7e518",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1102972,
"upload_time": "2016-09-12T23:58:25",
"url": "https://files.pythonhosted.org/packages/c6/a1/132a35b87791e6a215784240c34e3b80fa82995cd182b4fdc0a61729628d/minchin.pelican.themes.minchindotca-1.1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d27d5561a1917c21221b2052adcb6a21",
"sha256": "e409ed5f7dc30cc888bf4f0951235932c3a3bd5466c9f441e6bb1a6b60d25fb0"
},
"downloads": -1,
"filename": "minchin.pelican.themes.minchindotca-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d27d5561a1917c21221b2052adcb6a21",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1184254,
"upload_time": "2016-09-12T23:58:47",
"url": "https://files.pythonhosted.org/packages/b6/f9/04d14642cf2bd87b0635e2dbdeaf5ebc2548e84bac44ace351ea9525f5e4/minchin.pelican.themes.minchindotca-1.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "e431f2067fc080712d3980514df7e518",
"sha256": "76c7019d933a3e2878542ba5938f64ddbd1057eb49081fe08b6a6ad99f50684b"
},
"downloads": -1,
"filename": "minchin.pelican.themes.minchindotca-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e431f2067fc080712d3980514df7e518",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1102972,
"upload_time": "2016-09-12T23:58:25",
"url": "https://files.pythonhosted.org/packages/c6/a1/132a35b87791e6a215784240c34e3b80fa82995cd182b4fdc0a61729628d/minchin.pelican.themes.minchindotca-1.1.0.tar.gz"
}
]
}