Popularity
5.8
Declining
Activity
0.0
Stable
12
4
2

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     API     Google    

google-html5-slide alternatives and similar packages

Based on the "Google" category.
Alternatively, view google-html5-slide alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of google-html5-slide or a related project?

Add another 'Google' Package

README

google-html5-slide

This is a Google HTML5 Slide generator for Pandoc documents.

Install

You can install from Hackage using cabal-install.

$ cabal update
$ cabal install google-html5-slide

Usage

Write a document supported by Pandoc (currently, google-html-slide supports only markdown documents), then convert it to HTML slide.

$ google-html5-slide your-slide.md
... (it generates your-slide.html) ...

Passing --poll option, you can poll filesystem for changes (like omake -P).

$ google-html5-slide your-slide.md --poll
[2012-06-26 20:02:25.2048234]: update
[2012-06-26 20:02:46.2600277]: update
[2012-06-26 20:02:48.3091449]: update
...

To know more detailed usage, please pass --help option.

Example

You can find a translation of Google HTML5 Demo Slide at here.