Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install plonetheme.terrafirma

How to install plonetheme.terrafirma

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install plonetheme.terrafirma
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3 Available View build log
Windows (64-bit)
0.3 Available View build log
Mac OS X (10.5+)
0.3 Available View build log
Linux (32-bit)
0.3 Available View build log
Linux (64-bit)
0.3 Available View build log
 
License
GPL
Dependencies
Lastest release
version 0.3 on Jan 5th, 2011

Terrafirma is a visual theme for Plone 3. This theme is based on the following:

terrafirma1.0 by nodethirtythree design http://www.freecsstemplates.org/preview/terrafirma

In order to comply with the original author's requirements the theme provides a viewlet bellow the footer with a link to http://www.nodethirtythree.com/

We tested on Safari 3 and FF2/3 on Mac, FF2, IE6, Opera 9.5 on PC.

This theme was initially generated with the plone3_theme recipe from ZopeSkel, using paster and adopted for Plone by:

Aleksandr Vladimirskiy <sasha@theotheralex.com> http://plone.org/author/shurik

Done with help from #plone on freenode. Thanks to limi for early feedback and vedawms for full review. Let me know if anything looks wrong.

It is distributed as an egg. Include it in your buildout... and simply run:

$: my_plone_instance: bin/instance test -s plonetheme.terrafirma ... Ran 5 tests with 0 failures and 0 errors in 9.160 seconds.

>>> from Products.Five.testbrowser import Browser
>>> browser = Browser()
>>> portal_url = self.portal.absolute_url()
>>> browser.handleErrors = False
>>> self.portal.error_log._ignored_exceptions = ()

Login as portal owner

>>> from Products.PloneTestCase.setup import portal_owner, default_password
>>> browser.open(portal_url + '/login_form?came_from=' + portal_url)
>>> browser.getControl(name='__ac_name').value = portal_owner
>>> browser.getControl(name='__ac_password').value = default_password
>>> browser.getControl(name='submit').click()

Test theme is installed and selected

>>> browser.open("http://nohost/plone/@@skins-controlpanel")
>>> browser.getControl('Terrafirma Theme').selected == True
True

Test for viewlets

>>> browser.open("http://nohost/plone")
>>> "Node Thirty Three" in browser.contents
True
>>> "plone-logo.png" in browser.contents
True

Changelog for plonetheme.terrafirma

(Aleksandr Vladimirskiy sasha@theotheralex.com)

plonetheme.terrafirma - 0.3

  • Fix documentation

plonetheme.terrafirma - 0.2

  • First revision to support PyPi documentation

plonetheme.terrafirma - 0.1

  • Initial package structure.

System Message: WARNING/2 (<string>, line 82)

Bullet list ends without a blank line; unexpected unindent.

[zopeskel]

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:3

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.