{ "info": { "author": "Taito Horiuchi", "author_email": "taito.horiuchi@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nHow to Use\n----------\n* Install the package from portal_quickinstaller.\n* Content type called \"Verkkomaksut Payment Adapter\" can be added from FormFolder of PloneFormGen.\n * Remember, you need to add fixed point field or selection field with required box checked first, so that payment adapter knows which field to use as price charge field.\n\n\n\nChangelog\n=========\n0.11.0 (2011-04-03)\n-------------------\n- Viewlet Manager added.\n- Tested with Plone-3.5.5 and Products.PloneFormGen-1.6.0.\n- No longer support for Plone-2.5.x.\n\n0.9.6 (2011-02-11)\n------------------\n- Field security updated to ModifyPortalContent.\n\n0.9.5 (2011-02-06)\n------------------\n- id added to style verkkomaksut button.\n\n0.9.4 (2011-02-06)\n------------------\n- Bug, when ORDER_DESCRITION value is driven from text field, is fixed.\n\n0.9.3 (2011-02-06)\n------------------\n- Bug fix in price_fields method.\n\n0.9.2 (2011-02-06)\n------------------\n- ORDER_DESCRITION fixed for empty fields.\n\n0.9.1 (2011-02-06)\n------------------\n- ORDER_NUMBER increase fixed.\n- ORDER_DESCRITION fixed.\n\n0.8.0 (2011-02-05)\n------------------\n- Made Products.GenericSetup aware.\n\n0.7.0 (2011-02-05)\n------------------\n- verkkomaksut-success template fixed.\n\n0.6.0 (2011-02-05)\n------------------\n- notify address changed to browser view.\n\n0.5.1 (2011-02-05)\n------------------\n- Now support thanks message with editor like kupu.\n- Result display of multiselectin field is fixed.\n\n0.3.2 (2011-02-04)\n------------------\n- Added verkkomaksut-canceled page view. Cancelation message is now shown both in Plone-2.5.5 and Plone-3.1.7.\n\n0.2.4 (2011-02-04)\n------------------\n- ORDER_DESCRIPTION is now fetched from specified field values.\n- Custome cancel message field is added.\n\n0.1.1 (2011-02-04)\n------------------\n- Added mailer function to the adapter.\n\n0.0.9 (2011-01-31)\n------------------\n- Initial release\n- Tested with Products.PloneFormGen-1.2.7 on Plone-2.5.5 and Plone-3.1.7.\n\nProducts.PFGVerkkomaksut Installation\n-------------------------------------\n\nTo install Products.PFGVerkkomaksut into the global Python environment (or a workingenv),\nusing a traditional Zope 2 instance, you can do this:\n\n* When you're reading this you have probably already run \n ``easy_install Products.PFGVerkkomaksut``. Find out how to install setuptools\n (and EasyInstall) here:\n http://peak.telecommunity.com/DevCenter/EasyInstall\n\n* If you are using Zope 2.9 (not 2.10), get `pythonproducts`_ and install it \n via::\n\n python setup.py install --home /path/to/instance\n\ninto your Zope instance.\n\n* Create a file called ``Products.PFGVerkkomaksut-configure.zcml`` in the\n ``/path/to/instance/etc/package-includes`` directory. The file\n should only contain this::\n\n \n\n.. _pythonproducts: http://plone.org/products/pythonproducts\n\n\nAlternatively, if you are using zc.buildout and the plone.recipe.zope2instance\nrecipe to manage your project, you can do this:\n\n* Add ``Products.PFGVerkkomaksut`` to the list of eggs to install, e.g.:\n\n | [buildout]\n | eggs =\n | Products.PFGVerkkomaksut\n\n* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:\n\n | [instance]\n | recipe = plone.recipe.zope2instance\n | zcml =\n | Products.PFGVerkkomaksut\n\n* Re-run buildout, e.g. with:\n\n | $ ./bin/buildout\n\nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file.\n\nBecause its top level Python namespace package is called ``Products``, this\npackage can also be installed in Zope 2 as an old style **Zope 2 Product**.\n\nFor that, move (or symlink) the ``PFGVerkkomaksut`` folder of this project\n(``Products.PFGVerkkomaksut/Products/PFGVerkkomaksut``) into the ``Products`` directory of\nthe Zope instance it has to be installed for, and restart the server.\n\nYou can also skip the ZCML slug if you install this package the **Zope 2\nProduct** way.\n\nCredits\n=========\n* Pekka Saari from the Finnish Association for Nature Conservation (Suomen Luonnonsuojeluliitto) who uses this package in their site: http://www.sll.fi", "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/", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.PFGVerkkomaksut", "package_url": "https://pypi.org/project/Products.PFGVerkkomaksut/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.PFGVerkkomaksut/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/" }, "release_url": "https://pypi.org/project/Products.PFGVerkkomaksut/0.11.0/", "requires_dist": null, "requires_python": null, "summary": "Products.PFGVerkkomaksut provides verkkomaksut payment adapter to Products.PloneFormGen package.", "version": "0.11.0" }, "last_serial": 785066, "releases": { "0.0.9": [ { "comment_text": "", "digests": { "md5": "7d4caf32b27a0b434bb3a957d6f1ab76", "sha256": "4ac1402b5e1049483f78cb73d76b039f5c0f996c425b803de31be9f8fbca3579" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.0.9.tar.gz", "has_sig": false, "md5_digest": "7d4caf32b27a0b434bb3a957d6f1ab76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180914, "upload_time": "2011-01-31T09:11:53", "url": "https://files.pythonhosted.org/packages/7f/41/5404681393c1efaae26f6af631717b27d0a8d6b8c04920e5526e24d81454/Products.PFGVerkkomaksut-0.0.9.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6802415a9fe04630a404e39dd9d512ff", "sha256": "4e7d2cf1b10f1640e1f00b41fc027d645b18c7e095af28fd3beaf0ad4bd62bc0" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6802415a9fe04630a404e39dd9d512ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192242, "upload_time": "2011-02-04T01:45:23", "url": "https://files.pythonhosted.org/packages/db/3b/69b3b4bea83e90e6b0454edc5ebb637b2bdea96460885ee948125c4ffa68/Products.PFGVerkkomaksut-0.1.1.tar.gz" } ], "0.10.6": [ { "comment_text": "", "digests": { "md5": "b72a74f8abaff801c93fe2658f8f987f", "sha256": "c7b98c93db699e7df515752c4dac677ee94d0e4e847b944a1e053fe8e3897378" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.10.6.tar.gz", "has_sig": false, "md5_digest": "b72a74f8abaff801c93fe2658f8f987f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27931, "upload_time": "2011-03-14T20:14:32", "url": "https://files.pythonhosted.org/packages/32/a8/c074bb09775a9a6163485dce74fbc674468ce63b2daf100fc752ae08926f/Products.PFGVerkkomaksut-0.10.6.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "fdbb7b6a236ffda4f538a46cfea178b9", "sha256": "02048585894235798b930ab735652724f3efaf992ab15527462224ede97a3098" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.11.0.tar.gz", "has_sig": false, "md5_digest": "fdbb7b6a236ffda4f538a46cfea178b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28645, "upload_time": "2011-04-03T20:03:30", "url": "https://files.pythonhosted.org/packages/28/36/0005c21e2dbd4ac1a85e402e24423bbfeffdca6753b99db7cfba9b499c45/Products.PFGVerkkomaksut-0.11.0.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "303de4ae7c7a0f3d9078d73132529ef0", "sha256": "27d02e611cd142e0c9de300eb788129c6405f02a7e0aae93f7a7beee8258bd15" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.2.4.tar.gz", "has_sig": false, "md5_digest": "303de4ae7c7a0f3d9078d73132529ef0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29101, "upload_time": "2011-02-04T14:33:13", "url": "https://files.pythonhosted.org/packages/5f/f1/dba0a6e93cb4f69628ee61161c9dbb73d512ae2d19242238c289e5697f9b/Products.PFGVerkkomaksut-0.2.4.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "d86b7e00dd89ef27f4710732bb336f31", "sha256": "03d09a8fbb7a0a58f15ace0e81b237815e85784eea66c3ca3eb001ce7c26169a" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.3.2.tar.gz", "has_sig": false, "md5_digest": "d86b7e00dd89ef27f4710732bb336f31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29670, "upload_time": "2011-02-04T18:00:58", "url": "https://files.pythonhosted.org/packages/8a/fa/a1b6cfa018066dec8740c4bc221adae0eecd7528e2dd71bf2678ed290572/Products.PFGVerkkomaksut-0.3.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "0884ac3a9e0b66c5ffef387678476024", "sha256": "f7f213ca7fae06524af1199728776f72bfbf19a528dafd5cd7675c31501b74cc" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.5.0.tar.gz", "has_sig": false, "md5_digest": "0884ac3a9e0b66c5ffef387678476024", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30147, "upload_time": "2011-02-05T12:25:51", "url": "https://files.pythonhosted.org/packages/04/45/b83d6da65f108be7f750c166c382db7170c6b4410ff2b40d0e491633dbf1/Products.PFGVerkkomaksut-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "e4d3778d5dae1304af7bf804e1c84c4c", "sha256": "2f9b1382275b9f3df4134d8766d0e9b1a633beb33bb6c4fc528868039089dc64" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.5.1.tar.gz", "has_sig": false, "md5_digest": "e4d3778d5dae1304af7bf804e1c84c4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30171, "upload_time": "2011-02-05T14:23:20", "url": "https://files.pythonhosted.org/packages/26/27/57c4314c5a8c8d1593a3e186aad408f946483e5eff7880e5540a87534cb4/Products.PFGVerkkomaksut-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "a08e6189fa0db0562e2aea3f9a61870f", "sha256": "9811acf1c2b814d06ab08d957f261255c0dc6adbd0a44b58eec735ecf9c2e139" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.6.0.tar.gz", "has_sig": false, "md5_digest": "a08e6189fa0db0562e2aea3f9a61870f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29567, "upload_time": "2011-02-05T15:06:10", "url": "https://files.pythonhosted.org/packages/e3/f0/bf4a97c538efa8421f51c5950c9cc01d1234313dc1f071b5d4b86b4c340e/Products.PFGVerkkomaksut-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "c66e16a7b5e6184563eb25c11c92f127", "sha256": "a1c9c5dc4ad78099bda8d89dfd10c5d512393c64d1952aa7981a444225c2ece5" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.7.0.tar.gz", "has_sig": false, "md5_digest": "c66e16a7b5e6184563eb25c11c92f127", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29844, "upload_time": "2011-02-05T20:19:36", "url": "https://files.pythonhosted.org/packages/7c/af/5073d80d2dc803ce557f693c73029c7e2cbe1b7a3fad500dbe9d1a7c3b74/Products.PFGVerkkomaksut-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "efd737b104c2c0e0012472bc3d56440a", "sha256": "7644117d5b19cd9cb614252ff034d4d5ddf2fcb4e5373a8b37b9c4717f74668d" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.8.0.tar.gz", "has_sig": false, "md5_digest": "efd737b104c2c0e0012472bc3d56440a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28922, "upload_time": "2011-02-05T22:20:23", "url": "https://files.pythonhosted.org/packages/9a/2e/358c018c8c1af4408ebe1c9761478ebfc4ff0de3f22939aa9f4ec3daf4c9/Products.PFGVerkkomaksut-0.8.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "0e82d7dc40f47523ee6c1949c9fb51bf", "sha256": "dfd33274c16a3336c9eccbed5f3a3d7557de9a131e81d538c5393c4a969458c7" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.9.1.tar.gz", "has_sig": false, "md5_digest": "0e82d7dc40f47523ee6c1949c9fb51bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29156, "upload_time": "2011-02-06T14:13:25", "url": "https://files.pythonhosted.org/packages/0b/52/6c9352055b891fe3ab2f22c859a96fffc91c749c0e64bca240f728fecfd8/Products.PFGVerkkomaksut-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "cfbe0d8f56e3b5bc0c94b61662999023", "sha256": "2b37d88017563f3b2fd7717d824582900ea1d33f1210ab3677baa25e68bd03b3" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.9.2.tar.gz", "has_sig": false, "md5_digest": "cfbe0d8f56e3b5bc0c94b61662999023", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29162, "upload_time": "2011-02-06T14:59:16", "url": "https://files.pythonhosted.org/packages/ae/1b/1dcd433ccccf2bf10f687b3b549bfc3d8014fddc6db20780bc2a839e86d7/Products.PFGVerkkomaksut-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "23f4ebe5eae75e5a6bcbb647c49c6b94", "sha256": "58a504153688d5912709e14448930c0157502c71966e982c33c2be043f2a2f9f" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.9.3.tar.gz", "has_sig": false, "md5_digest": "23f4ebe5eae75e5a6bcbb647c49c6b94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29236, "upload_time": "2011-02-06T20:05:58", "url": "https://files.pythonhosted.org/packages/e8/35/f90f8a706ebb49236a36be9fbc1143a251e3fa3e9a273eec40f16467ba2f/Products.PFGVerkkomaksut-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "d1196c2f5e8940020219e9ba15f68042", "sha256": "988a138eb029569071d44eaaff5c1229c48dc8e579950424d3a1cbd4c50f57b8" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.9.4.tar.gz", "has_sig": false, "md5_digest": "d1196c2f5e8940020219e9ba15f68042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29025, "upload_time": "2011-02-06T22:18:21", "url": "https://files.pythonhosted.org/packages/a4/22/fef609ea89d8f47346b03a94c36bc776fb42efe3465f0eff8710cec71ed0/Products.PFGVerkkomaksut-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "31ad8a42b03d638b09fa1f260e1297fb", "sha256": "2e18d0a7a81a62c17bf470281a15605e08dd473277ce35dd2fc1bed9f1a7ed71" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.9.5.tar.gz", "has_sig": false, "md5_digest": "31ad8a42b03d638b09fa1f260e1297fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28979, "upload_time": "2011-02-06T22:30:26", "url": "https://files.pythonhosted.org/packages/be/37/362b9700420e14f4240a60ae3fa816d6c5ccf7ae480dfd623834429f9935/Products.PFGVerkkomaksut-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "d8080afc51447e1942441d6ef351b061", "sha256": "c92e21351b496598731a29fb278f40ac3c0f4812d2e2301cf94b047a30f0c2c4" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.9.6.tar.gz", "has_sig": false, "md5_digest": "d8080afc51447e1942441d6ef351b061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29063, "upload_time": "2011-02-10T23:30:23", "url": "https://files.pythonhosted.org/packages/fe/0b/c5ec42190e912d6fe4ac98b0648600efb9f2eee242893eff447107f7bffd/Products.PFGVerkkomaksut-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "edd1ccb03cf3a5540ab59f5c3cb365b9", "sha256": "a7076d2f15b7bfa03ac2a80695bbf3e4f66eebc8796647921b52b004fd058b54" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.9.7.tar.gz", "has_sig": false, "md5_digest": "edd1ccb03cf3a5540ab59f5c3cb365b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29096, "upload_time": "2011-02-10T23:48:33", "url": "https://files.pythonhosted.org/packages/74/ea/96e1bb530a890a0a79928b8ba931b4b34c7fa21ec196aeae80674ce6f833/Products.PFGVerkkomaksut-0.9.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fdbb7b6a236ffda4f538a46cfea178b9", "sha256": "02048585894235798b930ab735652724f3efaf992ab15527462224ede97a3098" }, "downloads": -1, "filename": "Products.PFGVerkkomaksut-0.11.0.tar.gz", "has_sig": false, "md5_digest": "fdbb7b6a236ffda4f538a46cfea178b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28645, "upload_time": "2011-04-03T20:03:30", "url": "https://files.pythonhosted.org/packages/28/36/0005c21e2dbd4ac1a85e402e24423bbfeffdca6753b99db7cfba9b499c45/Products.PFGVerkkomaksut-0.11.0.tar.gz" } ] }