New in version 1.6:

- keyboard navigation using JavaScript (space/n/back space/p/t)
- show element on space with class="delayed"
- support for site navigation
- support for arbitrary perl code inside presentation using <perl>...</perl>
- added sample perl code (perl_include/draw_bar.pm) to create html bars
  which can be included in presentation using <perl> tag
- various small bugs fixed

New in version 1.5:

- new template which looks like podium
- verbose template files
- bug with <font> tag fixed

New in version 1.4:

- new round template use following in infos.txt:
  template=../PLies/round
  cssStandard=../PLies/round/black.css
- fixed "make pack" zip ceation of presentation

New in version 1.3:

- new blue template -- use logo with white background with it,
  enter following lines in infos.txt to activate it:
  template=../PLies/blue
  cssStandard=../PLies/css/blue.css
- check for open/close tag matches in each slide

New in version 1.2:

- title slide template (if you use only title [<h1>] and sub-title [<h2>] on
  slide, sub-title will be displayed in middle of screen, centered)
- new "make pack" target which will create .zip of your prezentation 
- added SlideMaker template (called w3c)

Requiraments:

- Text::FastTemplate >= 0.91 (version 0.9 will *NOT* work with pack!)

