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.
-
google-mail-filters
Write GMail filters and output to importable XML -
google-oauth2-for-cli
Hackage: http://hackage.haskell.org/package/google-oauth2-for-cli
Access the most powerful time series database as a service
Do you think we are missing an alternative of google-html5-slide or a related project?
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.