Metadata-Version: 1.1
Name: cmsplugin-nextlink
Version: 0.0.2.1
Summary: This is a link plugin for django-cms 2.2
Home-page: http://bitbucket.org/igraltist/cmsplugin-nextlink
Author: Jens Kasten
Author-email: jens@kasten-edv.de
License: GPL3
Download-URL: http://bitbucket.org/igraltist/cmsplugin-nextlink
Description: This is a simple plugin for django-cms.
        You can create a link in the text plugin. 
        
        You can choose four protocols:
            * internal (optional with image as name)
            * external (optional with image as name)
            * mailto   (optional with image as name)
            * picture  (only set an image)
        
        
        - optional you can set a title 
        - optional you can set an alt tag for the image
        - optional you can set a class attribute
        - optional you can set a style attribte (e.g. color:red) 
        - optional you can set an id attribute 
        - optional you can set the direction of textflow rtl or lft
        - optional you can set an expired time for a link (see note below) 
        - poptional you can set a short description for the admin page
         
        
         Note: When the link expired and the link name is text
         then is not a link anymore and a stroke is through the name.
        
        
        For install instruction read INSTALL file or doc/install.{rst, html}.
        
        Repository can found on `cmsplugin-nextlink
        <https://bitbucket.org/igraltist/cmsplugin-nextlink/>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
