You are here: Home Plone products Hamnavoe

Hamnavoe (1.0.1)

1
by Olha Pelishok last modified 2008-10-08
0.0
0.0
0.0
0.0
Released on 2008-10-06 by David Little for Plone 3.0, Plone 3.1 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
An installable theme for Plone 3x
Hamnavoe

Browser compatibility

Tested browsers include:

  • Mozilla Firefox (versions 2x and 3x)
  • Mozilla Seamonkey 1.1x
  • Opera 9x
  • Safari 3
  • Internet Explorer 6
  • Internet Explorer 7
  • Chrome 0.2

Tested on Windows and Mac (with the exception of Chrome and Internet Explorer: PC only).

Installation

The easiest way to install Hamnavoe is to include it in a buildout. You can find out more on using buildout with Plone in this tutorial: Managing projects with zc.buildout.

In your buildout file, include the following lines:

Under the eggs = section in your buildout file (e.g. buildout.cfg), add plonetheme.hamnavoe, i.e.

[buildout]
eggs =
    plonetheme.hamnavoe

In the same file under [instance] (or [clientx] if using Zeo), add plonetheme.hamnavoe i.e.

zcml =
   plonetheme.hamnavoe

and re-run buildout. This will download and install Hamnavoe for you. You can then install this into your Plone site using “Add-on Products” (or “Add / remove products” depending on which version of Plone 3 you are using) via your site’s “Site’s setup” link (usually in the top right hand corner of your site). You can also install via the ZMI using the portal_quickinstaller or via portal_setup

To install plonetheme.hamnavoe into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this:

  • When you’re reading this you have probably already run “easy_install plonetheme.hamnavoe“. Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall
  • Create a file called “plonetheme.hamnavoe-configure.zcml“ in the “/path/to/instance/etc/package-includes“ directory.  The file should only contain this: <include package=”plonetheme.hamnavoe” />

Customization

Banner image

To replace the banner image with your own, upload a file with the filename “banner.jpg” to the root of your site, or create a new image with the id “banner.jpg” in your site’s portal_skins/custom folder in the ZMI.  The image should have the following dimensions:

990 pixels (width) x 200px (height)

The banner image is made available under a Creative Commons Attribution Non-Commercial Share Alike 2.0 Generic licence

Stones on Nouster Bay beach, North Ronaldsay 19/09/05

Stones on Nouster Bay beach, North Ronaldsay

CSS

You can customise Hamnavoe’s CSS as you wish by customising hamnavoe.css (in the portal_skins/plonetheme_hamnavoe_styles) folder in to your portal_skins/custom folder. Internet Explorer fixes are in IEFixes.css in the same folder.

Strapline

By default the theme will use the site’s title to generate the strapline. If you wish to change this, create a Page Template in your site’s portal_skins/custom directory with the ID “strapline”. This should contain the text you wish you display or your own code.

Document Actions
Powered by Plone