Metadata-Version: 1.1
Name: django-contactform-bootstrap
Version: 0.5.0
Summary: A Django Base app.
Home-page: http://www.github.com/alainivars/contact_form_bootstrap/
Author: James Bennett, Alain Ivars
Author-email: alainivars@highfeature.com
License: BSD License
Description: An Extensible Contact Form.
        Based entirely on James Bennett's django-contact-form:
        https://bitbucket.org/ubernostrum/django-contact-form/
        
        |Build status| |PyPi version| |PyPi downloads| |Python version| |PyPi wheel| |Project license|
        
        Features
        ===========================
        
        * Functionality as a django contact form
          - easy integration into an existing django project
          - Bootstrap 3
          - integrate geographical map
          - vcard in settings file
          - log (not yet finish)
          - tests and coverage
          - link to your : FACEBOOK, LINKEDIN, TWITTER, GOOGLE+
        
        Todo
        ===========================
        
         - finish english translation and add other translations
         - improve coverage
         - improve log
         - manage display a link only if it exist
         - correct broken links in this file
        
        Use
        ===========================
        
            + Add in your setting file::
        
                ADMINS = (
                    ('your admin name', 'contact@yourdomain.com'),
                )
        
                COMPANY = {
                    'NAME': "my company",
                    'ADDRESS': "26 streets from here th there",
                    'ZIP': "1234",
                    'CITY': "Maybe-there",
                    'LAT': 48.81484460000001,
                    'LNG': 2.0523723999999675,
                    'PHONE': "+336 1234 5678",
                    'EMAIL': 'contact@yourdomain.com',
                    'FACEBOOK': "Maybe-there",
                    'LINKEDIN': "Maybe-there",
                    'TWITTER': "Maybe-there",
                    'GOOGLEPLUS': "+Maybe-there",
                }
        
        
            + Don't forget to set::
        
                EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER and EMAIL_HOST_PASSWORD
        
        
            and to generate messages by::
        
                django-admin compilemessages
        
        
        Documentation
        ===========================
        
        .. note::
            Please note that this Project is documented poorly. If you have any questions please contact us!
            We'd love to update the documentation and answer your question!
        
            Why version 0.5.0 and not 1.0.0 ?
            - This django_contact_form_bootstrap is already in use in production, but it first time packaged for distribute
              and I'm not sure the packaging is ready to use immediately, please be wait a little, a release will arrive.
        
        Getting Help
        ===========================
        
        Please report bugs or ask questions using the `Issue Tracker`
        
        Check also for the latest updates of this project on Github_.
        
        Credits
        ===========================
        
        * `django`_
        
        .. _Github: https://github.com/alainivars/django-contact-form
        .. _Issue Tracker: https://github.com/alainivars/django-contact-form/issues
        .. _django: http://www.djangoproject.com
        
        .. |Build status| image:: https://api.travis-ci.org/django-contact-form/django-contact-form.svg?branch=develop
           :target: http://travis-ci.org/alainivars/django-contact-form
        .. |PyPi version| image:: https://pypip.in/v/django-bmf/badge.svg?text=version
           :target: https://pypi.python.org/pypi/django-contact-form/
        .. |PyPi downloads| image:: https://pypip.in/d/django-contact-form/badge.svg?period=month
           :target: https://pypi.python.org/pypi/django-contact-form/
        .. |Python version| image:: https://pypip.in/py_versions/django-contact-form/badge.svg
           :target: https://pypi.python.org/pypi/django-contact-form/
        .. |PyPi wheel| image:: https://pypip.in/wheel/django-contact-form/badge.svg
           :target: https://pypi.python.org/pypi/django-contact-form/
        .. |Project license| image:: https://pypip.in/license/django-contact-form/badge.svg
           :target: https://pypi.python.org/pypi/django-contact-form/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
