Update flavourpathinfo to use Blosxom::Debug.
[blosxom-plugins.git] / general / textile2.README
blob485fe2664d47266f7c843e76e8e421ad23df7687
1 Textile Text Formatter
2 Plugin for Blosxom
6 Blosxom Installation
7 1.  Install CPAN's Text::Textile module in your Perl installation,
8     or alternatively, create a 'lib/Text' directory under your Blosxom
9     plugin directory and copy 'Textile.pm' to $plugin_dir/lib/Text
10 3.  Copy 'textile2' to $plugin_dir.  You may wish to name it something like
11    '50textile2', and rename other plugins with other numbers, to get them
12     loaded in the right order.  "The right order" is still somewhat unknown,
13     but I'd suggest using textile before SmartPants but after most other
14     body-modifying plugins (such as macro packages).
15 4.  Install Rael's meta plugin if you don't already have it installed.
16 5.  Create a test post; mark it as Textile by using "meta-markup: textile2"
17     on the line after the title.  See the meta documentation for more
18     information on meta variables. You can also set
19     $meta::markup = "textile2" in your config file or your storyprefs file
20     if you use the config or the prefs plugin.