NAME
   App::remarkpl - Web based presentation tool

VERSION
   0.05

DESCRIPTION
   App::remarkpl is is a Mojolicious based webserver for showing remark
   <http://remarkjs.com> powered presentations locally.

   Have a look at <https://github.com/gnab/remark/wiki> for more
   information about how to write slides.

SYNOPSIS
     # Start a slideshow server
     $ remarkpl slides.markdown

     # Start the server on a different listen address
     $ remarkpl slides.markdown --listen http://*:5000

     # Show an example presentation
     $ remarkpl example.markdown
     $ remarkpl example.markdown --print

   After starting the server, you can open your favorite (modern) browser
   at <http://localhost:3000>.

COPYRIGHT AND LICENSE
   Copyright (C) 2014, Jan Henning Thorsen

   This program is free software, you can redistribute it and/or modify it
   under the terms of the Artistic License version 2.0.

AUTHOR
   Jan Henning Thorsen - "[email protected]"