Skip to main content

Plone Heads Up Display Panels

Project description

This Plone add-on contains several HUD Panels:

  • Best Practices - Plone best practices panel.

  • Content Browser - browse through catalog.

  • Security Advisories - RSS reader for securiry advisories directly inside Plone.

  • Users - basic users information.

It uses plone.hud framework

Installation

To install plone.app.hud you simply add plone.app.hud to the list of eggs in your buildout.

Activation

Run buildout and restart Plone. Then, install plone.app.hud using the Add-ons control panel.

Usage

Access the panels by adding /@@hud to the end of site URL, like so:

http://localhost:8080/Plone/@@hud

Or by clicking HUD Panels in Site Setup page.

Configuration

Every panel has it’s own permission, so that you can assign it to any role you wish.

How to make your own panels?

Development

Add to your Plone buildout.cfg:

...
eggs +=
    ...
    plone.hud
    plone.app.hud
...
extensions += mr.developer
sources = sources

auto-checkout =
    plone.hud
    plone.app.hud

[sources]
plone.hud = git git://github.com/plone/plone.hud.git
plone.app.hud = git git://github.com/plone/plone.app.hud.git
...

Changelog

1.0a1 (2013-09-17)

  • Initial release. [Matej Cotman]

  • Translations sl, es and ru [Natasa Cotman]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plone.app.hud-1.0a1.zip (126.4 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page