{ "info": { "author": "Sean Kelly", "author_email": "sean.kelly@jpl.nasa.gov", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Intended Audience :: Science/Research", "License :: Other/Proprietary License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "***********\njpl.ngtheme\n***********\n\nThis package, ``jpl.ngtheme`` provides the next generation theme for Plone_\nwebsites hosted at the Jet Propulsion Laboratory (JPL_). This theme turns\nyour ordinary Plone_ site into one suitable for public-facing websites at JPL.\n\n\n.. References:\n.. _Plone: http://plone.org/\n.. _JPL: http://jpl.nasa.gov/\n\n\nRequirements\n============\n\nThe ``jpl.ngtheme`` package requires:\n\n* Plone 4.0, 4.1, or 4.2\n* Python_ 2.6 or 2.7\n* libxml2_ 2.6.26 or later (*important!*)\n* libxslt_ 1.1.26 or later (*important!*)\n\n\nInstallation\n============\n\nTo install this theme, just include ``jpl.ngtheme`` as one of your installed\neggs for your Plone site.\n\n* If you're using a buildout_, you can add ``jpl.ngtheme`` to the list of eggs\n in the ``plone.recipe.zope2instance`` recipe. For example::\n\n [buildout]\n ...\n eggs =\n ...\n jpl.ngtheme\n ...\n\n* If you're using a \"policy\" project egg, just add ``jpl.ngtheme`` as a\n dependent egg.\n\n For example::\n\n setup(\n ...\n install_requires=[\n ...\n 'jpl.ngtheme',\n ...\n ]\n )\n\nIn either case, re-run the buildout and start your server.\n\nThere's no need to include a \"ZCML slug\", since this package advertises a\n``z3c.autoinclude`` plugin for Plone. (If you don't know what that means,\nthen don't worry about it.)\n\n\nActivating the Theme\n--------------------\n\nOnce your server is running, you can activate the theme:\n\n1. Log into your Plone site as a manager.\n2. Click your name in the personal bar, and click \"Site Setup\".\n3. Click \"Add-ons\".\n4. Check the box by ``jpl.ngtheme`` and click \"Activate\".\n\nYou may need to empty your browser cache and reload the page to see the new\ntheme.\n\n\nSetting Up the Webmaster\n------------------------\n\nPublic websites at JPL must tell who their webmasters are in the footer. With\n``jpl.ngtheme``, this is displayed automatically from the Plone Mail settings.\nTo set this name:\n\n1. Log into your Plone site as a manager.\n2. Click your name in the personal bar, and click \"Site Setup\".\n3. Click \"Mail\".\n4. Enter the name of the webmaster under \"Site 'From' name\".\n5. Click \"Save\".\n\n\nChanging the Banner Image\n-------------------------\n\nThe package ``jpl.ngtheme`` includes a generic banner image. To set a custom\nbanner, create a new image in the PNG_ format; suggested size is 989\u00d7127 pixels\n(at 72 pixels per inch). Save the image into a file, then:\n\n1. Log into your Plone site as a manager.\n2. Click your name in the personal bar, and click \"Site Setup\".\n3. Click \"Zope Management Interface\".\n4. Click the ``portal_skins`` tool.\n5. Click the ``jpl_ngtheme_custom_images`` folder.\n6. Click ``logo.png``.\n7. Press \"Customize\".\n8. Across from the \"File Data\" heading, find and upload your new image file.\n\nYou may need to empty your browser cache and reload your site's pages to see\nthe new banner image.\n\n\nQuestions or Comments?\n======================\n\nThe ``jpl.ngtheme`` package was developed by Sean Kelly for the Jet Propulsion\nLaboratory. If you have any questions, comments, or would like to report a\nbug or request a new feature, please contact him.\n\n\n\n.. References:\n.. _buildout: http://www.buildout.org/\n.. _PNG: http://www.libpng.org/pub/png/\n.. _Python: http://python.org/\n.. _libxml2: http://www.xmlsoft.org/\n.. _libxslt: http://www.xmlsoft.org/\n\nChangelog\n=========\n\nWhat follows is a history of changes in this package from release to release.\n\n1.0.6 \u2014 2012.5.24 \u2014 Post-Registration Blues\n-------------------------------------------\n\nThis release fixes the package metadata by updating the package's \"home page\".\nIt also includes some additional package keywords.\n\n\n1.0.5 \u2014 2012.5.24 \u2014 Powered by Secret\n-------------------------------------\n\nThis release:\n\n* Removes the \"Powered by Plone & Python\" colophon, per Tony Greicius.\n* Improves the installation instructions.\n\n\n1.0.3 \u2014 2011.7.28 \u2014 Layer Affinity\n----------------------------------\n\nThis release makes the viewlets in the theme stick to their own browser layer.\nDerived themes should likewise use this theme's specific layer interface as a\nbase.\n\n\n1.0.2 \u2014 2011.6.30 \u2014 Test Layer Cleanup\n--------------------------------------\n\n* Fixes the name of the functional testing layer.\n* Makes the testing layer's base be plone.app.theming's base.\n* Removes unneeded call to install plone.app.theming as a \"product\", which\n produced a disturbing\u2014but harmless\u2014error message.\n\n\n1.0.1 \u2014 2011.6.28 \u2014 Buffed\n--------------------------\n\nThis release buffs out some of the rough edges of the 1.0.0 release by\nincluding missing dependencies. It also adds test layer fixtures as well as\nsome integration tests of the viewlets.\n\n\n1.0.0 \u2014 2011.6.27 \u2014 Initial\n---------------------------\n\nThis is the FCS_ of the JPL Next Generation theme.\n\n\n0.0.0dev (unreleased)\n---------------------\n\n* Initial (unreleased) release\n\n\n.. References:\n.. _FCS: http://en.wikipedia.org/wiki/Software_release_life_cycle\n\n\nCopyright\n=========\n\nCopyright 2011\u20132012 by the California Institute of Technology. ALL RIGHTS\nRESERVED.\n\nThe Software is owned by Caltech/JPL and is protected by United States\ncopyright laws and applicable international treaties and/or conventions. The\nUnited States Government may have prior rights to use some or all of the\nSoftware as determined under applicable contracts and license agreements with\nCaltech/JPL.\n\nThis software was developed at the Jet Propulsion Laboratory, an operating\ndivision of the California Institute of Technology and is not available for\nuse by any person, organization, or other entity without prior, specific\nwritten permission.", "description_content_type": null, "docs_url": null, "download_url": "http://oodt.jpl.nasa.gov/dist/jpl-theme", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/jpl.ngtheme/", "keywords": "web zope plone theme diazo nasa caltech jpl", "license": "Proprietary", "maintainer": null, "maintainer_email": null, "name": "jpl.ngtheme", "package_url": "https://pypi.org/project/jpl.ngtheme/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jpl.ngtheme/", "project_urls": { "Download": "http://oodt.jpl.nasa.gov/dist/jpl-theme", "Homepage": "http://pypi.python.org/pypi/jpl.ngtheme/" }, "release_url": "https://pypi.org/project/jpl.ngtheme/1.0.6/", "requires_dist": null, "requires_python": null, "summary": "JPL Next Generation Theme", "version": "1.0.6" }, "last_serial": 423832, "releases": { "1.0.0": [], "1.0.1": [], "1.0.2": [], "1.0.3": [], "1.0.4": [], "1.0.5": [], "1.0.6": [] }, "urls": [] }