{ "info": { "author": "David Glick, Groundwire", "author_email": "davidglick@groundwire.org", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "License :: OSI Approved :: GNU General Public License (GPL)" ], "description": "Introduction\n============\n\nThis package streamlines the process of creating a donation form within a Plone\nsite that can process payments via one of the payment processors supported by\n`PloneGetPaid`_.\n\n.. _`PloneGetPaid`: http://plonegetpaid.com\n\nOn its own, `PloneGetPaid`_ provides a useful basis for processing electronic\npayments within Plone, including support for a number of payment processors.\nHowever, PloneGetPaid is optimized for the use case of purchasing products, and\nmakes some assumptions that are suboptimal for collecting donations:\n\n* It assumes that any item purchased is represented by a content item within the\n site, which is not the case for arbitrary donations.\n* It provides no user interface for selecting among predefined donation levels -or-\n entering an arbitrary donation amount.\n* Its checkout process requires several steps, whereas making a donation should\n be as streamlined as possible.\n\npfg.donationform solves these problems by creating a `PloneFormGen`_-based donation\nform with a custom \"donation field\" that provides an acceptable UI for configuring\na donation amount and recurring donation. When the form is submitted, it can\neither process the donation immediately based on contact and billing fields\nincluded in the form, or can redirect to the standard GetPaid checkout wizard.\n\n.. _`PloneFormGen`: http://plone.org/products/ploneformgen\n\nThe donation field may also be used in other PloneFormGen forms.\n\nDependencies\n------------\n\npfg.donationform works on both Plone 3 and Plone 4. Recent versions of\nPloneFormGen and PloneGetPaid are required.\n\nInstallation\n------------\n\nAdd GetPaid to your buildout, using the instructions at\nhttp://code.google.com/p/getpaid/wiki/InstallingGetPaid to make sure you get\nthe correct package versions.\n\nAdd pfg.donationform to your buildout.\n\nStart Zope and install PloneGetPaid via the Add-ons control panel, and configure\nits settings.\n\nInstall \"Donation Form\" via the Add-ons control panel.\n\nMake sure you have configured your Plone site's mailhost settings.\n\nUsage\n-----\n\nBegin adding a donation form by selecting \"Donation Form\" from Plone's\nAdd menu. Fill out the fields and click \"Add\" to finish adding the form.\n\nBy default GetPaid uses a dummy payment processor that \"accepts\" payment\nwithout actually doing anything. You will need to configure GetPaid via its\ncontrol panel in Site Setup.\n\nCustomization\n-------------\n\nBecause the generated form is a PloneFormGen form, you may edit or add fields\nvia the normal PloneFormGen user interface. If you add a field and want it to\nbe included in the e-mail that is sent when a donation is made, you must also\nedit the mailer adapter and add it to the list of included fields. (All fields\nare not included automatically, in order to avoid sending sensitive credit card\ninformation via e-mail.)\n\nIf you let the Donation Form creation process add contact and billing fields to\nthe form, make sure that you do not remove them or change their IDs -- the\nGetPaid adapter expects to find them.\n\nCredits\n-------\n\npfg.donationform was created for `Groundwire`_ by `David Glick`_. Thanks also\nto Fulvio Casali.\n\n.. _`Groundwire`: http://groundwire.org\n.. _`David Glick`: http://davisagli.com\n\nChange history\n**************\n\nChangelog\n=========\n\n1.2.3 (2012-01-27)\n------------------\n\n- Format donation amounts using the active locale, if possible.\n [davisagli]\n\n- Clear the shopping cart before adding a donation line item.\n [yomatters]\n\n- Default to using separate first/last name fields instead of a single name field.\n [davisagli]\n\n- Default to no limit on term of recurring payments.\n [davisagli]\n\n- Add some additional CSS hooks to the donationfield widget template\n [jessesnyder]\n\n1.2.2 (2011-07-06)\n------------------\n\n- Don't break if there's no IIntIds utility.\n [davisagli]\n\n1.2.1 (2011-07-06)\n------------------\n\n- Depend on zope.intid instead of zope.app.intid.\n [davisagli]\n\n1.2 (2011-06-30)\n----------------\n\n- Refactored the DonationFieldLineItemFactory to make it easier to override.\n [davisagli]\n\n- Moved form creation logic to helpers in the ``utils`` module.\n [davisagli]\n\n- PloneGetPaid is no longer a hard dependency. You still want it in most cases,\n so be sure to install it before installing pfg.donationform unless you know\n what you're doing.\n [davisagli]\n\n- Fix imports for compatibility with Plone 4.1.\n [davisagli]\n\n1.1 (2011-05-18)\n----------------\n\n- Don't put anything in the custom donation amount field if no suggested\n donation was configured (it used to display a '0').\n [davisagli]\n\n- Add a minimum donation setting (defaults to $1) to help avoid automated bots\n testing credit cards.\n [davisagli]\n\n1.0.4 (2010-09-23)\n------------------\n\n- Add option to set up recurring payments that continue indefinitely, instead\n of prompting the user for a number of months to recur.\n [davisagli]\n\n- Fix view of donation fieldsets when they are contained in other fieldsets.\n [davisagli]\n\n1.0.3 (2010-08-27)\n------------------\n\n- Allow pfg.donationform to be present but not installed when upgrading a site\n to Plone 4.\n [jbaldivieso]\n\n1.0.2 (2010-08-05)\n------------------\n\n- Fix regression in handling the case where the default amount is None.\n [davisagli]\n\n1.0.1 (2010-08-05)\n------------------\n\n- Remove the 'required' setting for the donation field for now, since it doesn't\n work properly and isn't trivial to fix. Also the 'hidden' and 'fgDefault'\n settings, which don't make sense for this field.\n [davisagli]\n\n- Fix bugs in highlighting the currently selected level.\n [davisagli]\n\n- Handle predefined donation levels with no label.\n [davisagli]\n\n- Fix the wording for the case where no predefined donation levels are specified.\n [davisagli]\n\n1.0 (2010-08-03)\n----------------\n\n- Mark the cart as an IDonationCart.\n [davisagli]\n\n- Fire a DonationCreatedEvent on the cart after a donation is added.\n [davisagli]\n\n1.0b1 (2010-05-19)\n------------------\n\n- Initial release.\n [davisagli]\n\nDownload\n********", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/pfg.donationform", "keywords": "ploneformgen donation form getpaid", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "pfg.donationform", "package_url": "https://pypi.org/project/pfg.donationform/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pfg.donationform/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/pfg.donationform" }, "release_url": "https://pypi.org/project/pfg.donationform/1.2.3/", "requires_dist": null, "requires_python": null, "summary": "A PloneFormGen-based donation form that does checkout via PloneGetPaid.", "version": "1.2.3" }, "last_serial": 796187, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "3485961b1f3b03a44d2b735f8660528f", "sha256": "0bb1f73255486b3b281335313325d07e56f70215c51a3cd5244e01604e693921" }, "downloads": -1, "filename": "pfg.donationform-1.0.zip", "has_sig": false, "md5_digest": "3485961b1f3b03a44d2b735f8660528f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39071, "upload_time": "2010-08-03T18:51:32", "url": "https://files.pythonhosted.org/packages/25/33/77ff18cbd29e8db52648f4a0f018aa731c71fdd67f272fae1cdc61b0c374/pfg.donationform-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "02b6eb27e7bac7d030a10e23bd902c8d", "sha256": "48e38f6009a12b8077eab45cf7584fd0bc9aa0e9af6985012a8656227f9177ad" }, "downloads": -1, "filename": "pfg.donationform-1.0.1.zip", "has_sig": false, "md5_digest": "02b6eb27e7bac7d030a10e23bd902c8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40375, "upload_time": "2010-08-06T00:26:40", "url": "https://files.pythonhosted.org/packages/4a/7b/52e81421a6c230840ec76782457a5ce1e2af40356a927d8533576ba6ef8f/pfg.donationform-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "c7011cf13fd71e18b2af54932f72f74b", "sha256": "0994efa0032d57a430f97b98fcfbd0f6cb1805f2b6043884b0deae2b53bbf52f" }, "downloads": -1, "filename": "pfg.donationform-1.0.2.zip", "has_sig": false, "md5_digest": "c7011cf13fd71e18b2af54932f72f74b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40496, "upload_time": "2010-08-06T00:52:07", "url": "https://files.pythonhosted.org/packages/15/7e/9f1983c6549c9fee22da50761fd86b742f3877fb76a397c13f3f31c159c8/pfg.donationform-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "dc60515b5dffd1c89e49af36349f4a2f", "sha256": "acfd2c1c906b6bb5908e8c017ee4a416df9a4e1624e752d852cbe2b6b29690a9" }, "downloads": -1, "filename": "pfg.donationform-1.0.3.zip", "has_sig": false, "md5_digest": "dc60515b5dffd1c89e49af36349f4a2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40693, "upload_time": "2010-08-27T22:08:42", "url": "https://files.pythonhosted.org/packages/eb/b1/551a562437739a160e931844b2501a1b466b11946f49403f4eb06ef37743/pfg.donationform-1.0.3.zip" } ], "1.0.3dev": [ { "comment_text": "", "digests": { "md5": "3a48b62df596d0644c448c0d379bd19e", "sha256": "af5151a9321399a6f853b37480e5bb59dced91eeb7f1e16831c30b9e7f79957f" }, "downloads": -1, "filename": "pfg.donationform-1.0.3dev.zip", "has_sig": false, "md5_digest": "3a48b62df596d0644c448c0d379bd19e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40981, "upload_time": "2010-08-27T22:07:07", "url": "https://files.pythonhosted.org/packages/bd/3a/a5475f3d765254894966780f31ab8dde769ad2cd6c91d3d5fe5ad2aaa9fb/pfg.donationform-1.0.3dev.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "e6cd4c41a35a8c0944b51318f6dc63c6", "sha256": "590dd9040638152c72db1289f6ed2c9a0a9523a2d0b5149e360bc4fb8f8ff480" }, "downloads": -1, "filename": "pfg.donationform-1.0.4.zip", "has_sig": false, "md5_digest": "e6cd4c41a35a8c0944b51318f6dc63c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41162, "upload_time": "2010-09-23T23:56:19", "url": "https://files.pythonhosted.org/packages/f4/6c/77470ce6e31e0fe0d3a11b91b91d5af88222cd8e1743ee8b2bd37a03d39e/pfg.donationform-1.0.4.zip" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "dee68f38314e8a8c40cff02b0f0162f8", "sha256": "e98b0ae2c58796fa54ee9db25740798a5db43915a1c007cb09f06e371fa75928" }, "downloads": -1, "filename": "pfg.donationform-1.0b1.zip", "has_sig": true, "md5_digest": "dee68f38314e8a8c40cff02b0f0162f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38899, "upload_time": "2010-05-19T22:22:39", "url": "https://files.pythonhosted.org/packages/4a/0c/3126cd8a43278590cd81404a1449edde7f19ae73645c5fa6d9b48e29b4ed/pfg.donationform-1.0b1.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "db724fb4aa179b2ee2ecce036194eda6", "sha256": "0699068a4e1580ea30b2d2aa724161c1b4e88f16d8f035021d32721ff52ce6b6" }, "downloads": -1, "filename": "pfg.donationform-1.1.zip", "has_sig": false, "md5_digest": "db724fb4aa179b2ee2ecce036194eda6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41590, "upload_time": "2011-05-19T01:43:53", "url": "https://files.pythonhosted.org/packages/91/86/ecd5c9c64039aa4f700824498e259c88501efc429a8bcdf72257bed17688/pfg.donationform-1.1.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "4a5b10bfac02a079bac0aeff64876c1f", "sha256": "2322b751958f64c9b8997cfe444619f2fe85015e3b1c5dad87fe96a16ebbe8f2" }, "downloads": -1, "filename": "pfg.donationform-1.2.zip", "has_sig": false, "md5_digest": "4a5b10bfac02a079bac0aeff64876c1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42642, "upload_time": "2011-07-01T02:49:16", "url": "https://files.pythonhosted.org/packages/b1/2c/fe37374125eb30e224d94ffd37125236d7059cc2850c449738e28fb692cd/pfg.donationform-1.2.zip" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "e68d0d2d98956adaf4c851220979a805", "sha256": "5acb34ecc5baf0e1ec49b039382289eeaaa74049f641692effc2c81cf8114a55" }, "downloads": -1, "filename": "pfg.donationform-1.2.1.zip", "has_sig": false, "md5_digest": "e68d0d2d98956adaf4c851220979a805", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42936, "upload_time": "2011-07-07T01:09:05", "url": "https://files.pythonhosted.org/packages/0c/99/e2da9cc895ba67a3efc7a9fe9f779307102d7b7c0cf739fb07e8396d4af3/pfg.donationform-1.2.1.zip" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "99a489059ad14f9bb81441aae25612b2", "sha256": "d4cdd7452d6a7384630bdf79322aa93af302461e628d73ac4c7cfb72e98a5dcf" }, "downloads": -1, "filename": "pfg.donationform-1.2.2.zip", "has_sig": false, "md5_digest": "99a489059ad14f9bb81441aae25612b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43059, "upload_time": "2011-07-07T01:55:44", "url": "https://files.pythonhosted.org/packages/f5/19/78b6fd1f8fb7ce21f62109ce5af6eb44f764e0b3576877747e586c2c0f8d/pfg.donationform-1.2.2.zip" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "84bd3caecdbea263cb95075aa1d1ba1c", "sha256": "845adb52381affa65af14aaf37c219b018de18f16695c683bd7cb10d46153676" }, "downloads": -1, "filename": "pfg.donationform-1.2.3.zip", "has_sig": false, "md5_digest": "84bd3caecdbea263cb95075aa1d1ba1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43867, "upload_time": "2012-01-27T23:00:33", "url": "https://files.pythonhosted.org/packages/01/48/a76686e07e3d509bc386e6361d759845a84bbd4c5b17232316a4a19ab452/pfg.donationform-1.2.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84bd3caecdbea263cb95075aa1d1ba1c", "sha256": "845adb52381affa65af14aaf37c219b018de18f16695c683bd7cb10d46153676" }, "downloads": -1, "filename": "pfg.donationform-1.2.3.zip", "has_sig": false, "md5_digest": "84bd3caecdbea263cb95075aa1d1ba1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43867, "upload_time": "2012-01-27T23:00:33", "url": "https://files.pythonhosted.org/packages/01/48/a76686e07e3d509bc386e6361d759845a84bbd4c5b17232316a4a19ab452/pfg.donationform-1.2.3.zip" } ] }