raptus.navexplorer

by Raptus AG last modified Nov 02, 2011 10:06 AM

Provide a navigation to explore and manage plone content

Project Description

Introduction

This plone product has been developed to support customers and webmasters in keeping an overview of their plone site and helping them control and manipulate it. The complete content of the plone site is represented as a structured tree. This tree is presented in a separated frame not to compromise the display of the plone site itself. In addition, much information is shown for each content-type.

To allow easy manipulation of a content item, all the regular actions are accessible in a context menu available on the repsective node of the tree. With only a few mouse clicks one can navigate miscellaneous views.

The tree supports drag&drop, allowing single or multiple content-types to be moved into others.

User manual and features

Single click:Display information about the selected content.
Double click:Open content in the right frame.
Right click:Open context menu with additional actions.
Arrow keys:Navigate tree and open/close treenodes.
Enter key:Open highlighted content in the right frame.
Drag and Drop:Move one or multiple treenodes into another.
Multiselection:Select desired treenodes by left-click holding the 'shift' or 'alt' key pressed.

Supported Languages

  • English
  • German
  • French

Developer's Manual

Context menu

The default context menu for archetypes shows the Plone menu named "plone_contentmenu". To customize this context menu create a new Adapter implementing IContextMenu.

Accordion

The additional information on any content-type is displayed in a separated jQueryUI accordion item. For more information please read the interface description: IAccordionItem.

Logo change

Change the logo by editing the settings in portal_properties at raptus_navexplorer/additional_development_info

Future features

  • nothing at the moment

Tests

Currently, there are no automated tests. This project was created using Firefox 5

Changelog

1.0 (2011-11-02)

  • Initial release

Current Release
raptus.navexplorer 1.0

Released Nov 02, 2011 — tested with Plone 4.1, Plone 4, Plone 3

Initial release
More about this release…

Download file Get raptus.navexplorer for all platforms
raptus.navexplorer-1.0.tar.gz
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.0 Nov 02, 2011 Initial release More about this release…
Plone 4.1
Plone 4
Plone 3
GPL final

Comments (1)

Michael Wunderlich Mar 19, 2012 02:48 AM
Suggest identifying that raptus.navexplorer needs both eggs/zcml but ordereddict only needs to be placed in eggs.
Layout principals look good.