Plone

From mn/geo/geoit
Revision as of 10:58, 29 September 2011 by Jfb (talk | contribs) (Created page with "=Installation= Plone is easy to install, the latest version we are working with is Plone 4.1. This page is primarily being used for keeping notes on the migration task from Plo...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installation

Plone is easy to install, the latest version we are working with is Plone 4.1.

This page is primarily being used for keeping notes on the migration task from Plone 2.5 to Plone 4.1.

Jfb 10:58, 29 September 2011 (CEST)

Working Through Aspeli Book

Followed the main recipes provided for the example 'Optilux' site. The key things done so far include:

  1. Creating a custom theme from an example
  2. Creating a custom BrowserView (or is it a product, I'm not sure)
  3. Adding JavaScript to templates

Creating a custom theme

  1. copy over the example template them
  2. replace all instances of the previous them title or name
  3. run:
bin/zopeskel plone myproject.theme

Now, copy over all the components from the original theme into that directory:

-- configure.zcml --


Creating a BrowserView Product

TBC

Adding javascript

There are some key pieces of information for this here: | community-developer-documentation

and

| client-side-functionality


Looking closely at:

| jquery

| javasscript