Skip to content

barbie/template-plugin-multimarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template-Plugin-MultiMarkdown
=============================

Template::Plugin::MultiMarkdown wraps Text::MultiMarkdown::XS and
Text::MultiMarkdown into a Template Toolkit plugin, and will filter your MultiMarkdown
text into HTML.  By default the plugin will select the XS implementation over the pure
perl version, but the implementation can be chosen explictly by specifying a parameter
'implementation' to the USE or FILTER statements.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these modules:

  Carp
  Template
  Template::Plugin::Filter
  Text::MultiMarkdown

Optionally it will require the following module:

  Text::MultiMarkdown::XS

For testing the module requires these modules:

  IO::File
  Test::More

For optional testing the module would like these modules:

  Test::CPAN::Meta
  Test::CPAN::Meta::JSON
  Test::Pod
  Test::Pod::Coverage

DEDICATION

This distribution was originally created by Andrew Ford. Sadly in early 2014,
Andrew was diagnosed with Pancreatic Cancer and passed away peacfully at home
on 25th April 2014.

One of his wishes was for his OpenSource work to continue. At his funeral, many
of his colleagues and friends, spoke of how he felt like a person of the world, 
and how he embrace the idea of OpenSource being for the benefit of the world.

Anyone wishing to donate in memory of Andrew, please consider the following
charities:

* Dignity in Dying - http://www.dignityindying.org.uk/
* Marie Curie Cancer Care - http://www.mariecurie.org.uk/

COPYRIGHT AND LICENSE

  Copyright (C) 2008-2014 Andrew Ford
  Copyright (C) 2014-2015 Barbie for Miss Barbell Productions.

This distribution is free software; you can redistribute it and/or
modify it under the Artistic Licence v2.