Metadata-Version: 1.0
Name: collective.comicbookreader
Version: 1.0
Summary: An inline comic book reader for plone
Home-page: https://github.com/giacomos/collective.comicbookreader
Author: Giacomo Spettoli
Author-email: giacomo.spettoli@gmail.com
License: GPL
Description: Introduction
        ============
        
        A Comic Book Reader is an image viewer specific for comic books. The most common formats for comic books are \*.cbz, \*.cbr and \*.cbt.
        These are simple zip/rar/tar archives with special extensions.
        This product add a new display view to File content: cbrview. This view allow to extract images present in the file and to display them in an cool way.
        
        These are the features provided:
        
        * display images from archive file
        * navigation with buttons and keyboard arrows
        * No flash please! Everything is based on javascript with a pure html fallback.
        * normal mode and japanese mode: in most of the japanese comics pages start from right. You can easly switch the images position
        * single page and dual page
        * fullscreen view
            
        
        This product has been inspired to the fantastic opensource comic book reader `Comix <http://comix.sourceforge.net/>`_
        
        Changelog
        =========
        
        1.0dev (2011-11-02)
        -------------------
        
        - Initial release
        
Keywords: zope plone comic book reader
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
