Metadata-Version: 1.1
Name: cmsplugin-viadeo-resume
Version: 0.4
Summary: Viadeo resume plugin for django-cms 2.2
Home-page: http://bitbucket.org/tonioo/cmsplugin-viadeo-resume
Author: Antoine Nguyen
Author-email: tonio@ngyn.org
License: BSD
Description: ===================================
        Viadeo resume plugin for Django CMS
        ===================================
        
        This plugin lets you display a resume using your `Viadeo
        <http://www.viadeo.com>`_ profile.
        
        Requirements
        ============
        
        * `Django CMS >= 2.2 <http://django-cms.org>`_
        * `oauth2 python module <https://github.com/simplegeo/python-oauth2>`_
        * `simplejson python module <https://github.com/simplejson/simplejson>`_
        
        Installation
        ============
        
        To use this plugin into your project, just follow this procedure:
        
        #. Open the *settings.py* file and add ``cmsplugin_viadeo_resume`` to the
           ``INSTALLED_APPS`` variable
        
        #. Define the following variables into your config file::
        
            VIADEO_CLIENT_ID = "<your client ID>"
            VIADEO_CLIENT_SECRET = "<your client secret>"
            VIADEO_ACCESS_TOKEN = "<your access token>"
        
        Read the `Viadeo documentation
        <http://dev.viadeo.com/documentation/authentication/request-an-api-key/>`_
        to learn how to request an API key.
        
Keywords: django,django-cms,viadeo,resume
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
