Metadata-Version: 1.0
Name: sphinxjp.themes.htmlslide
Version: 0.1.1
Summary: A sphinx theme for generate HTML Slide presentation.
Home-page: http://bitbucket.org/shimizukawa/sphinxjp.themes.htmlslide
Author: Takayuki SHIMIZUKAWA
Author-email: shimizukawa at gmail dot com
License: MIT
Description: HTML Slide style presetation theme for Sphinx.
        
        Features
        ========
        * Provide ``htmlslide`` theme for render presentation.
        * Provide paging control by swipe action (for iPad but slow)
        
        
        Output Sample
        ==============
        :output: http://packages.python.org/sphinxjp.themes.htmlslide/
        :source: http://packages.python.org/sphinxjp.themes.htmlslide/_sources/index.txt
        
        
        Setup
        =====
        Make environment with easy_install::
        
            $ easy_install sphinxjp.themes.htmlslide
        
        
        Convert Usage
        ==============
        setup conf.py with::
        
            extensions = ['sphinxjp.themecore']
            html_theme = 'htmlslide'
        
        and run::
        
            $ make html
        
        
        Requirements
        ============
        * sphinx 1.0.x or later.
        * sphinxjp.themecore
        
        
        Presentation Environments
        ==========================
        * HTML5 ready browsers (Chrome, Safari)
        * Non HTML5 ready browsers only show slide (no-animation)
        
        
        License
        =======
        Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .
        See the LICENSE file for specific terms.
        
        
        
        AUTHORS
        ========
        
        Sphinx template, css, packaging
        --------------------------------
        * Takayuki SHIMIZUKAWA <shimizukawa AT gmail.com> sphinx-users.jp
        
        HTML Slide javascript (slide.js)
        ---------------------------------
        * Original code: http://jsdo.it/os0x/slide
        * Forked code: http://jsdo.it/nabetama/k6lQ
        
        TODOS
        ======
        
        Features
        ---------
        
        * Add more paging animation types.
        * Provide default settings: i.e. slide animation type.
        
        Bugs
        -----
        * paging links are not working with iPad.
        
        
        History
        =======
        
        0.1.1 (2011/2/20)
        ------------------
        * update slide css, filename, pygments_style.
        * add sample document in tgz package.
        
        0.1.0 (2011/2/12)
        ------------------
        * first release
        
        
Keywords: sphinx,reStructuredText,presentation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
