{ "info": { "author": "Kotti developers", "author_email": "kotti@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pylons", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "=================\nkotti_contactform\n=================\n\nThis is an extension to Kotti that allows to add a simple contact form\nto your site. |build status|_\n\n`Find out more about Kotti`_\n\nDevelopment happens at https://github.com/Kotti/kotti_contactform\n\n.. |build status| image:: https://secure.travis-ci.org/Kotti/kotti_contactform.png?branch=master\n.. _build status: http://travis-ci.org/Kotti/kotti_contactform\n.. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti\n\nSetup\n=====\n\nTo enable the extension in your Kotti site, activate the configurator:\n\n.. code-block:: ini\n\n kotti.configurators =\n kotti_settings.kotti_configure\n kotti_contactform.kotti_configure\n\nPlease note that ``kotti_contactform >= 0.4`` depends on kotti_settings_,\nso you have to list it in your ``kotti.configurators`` too.\n\n``kotti_contactform`` uses ``pyramid_mailer`` for sending mails and\ntries to use your mailserver at localhost:25. If these defaults don't\nfit your needs, you have to configure ``pyramid_mailer``:\nhttp://packages.python.org/pyramid_mailer/\n\nIf you add kotti_contactform to an existing Kotti site (i.e. a Kotti\ninstallation with an already existing database), you have to\ninitialize the database migration with Kotti's ``kotti-migrate``\nconsole script: ``kotti-migrate\nstamp_head --scripts=kotti_contactform:alembic``.\n\nDatabase upgrade\n================\n\nIf you upgrade to version 0.1.1 or 0.4 you have to migrate your\ndatabase. The migration is performed with `alembic`_ and Kotti's\nconsole script ``kotti-migrate``. To migrate, run ``kotti-migrate\nupgrade_all --scripts=kotti_contactform:alembic``.\n\nFor integration of alembic in your environment please refer to the\n`alembic documentation`_. If you have problems with the upgrade,\nplease create a new issue in the `tracker`_.\n\nSettings\n========\n\nPoint your browser to http://your.domain/@@settings to get to the settings page\nor use the submenupoint of 'Site Setup'.\n\nYou can specify a default sender address that will be used as the default for newly created contact forms.\n\nYou can also enable the use of a captcha in your contact forms.\nFor the captcha the `reCAPTCHA`_ service is used.\nYou have to sign up to get a key pair in order to use the service on your site.\nIn the settings you have to save your public and your private key.\nHave a look at https://developers.google.com/recaptcha/ to sign up and get your keys.\n\nDevelopment\n===========\n\nContributions to ``kotti_contactform`` are highly welcome.\nJust clone its `Github repository`_ and submit your contributions as pull requests.\n\nWhen developing ``kotti_contactform`` it can be useful to have a dummy SMTP server that doesn't actually send emails but prints them to the console.\nFortunately this is *very* easy with Python::\n\n sudo python -m smtpd -n -c DebuggingServer localhost:1025\n\n\n.. _alembic: http://pypi.python.org/pypi/alembic\n.. _alembic documentation: http://alembic.readthedocs.org/en/latest/index.html\n.. _tracker: https://github.com/Kotti/kotti_contactform/issues\n.. _kotti_settings: http://pypi.python.org/pypi/kotti_settings\n.. _reCAPTCHA: https://developers.google.com/recaptcha/\n.. _Github repository: https://github.com/Kotti/kotti_contactform\n\n\nAuthors\n=======\n\n- Tetsuya Morimoto\n- Christian Neumann\n- Marco Scheidhuber\n- Andreas Kaiser\n\nFor a complete list of contributors, see\nhttps://github.com/Kotti/kotti_contactform/graphs/contributors\n\n\nHistory\n=======\n\n0.5.1 - 2016-05-25\n------------------\n\n- Allows to override templates in other addon. [castaf]\n\n0.5 - 2014-11-11\n----------------\n\n- Migrate to Bootstrap 3.\n This requires ``Kotti>=0.10b1`` and is a **backward incompatible change if you have customized any template**!\n\n0.4.1 - 2014-11-11\n------------------\n\n- Fix the RecaptchaWidget serializer that hasn't been working at all before.\n\n0.4 - 2014-11-11\n----------------\n\n- Integrate optional captcha service for the contact form.\n- Require Kotti>=0.9.2\n- Add an additional sender column.\n Using the user supplied email address as the mail sender fails if the sender domain has an SPF record and the receiving mail server checks SPF records.\n You need to run the migration script or add the column yourself (on SQLite).\n\n0.3 - 2013-11-01\n----------------\n\n- Added frech translation. [jon1012]\n\n0.2 - 2013-01-07\n----------------\n\n- Implement IDefaultworkflow.\n- Add an additional one column layout for the contact form view.\n- Use decorators for view config.\n- Add fanstatic filter to development.ini.\n\n0.1.1 - 2012-12-28\n------------------\n\n- Changes for compatibility with Kotti>=0.8. These changes\n are not backward compatible. If you want to use kotti_contactform\n with Kotti<=0.7.x then pin to 0.1.1a5.\n- Use form classes for the form views instead of deprecated generic functions.\n- Use pyramid.includes instead of deprecated kotti.includes.\n\n0.1.1a5 - 2012-08-21\n--------------------\n\n- Use alembic environment of Kotti for upgrades.\n- Depend on Kotti >0.7\n\n0.1.1a4 - 2012-07-28\n--------------------\n\n- Fixed source distribution package.\n\n0.1.1a3 - 2012-07-28\n--------------------\n\n- Changed class row to row-fluid in contact form template.\n- Added Japanese translation.\n\n0.1.1a2 - 2012-06-28\n--------------------\n\n- Fixed source distribution package.\n\n0.1.1a1 - 2012-06-27\n--------------------\n\n- Attachment as optional setting.\n- Added database migration with alembic.\n\n0.1.0b4 - 2012-05-21\n--------------------\n\n- Changed layout.\n- Added possibility for attachments.\n\n0.1.0b3 - 2012-03-16\n--------------------\n\n- Update models to use Declarative for compatibility with Kotti >= 0.6.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Kotti/kotti_contactform", "keywords": "kotti contact form", "license": "BSD-2-Clause", "maintainer": null, "maintainer_email": null, "name": "kotti_contactform", "package_url": "https://pypi.org/project/kotti_contactform/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kotti_contactform/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Kotti/kotti_contactform" }, "release_url": "https://pypi.org/project/kotti_contactform/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Simple contact form for Kotti sites", "version": "0.5.1" }, "last_serial": 2133329, "releases": { "0.1.0b": [ { "comment_text": "", "digests": { "md5": "f66d17678bd836425047cdf5cf426903", "sha256": "d3103844db093706681f4759c5df634ad58c71a5230da63da271db6222e8de96" }, "downloads": -1, "filename": "kotti_contactform-0.1.0b.tar.gz", "has_sig": false, "md5_digest": "f66d17678bd836425047cdf5cf426903", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148667, "upload_time": "2012-02-20T17:05:27", "url": "https://files.pythonhosted.org/packages/f1/01/35adc469687baaf838cdc1b517a63e5e6e2892245ed8d2daa6ef5204e255/kotti_contactform-0.1.0b.tar.gz" } ], "0.1.0b2": [ { "comment_text": "", "digests": { "md5": "f970fcd94c4e7592f0ec7b203267c32c", "sha256": "d506926e018ae86e9d8f85766229d476222d749aa565357e2eeba4943fcba4a0" }, "downloads": -1, "filename": "kotti_contactform-0.1.0b2.tar.gz", "has_sig": false, "md5_digest": "f970fcd94c4e7592f0ec7b203267c32c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148736, "upload_time": "2012-03-10T12:07:01", "url": "https://files.pythonhosted.org/packages/40/98/1004b32e4306b33274632e620a5ae937d446305f6bf5f38d85372e02d281/kotti_contactform-0.1.0b2.tar.gz" } ], "0.1.0b3": [ { "comment_text": "", "digests": { "md5": "dfb68a9db562768bdac0fff1dad1d289", "sha256": "a3ac2353fb89461cbe1109458c74285ce70db44b5b20040cb2fb5f622c037edf" }, "downloads": -1, "filename": "kotti_contactform-0.1.0b3.tar.gz", "has_sig": false, "md5_digest": "dfb68a9db562768bdac0fff1dad1d289", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148976, "upload_time": "2012-03-16T22:02:30", "url": "https://files.pythonhosted.org/packages/9c/08/175101fd8d7c58235e78834eeeec6a348e6398fd83979ea56c1aa0602c3d/kotti_contactform-0.1.0b3.tar.gz" } ], "0.1.0b4": [ { "comment_text": "", "digests": { "md5": "6982e88066bcd524f5d7e428016bb98e", "sha256": "5e33e24a1cdf763788b9848bc5fa9915913d2d418b0a03463c292fb20ba2a6dd" }, "downloads": -1, "filename": "kotti_contactform-0.1.0b4.tar.gz", "has_sig": false, "md5_digest": "6982e88066bcd524f5d7e428016bb98e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149702, "upload_time": "2012-05-21T13:25:52", "url": "https://files.pythonhosted.org/packages/31/a4/e1eb9cc787afe323515915a11db0778200befefca7f27db3ce023c947875/kotti_contactform-0.1.0b4.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3e366b17c5b7dc0fbb71f091ecd5ac85", "sha256": "e80f41ff42610a10c724065619416ce7a47d6c969d23072dde61c84e4f183ba2" }, "downloads": -1, "filename": "kotti_contactform-0.1.1.zip", "has_sig": false, "md5_digest": "3e366b17c5b7dc0fbb71f091ecd5ac85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 463341, "upload_time": "2012-12-28T12:26:22", "url": "https://files.pythonhosted.org/packages/6b/fc/6e310812b9470e46df57bc5d5a015b360cf56024601bd26e3d83704fe541/kotti_contactform-0.1.1.zip" } ], "0.1.1a1": [ { "comment_text": "", "digests": { "md5": "3c9d6f56ceab7d235e0487db523ea53f", "sha256": "487c07dc5d62ff04cebf125041febe62b5c6e56e2aa065fce82311c1a67e57a7" }, "downloads": -1, "filename": "kotti_contactform-0.1.1a1.tar.gz", "has_sig": false, "md5_digest": "3c9d6f56ceab7d235e0487db523ea53f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151214, "upload_time": "2012-06-27T19:32:46", "url": "https://files.pythonhosted.org/packages/ea/a9/4559cd8befec3878b9262e519b966dd7c518702a4ddc3c314abb21a3137d/kotti_contactform-0.1.1a1.tar.gz" } ], "0.1.1a2": [ { "comment_text": "", "digests": { "md5": "2d717b11da34185bba4953a3c8d1f64c", "sha256": "7e3c87514e6f851fa6bc9cc42f91b8b8d693d98129fdbedaf4c5fefe73706a95" }, "downloads": -1, "filename": "kotti_contactform-0.1.1a2.tar.gz", "has_sig": false, "md5_digest": "2d717b11da34185bba4953a3c8d1f64c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151248, "upload_time": "2012-06-28T11:36:21", "url": "https://files.pythonhosted.org/packages/ae/68/8def1371b10b4e7ef0878c635a024a2b760452110be84e710fd9c553927b/kotti_contactform-0.1.1a2.tar.gz" } ], "0.1.1a3": [ { "comment_text": "", "digests": { "md5": "dc4d0e3b5c36c2d00d278d3e202dcb7d", "sha256": "185d827a1615dd50e263e11befd4529c95a3c302f75c7af6292f8fd806d4a0e1" }, "downloads": -1, "filename": "kotti_contactform-0.1.1a3.tar.gz", "has_sig": false, "md5_digest": "dc4d0e3b5c36c2d00d278d3e202dcb7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155023, "upload_time": "2012-07-28T14:13:37", "url": "https://files.pythonhosted.org/packages/7c/1c/15ca6036f71d27516521146d58e857dff7dce026d844d5548d5184a0070d/kotti_contactform-0.1.1a3.tar.gz" } ], "0.1.1a4": [ { "comment_text": "", "digests": { "md5": "b4b4530371e679cfd494f00b7c3c7eea", "sha256": "5004d5aadceac2fdb6c2e5658b60dfe71fdbd2102d04f164e9ba5505eaa49087" }, "downloads": -1, "filename": "kotti_contactform-0.1.1a4.tar.gz", "has_sig": false, "md5_digest": "b4b4530371e679cfd494f00b7c3c7eea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155779, "upload_time": "2012-07-28T14:23:19", "url": "https://files.pythonhosted.org/packages/04/a7/870001cfadc677a8753baafd934a08038e37b7c4bde894e53486d5e4f3e4/kotti_contactform-0.1.1a4.tar.gz" } ], "0.1.1a5": [ { "comment_text": "", "digests": { "md5": "0afecfac7b785cd15245494d5ffdbc48", "sha256": "b1fe03a20ec747a0e4e4834feae8262c76f610f15c93ddeff3ba86f121915f0b" }, "downloads": -1, "filename": "kotti_contactform-0.1.1a5.tar.gz", "has_sig": false, "md5_digest": "0afecfac7b785cd15245494d5ffdbc48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155508, "upload_time": "2012-08-21T09:30:32", "url": "https://files.pythonhosted.org/packages/f2/f5/0d8f43f736e7a0e34fab0d5cab3a3f8c04903b50288af82a28be2d7ea1af/kotti_contactform-0.1.1a5.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "bed8c84f12dd23d97b1f3a6cfd66acaa", "sha256": "d3fa18dbc17e44c58292efc3e2bd4dbd8698c0714c01f1a666a4b454a387d6e3" }, "downloads": -1, "filename": "kotti_contactform-0.2.zip", "has_sig": false, "md5_digest": "bed8c84f12dd23d97b1f3a6cfd66acaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 462117, "upload_time": "2013-01-07T13:11:07", "url": "https://files.pythonhosted.org/packages/24/f1/c2b4816b3e233bb5d7bfbe4e2dacea79674bfcd27a2c3c7e1c851250ad92/kotti_contactform-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d20fb5ee888adc1512323d219e5c7b70", "sha256": "e333a1b01244cd87949b3ddff211d9c9e0aa381cc9937591fb3af7bbffbc7e75" }, "downloads": -1, "filename": "kotti_contactform-0.3.zip", "has_sig": false, "md5_digest": "d20fb5ee888adc1512323d219e5c7b70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 165097, "upload_time": "2013-11-01T11:08:31", "url": "https://files.pythonhosted.org/packages/00/6a/d9077b75a3ac6219dfcabcac20b789f546f527c7aacbd99f29ca80620e88/kotti_contactform-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "9e40c6c88df013acd8f284d0f22585dc", "sha256": "f6aeac79a38aa34e00040e137ee50bff39ebca386bdf77cd7bda2b08cdebd506" }, "downloads": -1, "filename": "kotti_contactform-0.4.tar.gz", "has_sig": false, "md5_digest": "9e40c6c88df013acd8f284d0f22585dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159204, "upload_time": "2014-11-11T15:38:33", "url": "https://files.pythonhosted.org/packages/c7/35/2247c93dc841b64bf5ba88b798d383352eeeb3d54d5392d9c3e799616eb3/kotti_contactform-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "a0460534ce217edba990ecfd9a23632a", "sha256": "584476bb6cc75d71e9754dca7650b2037872cc5f58fe7b8809880c4351f7f9d5" }, "downloads": -1, "filename": "kotti_contactform-0.4.1.tar.gz", "has_sig": false, "md5_digest": "a0460534ce217edba990ecfd9a23632a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159294, "upload_time": "2014-11-11T15:39:14", "url": "https://files.pythonhosted.org/packages/be/b3/14aa6eb381bdad7c3c569c71716643f76618741c8771fa2fe00f151d55ff/kotti_contactform-0.4.1.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "5a2fc5d6817407981f9cbb348ff63a2e", "sha256": "6151bc86ca2c125bd09d2182bda8853d45129cbbffadfd334293a83dfa4f10ab" }, "downloads": -1, "filename": "kotti_contactform-0.5.tar.gz", "has_sig": false, "md5_digest": "5a2fc5d6817407981f9cbb348ff63a2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 160019, "upload_time": "2014-11-11T16:14:30", "url": "https://files.pythonhosted.org/packages/87/47/dff5332f5379175ab46d92f9589bd3b0a7d2d8f58b2a72ec4bb7539173bc/kotti_contactform-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "319f440893f75e5d8ee33c83a1a1e0ee", "sha256": "c24e060bed002d0bc42db7e16debee2cf2432c1944d819f44c85145dcc1165e1" }, "downloads": -1, "filename": "kotti_contactform-0.5.1.zip", "has_sig": false, "md5_digest": "319f440893f75e5d8ee33c83a1a1e0ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 178495, "upload_time": "2016-05-25T16:25:39", "url": "https://files.pythonhosted.org/packages/b7/2f/b1aa3b4f02757c8b3a209c5ca1ec5a1006f5db9bbd7e315efc5b645fddd1/kotti_contactform-0.5.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "319f440893f75e5d8ee33c83a1a1e0ee", "sha256": "c24e060bed002d0bc42db7e16debee2cf2432c1944d819f44c85145dcc1165e1" }, "downloads": -1, "filename": "kotti_contactform-0.5.1.zip", "has_sig": false, "md5_digest": "319f440893f75e5d8ee33c83a1a1e0ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 178495, "upload_time": "2016-05-25T16:25:39", "url": "https://files.pythonhosted.org/packages/b7/2f/b1aa3b4f02757c8b3a209c5ca1ec5a1006f5db9bbd7e315efc5b645fddd1/kotti_contactform-0.5.1.zip" } ] }