Code Monkey home page Code Monkey logo

plone.app.cmsui's Introduction

============
Introduction
============

.. contents:: Contents

plone.app.cmsui installs a new content management user interface for Plone.
For the moment, it is an experiment only, but hopefully one that will point
the way towards Plone's future.

The main premise of plone.app.cmsui is to put all the content management
user interface elements into a separate package, with its own, isolated styles
and JavaScript files, injected into the page and displayed overlaying the
content page. The idea is that no matter how you theme your site, and what
you install, you should not be able to break the editing and administration
UI.

Installation
============

You can use the following buildout to test plone.app.cmsui against
Plone 4.1rc3 - update versions as applicable::

    [buildout]
    parts = instance
    extends =
        http://good-py.appspot.com/release/plone.app.cmsui/1.0a1?plone=4.1rc3
    
    [instance]
    recipe = plone.recipe.zope2instance
    user = admin:admin
    eggs =
        Plone
        plone.app.cmsui

Make sure you install the "CMS User Interface" profile when creating your
Plone site.

Using with Diazo
================

If you are using Diazo and plone.app.theming, you can enable the CMS UI in
your site by including the following rule::

    <before css:theme-children="body" css:content="#plone-cmsui-trigger" />

Theme and resource bundles
==========================

All CMS UI resources are loaded in a theme (in the portal_skins sense) called
'cmsui'. Using the concept of resource bundles (in Products.ResourceRegistries
2.1a1), resources are segregated between this theme and the theme (probably
'Sunburst Theme') used for the public site.

Participation and conventions
=============================

See http://projects-wiki.plone.org/display/NEWUI/Home for details about how
to participate, the rationale behind the project, and related information.
Log in with your plone.org username.

The following rules and conventions apply:

* No functionality should live in this package, only views and associated
  user interface logic.
* Dependencies on other packages should be minimised: With the exception
  of edit forms and the control panel, the goal is to move all the editing
  views into this package, so that they can be maintained consistently.
* There is a ``bbb`` subpackage that contains overrides and integration
  code required for this package to install on a clean Plone 4.1 site. In
  time, this package should be entirely removed and the changes propagated
  to the relevant parts of Plone, if and when this package is merged via the
  PLIP process.

plone.app.cmsui's People

Contributors

davisagli avatar vangheem avatar mishunov avatar optilude avatar lentinj avatar tomster avatar matthewwilkes avatar baekholt avatar lrowe avatar eleddy avatar smcmahon avatar kcleong avatar jaroel avatar martior avatar rpatterson avatar maartenkling avatar gotcha avatar naro avatar ralphjacobs avatar

Stargazers

Roché Compaan avatar

Watchers

Roché Compaan avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.