Metadata-Version: 1.0
Name: hieroglyph
Version: 0.2
Summary: UNKNOWN
Home-page: https://github.com/nyergler/hieroglyph
Author: Nathan Yergler
Author-email: nathan@yergler.net
License: BSD
Description: ============
         hieroglyph
        ============
        
        **hieroglyph** is an extension for Sphinx which builds HTML5 slides
        from ReStructured Text documents.
        
        
        Using Hieroglyph
        ================
        
        Add **hieroglyph** as a Sphinx extension to your configuration::
        
          extensions = [
              'hieroglyph',
          ]
        
        Build your slides::
        
          $ sphinx -b html5slides output/slides
        
        
        License
        =======
        
        **hieroglyph** is made available under a BSD license; see LICENSE for
        details.
        
        Included slide CSS and javascript licensed under the Apache Public
        License. See http://code.google.com/p/html5slides/.
        
        
        News
        ====
        
        0.2
        -----
        
        *Release date: 10 March 2012*
        
        * Initial implementation of Sphinx builder.
        * Two themes: slides and single-level
        * Basic documentation
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Documentation
Classifier: Topic :: Text Processing
