{ "info": { "author": "Quintagroup", "author_email": "skins@quintagroup.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Techlight Plone Theme is a free diazo theme for Plone 4.1\r\n\r\nFeatures\r\n--------\r\n \r\n* Replaceable logo as in default Plone: customize portal_skins -> sunburst_images -> logo.png\r\n* Editable footer as in default Plone: customize portal_view_customizations -> plone.footer\r\n* Improved thumbnail display view (switch to Thumbnail view)\r\n\r\n**Additional Features**\r\n\r\nFeatures, that are supported and can be activated by additional packages installation:\r\n\r\n* quintagroup.dropdownmenu. Adds custom-style dropdown menu\r\n\r\n* Products.Carousel. Adds rotating Carousel banner feature\r\n\r\n* Products.LinguaPlone. Adds multilingual functionality. Custom-style language selectors.\r\n\r\n* Products.PloneFormGen. Adds TTW Form Generator feature.\r\n\r\n* Products.ContentWellPortlets. Allows adding portlets in the header, footer and content area\r\n\r\nRecommended\r\n===========\r\n\r\nTheme was tested with:\r\n\r\n* Plone 4.1\r\n* plone.app.theming 1.0b9\r\n* quintagroup.dropdownmenu 1.2.5\r\n* Products.LinguaPlone 4.1.1\r\n* Products.Carousel 2.1\r\n* Products.PloneFormGen 1.7.0\r\n* Products.ContentWellPortlets 4.1.0\r\n\r\nDependencies\r\n============\r\n\r\n* plone.app.theming\r\n\r\nHome Directory\r\n==============\r\n\r\nhttp://skins.quintagroup.com/techlight\r\n\r\nAuthors\r\n=======\r\n\r\n* Taras Peretiatko\r\n* Yuriy Hvozdovych\r\n* Volodymyr Rudnytskyy\r\n\r\n`Plone Themes by Quintagroup `_, 2006-2012\r\n\r\n\r\nInstallation\r\n------------\r\n\r\nquintagroup.theme.techlight can be installed in any of the following ways. \r\n\r\nInstallation via diazo panel\r\n============================\r\n\r\n* Download zip file at http://plone.org/products/techlight-plone-skin/releases/6.0.6/techlight.zip\r\n* Import the theme at the 'Diazo theme' control panel\r\n\r\nInstallation via buildout\r\n=========================\r\n\r\nIn the buildout.cfg file of your buildout\r\n\r\n* add ``quintagroup.theme.techlight`` to the list of eggs to install::\r\n\r\n [buildout]\r\n ...\r\n eggs =\r\n ...\r\n quintagroup.theme.techlight\r\n \r\n* Re-run buildout::\r\n\r\n $ ./bin/buildout\r\n\r\n* Restart instance::\r\n\r\n $ ./bin/instance restart\r\n\r\n* Install ``Techlight Theme`` in Plone (Site Setup -> Add-ons).\r\n\r\n\r\nInstallation in development mode\r\n================================\r\n\r\nIf you want to customize Techlight theme please use the following installation instructions: \r\n\r\n* download ``quintagroup.theme.techlight-version.zip`` archive from http://pypi.python.org/pypi/quintagroup.theme.techlight\r\n* extract theme archive to get ``quintagroup.theme.techlight-version`` folder. Remove version from \r\n folder name to have ``quintagroup.theme.techlight`` folder\r\n* put ``quintagroup.theme.techlight`` folder into ``src`` directory of your buildout\r\n* in buildout.cfg file of your buildout add ``quintagroup.theme.techlight`` to the list of eggs you are developing and to the list of eggs to install::\r\n\r\n [buildout]\r\n ...\r\n develop = src/quintagroup.theme.techlight\r\n ...\r\n eggs =\r\n ...\r\n quintagroup.theme.techlight\r\n \r\n* Re-run buildout::\r\n\r\n $ ./bin/buildout\r\n\r\n* Start instance in development mode::\r\n\r\n $ ./bin/instance fg\r\n\r\n* Install ``Techlight Theme`` in Plone (Site Setup -> Add-ons).\r\n\r\nNow you can customize Techlight Theme by modifying ``quintagroup.theme.techlight`` package in ``src`` directory \r\nof your buildout.\r\n\r\n\r\nChangeLog\r\n---------\r\n6.0.6 - January 20, 2012\r\n\r\n- Products.PloneFormGen compatibility added [naivok]\r\n\r\n6.0.5 - December 29, 2011\r\n\r\n- removed plone.app.themingpluging dependency [naivok]\r\n\r\n6.0.4 - December 26, 2011\r\n\r\n- added support for Products.ContentWellPortlets 4.1.0 [naivok]\r\n- search box style fixed [naivok]\r\n\r\n6.0.3 - November 22, 2011\r\n\r\n- drop unnecessary css [naivok]\r\n- added min-width to site [naivok]\r\n\r\n6.0.2 - November 02, 2011\r\n\r\n- added base tag [naivok]\r\n\r\n6.0.1 - October 21, 2011\r\n\r\n- fixes for searchbox added for IE7 [naivok]\r\n- listing bar styles updated [naivok]\r\n- inline editing styles added [naivok]\r\n\r\n6.0 - October 21, 2011\r\n\r\n- theme package converted into diazo theme [naivok]\r\n\r\n4.1 - May 25, 2011\r\n\r\n- Theme updated to Plone 4 [naivok]\r\n\r\n4.0 - Mar 4, 2010\r\n\r\n- Theme product is package now [gvizdyk]\r\n- Processed portlet tabs [gvizdyk]\r\n\r\n3.1.1 - Oct 21, 2009\r\n\r\n- Default theme logo changed [serg]\r\n\r\n3.1 - Sep 3, 2009\r\n\r\n- Update templates to Plone 3.3\r\n\r\n3.0.5 - Apr 1, 2008\r\n\r\n- Improper behaviour is corrected during window minimization.\r\n- IE fixes was taken away to separate css file.\r\n\r\n3.0.4 - Mar 18, 2008\r\n\r\n- Fix incomplete uninstallation\r\n\r\n3.0.3 - Mar 12, 2008\r\n \r\n- Fixed slyles, changed README.txt\r\n\r\n3.0.2 - Feb 29, 2008\r\n \r\n- Fixed skin layer interface class\r\n\r\n3.0 - Jun 2, 2008\r\n\r\n- Product release for plone 3.0\r\n\r\n2.5.2 - Apr 17, 2007\r\n\r\n- Product release for plone 2.5.2.\r\n\r\n2.5.1 - Mar 23, 2007\r\n\r\n- Product release for plone 2.5.1. \r\n\r\n1.3 - Jan 16, 2006\r\n\r\n- Upgrade to Plone 2.1.2.\r\n- Visual enhancement of top bar\r\n\r\n1.2 - Jan 16, 2006\r\n\r\n- Mandadtory deinstallation of previous skin product feature was added. \r\n When you install qPloneSkinTechlight product over another skin product \r\n possible portal misconfiguration might happen. \r\n\r\n1.1 - Nov 02, 2005\r\n\r\n- Initial product release for plone 2.1.0. \r\n- Skin was developed as filesystem product \r\n\r\n0.1 - Feb 19, 2005\r\n\r\n- Initial version for plone 2.0.5 released as .zexp", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://skins.quintagroup.com/techlight", "keywords": "web zope plone theme quintagroup", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "quintagroup.theme.techlight", "package_url": "https://pypi.org/project/quintagroup.theme.techlight/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/quintagroup.theme.techlight/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://skins.quintagroup.com/techlight" }, "release_url": "https://pypi.org/project/quintagroup.theme.techlight/6.0.6/", "requires_dist": null, "requires_python": null, "summary": "Free diazo theme for Plone 4.1", "version": "6.0.6" }, "last_serial": 1344192, "releases": { "4.0": [ { "comment_text": "", "digests": { "md5": "be2e67b2212a1cbf8c9380bb994dacd5", "sha256": "3fd5c6d220d23af2a6e5b667c7c72de24870eec454a4acce87a6e7c28a1d6fc4" }, "downloads": -1, "filename": "quintagroup.theme.techlight-4.0-py2.4.egg", "has_sig": false, "md5_digest": "be2e67b2212a1cbf8c9380bb994dacd5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 115624, "upload_time": "2010-03-04T13:07:25", "url": "https://files.pythonhosted.org/packages/51/e8/d641998ddbd86b5430559e95c158aaa5c826113f4624e94c82e68a4266ad/quintagroup.theme.techlight-4.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "533ef2fd52cd7c214a7853dfcc83591f", "sha256": "117f4f0b8e1d91499cbdfe89f74107250e40e4e14d43480e63db6c092b742976" }, "downloads": -1, "filename": "quintagroup.theme.techlight-4.0.tar.gz", "has_sig": false, "md5_digest": "533ef2fd52cd7c214a7853dfcc83591f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89220, "upload_time": "2010-03-04T13:07:23", "url": "https://files.pythonhosted.org/packages/df/19/8a000aca715c55ce1814890eac24ff094be8599430604a1331c30d23f14e/quintagroup.theme.techlight-4.0.tar.gz" } ], "4.1": [ { "comment_text": "", "digests": { "md5": "04e3ecb35ff766ba5304974c064bb855", "sha256": "f9e8083e34a412a4fb444eb42c0a33b70500526b7caad3ecdc57c4e2db98cde8" }, "downloads": -1, "filename": "quintagroup.theme.techlight-4.1.zip", "has_sig": false, "md5_digest": "04e3ecb35ff766ba5304974c064bb855", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79152, "upload_time": "2011-05-25T11:42:25", "url": "https://files.pythonhosted.org/packages/a1/0f/ea8a7217969e4fe52f205b98051de80cba86c4d779221be920137c95c69f/quintagroup.theme.techlight-4.1.zip" } ], "4.1.1": [ { "comment_text": "", "digests": { "md5": "bf91af0ac8b370fbc96ebec1d7f926b3", "sha256": "03498eb052051cb4b1cc6411864a5f6acccd4b9126c6f1f32ff5b6c987be8607" }, "downloads": -1, "filename": "quintagroup.theme.techlight-4.1.1.zip", "has_sig": false, "md5_digest": "bf91af0ac8b370fbc96ebec1d7f926b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79141, "upload_time": "2011-08-09T12:46:09", "url": "https://files.pythonhosted.org/packages/d6/4a/ad545d4190b6236e2c994281133b4cfaafec7335a08ba18d58beb7d47608/quintagroup.theme.techlight-4.1.1.zip" } ], "6.0": [ { "comment_text": "", "digests": { "md5": "a5956787a7e2ed55e5ecb22dc19db4b8", "sha256": "b25413323d6b8054219631a97fbd20e042a0cac86743ff790984b9a0d3bb0a6c" }, "downloads": -1, "filename": "quintagroup.theme.techlight-6.0.zip", "has_sig": false, "md5_digest": "a5956787a7e2ed55e5ecb22dc19db4b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149814, "upload_time": "2011-10-21T15:03:11", "url": "https://files.pythonhosted.org/packages/fb/57/21c36563061942dd7ebab20795dfb75937780a19d5356781038c2542bc68/quintagroup.theme.techlight-6.0.zip" } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "96ed2d74debca8116b9e54b4fbceff9a", "sha256": "6d423b24d9fb722e8275a4091b23448d47271777476f35e80b50c380285dcf4f" }, "downloads": -1, "filename": "quintagroup.theme.techlight-6.0.1.zip", "has_sig": false, "md5_digest": "96ed2d74debca8116b9e54b4fbceff9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150136, "upload_time": "2011-10-21T16:05:09", "url": "https://files.pythonhosted.org/packages/93/bc/537fc6339193c329bb40d1e9764060100450d67f7f3e8e4dfa8863c20b94/quintagroup.theme.techlight-6.0.1.zip" } ], "6.0.2": [ { "comment_text": "", "digests": { "md5": "0357c00f87a35b6d7758eafee033a9f0", "sha256": "53914a9fb8998fc4b709d3339c047e5693b7b5e8539a6117749b995bc07defdd" }, "downloads": -1, "filename": "quintagroup.theme.techlight-6.0.2.zip", "has_sig": false, "md5_digest": "0357c00f87a35b6d7758eafee033a9f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150748, "upload_time": "2011-11-03T09:45:59", "url": "https://files.pythonhosted.org/packages/ae/6d/1d3ddc0ec8a1a691cf66c79284af75717c5674d97964ba7d4b8ab9742e9f/quintagroup.theme.techlight-6.0.2.zip" } ], "6.0.3": [ { "comment_text": "", "digests": { "md5": "e5362c6c71b5cedc5a9b6615829f9876", "sha256": "cecff5a0de2d785b36ad567babad05ffd00d3cc5630488fb85272df8ee9c4cfc" }, "downloads": -1, "filename": "quintagroup.theme.techlight-6.0.3.zip", "has_sig": false, "md5_digest": "e5362c6c71b5cedc5a9b6615829f9876", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149466, "upload_time": "2011-11-22T15:08:08", "url": "https://files.pythonhosted.org/packages/ab/69/86b55a836c91c4afbec9a910ffb036ff064e340d5b1d35635c92d7036e35/quintagroup.theme.techlight-6.0.3.zip" } ], "6.0.4": [ { "comment_text": "", "digests": { "md5": "80ff795ba9c91b463b48223cb7b06cd4", "sha256": "45a23842d853260d2f64a6faf60feb6a50dec7c83e6956a64c12a0eacabc4f4c" }, "downloads": -1, "filename": "quintagroup.theme.techlight-6.0.4.zip", "has_sig": false, "md5_digest": "80ff795ba9c91b463b48223cb7b06cd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150320, "upload_time": "2011-12-26T12:44:10", "url": "https://files.pythonhosted.org/packages/77/f3/c8a6b4ccee92e44ccae52b101091584a442215646d3011fcf1dccff3d814/quintagroup.theme.techlight-6.0.4.zip" } ], "6.0.5": [ { "comment_text": "", "digests": { "md5": "c8381da50f104899785f5b187ba05660", "sha256": "0a97807337f562e00f106f3dd267897d5efb332ca0d0d2c8ee63638e802f3a8f" }, "downloads": -1, "filename": "quintagroup.theme.techlight-6.0.5.zip", "has_sig": false, "md5_digest": "c8381da50f104899785f5b187ba05660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150061, "upload_time": "2011-12-29T10:54:57", "url": "https://files.pythonhosted.org/packages/d9/e3/a522b933972f5bd7f27de7d33295bab5a4e861d80bf570584255689196d9/quintagroup.theme.techlight-6.0.5.zip" } ], "6.0.6": [ { "comment_text": "", "digests": { "md5": "13a44040bb628ce84a4859685206fb1e", "sha256": "4a19002eb1ce95026e8af773b3c4d97ea4c51c49fdd51842f07ea79ffb6aac1d" }, "downloads": -1, "filename": "quintagroup.theme.techlight-6.0.6.zip", "has_sig": false, "md5_digest": "13a44040bb628ce84a4859685206fb1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149776, "upload_time": "2012-01-20T15:10:41", "url": "https://files.pythonhosted.org/packages/ad/00/47819268b69879158c06bc66966d2f2505a262c0ae6a86996c6b6ed1cbae/quintagroup.theme.techlight-6.0.6.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "13a44040bb628ce84a4859685206fb1e", "sha256": "4a19002eb1ce95026e8af773b3c4d97ea4c51c49fdd51842f07ea79ffb6aac1d" }, "downloads": -1, "filename": "quintagroup.theme.techlight-6.0.6.zip", "has_sig": false, "md5_digest": "13a44040bb628ce84a4859685206fb1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149776, "upload_time": "2012-01-20T15:10:41", "url": "https://files.pythonhosted.org/packages/ad/00/47819268b69879158c06bc66966d2f2505a262c0ae6a86996c6b6ed1cbae/quintagroup.theme.techlight-6.0.6.zip" } ] }