Skip to content

rjray/text-textile-plaintext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text::Textile::Plaintext – Convert Textile markup to other formats

Version: 0.101 (See CHANGES below)

WHAT IS IT

This distribution provides modules that convert Textile markup into plain
text, PostScript, or RTF. It also includes a simple command-line tool for
performing the conversions.

BUILDING/INSTALLING

This package uses Makefile.PL:


        perl Makefile.PL
        make && make test
        make install

You may need super-user access to install.

PROBLEMS/BUG REPORTS

Please send any reports of problems or bugs to rjray@blackperl.com.

CHANGES

  • lib/App/Textile2x.pm
  • lib/Text/Textile/Plaintext.pm
  • lib/Text/Textile/PostScript.pm
  • lib/Text/Textile/RTF.pm

Forgot warnings pragma in modules.