Metadata-Version: 1.0
Name: medialog.qrcode
Version: 0.1.5
Summary: QRcode views and portlet for Plone.
Home-page: https://github.com/espenmn/medialog.qrcode/
Author: Espen Moe-Nilssen
Author-email: espen@medialog.no
License: GPL
Description: Introduction
        ============
        
        This product adds a browser view that generates a QRcode for the given page.
        It also adds a portlet that will show a QR code. 
        
        
        Use the browser view like this:
        
        http://mysite.com/mypage/@@qrcode
        To get a qrcode for http://mysite.com/mypage 
        
        Or:
        http://mysite.com/mypage/@@qrimage?view=myview
        To get a qrcode for http://mysite.com/mypage/myview
        
        Or:
        http://mysite.com/@@qrimage?url=http://somewhere.com/somepage
        To get a qrcode for url=http://somewhere.com/somepage
        
        
        Note:
        If the browser view is used on an ATlink object with external link, you will get the QR-code for that URL.
        
        
        
        Viewlet
        ----------
        There is also a related viewlet.
        The main purpose for this will when printing the page.
        You can enable the viewlet by adding medialog.qrcode.interfaces.IqrcodeLayer to your cogent.
        
        
        Summary view
        ------------
        There is also a summary view for Collections (old style).
        Use it like this:
        http://mysite.com/myoldcollection/@@qrsummary
Keywords: QRcode QR generator
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
