ipdasite.theme 2.0.1
International Planetary Data Alliance Site Theme
Latest Version: 2.1.1
This package provides the look and feel for the the International Planetary Data Alliance (IPDA) web site.
Although intended for the web site of the IPDA, this package may be installed on any Plone 4 site. It was developed by the Planetary Data System (PDS).
Installation
Use Buildout with the plone.recipe.zope2instance recipe.
Add ipdasite.theme to the list of eggs to install, e.g.:
[buildout] ... eggs = ... ipdasite.themeTell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance] recipe = plone.recipe.zope2instance ... zcml = ipdasite.themeRe-run buildout, e.g. with:
$ ./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.
Changelog
2.0.1 - Workaround TinyMCE
This release works around some of the problems with TinyMCE. Notably, the IPDA theme includes a background image on the html element so it can fill the entire page regardless of scrolling. However, the inner html in the TinyMCE iframe picks that up as well, leaving an ugly navy blue block in your text editing area. Secondly, Products.TinyMCE includes a link "Edit without visual editor" that's contained in a div with a hard-coded style block set to a -1em margin. That makes the link land badly in our theme. Sadly, there's no CSS classes or IDs we can use on that link (or its div) so we sneak some invisible content just above it to space it out. (Ugly yes, but that should be fixed in Products.TinyMCE.)
2.0.0 - Plone 4
This release of the IPDA Site Policy brings about Plone 4 compatibility.
Copyright & License
Copyright 2008-2011 by the California Institute of Technology. ALL RIGHTS RESERVED.
The Software is owned by Caltech/JPL and is protected by United States copyright laws and applicable international treaties and/or conventions. The United States Government may have prior rights to use some or all of the Software as determined under applicable contracts and license agreements with Caltech/JPL.
This software was developed at the Jet Propulsion Laboratory, an operating division of the California Institute of Technology and is not available for use by any person, organization, or other entity without prior, specific written permission.
- Author: Sean Kelly
- Home Page: http://pypi.python.org/pypi/ipdasite.theme/
- Download URL: http://oodt.jpl.nasa.gov/dist/ipdasite
- Keywords: web zope plone planetary data science theme style
- License: Proprietary
-
Categories
- 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 :: Scientific/Engineering :: Astronomy
- Topic :: Scientific/Engineering :: Atmospheric Science
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: nutjob
- DOAP record: ipdasite.theme-2.0.1.xml
