Metadata-Version: 1.1
Name: webstag
Version: 0.2
Summary: Generate static HTML galleries with photos and videos
Home-page: https://gitorious.org/webstag
Author: Aurelien Bompard
Author-email: aurelien@bompard.org
License: GPLv3+
Description: =============================
        Static HTML gallery generator
        =============================
        
        Convert pictures and videos from a directory to another directory
        where the pictures are recompressed and resized and the videos are
        converted to WebM & MP4, then generate the HTML pages.
        
        Browsing is done using Colorbox, a jQuery-based Lightbox clone.
        
        
        
        TODO
        ====
        - modify colorbox to insert a link to the original image
        - parralelize conversions using a thread pool (when work is done by forking
          commands, not when using PIL)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: Topic :: Multimedia :: Video
