-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
31 lines (23 loc) · 1.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description
WhatCounts Signup is a simple Plone Product that provides site visitors
the opportunity to sign up for a WhatCounts-hosted email list. It comes
with an email signup portlet and a fuller signup page that requests
basic contact information. The person is signed up to the email list
and a copy of the contact information is sent on to an organizational
contact.
Installation
**In keeping with Python and Zope 3 conventions, this Product's package should
be named "whatcountssignup", with all lowercase letters. The Product is generally
referred to as WhatCounts Signup though.**
Place the whatcountssignup package in the Products directory of your Zope instance
and restart the server. The product is then installable in the ZMI's quick
installer or in Plone's Add/Remove Products in the Control Panel.
You may uninstall from the same location, although, the uninstall process
doesn't remove skin directories or the email_signup_property sheet in
portal_properties.
What this product does
TODO: describe the smart_gets options.
Written by
Johnpaul Burbank <jpburbank@tegus.ca>
Andrew Burkhalter <andrewb@onenw.org>
Jon Baldivieso <jonb@onenw.org>