You are here: Home Plone products uwosh.simpleemergency

uwosh.simpleemergency (1.0.1)

1
by Olha Pelishok last modified 2010-04-30
0.0
0.0
0.0
0.0
Released on 2010-04-27 by Nathan Van Gheem for Plone 3.0, Plone 4.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
This product creates a viewlet that can be configured to show emergency noticiations
uwosh.simpleemergency

This package is a Plone product that enables you to provide a simple emergency message to a Plone site.

It provides mechanisms for WYSIWYG editing of the emergency message and it allows the manager to display the message only on the front page or on all pages.

Why

Because we need to be able to display emergency messages to our users.

How

Go into the site setup and click on the Emergency Config button or just append uwosh.simpleemergency.configuration onto the portal url. Then enter the emergency message and enable it.

Document Actions

How to install

Avatar Posted by Days trying to install at 2010-09-06
Can someone help me install this product? Is ther ean easier guide for those who have not much experience with programming?

Re: How to install

Avatar Posted by Olha Pelishok at 2010-09-06
This product can be installed in the same way as any other product for Plone: you have to add uwosh.simpleemergency to the list of eggs to install in the buildout.cfg file of your zope installation and also to the zcml area.

For more info - see INSTALL.txt file in the /docs section within product package.

Help!!

Avatar Posted by Paul at 2010-09-09
I am new to Plone (running Plone 3 on Win 2003 Server) and I am trying to install this product for some days now and have a headache trying and trying. Wish it can just be dropped in the product folder like the other add-ons I've successfuly installed!

When you said "also to the zcml area" do you mean in the buildout file or in the "instance" directory? My site keeps crashing when I add to the instance directory as mentioned in the install documentation.

Re: Help!!

Avatar Posted by Olha Pelishok at 2010-09-09
Paul,

by saying "also to the zcml area" I mean zcml section of your buildout.cfg file. So you have to add uwosh.simpleemergency in 2 places of buildout.cfg file:

[instance]
...
eggs = uwosh.simpleemergency
...
zcml = uwosh.simpleemergency
...

Powered by Plone