{ "info": { "author": "Daniel Widerin", "author_email": "daniel.widerin@kombinat.at", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Framework :: Plone", "Programming Language :: Python" ], "description": ".. contents::\n\nWhat is it?\n===========\n\n*kombinat.decogrid* is a css code generator for decogrid layouts.\nIt generates css code similar to \"columns.css\" in `plonetheme.sunburst`_.\ncopy the generated css into your.product/skins/prod_styles/columns.css to\noverride any other definitions.\n\n\nInstallation\n============\n\nJust add a decogrid part to your buildout::\n\n [buildout]\n parts =\n ...\n decogrid\n\n [decogrid]\n recipe = zc.recipe.egg\n eggs = kombinat.decogrid\n\n\nGuide\n=====\n\nThe autogenerated executable is located in your buildout bin/ directory.\nIt allows you several options for generating decogrid css code, which can be\ndirectly pasted into your columns.css file::\n\n ~/buildout $ bin/decogrid_generatecss -h\n usage: decogrid_generatecss [-h] [-c COLUMNS] [-m MARGIN] [-w WIDTH]\n [-l LEVEL] [-t TAG] [-o]\n\n decogrid_generatecss [options] decogrid_generatecss generate decogrid\n columns.css for plone (http://deco.gs) Default values are written in brackets.\n\n optional arguments:\n -h, --help show this help message and exit\n -c COLUMNS, --columns COLUMNS\n how many columns (16)\n -m MARGIN, --margin MARGIN\n margin in pixels between each cell (10)\n -w WIDTH, --width WIDTH\n portal width in pixels including potentially left\n and/or right margins (960)\n -l LEVEL, --convenience-level LEVEL\n max level of convenience classes to create (7)\n -t TAG, --tag TAG html tag to be used for 'row', 'cell' and\n 'convenience' css classes (div)\n -o, --omit-margin omit left and right margin around the portal\n (recommended for nesting grids inside grids)\n\n\n\n\nExample\n-------\n\nThis utility is very useful if you want to use nested grid layout because you\ncan omit the margin which is given by default in plone's ``columns.css``.\n\nGenerate a new columns.css file by using::\n\n ~/buildout $ bin/decogrid_generatecss -o -w 950 -c 16 > columns.css\n\n\n.. _`plonetheme.sunburst`: https://github.com/plone/plonetheme.sunburst/blob/master/plonetheme/sunburst/skins/sunburst_styles/columns.css\n\nChangelog\n=========\n\n0.3 (2013-10-09)\n----------------\n\n- Switch from ``optparse`` to ``argparse``, so we need >= Python 2.7 now.\n [saily]\n\n- Add more configurable parser, allow non-div tags, allow to strip tags by\n passing ``\"\"`` as argument for ``-t``.\n [saily]\n\n- Allow users to limit convenience classes by using ``--level`` parameter.\n default is still ``min(columns, 7)``.\n [saily]\n\n\n0.2 - 2012-07-09\n----------------\n\n- fixed css lineendings\n- removed double \"position-0\" declaration\n [petschki]\n\n0.1.1 - 2011-05-26\n------------------\n\n- updated install documentation [petschki]\n\n0.1 - 2011-04-07\n----------------\n\n- Idea and initial release\n [saily]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/kombinat.decogrid/trunk", "keywords": "decogrid", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "kombinat.decogrid", "package_url": "https://pypi.org/project/kombinat.decogrid/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kombinat.decogrid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/kombinat.decogrid/trunk" }, "release_url": "https://pypi.org/project/kombinat.decogrid/0.3/", "requires_dist": null, "requires_python": null, "summary": "A decogrid generator for plone columns.css file.", "version": "0.3" }, "last_serial": 884996, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "be8e9c5b944bd70ed0bac70885a02913", "sha256": "da6fd0575e02095990d7504bda7429e860c63fa5c6bbe953df1b8caf4ec25b12" }, "downloads": -1, "filename": "kombinat.decogrid-0.1.zip", "has_sig": false, "md5_digest": "be8e9c5b944bd70ed0bac70885a02913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9146, "upload_time": "2011-04-07T15:40:23", "url": "https://files.pythonhosted.org/packages/5b/f5/ad2039e4bf8ed04907f8310c650a5adc0deb100650ca2bff598f63ed4c04/kombinat.decogrid-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5ebdae52576a3875600b308182db5c93", "sha256": "d7b834a0faae988aab54541f88567d94fe1d8be01a149dcc5c286ef1b381b500" }, "downloads": -1, "filename": "kombinat.decogrid-0.1.1.zip", "has_sig": false, "md5_digest": "5ebdae52576a3875600b308182db5c93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9329, "upload_time": "2011-05-26T14:15:55", "url": "https://files.pythonhosted.org/packages/f8/9c/bf303beb768aa804da5afd5d569b04c5d1fa979da15339e1807820f2ee9d/kombinat.decogrid-0.1.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e4875cd47e8826e36d2240ec82a0166a", "sha256": "2950b50dbc27150a7414a6f66daab4f565e91392751bca712a2cbd3cfc24b59f" }, "downloads": -1, "filename": "kombinat.decogrid-0.2.zip", "has_sig": false, "md5_digest": "e4875cd47e8826e36d2240ec82a0166a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9464, "upload_time": "2012-07-09T17:19:17", "url": "https://files.pythonhosted.org/packages/cf/a6/740c674c59c8fd7057b168cddd701b4d2ac63bf39a2a87049018acad68ee/kombinat.decogrid-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "6480d3a346deec0ac1a2d74e452052c7", "sha256": "05f0b53839510fca087b84028006c3313dab292188315ac0fb5d5c7b08ea5edd" }, "downloads": -1, "filename": "kombinat.decogrid-0.3.zip", "has_sig": false, "md5_digest": "6480d3a346deec0ac1a2d74e452052c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15297, "upload_time": "2013-10-09T11:47:28", "url": "https://files.pythonhosted.org/packages/6b/f1/6bfc069f82b177f7c5064d93ac270276a001da58ce37803fee20c7445288/kombinat.decogrid-0.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6480d3a346deec0ac1a2d74e452052c7", "sha256": "05f0b53839510fca087b84028006c3313dab292188315ac0fb5d5c7b08ea5edd" }, "downloads": -1, "filename": "kombinat.decogrid-0.3.zip", "has_sig": false, "md5_digest": "6480d3a346deec0ac1a2d74e452052c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15297, "upload_time": "2013-10-09T11:47:28", "url": "https://files.pythonhosted.org/packages/6b/f1/6bfc069f82b177f7c5064d93ac270276a001da58ce37803fee20c7445288/kombinat.decogrid-0.3.zip" } ] }